diff --git a/js/messages.php b/js/messages.php index 5a75ece7bc..2534567969 100644 --- a/js/messages.php +++ b/js/messages.php @@ -24,8 +24,6 @@ session_write_close(); // But this one is needed for PMA_escapeJsString() require_once './libraries/js_escape.lib.php'; -$js_messages['strClickToSelect'] = __('Click to select'); -$js_messages['strClickToUnselect'] = __('Click to unselect'); $js_messages['strNoDropDatabases'] = $cfg['AllowUserDropDatabase'] ? '' : __('"DROP DATABASE" statements are disabled.'); /* For confirmations */ @@ -289,6 +287,8 @@ $js_messages['strDisplayHelp'] = ''; $js_messages['strInputNull'] = '' . __('Select two columns') . ''; $js_messages['strSameInputs'] = '' . __('Select two different columns') . ''; +$js_messages['strQueryResults'] = __('Query results'); +$js_messages['strDataPointContent'] = __('Data point content'); /* For tbl_change.js */ $js_messages['strIgnore'] = __('Ignore'); diff --git a/js/tbl_zoom_plot.js b/js/tbl_zoom_plot.js index 4fad9c8b79..dac2650c31 100644 --- a/js/tbl_zoom_plot.js +++ b/js/tbl_zoom_plot.js @@ -456,7 +456,7 @@ $(document).ready(function() { }; $("#dataDisplay").dialog({ autoOpen: false, - title: 'Data point content', + title: PMA_messages['strDataPointContent'], modal: true, buttons: buttonOptions, width: $('#dataDisplay').width() + 24, @@ -572,7 +572,7 @@ $(document).ready(function() { return this.point.name; } }, - title: { text: 'Query Results' }, + title: { text: PMA_messages['strQueryResults'] }, xAxis: { title: { text: $('#tableid_0').val() }, events: { diff --git a/po/af.po b/po/af.po index f188711ea5..3912ece97d 100644 --- a/po/af.po +++ b/po/af.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2010-03-30 23:04+0200\n" "Last-Translator: Michal \n" "Language-Team: afrikaans \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.1\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Wys alles" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -35,9 +35,9 @@ msgid "" "cross-window updates." msgstr "" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Soek" @@ -45,10 +45,10 @@ msgstr "Soek" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -70,17 +70,17 @@ msgstr "Soek" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Gaan" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Sleutelnaam" @@ -132,21 +132,21 @@ msgstr "Tabel kommentaar" msgid "Table comments" msgstr "Tabel kommentaar" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 #, fuzzy #| msgid "Column names" msgid "Column" msgstr "Kolom name" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -158,18 +158,18 @@ msgstr "Kolom name" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Tipe" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -202,8 +202,8 @@ msgstr "Skakels na" msgid "Comments" msgstr "Kommentaar" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -218,8 +218,8 @@ msgstr "Kommentaar" msgid "No" msgstr "Nee" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -333,12 +333,12 @@ msgstr "" msgid "Switch to copied database" msgstr "" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "" @@ -376,37 +376,37 @@ msgstr "Tabel" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Rye" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Grootte" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "in gebruik" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 #, fuzzy msgid "Creation" msgstr "Skep" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "" @@ -470,7 +470,7 @@ msgid "Del" msgstr "Del" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Of" @@ -544,8 +544,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s resultate binne tabel %s" msgstr[1] "%s resultate binne tabel %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Beloer Data" @@ -686,8 +686,8 @@ msgstr "Kies Niks" msgid "Check tables having overhead" msgstr "" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -701,14 +701,14 @@ msgstr "Export" msgid "Print view" msgstr "Drukker mooi (print view)" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Maak Leeg" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Verwyder" @@ -717,7 +717,7 @@ msgstr "Verwyder" msgid "Check table" msgstr "Kontroleer tabel" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimaliseer tabel" @@ -785,7 +785,7 @@ msgstr "" msgid "Status" msgstr "" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -793,7 +793,7 @@ msgstr "" msgid "Action" msgstr "Aksie" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -833,22 +833,22 @@ msgstr "Kontroleer tabel" msgid "Database Log" msgstr "Databasis" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of rows per page" msgid "Values for column %s" msgstr "Hoeveelheid rye per bladsy" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -919,48 +919,48 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy msgid "Add a point" msgstr "Voeg 'n nuwe veld by" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Lyne beeindig deur" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -970,17 +970,17 @@ msgstr "" msgid "Add a linestring" msgstr "Voeg 'n nuwe gebruiker by" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Voeg 'n nuwe gebruiker by" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy msgid "Add a polygon" msgstr "Voeg 'n nuwe veld by" @@ -1079,204 +1079,212 @@ msgstr "Terug" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin verkies 'n frames-kapabele blaaier." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" stellings word nie toegelaat nie." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Wil jy regtig " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Daar ontbreek 'n waarde in die vorm !" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Hierdie is nie 'n nommer nie" +#: js/messages.php:46 +#, fuzzy +#| msgid "Index" +msgid "Add Index" +msgstr "Indeks" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Index" +msgid "Edit Index" +msgstr "Indeks" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +msgid "Add %d column(s) to index" +msgstr "Voeg 'n nuwe veld by" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy msgid "Total count" msgstr "totaal" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Die gasheer naam is leeg!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Die gebruiker naam ontbreek!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Die wagwoord is leeg!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Die wagwoorde is verskillend!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Enige gebruiker" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy msgid "Reloading Privileges" msgstr "Geen Regte" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Verander" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Bediener Keuse" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy msgid "Live query chart" msgstr "SQL-stelling" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 #, fuzzy msgid "Total" msgstr "totaal" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Bediener Keuse" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy msgid "Query statistics" msgstr "Ry Statistiek" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1284,175 +1292,175 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Space usage" msgid "Query cache efficiency" msgstr "Spasie verbruik" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Space usage" msgid "Query cache usage" msgstr "Spasie verbruik" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Space usage" msgid "Query cache used" msgstr "Spasie verbruik" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy msgid "Total memory" msgstr "totaal" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy msgid "Total Swap" msgstr "totaal" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy msgid "Questions" msgstr "Operasies" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Algemene verwantskap funksies" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy msgid "Remove chart" msgstr "Hernoem tabel na" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Geen" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1460,182 +1468,182 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Stoor as leer (file)" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Beskikbaar" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Onbeskikbaar" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Algemene verwantskap funksies" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Algemene verwantskap funksies" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy msgid "Chart Title" msgstr "Geen tabelle" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy msgid "Jump to Log table" msgstr "Geen databasisse" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy msgid "Log table filter options" msgstr "Databasis statistieke" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of rows per page" msgid "Sum of grouped rows:" msgstr "Hoeveelheid rye per bladsy" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy msgid "Total:" msgstr "totaal" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy msgid "Loading logs" msgstr "Local" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy msgid "Reload page" msgstr "Hernoem tabel na" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 @@ -1643,367 +1651,378 @@ msgstr "" msgid "Import" msgstr "Export" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Verander Navraag" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dokumentasie" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Dokumentasie" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy msgid "Loading" msgstr "Local" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy msgid "Renaming Databases" msgstr "Hernoem tabel na" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy msgid "Reload Database" msgstr "Hernoem tabel na" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy msgid "Copying Database" msgstr "Geen databasisse" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "You have to choose at least one column to display" msgid "Table must have at least one column" msgstr "Jy moet ten minste een Kolom kies om te vertoon" -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Gebruik Tabelle" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Indexes" msgid "Hide indexes" msgstr "Indekse" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Wys ruitgebied" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Soek" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy msgid "Hide search results" msgstr "SQL-stelling" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy msgid "Show search results" msgstr "SQL-stelling" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Beloer Data" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Delete" msgid "Deleting" msgstr "Verwyder" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Voeg 'n nuwe gebruiker by" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy msgid "Hide query box" msgstr "SQL-stelling" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy msgid "Show query box" msgstr "SQL-stelling" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Verander" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Stoor" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy msgid "Hide search criteria" msgstr "SQL-stelling" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy msgid "Show search criteria" msgstr "SQL-stelling" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Soek" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Voeg By/Verwyder Veld Kolomme" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "SQL result" +msgid "Query results" +msgstr "SQL resultaat" + +#: js/messages.php:291 +#, fuzzy +msgid "Data point content" +msgstr "Tabel kommentaar" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignoreer" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy msgid "Add columns" msgstr "Voeg 'n nuwe veld by" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Kies 'n Veld om te vertoon" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "Verander wagwoord" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 #, fuzzy msgid "Generate" msgstr "Voortgebring deur" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Verander wagwoord" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Ma" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2011,30 +2030,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr "" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "Geen databasisse" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy #| msgid "None" msgid "Done" msgstr "Geen" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Vorige" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2042,95 +2061,95 @@ msgid "Next" msgstr "Volgende" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy msgid "Today" msgstr "totaal" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Biner" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Mei" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jun" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jul" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Aug" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2138,78 +2157,78 @@ msgid "May" msgstr "Mei" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Des" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "So" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Ma" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Di" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Fr" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2217,105 +2236,105 @@ msgid "Sun" msgstr "So" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Ma" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Di" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Wo" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Do" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Fr" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Sa" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "So" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Di" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Wo" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Do" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Fr" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "in gebruik" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "Records" msgid "Second" @@ -2395,46 +2414,46 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Geen indeks gedefinieer!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indekse" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Uniek" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Cardinality" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 #, fuzzy msgid "Comment" msgstr "Kommentaar" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Die primere sleutel is verwyder" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Indeks %s is verwyder" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2750,14 +2769,14 @@ msgstr "Tabel" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Data" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Overhead" @@ -2985,7 +3004,7 @@ msgstr "%s days, %s hours, %s minutes and %s seconds" msgid "Missing parameter:" msgstr "" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2993,7 +3012,7 @@ msgctxt "First page" msgid "Begin" msgstr "Begin" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3002,7 +3021,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Vorige" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3011,7 +3030,7 @@ msgctxt "Next page" msgid "Next" msgstr "Volgende" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3019,22 +3038,22 @@ msgctxt "Last page" msgid "End" msgstr "Einde" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3046,7 +3065,7 @@ msgstr "" msgid "Structure" msgstr "Struktuur" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3054,42 +3073,42 @@ msgstr "Struktuur" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Voeg by" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operasies" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "" @@ -3535,7 +3554,7 @@ msgid "Character set of the file" msgstr "Karakterstel van die leer:" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Formaat" @@ -5457,7 +5476,7 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5851,7 +5870,7 @@ msgstr "" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 #, fuzzy msgid "Options" msgstr "Operasies" @@ -6401,12 +6420,12 @@ msgid "Data dump options" msgstr "Databasis statistieke" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Stort data vir tabel" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Tabel struktuur vir tabel" @@ -6606,32 +6625,32 @@ msgstr "" msgid "Functions" msgstr "Funksie" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 #, fuzzy msgid "Structure for view" msgstr "Slegs struktuur" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "" @@ -6849,7 +6868,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Stuur" @@ -7194,7 +7213,7 @@ msgstr "" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Waarde" @@ -7913,6 +7932,11 @@ msgstr "" msgid "Target database" msgstr "Soek in databasis" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, fuzzy, php-format msgid "Run SQL query/queries on server %s" @@ -8073,7 +8097,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Indeks" @@ -8795,7 +8819,7 @@ msgstr "" msgid "Original position" msgstr "" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "" @@ -9643,7 +9667,7 @@ msgstr "" msgid "per second" msgstr "" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Stellings" @@ -11122,40 +11146,36 @@ msgstr "Kannie die indeks hernoem na PRIMARY!" msgid "No index parts defined!" msgstr "Geen indeks dele gedefinieer!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Skep 'n nuwe indeks" +#| msgid "Print view" +msgid "Edit index" +msgstr "Drukker mooi (print view)" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Verander 'n indeks" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Indeks naam :" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" moet die naam wees van die primere sleutel, en slegs van die primere sleutel!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Indeks naam :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Indeks tipe :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Voeg by indeks  %s kolom(me)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "" @@ -11285,39 +11305,39 @@ msgstr "Toets referential integrity:" msgid "Showing tables" msgstr "Wys tabelle" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Spasie verbruik" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Gebruik" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Effektief" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Ry Statistiek" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dinamies" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Ry lengte" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Ry grootte " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11375,10 +11395,6 @@ msgstr "" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11454,13 +11470,13 @@ msgstr "By Begin van Tabel" msgid "After %s" msgstr "Na %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Skep 'n indeks op %s kolomme" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -12741,6 +12757,13 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Skep 'n nuwe indeks" + +#~ msgid "Modify an index" +#~ msgstr "Verander 'n indeks" + #, fuzzy #~ msgid "Create Table" #~ msgstr "Skep 'n nuwe bladsy" diff --git a/po/ar.po b/po/ar.po index c3b7fbeb20..a02e55a692 100644 --- a/po/ar.po +++ b/po/ar.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-09-24 21:48+0200\n" "Last-Translator: Abdullah Al-Saedi \n" "Language-Team: arabic \n" @@ -15,13 +15,13 @@ msgstr "" "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "عرض الكل" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "لا يمكن تحديث نافذة المتصفح المستهدفة,, يبدو أنك أغلقت الرئيسية أو أن " "مستعرضك يمنع التحديث عبر النوافذ بسبب إعدادات الأمان." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "بحث" @@ -48,10 +48,10 @@ msgstr "بحث" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "بحث" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "تنفيذ" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "اسم المفتاح" @@ -135,19 +135,19 @@ msgstr "ملاحظة قاعدة البيانات: " msgid "Table comments" msgstr "تعليقات الجدول" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "عمود" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "عمود" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "نوع" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "خالي" @@ -203,8 +203,8 @@ msgstr "مرتبط بـ" msgid "Comments" msgstr "تعليقات" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "تعليقات" msgid "No" msgstr "لا" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -329,12 +329,12 @@ msgstr "أضف قيود" msgid "Switch to copied database" msgstr "التبديل إلى قاعدة البيانات المنسوخة" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Collation" @@ -367,36 +367,36 @@ msgstr "جدول" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "صفوف" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "حجم" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "قيد الإستعمال" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "الإنشاء" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "التحديث الأخير" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "التحقق الأخير" @@ -463,7 +463,7 @@ msgid "Del" msgstr "حذف" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "أو" @@ -536,8 +536,8 @@ msgstr[3] "%s مطابقة في الجدول %s" msgstr[4] "%s مطابقة في الجدول %s" msgstr[5] "%s مطابقة في الجدول %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "استعراض" @@ -672,8 +672,8 @@ msgstr "إلغاء تحديد الكل" msgid "Check tables having overhead" msgstr "تحقق من الجداول التي تحمل عبء زائد" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -687,14 +687,14 @@ msgstr "تصدير" msgid "Print view" msgstr "عرض نسخة للطباعة" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "إفراغ" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "حذف" @@ -703,7 +703,7 @@ msgstr "حذف" msgid "Check table" msgstr "التحقق من الجدول" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "تحسين الجدول" @@ -766,7 +766,7 @@ msgstr "محدث" msgid "Status" msgstr "الحالة" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -774,7 +774,7 @@ msgstr "الحالة" msgid "Action" msgstr "العملية" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "حذف بيانات التتبع لهذا الجدول" @@ -810,24 +810,24 @@ msgstr "تتبع الجدول" msgid "Database Log" msgstr "سجل قاعدة البيانات" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "قيم للعمود \"%s\"" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "قيم للعمود \"%s\"" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field" @@ -897,45 +897,45 @@ msgstr "" msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "هندسة" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "نقطة" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "س" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "ص" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "نقطة %d" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "إضافة نقطة" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "منحنى" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -943,17 +943,17 @@ msgstr "" msgid "Add a linestring" msgstr "إضافة منحنى" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add unique index" msgid "Add an inner ring" msgstr "إضافة فهرس مميز" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "مضلع" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "إضافة مضلع" @@ -1060,193 +1060,202 @@ msgstr "رجوع" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin أكثر تفهما مع مستعرض الإطارات." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "إضغط للإختيار" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "إضغط لإلغاء الإختيار" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "أمر \"حذف قاعدة البيانات\" معطل." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "هل تريد حقا" -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "أنت على وشك إزالة كامل قاعدة البيانات !" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "أنت على وشك إزالة كامل الجدول!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "أنت على وشك إفراغ كامل الجدول!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "حذف بيانات التتبع" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "حذف المفتاح الرئيسي مفتاح/فهرس" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "هذه العملية قد تأخذ وقت طويل , متابعة على أي حال ؟" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "أنت على وشك إلغاء مستودع BLOB!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "هل تريد حقاً إلغاء كل مراجع BLOB في قاعدة البيانات %s ؟" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "يوجد قيمة مفقودة بالنموذج !" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "هذا ليس رقم!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "إضافة فهرس" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "وضع التعديل" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add into comments" +msgid "Add %d column(s) to index" +msgstr "أضف إلى الملاحظات" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "العدد الكلي" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "إسم المستضيف فارغ!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "إسم المستخدم فارغ!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "كلمة المرور فارغة !" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "كلمتا المرور غير متشابهتان !" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "إضافة مستخدم" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "قيد إعادة قراءة الصلاحيات." -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "حذف المستخدمين المحددين" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "أغلاق" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "تعديل" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "خريطة التتبع المباشر" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "خريطة conn./process المباشر" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "خريطة الإستعلام المباشر" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "بيانات ثابتة" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "مجموع كلي" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "آخر" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "كيلوبايت أرسلت منذ آخر تحديث" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "كيلوبايت أستقبلت منذ آخر تحديث" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "ترافيك الخادم (بالكيلو بايت)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "الإتصالات منذ آخر تحديث" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "عمليات" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "اتصالات / عمليات" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "العمليات منذ آخر تحديث" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "العمليات (الجمل المنفذة بواسطة الخادم)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "إحصائيات الإستعلام" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "فشل قراءة ملف الإعدادات" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1254,173 +1263,173 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Tracking is not active." msgid "Query cache efficiency" msgstr "التتبع غير نشط." -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Space usage" msgid "Query cache usage" msgstr "المساحة المستخدمة" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Space usage" msgid "Query cache used" msgstr "المساحة المستخدمة" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "إستخدام النظام للمعالج (CPU)" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "ذاكرة النظام" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "ميجابايت" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "كيلوبايت" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "متوسط التحميل" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "إجمالي الذاكرة" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "الذاكرة المؤقتة" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "الذاكرة الحرة" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "الذاكرة المستخدمة" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "مجموع كلي" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "صفحات حرة" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "بايتات أُرسلت" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "بايتات أُستلمت" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "اتصالات" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "العمليات" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "بيانات سير" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "الإعدادات" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "حذف الرسم البياني" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "تحرير العناوين" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "إضافة رسم بياني " -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "فضلا , أضف متغير واحد على الأقل للسلسلة" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "لا شيء" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "إستئناف المراقبة" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "إيقاف المراقبة" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "(general_log و slow_query_log) مفعلة." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "general_log مفعل." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "slow_query_log مفعل." -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "(general_log و slow_query_log) معطلة." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1428,42 +1437,42 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time محددة بـ %d ثانية." -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "الإعدادات التالية سوف تفعل عند إعادة تشغيل السيرفر:" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "تعيين log_output بـ %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "تفعيل %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "تعطيل %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "تعيين long_query_time بـ %ds" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1471,399 +1480,411 @@ msgstr "" "لاتستطيع تغير هذه المتغيرات , فضلاً سجل دخولك كمدير أو أتصل بمدير قاعدة " "البيانات." -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "تغيير الإعدادات" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "الإعدادات الحالية" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "عنوان الرسم البياني" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "الفارق" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "مقسوم على %s :" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "تحميل وتحليل السجل . قد يستغرق بعض الوقت." -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "قفز لجدول التسجيل" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "خيارات عرض الجداول" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "مرشح" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "ترشيح الإستعلامات بواسطة word/regexp :" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "مجموعة إستعلامات , تجاهل المتغيرات في جملة WHERE" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "مجموع الصفوف المدخلة:" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "المجموع:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "تحميل السجلات" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "فشل تحديث المراقب" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "إعادة تحميل الصفحة" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "الصفوف المتأثرة:" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "استيراد" -#: js/messages.php:192 +#: js/messages.php:193 msgid "Analyse Query" msgstr "تحليل الإستعلام" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "الأداء المتوقع" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "قضايا" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "توصية" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "تفاصيل القواعد" -#: js/messages.php:201 +#: js/messages.php:202 msgid "Justification" msgstr "المصادقة" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "المتغيرات المستعملة" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "إختبار" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "ألغاء" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "تحميل" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "معالجة الطلب" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "خطأ في معالجة الطلب" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "إزالة العمود" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "إضافة مفتاح رئيسي" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "موافق" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "إضغط لإغلاق هذا الإشعار" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "أعادة تسمية قاعدة البيانات" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "أعادة تحميل قاعدة البيانات" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "نسخ قاعدة البيانات " -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "تغيير مجموعة المحارف" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "عليك اختيار عمود واحد على الأقل للعرض" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "إدخال الجدول" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "إخفاء الفهارس" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "أظهار الفهارس" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "بحث" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "إخفاء نتائج البحث" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "إظهار نتائج البحث" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "استعراض" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "حذف" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "تعريف الدالة المخزنة يجب أن تحتوي جملة RETURN !" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "Add a new User" msgid "Add %d value(s)" msgstr "أضف مستخدم جديد" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "ملاحظة: إذا كان الملف يحتوي على جداول متعددة , فإنها سوف تتجمع في واحد" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "إخفاء صندوق الإستعلام" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "إظهار صندوق الإستعلام" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "لايوجد صفوف مختارة" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "تغيير" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "وقت التنفيذ الأقصى" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "حفظ" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "إخفاء معايير البحث" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "إظهار معايير البحث" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 msgid "Zoom Search" msgstr "بحث" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "كل نقطة تمثل صف بيانات." -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "إستخدم عجلة الفأرة للتكبير والتصغير." -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "إضغط وإسحب للتصفح." -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "إضغط إعادة للعودة إلى الوضع الأصلي." -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 msgid "Select two columns" msgstr "إختر عمودين" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "إختر عمودين مختلفين" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "SQL result" +msgid "Query results" +msgstr "ناتج استعلام SQL" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Table of contents" +msgid "Data point content" +msgstr "جدول المحتويات" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "تجاهل" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "نسخ" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "إضافة أعمدة" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "إختيار المفتاح المرجع" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "إختيار المفتاح الغريب" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "فضلاً أختر المفتاح الرئيسي أو المفتاح الفريد" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "اختر الحقل لإظهاره" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "إضافة خيار للعمود" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "إضغط escape لإلغاء التعديل" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -1871,54 +1892,54 @@ msgstr "" "لقد تم التعديل على بعض البيانات ولم يتم حفظها. هل تريد ترك هذه الصفحة بدون " "حفظ البيانات الجديدة؟" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "إسحب لإعادة الترتيب" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "إضغط للترتيب" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "إضغط لوضع علامة / إزالة علامة" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "تستطيع تعديل أغلب الأعمدة
بالضغط مباشرة على المحتوى." -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "ذهاب للرابط" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "توليد كلمة مرور" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "توليد" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "تغيير كلمة المرور" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "أكثر" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1928,260 +1949,260 @@ msgstr "" "هو %s, released on %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", آخر إصدار مستقر:" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "محدثة" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "إنتهى" -#: js/messages.php:366 +#: js/messages.php:369 msgctxt "Previous month" msgid "Prev" msgstr "سابق" -#: js/messages.php:371 +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "التالي" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "اليوم" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "يناير" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "فبراير" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "مارس" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "أبريل" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "مايو" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "يونيو" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "يوليو" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "أغسطس" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "سبتمبر" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "أكتوبر" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "نوفمبر" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "ديسمبر" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "يناير" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "فبراير" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "مارس" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "أبريل" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "مايو" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "يونيو" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "يوليو" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "أغسطس" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "سبتمبر" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "أكتوبر" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "نوفمبر" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "ديسمبر" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "الأحد" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "الإثنين" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "الثلاثاء" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "الأربعاء" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "الخميس" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "الجمعة" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "السبت" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 msgid "Sun" msgstr "الأحد" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "الإثنين" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "الثلاثاء" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "الأربعاء" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "الخميس" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "الجمعة" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "السبت" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "الأحد" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "الإثنين" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "الثلاثاء" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "الأربعاء" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "الخميس" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "الجمعة" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "السبت" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "الأسبوع" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "وقت" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "الساعة" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "الدقيقة" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "الثانية" @@ -2261,45 +2282,45 @@ msgstr "خطأ عند نقل الملف المرفوع." msgid "Cannot read (moved) upload file." msgstr "لايمكن قراءة الملف المرفوع." -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "لم يتم تعريف الفهرس!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "فهارس" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "فريد" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "محزم" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Cardinality" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "تعليق" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "لقد تم حذف المفتاح الأساسي" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "تم حذف الفهرس %s" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2629,14 +2650,14 @@ msgstr "جداول" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "بيانات" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "الحمل الزائد" @@ -2862,48 +2883,48 @@ msgstr "%s يوم، %s ساعة، %s دقيقة و%s ثانية" msgid "Missing parameter:" msgstr "مدخلات مفقودة:" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 msgctxt "First page" msgid "Begin" msgstr "بداية" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 msgctxt "Previous page" msgid "Previous" msgstr "سابق" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 msgctxt "Next page" msgid "Next" msgstr "التالي" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 msgctxt "Last page" msgid "End" msgstr "نهاية" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "الذهاب إلى قاعدة البيانات "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "إضغط للإختيار" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2915,7 +2936,7 @@ msgstr "إضغط للإختيار" msgid "Structure" msgstr "بناء" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2923,42 +2944,42 @@ msgstr "بناء" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "إدخال" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "عمليات" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "تصفح كمبيوترك." -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "إختر مجلد الرفع من الخادم %s:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "الدليل الذي حددته لتحميل عملك لا يمكن الوصول إليه." -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "لايوجد أي ملفات لرفعها" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "تنفيذ" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "طباعة" @@ -3397,7 +3418,7 @@ msgid "Character set of the file" msgstr "مجموعة الأحرف للملف" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "صيغة" @@ -5281,7 +5302,7 @@ msgstr "" msgid "Events" msgstr "أحداث" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5686,7 +5707,7 @@ msgstr "رتب حسب المفتاح" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "خيارات" @@ -6238,12 +6259,12 @@ msgid "Data dump options" msgstr "خيارات تصدير قاعدة بيانات" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "إرجاع أو استيراد بيانات الجدول" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "بنية الجدول" @@ -6448,31 +6469,31 @@ msgstr "" msgid "Functions" msgstr "" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "قيود الجداول المحفوظة" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "القيود للجدول" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -6694,7 +6715,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "إرسال" @@ -7043,7 +7064,7 @@ msgstr "متغير" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "القيمة" @@ -7798,6 +7819,11 @@ msgstr "فرق" msgid "Target database" msgstr "" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "إضغط للإختيار" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -7957,7 +7983,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "فهرست" @@ -8730,7 +8756,7 @@ msgstr "موضع" msgid "Original position" msgstr "" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "معلومات" @@ -9585,7 +9611,7 @@ msgstr "لكل دقيقة" msgid "per second" msgstr "لكل ثانية" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "أوامر" @@ -11078,39 +11104,35 @@ msgstr "لايمكن تغيير اسم الفهرس إلى الأساسي!" msgid "No index parts defined!" msgstr "أجزاء الفهرسة غير معرفة!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "إضافة فهرس" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "تصميم فهرسه جديده" +#| msgid "Edit mode" +msgid "Edit index" +msgstr "وضع التعديل" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "تعديل الفهرسة" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "اسم الفهرس :" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"الأساسي\" يجب يجب أن يكون الاسم وأيضاً فقط المفتاح الأساسي!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "اسم الفهرس :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "نوع الفهرس :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "إضافه كفهرس  %s صف(ـوف)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "لايمكن نقل الجدول إلى نفسه!" @@ -11233,39 +11255,39 @@ msgstr "تحديد التكامل المرجعي:" msgid "Showing tables" msgstr "عرض الجداول" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "المساحة المستخدمة" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "الإستخدام" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "فعال" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "إحصائيات" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "ديناميكي" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "طول الصف" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "مقاس الصف " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11320,10 +11342,6 @@ msgstr "إستعرض القيم المميزة" msgid "Add primary key" msgstr "إضافة مفتاح رئيسي" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "إضافة فهرس" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "إضافة فهرس مميز" @@ -11395,12 +11413,12 @@ msgstr "في بداية الجدول" msgid "After %s" msgstr "بعد %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "إنشاء فهرس للعمود %s" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "مقسم" @@ -12713,6 +12731,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "إضغط لإلغاء الإختيار" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "تصميم فهرسه جديده" + +#~ msgid "Modify an index" +#~ msgstr "تعديل الفهرسة" + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ أعد الإدخال و أضف قيمة جديدة" diff --git a/po/az.po b/po/az.po index 382a76a98e..4a32cf1dd3 100644 --- a/po/az.po +++ b/po/az.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2010-03-12 09:11+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: azerbaijani \n" @@ -13,13 +13,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.5.3\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Hamısını göster" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -34,9 +34,9 @@ msgid "" "cross-window updates." msgstr "" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Axtarış" @@ -44,10 +44,10 @@ msgstr "Axtarış" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -69,17 +69,17 @@ msgstr "Axtarış" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Davam" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Açar söz" @@ -131,21 +131,21 @@ msgstr "Baza qısa izahatı: " msgid "Table comments" msgstr "Cedvel haqqında qısa izahat" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 #, fuzzy #| msgid "Column names" msgid "Column" msgstr "Sütun adları" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -157,18 +157,18 @@ msgstr "Sütun adları" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Tip" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -201,8 +201,8 @@ msgstr "Links to" msgid "Comments" msgstr "Qısa İzahatlar" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -217,8 +217,8 @@ msgstr "Qısa İzahatlar" msgid "No" msgstr "Xeyir" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -333,12 +333,12 @@ msgstr "" msgid "Switch to copied database" msgstr "Kopyalanmış cedvele keç" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 #, fuzzy msgid "Collation" @@ -377,36 +377,36 @@ msgstr "Cedvel" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Sıra sayı" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Boy" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "istifadede" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Quruluş" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "En son yenilenme" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "En son yoxlama" @@ -471,7 +471,7 @@ msgid "Del" msgstr "Del" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "ya da" @@ -545,8 +545,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s uyğunluq tapıldı (%s cedvelinde)" msgstr[1] "%s uyğunluq tapıldı (%s cedvelinde)" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "İçindekiler" @@ -688,8 +688,8 @@ msgstr "Heç Birini Seçme" msgid "Check tables having overhead" msgstr "" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -703,14 +703,14 @@ msgstr "Eksport" msgid "Print view" msgstr "Çap görüntüsü" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Boşalt" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Leğv et" @@ -719,7 +719,7 @@ msgstr "Leğv et" msgid "Check table" msgstr "Cedveli yoxla" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Cedveli optimallaşdır" @@ -787,7 +787,7 @@ msgstr "" msgid "Status" msgstr "Status" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -795,7 +795,7 @@ msgstr "Status" msgid "Action" msgstr "Fealiyyetler" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -835,22 +835,22 @@ msgstr "Cedveli yoxla" msgid "Database Log" msgstr "Me'lumat Bazası" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of rows per page" msgid "Values for column %s" msgstr "Sehife başına düşen setir sayı" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -924,49 +924,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add new field" msgid "Add a point" msgstr "Yeni sahe elave et" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Setir leğvedicisi (Lines terminated by)" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -976,17 +976,17 @@ msgstr "" msgid "Add a linestring" msgstr "Yeni İstifadeçi elave Et" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Yeni İstifadeçi elave Et" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy msgid "Add a polygon" msgstr "Yeni sahe elave et" @@ -1087,214 +1087,222 @@ msgstr "" "phpMyAdmin frame-destekli görüntüleyicilerle (browser) daha yaxşı " "işleyir." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" ifadeleri söndürülmüşdür (disabled)." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Aşağıdakı sorğunu icra etdirmekten eminsiniz " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Bütün bazanı YOX ETMEK üzeresiniz!" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "Bütün bazanı YOX ETMEK üzeresiniz!" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "Bütün bazanı YOX ETMEK üzeresiniz!" -#: js/messages.php:37 +#: js/messages.php:35 #, fuzzy #| msgid "Allows inserting and replacing data." msgid "Deleting tracking data" msgstr "Allows inserting and replacing data." -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Formda eksik girilmiş deyer var!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Bu reqem deyildir!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add new field" +msgid "Add Index" +msgstr "Yeni sahe elave et" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit next row" +msgid "Edit Index" +msgstr "Bir sonrakı setre keç" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +msgid "Add %d column(s) to index" +msgstr "Yeni sahe elave et" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Total" msgid "Total count" msgstr "Cemi" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Host adı boşdur!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "İstifadeçi adı boş qaldı!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Parol boşdur!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Girdiyiniz parollar eyni deyil!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Her hansı istifadeçi" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy msgid "Reloading Privileges" msgstr "Qlobal selahiyyetler" -#: js/messages.php:60 +#: js/messages.php:61 #, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" msgstr "Remove selected users" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Deyişdir" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Quraşdırılmış Serverler" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy msgid "Live query chart" msgstr "SQL sorğusu" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Cemi" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Quraşdırılmış Serverler" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Prosesler" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "Elaqeler" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy msgid "Query statistics" msgstr "Sıra Statistikası" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1302,176 +1310,176 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy msgid "Query cache efficiency" msgstr "Sorğu tipi" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy msgid "Query cache usage" msgstr "Sorğu tipi" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy msgid "Query cache used" msgstr "Sorğu tipi" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Total" msgid "Total memory" msgstr "Cemi" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Cemi" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Alındı" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Elaqeler" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy msgid "Questions" msgstr "Emeliyyatlar" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Neqliyyat" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Ümumi elaqe variantları" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy msgid "Remove chart" msgstr "Cedveli yeniden adlandır" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Heç biri" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1479,184 +1487,184 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Fayl olaraq qeyd et" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Enabled" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Söndürülüb" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Ümumi elaqe variantları" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Ümumi elaqe variantları" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Import files" msgid "Chart Title" msgstr "Faylları import et" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy msgid "Jump to Log table" msgstr "Baza seçilmemişdir ve ya mövcud deyildir." -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy msgid "Log table filter options" msgstr "Cedvel başlığı" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of rows per page" msgid "Sum of grouped rows:" msgstr "Sehife başına düşen setir sayı" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Cemi" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy msgid "Loading logs" msgstr "Yerli" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy msgid "Reload page" msgstr "Cedveli yeniden adlandır" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 @@ -1664,371 +1672,383 @@ msgstr "" msgid "Import" msgstr "Eksport" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Sorğunu Yenile" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dokumentasiya" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Dokumentasiya" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy msgid "Loading" msgstr "Yerli" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Prosesler" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "Müveffeqiyyetle" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy msgid "Renaming Databases" msgstr "Cedveli yeniden adlandır" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy msgid "Reload Database" msgstr "Cedveli yeniden adlandır" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy msgid "Copying Database" msgstr "Baza seçilmemişdir ve ya mövcud deyildir." -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Charset" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "You have to choose at least one column to display" msgid "Table must have at least one column" msgstr "Gösterilmesi üçün en az bir sütun seçmelisiniz" -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Use Tables" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Add new field" msgid "Hide indexes" msgstr "Yeni sahe elave et" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Show grid" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Axtarış" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy msgid "Hide search results" msgstr "SQL sorğusu" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy msgid "Show search results" msgstr "SQL sorğusu" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "İçindekiler" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "%s silinir" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Yeni İstifadeçi elave Et" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy msgid "Hide query box" msgstr "SQL sorğusu" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy msgid "Show query box" msgstr "SQL sorğusu" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Deyişdir" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Qeyd Et" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy msgid "Hide search criteria" msgstr "SQL sorğusu" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy msgid "Show search criteria" msgstr "SQL sorğusu" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Axtarış" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Sahe Sütunlarını Elave Et/Sil" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "SQL result" +msgid "Query results" +msgstr "SQL result" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Table of contents" +msgid "Data point content" +msgstr "İçindekiler Cedveli" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Diqqete Alma" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy msgid "Add columns" msgstr "Yeni sahe elave et" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Gösterilecek Saheni Seç" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "Parolu Deyişdir" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 #, fuzzy msgid "Generate" msgstr "Qurucu" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Parolu Deyişdir" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Baz Ert" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2036,30 +2056,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr "" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "Baza seçilmemişdir ve ya mövcud deyildir." #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy #| msgid "None" msgid "Done" msgstr "Heç biri" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Evvelki" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2067,96 +2087,96 @@ msgid "Next" msgstr "Sonrakı" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Cemi" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binary" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "May" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "İyun" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "İyul" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Avq" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Yan" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Fev" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2164,78 +2184,78 @@ msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "İyun" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "İyul" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Avq" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Sent" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Noy" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Dek" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Baz" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Baz Ert" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Çerş Axş" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Cüme" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2243,105 +2263,105 @@ msgid "Sun" msgstr "Baz" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Baz Ert" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Çerş Axş" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Çerş" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Cüme Axş" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Cüme" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Şen" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Baz" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Baz Ert" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Çerş Axş" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Çerş" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Cüme Axş" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Cüme" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Şen" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Müddet" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "istifadede" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2421,46 +2441,46 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "İndeks te'yin edilmedi!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indeksler" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Unikal" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Cardinality" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 #, fuzzy msgid "Comment" msgstr "Qısa İzahatlar" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Birinci dereceli açar leğv edildi" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "%s indeksi leğv edildi" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2778,14 +2798,14 @@ msgstr "Cedveller" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Me'lumat" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Aşma deyeri" @@ -3017,7 +3037,7 @@ msgstr "%s gün, %s saat, %s deqiqe ve %s saniye" msgid "Missing parameter:" msgstr "Yeni sahe elave et" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3025,7 +3045,7 @@ msgctxt "First page" msgid "Begin" msgstr "Başla" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3034,7 +3054,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Evvelki" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3043,7 +3063,7 @@ msgctxt "Next page" msgid "Next" msgstr "Sonrakı" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3051,22 +3071,22 @@ msgctxt "Last page" msgid "End" msgstr "Son" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr ""%s" me'lumat bazasına keç." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3078,7 +3098,7 @@ msgstr "" msgid "Structure" msgstr "Quruluş" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3086,43 +3106,43 @@ msgstr "Quruluş" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Elave et" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Emeliyyatlar" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "web-server upload direktoriyası" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Upload işleri üçün te'yin etdiyiniz direktoriya tapılmadı" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Çap et" @@ -3576,7 +3596,7 @@ msgid "Character set of the file" msgstr "Faylın Charset-i:" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Format" @@ -5523,7 +5543,7 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5927,7 +5947,7 @@ msgstr "" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 #, fuzzy msgid "Options" msgstr "Emeliyyatlar" @@ -6484,12 +6504,12 @@ msgid "Data dump options" msgstr "Me'lumat bazası eksport variantları" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Sxemi çıxarılan cedvel" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Table structure for table" @@ -6696,32 +6716,32 @@ msgstr "Prosesler" msgid "Functions" msgstr "Funksiya" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 #, fuzzy msgid "Structure for view" msgstr "Sadece quruluş" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -6941,7 +6961,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Submit" @@ -7295,7 +7315,7 @@ msgstr "Deyişen" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Deyer" @@ -8032,6 +8052,11 @@ msgstr "" msgid "Target database" msgstr "Search in database" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, fuzzy, php-format msgid "Run SQL query/queries on server %s" @@ -8193,7 +8218,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "İndeks" @@ -8975,7 +9000,7 @@ msgstr "" msgid "Original position" msgstr "" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 #, fuzzy msgid "Information" msgstr "Sisteme Giriş Me'lumatı" @@ -9843,7 +9868,7 @@ msgstr "deqiqede" msgid "per second" msgstr "saniyede" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Variantlar" @@ -11328,38 +11353,36 @@ msgstr "İndeksi Birinci Dereceli (PRIMARY) olaraq yeniden adlandıra bilmirem!" msgid "No index parts defined!" msgstr "İndeks qisimleri te'yin edilmedi!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Yeni indeks qur" +#| msgid "Add new field" +msgid "Add index" +msgstr "Yeni sahe elave et" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Modify an index" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Add new field" +msgid "Edit index" +msgstr "Yeni sahe elave et" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "İndex adı :" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(\"PRIMARY\" sadece birinci dereceli açarın adı olmalıdır!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "İndex adı :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "İndex tipi :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "İndekse  %s sütun elave et" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Can't move table to same one!" @@ -11490,39 +11513,39 @@ msgstr "Check referential integrity:" msgid "Showing tables" msgstr "Cedvelleri göster" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Yer istifadesi" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Miqdar" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Effektiv" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Sıra Statistikası" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dinamik" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Sıra uzunluğu" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Sıra boyu " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11580,12 +11603,6 @@ msgstr "" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -#, fuzzy -#| msgid "Add new field" -msgid "Add index" -msgstr "Yeni sahe elave et" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11663,13 +11680,13 @@ msgstr "Cedvelin başına" msgid "After %s" msgstr "Sonra: %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr " %s sütunda indeks yarat" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -12980,6 +12997,13 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Yeni indeks qur" + +#~ msgid "Modify an index" +#~ msgstr "Modify an index" + #, fuzzy #~ msgid "Create Table" #~ msgstr "Yeni Sehife qur" diff --git a/po/be.po b/po/be.po index be0c5c4c93..1c41b17234 100644 --- a/po/be.po +++ b/po/be.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2010-03-12 09:12+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: belarusian_cyrillic \n" @@ -13,13 +13,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.5.3\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Паказаць усе" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -37,9 +37,9 @@ msgstr "" "акно або налады бясьпекі вашага браўзэра сканфігураныя на блякаваньне " "міжваконных ўзаемадзеяньняў" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Пошук" @@ -47,10 +47,10 @@ msgstr "Пошук" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -72,17 +72,17 @@ msgstr "Пошук" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Панеслася" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Імя ключа" @@ -134,21 +134,21 @@ msgstr "Камэнтар да базы дадзеных: " msgid "Table comments" msgstr "Камэнтар да табліцы" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 #, fuzzy #| msgid "Column names" msgid "Column" msgstr "Назвы калёнак" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -160,18 +160,18 @@ msgstr "Назвы калёнак" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Тып" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Нуль" @@ -204,8 +204,8 @@ msgstr "Зьвязаная з" msgid "Comments" msgstr "Камэнтары" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -220,8 +220,8 @@ msgstr "Камэнтары" msgid "No" msgstr "Не" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -333,12 +333,12 @@ msgstr "Дадаць абмежаваньні" msgid "Switch to copied database" msgstr "Перайсьці да скапіяванай базы дадзеных" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Супастаўленьне" @@ -376,36 +376,36 @@ msgstr "Табліца" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Радкі" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Памер" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "выкарыстоўваецца" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Створаная" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Апошняе абнаўленьне" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Апошняя праверка" @@ -470,7 +470,7 @@ msgid "Del" msgstr "Выдаліць" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Або" @@ -544,8 +544,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s супадзеньняў у табліцы %s" msgstr[1] "%s супадзеньняў у табліцы %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Прагляд" @@ -690,8 +690,8 @@ msgstr "Зьняць усе адзнакі" msgid "Check tables having overhead" msgstr "Адзначыць тыя, што патрабуюць аптымізацыі" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -705,14 +705,14 @@ msgstr "Экспарт" msgid "Print view" msgstr "Вэрсія для друку" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Ачысьціць" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Выдаліць" @@ -721,7 +721,7 @@ msgstr "Выдаліць" msgid "Check table" msgstr "Праверыць табліцу" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Аптымізаваць табліцу" @@ -792,7 +792,7 @@ msgstr "" msgid "Status" msgstr "Стан" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -800,7 +800,7 @@ msgstr "Стан" msgid "Action" msgstr "Дзеяньне" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -841,22 +841,22 @@ msgstr "Праверыць табліцу" msgid "Database Log" msgstr "База дадзеных" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of fields" msgid "Values for column %s" msgstr "Колькасьць палёў" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -929,49 +929,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add new field" msgid "Add a point" msgstr "Дадаць новае поле" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Радкі падзеленыя" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -981,17 +981,17 @@ msgstr "" msgid "Add a linestring" msgstr "Дадаць новага карыстальніка" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Дадаць новага карыстальніка" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add %s field(s)" msgid "Add a polygon" @@ -1106,217 +1106,226 @@ msgstr "Назад" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "Для работы phpMyAdmin патрэбны браўзэр з падтрымкай фрэймаў." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "Каманды \"DROP DATABASE\" адключаныя." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Ці сапраўды вы жадаеце " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Вы зьбіраеце ВЫДАЛІЦЬ базу дадзеных цалкам!" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "Вы зьбіраеце ВЫДАЛІЦЬ базу дадзеных цалкам!" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "Вы зьбіраеце ВЫДАЛІЦЬ базу дадзеных цалкам!" -#: js/messages.php:37 +#: js/messages.php:35 #, fuzzy #| msgid "Allows inserting and replacing data." msgid "Deleting tracking data" msgstr "Дазваляе ўстаўляць і замяняць дадзеныя." -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Гэтая апэрацыя можа заняць шмат часу. Працягваць?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Не зададзенае значэньне ў форме!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Гэта ня лік!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add new field" +msgid "Add Index" +msgstr "Дадаць новае поле" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit next row" +msgid "Edit Index" +msgstr "Рэдагаваць наступны радок" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s field(s)" +msgid "Add %d column(s) to index" +msgstr "Дадаць %s новыя палі" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Log file count" msgid "Total count" msgstr "Колькасьць файлаў логу" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Пустое імя хосту!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Пустое імя карыстальніка!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Пусты пароль!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Паролі не супадаюць!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Любы карыстальнік" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy #| msgid "Reload privileges" msgid "Reloading Privileges" msgstr "Перазагрузіць прывілеі" -#: js/messages.php:60 +#: js/messages.php:61 #, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" msgstr "Выдаліць выбраных карыстальнікаў" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Рэдагаваць" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Выбар сэрвэра" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy msgid "Live query chart" msgstr "SQL-запыт" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Агулам" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Выбар сэрвэра" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Працэсы" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "Падлучэньні" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy msgid "Query statistics" msgstr "Статыстыка радку" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Local monitor configuration incompatible" msgstr "Немагчыма загрузіць канфігурацыю па змоўчаньні з: \"%1$s\"" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1324,186 +1333,186 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Кэш запытаў" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Кэш запытаў" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Кэш запытаў" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "МіБ" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "КiБ" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Log file count" msgid "Total memory" msgstr "Колькасьць файлаў логу" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Пул буфэру" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Агулам" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Вольных старонак" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Атрымана" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Падлучэньні" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy msgid "Questions" msgstr "Пэрсыдзкая" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Трафік" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Магчымасьці асноўных сувязяў" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Rename database to" msgid "Remove chart" msgstr "Перайменаваць базу дадзеных у" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Зьвяць зь сеткай" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Няма" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1511,561 +1520,573 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Захаваць як файл" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Уключана" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Адключана" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Магчымасьці асноўных сувязяў" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Магчымасьці асноўных сувязяў" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Загаловак справаздачы" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy msgid "Jump to Log table" msgstr "Базы дадзеных адсутнічаюць" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy msgid "Log table filter options" msgstr "Налады экспарту базы дадзеных" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 #, fuzzy msgid "Filter" msgstr "Файлы" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy msgid "Sum of grouped rows:" msgstr "Колькасьць адсартаваных радкоў." -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Агулам" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy msgid "Loading logs" msgstr "Лякальны" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Абнавіць" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Імрарт" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Абнавіць запыт" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Дакумэнтацыя" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details..." msgid "Rule details" msgstr "Падрабязьней..." -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy msgid "Justification" msgstr "Аўтэнтыфікацыя..." -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Скасаваць" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy msgid "Loading" msgstr "Лякальны" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Працэсы" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Перайменаваць базу дадзеных у" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Rename database to" msgid "Reload Database" msgstr "Перайменаваць базу дадзеных у" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Капіяваць базу дадзеных у" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Кадыроўка" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "Table must have at least one field." msgid "Table must have at least one column" msgstr "Табліца мусіць мець прынамсі адно поле." -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Выкарыстоўваць табліцы" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Add new field" msgid "Hide indexes" msgstr "Дадаць новае поле" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Паказаць сетку" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Пошук" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy msgid "Hide search results" msgstr "SQL-запыт" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy msgid "Show search results" msgstr "SQL-запыт" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Прагляд" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Выдаленьне %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Дадаць новага карыстальніка" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy msgid "Hide query box" msgstr "SQL-запыт" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy msgid "Show query box" msgstr "SQL-запыт" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Ніводны радок ня выбраны" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Зьмяніць" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Захаваць" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy msgid "Hide search criteria" msgstr "SQL-запыт" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy msgid "Show search criteria" msgstr "SQL-запыт" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Пошук" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Дадаць/выдаліць калёнку крытэру" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Дзеяньні з вынікамі запытаў" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Памер указальніка на дадзеныя" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ігнараваць" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Скапіяваць" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "Дадаць %s новыя палі" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Выберыце спасылкавы ключ" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Выберыце зьнешні ключ" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Калі ласка, выберыце першасны (PRIMARY) альбо ўнікальны ключ (UNIQUE)" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Выберыце поле для адлюстраваньня" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy msgid "Go to link" msgstr "Базы дадзеных адсутнічаюць" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Згенэраваць пароль" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Згенэраваць" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Зьмяніць пароль" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Пан" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2073,30 +2094,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 #, fuzzy msgid ", latest stable version:" msgstr "Стварыць сувязь" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "Базы дадзеных адсутнічаюць" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy msgid "Done" msgstr "Дадзеныя" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Папярэдняя старонка" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2104,96 +2125,96 @@ msgid "Next" msgstr "Наступная старонка" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Агулам" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Двайковы" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Сак" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Кра" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Тра" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Чэр" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Ліп" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Жні" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Кас" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Сту" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Лют" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Сак" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Кра" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2201,78 +2222,78 @@ msgid "May" msgstr "Тра" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Чэр" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Ліп" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Жні" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Вер" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Кас" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Ліс" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Сьн" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ндз" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Пан" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Аўт" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Пят" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2280,107 +2301,107 @@ msgid "Sun" msgstr "Ндз" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Пан" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Аўт" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Сер" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Цач" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Пят" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Суб" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ндз" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Пан" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Аўт" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Сер" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Цач" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Пят" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Суб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Час" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "выкарыстоўваецца" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2466,45 +2487,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Індэкс ня вызначаны!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Індэксы" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Унікальнае" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Сьціснутая" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Колькасьць элемэнтаў" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Камэнтар" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Першасны ключ быў выдалены" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Індэкс %s быў выдалены" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2843,14 +2864,14 @@ msgstr "Табліц" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Дадзеныя" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Выкарыстаньне рэсурсаў" @@ -3088,7 +3109,7 @@ msgstr "%s дзён, %s гадзінаў, %s хвілінаў і %s сэкунд msgid "Missing parameter:" msgstr "Працэдуры" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3096,7 +3117,7 @@ msgctxt "First page" msgid "Begin" msgstr "Першая старонка" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3105,7 +3126,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Папярэдняя старонка" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3114,7 +3135,7 @@ msgctxt "Next page" msgid "Next" msgstr "Наступная старонка" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3122,23 +3143,23 @@ msgctxt "Last page" msgid "End" msgstr "Апошняя старонка" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Перайсьці да базы дадзеных "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" "Існуе вядомая памылка з выкарыстаньнем парамэтра %s, глядзіце апісаньне на %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3150,7 +3171,7 @@ msgstr "" msgid "Structure" msgstr "Структура" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3158,43 +3179,43 @@ msgstr "Структура" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Уставіць" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Апэрацыі" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "тэчка вэб-сэрвэра для загрузкі файлаў" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Немагчыма адкрыць пазначаную вамі тэчку для загрузкі файлаў" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Друк" @@ -3650,7 +3671,7 @@ msgid "Character set of the file" msgstr "Кадыроўка файла:" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Фармат" @@ -5634,7 +5655,7 @@ msgstr "Працэдуры" msgid "Events" msgstr "Падзеі" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -6067,7 +6088,7 @@ msgstr "Сартаваць па ключы" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Налады" @@ -6677,12 +6698,12 @@ msgid "Data dump options" msgstr "Налады экспарту базы дадзеных" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Дамп дадзеных табліцы" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Структура табліцы" @@ -6891,31 +6912,31 @@ msgstr "Працэдуры" msgid "Functions" msgstr "Функцыі" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Абмежаваньні для экспартаваных табліц" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Абмежаваньні для табліцы" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME-тыпы табліцы" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "Сувязі ў табліцы" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Структура для прагляду" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Замяняльная структура для прагляду" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -7144,7 +7165,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Адправіць" @@ -7497,7 +7518,7 @@ msgstr "Зьменная" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Значэньне" @@ -8256,6 +8277,11 @@ msgstr "" msgid "Target database" msgstr "Пошук у базе дадзеных" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8421,7 +8447,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Індэкс" @@ -9253,7 +9279,7 @@ msgstr "Пазыцыя" msgid "Original position" msgstr "Першапачатковая пазыцыя" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Інфармацыя" @@ -10127,7 +10153,7 @@ msgstr "у хвіліну" msgid "per second" msgstr "у сэкунду" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Выразы" @@ -11759,39 +11785,37 @@ msgstr "Немагчыма перайменаваць індэкс у PRIMARY!" msgid "No index parts defined!" msgstr "Часткі індэксу ня вызначаныя!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Стварыць новы індэкс" +#| msgid "Add new field" +msgid "Add index" +msgstr "Дадаць новае поле" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Зьмяніць індэкс" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Add new field" +msgid "Edit index" +msgstr "Дадаць новае поле" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Імя індэкса:" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" мусіць быць імем першаснага ключа і толькі яго!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Імя індэкса:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Тып індэкса:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Дадаць да індэкса  %s калёнку(і)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Колькасьць калёнак мусіць быць большай за нуль." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Немагчыма перанесьці табліцу ў саму сябе!" @@ -11919,39 +11943,39 @@ msgstr "Праверыць цэласнасьць дадзеных:" msgid "Showing tables" msgstr "Паказаць табліцы" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Выкарыстаньне прасторы" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Выкарыстаньне" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Эфэктыўнасьць" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Статыстыка радку" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "дынамічны" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Даўжыня радка" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Памер радка " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -12012,12 +12036,6 @@ msgstr "Прагляд розных значэньняў" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -#, fuzzy -#| msgid "Add new field" -msgid "Add index" -msgstr "Дадаць новае поле" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -12096,13 +12114,13 @@ msgstr "У пачатку табліцы" msgid "After %s" msgstr "Пасьля %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Стварыць індэкс на %s калёнках" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "падзеленая на сэкцыі" @@ -13446,6 +13464,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Стварыць новы індэкс" + +#~ msgid "Modify an index" +#~ msgstr "Зьмяніць індэкс" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Колькасьць калёнак мусіць быць большай за нуль." + #, fuzzy #~ msgid "Create Table" #~ msgstr "Стварыць табліцу" diff --git a/po/be@latin.po b/po/be@latin.po index 25243cb4ee..243d127520 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2010-03-30 23:09+0200\n" "Last-Translator: Michal \n" "Language-Team: belarusian_latin \n" @@ -15,13 +15,13 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Pootle 2.0.1\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Pakazać usie" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -39,9 +39,9 @@ msgstr "" "akno abo nałady biaśpieki vašaha braŭzera skanfihuranyja na blakavańnie " "mižvakonnych ŭzajemadziejańniaŭ" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Pošuk" @@ -49,10 +49,10 @@ msgstr "Pošuk" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -74,17 +74,17 @@ msgstr "Pošuk" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Paniesłasia" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Imia kluča" @@ -136,21 +136,21 @@ msgstr "Kamentar da bazy dadzienych: " msgid "Table comments" msgstr "Kamentar da tablicy" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 #, fuzzy #| msgid "Column names" msgid "Column" msgstr "Nazvy kalonak" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -162,18 +162,18 @@ msgstr "Nazvy kalonak" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Typ" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Nul" @@ -206,8 +206,8 @@ msgstr "Źviazanaja z" msgid "Comments" msgstr "Kamentary" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -222,8 +222,8 @@ msgstr "Kamentary" msgid "No" msgstr "Nie" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -336,12 +336,12 @@ msgstr "Dadać abmiežavańni" msgid "Switch to copied database" msgstr "Pierajści da skapijavanaj bazy dadzienych" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Supastaŭleńnie" @@ -379,36 +379,36 @@ msgstr "Tablica" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Radki" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Pamier" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "vykarystoŭvajecca" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Stvoranaja" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Apošniaje abnaŭleńnie" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Apošniaja pravierka" @@ -474,7 +474,7 @@ msgid "Del" msgstr "Vydalić" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Abo" @@ -549,8 +549,8 @@ msgstr[0] "%s supadzieńniaŭ u tablicy %s" msgstr[1] "%s supadzieńniaŭ u tablicy %s" msgstr[2] "%s supadzieńniaŭ u tablicy %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Prahlad" @@ -696,8 +696,8 @@ msgstr "Źniać usie adznaki" msgid "Check tables having overhead" msgstr "Adznačyć tyja, što patrabujuć aptymizacyi" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -711,14 +711,14 @@ msgstr "Ekspart" msgid "Print view" msgstr "Versija dla druku" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Ačyścić" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Vydalić" @@ -727,7 +727,7 @@ msgstr "Vydalić" msgid "Check table" msgstr "Pravieryć tablicu" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Aptymizavać tablicu" @@ -794,7 +794,7 @@ msgstr "" msgid "Status" msgstr "Stan" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -802,7 +802,7 @@ msgstr "Stan" msgid "Action" msgstr "Dziejańnie" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -838,22 +838,22 @@ msgstr "" msgid "Database Log" msgstr "" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of fields" msgid "Values for column %s" msgstr "Kolkaść paloŭ" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -929,49 +929,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add new field" msgid "Add a point" msgstr "Dadać novaje pole" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Radki padzielenyja" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -981,15 +981,15 @@ msgstr "" msgid "Add a linestring" msgstr "Dadać abmiežavańni" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add %s field(s)" msgid "Add a polygon" @@ -1105,219 +1105,228 @@ msgstr "Nazad" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "Dla raboty phpMyAdmin patrebny braŭzer z padtrymkaj frejmaŭ." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "Kamandy \"DROP DATABASE\" adklučanyja." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Ci sapraŭdy vy žadajecie " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Vy źbirajecie VYDALIĆ bazu dadzienych całkam!" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "Vy źbirajecie VYDALIĆ bazu dadzienych całkam!" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "Vy źbirajecie VYDALIĆ bazu dadzienych całkam!" -#: js/messages.php:37 +#: js/messages.php:35 #, fuzzy #| msgid "Allows inserting and replacing data." msgid "Deleting tracking data" msgstr "Dazvalaje ŭstaŭlać i zamianiać dadzienyja." -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Hetaja aperacyja moža zaniać šmat času. Praciahvać?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Nie zadadzienaje značeńnie ŭ formie!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Heta nia lik!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add new field" +msgid "Add Index" +msgstr "Dadać novaje pole" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit next row" +msgid "Edit Index" +msgstr "Redagavać nastupny radok" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s field(s)" +msgid "Add %d column(s) to index" +msgstr "Dadać %s novyja pali" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Log file count" msgid "Total count" msgstr "Kolkaść fajłaŭ łogu" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Pustoje imia chostu!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Pustoje imia karystalnika!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Pusty parol!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Paroli nie supadajuć!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Luby karystalnik" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy #| msgid "Reload privileges" msgid "Reloading Privileges" msgstr "Pierazahruzić pryvilei" -#: js/messages.php:60 +#: js/messages.php:61 #, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" msgstr "Vydalić vybranych karystalnikaŭ" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Redagavać" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Vybar servera" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy #| msgid "Showing SQL query" msgid "Live query chart" msgstr "U vyhladzie SQL-zapytu" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Ahułam" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Vybar servera" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Pracesy" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "Padłučeńni" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy #| msgid "Databases statistics" msgid "Query statistics" msgstr "Statystyka bazaŭ dadzienych" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Local monitor configuration incompatible" msgstr "Niemahčyma zahruzić kanfihuracyju pa zmoŭčańni z: \"%1$s\"" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1325,187 +1334,187 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Keš zapytaŭ" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Keš zapytaŭ" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Keš zapytaŭ" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KiB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Log file count" msgid "Total memory" msgstr "Kolkaść fajłaŭ łogu" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Puł buferu" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Ahułam" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Volnych staronak" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Atrymana" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Padłučeńni" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy #| msgid "Relations" msgid "Questions" msgstr "Suviazi" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Trafik" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Mahčymaści asnoŭnych suviaziaŭ" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Rename database to" msgid "Remove chart" msgstr "Pierajmienavać bazu dadzienych u" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Źviać ź sietkaj" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Nijakaja" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1513,570 +1522,582 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Zachavać jak fajł" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Uklučana" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disabled" msgid "Disable %s" msgstr "Adklučana" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Mahčymaści asnoŭnych suviaziaŭ" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Mahčymaści asnoŭnych suviaziaŭ" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Zahałovak spravazdačy" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy #| msgid "No databases" msgid "Jump to Log table" msgstr "Bazy dadzienych adsutničajuć" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Table options" msgid "Log table filter options" msgstr "Opcyi tablicy" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of fields" msgid "Sum of grouped rows:" msgstr "Kolkaść paloŭ" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Ahułam" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy #| msgid "Reload privileges" msgid "Loading logs" msgstr "Pierazahruzić pryvilei" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Abnavić" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Imrart" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Abnavić zapyt" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dakumentacyja" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details..." msgid "Rule details" msgstr "Padrabiaźniej..." -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Authenticating..." msgid "Justification" msgstr "Aŭtentyfikacyja..." -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Skasavać" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Pracesy" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Pierajmienavać bazu dadzienych u" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Rename database to" msgid "Reload Database" msgstr "Pierajmienavać bazu dadzienych u" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Kapijavać bazu dadzienych u" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Kadyroŭka" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "Table must have at least one field." msgid "Table must have at least one column" msgstr "Tablica musić mieć prynamsi adno pole." -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Vykarystoŭvać tablicy" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Add new field" msgid "Hide indexes" msgstr "Dadać novaje pole" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Pakazać sietku" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Pošuk" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy #| msgid "in query" msgid "Hide search results" msgstr "pa zapytu" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy #| msgid "Showing SQL query" msgid "Show search results" msgstr "U vyhladzie SQL-zapytu" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Prahlad" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Vydaleńnie %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "Add a new User" msgid "Add %d value(s)" msgstr "Dadać novaha karystalnika" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy #| msgid "in query" msgid "Hide query box" msgstr "pa zapytu" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy #| msgid "Showing SQL query" msgid "Show query box" msgstr "U vyhladzie SQL-zapytu" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Nivodny radok nia vybrany" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Źmianić" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Zachavać" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy #| msgid "in query" msgid "Hide search criteria" msgstr "pa zapytu" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy #| msgid "Showing SQL query" msgid "Show search criteria" msgstr "U vyhladzie SQL-zapytu" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Pošuk" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Dadać/vydalić kalonku kryteru" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Dziejańni z vynikami zapytaŭ" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Pamier ukazalnika na dadzienyja" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignaravać" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Skapijavać" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "Dadać %s novyja pali" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Vybierycie spasyłkavy kluč" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Vybierycie źniešni kluč" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Kali łaska, vybierycie pieršasny (PRIMARY) albo ŭnikalny kluč (UNIQUE)" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Vybierycie pole dla adlustravańnia" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Zgieneravać parol" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Zgieneravać" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Źmianić parol" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Pan" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2084,31 +2105,31 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr "" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy #| msgid "No databases" msgid "up to date" msgstr "Bazy dadzienych adsutničajuć" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy #| msgid "None" msgid "Done" msgstr "Nijakaja" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Papiaredniaja staronka" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2116,96 +2137,96 @@ msgid "Next" msgstr "Nastupnaja staronka" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Ahułam" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Dvajkovy" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Sak" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Kra" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Tra" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Čer" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Lip" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Žni" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Kas" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Stu" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Lut" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Sak" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Kra" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2213,78 +2234,78 @@ msgid "May" msgstr "Tra" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Čer" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Lip" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Žni" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Vier" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Kas" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Lis" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Śn" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ndz" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Pan" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Aŭt" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Piat" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2292,107 +2313,107 @@ msgid "Sun" msgstr "Ndz" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Pan" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Aŭt" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Sier" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Cač" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Piat" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Sub" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ndz" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Pan" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Aŭt" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Sier" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Cač" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Piat" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sub" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Čas" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "vykarystoŭvajecca" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2479,45 +2500,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Indeks nia vyznačany!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indeksy" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Unikalnaje" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Ścisnutaja" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Kolkaść elementaŭ" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Kamentar" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Pieršasny kluč byŭ vydaleny" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Indeks %s byŭ vydaleny" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2857,14 +2878,14 @@ msgstr "Tablic" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Dadzienyja" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Vykarystańnie resursaŭ" @@ -3104,7 +3125,7 @@ msgstr "%s dzion, %s hadzinaŭ, %s chvilinaŭ i %s sekundaŭ" msgid "Missing parameter:" msgstr "Pracedury" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3112,7 +3133,7 @@ msgctxt "First page" msgid "Begin" msgstr "Pieršaja staronka" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3121,7 +3142,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Papiaredniaja staronka" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3130,7 +3151,7 @@ msgctxt "Next page" msgid "Next" msgstr "Nastupnaja staronka" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3138,24 +3159,24 @@ msgctxt "Last page" msgid "End" msgstr "Apošniaja staronka" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Pierajści da bazy dadzienych \"%s\"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" "Isnuje viadomaja pamyłka z vykarystańniem parametra %s, hladzicie apisańnie " "na %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3167,7 +3188,7 @@ msgstr "" msgid "Structure" msgstr "Struktura" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3175,43 +3196,43 @@ msgstr "Struktura" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Ustavić" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Aperacyi" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "tečka web-servera dla zahruzki fajłaŭ" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Niemahčyma adkryć paznačanuju vami tečku dla zahruzki fajłaŭ" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Druk" @@ -3665,7 +3686,7 @@ msgid "Character set of the file" msgstr "" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Farmat" @@ -5618,7 +5639,7 @@ msgstr "Pracedury" msgid "Events" msgstr "Padziei" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -6048,7 +6069,7 @@ msgstr "Sartavać pa klučy" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Nałady" @@ -6663,12 +6684,12 @@ msgid "Data dump options" msgstr "Nałady ekspartu bazy dadzienych" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Damp dadzienych tablicy" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Struktura tablicy" @@ -6877,31 +6898,31 @@ msgstr "Pracedury" msgid "Functions" msgstr "Funkcyi" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Abmiežavańni dla ekspartavanych tablic" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Abmiežavańni dla tablicy" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME-typy tablicy" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "Suviazi ŭ tablicy" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Struktura dla prahladu" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Zamianialnaja struktura dla prahladu" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -7127,7 +7148,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Adpravić" @@ -7478,7 +7499,7 @@ msgstr "Źmiennaja" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Značeńnie" @@ -8236,6 +8257,11 @@ msgstr "" msgid "Target database" msgstr "" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8401,7 +8427,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Indeks" @@ -9238,7 +9264,7 @@ msgstr "Pazycyja" msgid "Original position" msgstr "Pieršapačatkovaja pazycyja" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Infarmacyja" @@ -10109,7 +10135,7 @@ msgstr "u chvilinu" msgid "per second" msgstr "u sekundu" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Vyrazy" @@ -11733,38 +11759,36 @@ msgstr "Niemahčyma pierajmienavać indeks u PRIMARY!" msgid "No index parts defined!" msgstr "Častki indeksu nia vyznačanyja!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Stvaryć novy indeks" +#| msgid "Add new field" +msgid "Add index" +msgstr "Dadać novaje pole" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Źmianić indeks" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Add new field" +msgid "Edit index" +msgstr "Dadać novaje pole" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Imia indeksa:" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(\"PRIMARY\" musić być imiem pieršasnaha kluča i tolki jaho!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Imia indeksa:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Typ indeksa:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Dadać da indeksa %s kalonku(i)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Kolkaść kalonak musić być bolšaj za nul." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Niemahčyma pieranieści tablicu ŭ samu siabie!" @@ -11893,39 +11917,39 @@ msgstr "Pravieryć cełasnaść dadzienych:" msgid "Showing tables" msgstr "Pakazać tablicy" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Vykarystańnie prastory" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Vykarystańnie" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Efektyŭnaść" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Statystyka radku" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dynamičny" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Daŭžynia radka" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Pamier radka " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11986,12 +12010,6 @@ msgstr "Prahlad roznych značeńniaŭ" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -#, fuzzy -#| msgid "Add new field" -msgid "Add index" -msgstr "Dadać novaje pole" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -12070,13 +12088,13 @@ msgstr "U pačatku tablicy" msgid "After %s" msgstr "Paśla %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Stvaryć indeks na %s kalonkach" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "padzielenaja na sekcyi" @@ -13421,6 +13439,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Stvaryć novy indeks" + +#~ msgid "Modify an index" +#~ msgstr "Źmianić indeks" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Kolkaść kalonak musić być bolšaj za nul." + #, fuzzy #~ msgid "Create Table" #~ msgstr "Stvaryć tablicu" diff --git a/po/bg.po b/po/bg.po index db89462e09..2258f57401 100644 --- a/po/bg.po +++ b/po/bg.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-11-06 19:30+0200\n" "Last-Translator: stoyan \n" "Language-Team: bulgarian \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.1.6\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Показване на всичко" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "отварящият го прозорец или браузърът Ви е блокирал обновяване на данни от " "един прозорец в друг от съображения за сигурност." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Търсене" @@ -48,10 +48,10 @@ msgstr "Търсене" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "Търсене" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Изпълнение" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Име на ключ" @@ -135,19 +135,19 @@ msgstr "Коментар към БД: " msgid "Table comments" msgstr "Коментари към таблицата" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Kолона" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "Kолона" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Тип" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Празно" @@ -203,8 +203,8 @@ msgstr "Свързана към" msgid "Comments" msgstr "Коментари" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "Коментари" msgid "No" msgstr "Не" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -329,12 +329,12 @@ msgstr "Добавяне на ограничение" msgid "Switch to copied database" msgstr "Показване на копираната БД" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Колация" @@ -367,36 +367,36 @@ msgstr "Таблица" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Редове" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Размер" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "зает" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Дата на създаване" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Последно обновление" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Последна проверка" @@ -459,7 +459,7 @@ msgid "Del" msgstr "Изтрий" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Или" @@ -528,8 +528,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s съвпадение в таблица %s" msgstr[1] "%s съвпадения в таблица %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Прелистване" @@ -660,8 +660,8 @@ msgstr "Отмаркиране всички" msgid "Check tables having overhead" msgstr "Маркиране на таблиците със загубено място" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -675,14 +675,14 @@ msgstr "Експорт" msgid "Print view" msgstr "Преглед за печат" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Изчистване" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Изтриване" @@ -691,7 +691,7 @@ msgstr "Изтриване" msgid "Check table" msgstr "Проверка на таблицата" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Оптимизация на таблицата" @@ -754,7 +754,7 @@ msgstr "Съвременен" msgid "Status" msgstr "Състояние" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -762,7 +762,7 @@ msgstr "Състояние" msgid "Action" msgstr "Действие" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Изтриване на проследената информация за таблицата" @@ -798,21 +798,21 @@ msgstr "Следене на таблица" msgid "Database Log" msgstr "Дневник БД" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "ENUM/SET редактор" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "Стойности за нова колона" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, php-format msgid "Values for column %s" msgstr "Стойности за колоната %s" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "Въвеждайте всяка стойност в отделно поле" @@ -881,45 +881,45 @@ msgstr "Използване на OpenStreetMaps като основен сло msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Геометрия" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "Точка" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "Точка %d" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "Добавяне на точка" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "Външен пръстен" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "Вътрешен пръстен" @@ -929,15 +929,15 @@ msgstr "Вътрешен пръстен" msgid "Add a linestring" msgstr "Добавяне LineString" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "Добавяне вътрешен пръстен" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "Многоъгълник" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "Добавяне многоъгълник" @@ -1052,195 +1052,204 @@ msgstr "" "phpMyAdmin е по-дружелюбен ако използвате браузър с поддържка на рамки." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Щракване за избор" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Щракване за отмяна на избора" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" заявката е забранена." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Наистина ли искате да изпълните " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Вие ще УНИЩОЖИТЕ цяла БД!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "Вие ще УНИЩОЖИТЕ цяла таблица!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "Вие ще ИЗПРАЗНИТЕ цяла таблица!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Изтриване информацията за следене" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Изтриване на първичен ключ/индекс" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Операцията може да продължи дълго. Да продължи ли въпреки това?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "На път сте да ЗАБРАНИТЕ BLOB хранилище!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Липсва стойност в поле от формуляра!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Това не е число!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "Добавяне на индекс" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Редактиране" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "Добавяне %s колона(и)" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Общ брой" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Името на хоста е празно!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Потребителското име е празно!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Паролата е празна!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Паролата не е същата!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Нов потребител" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Презареждане на правата" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Изтриване на маркираните потребители" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Затваряне" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Редакция" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "Диаграма на трафик в реално време" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "Диаграма на връзки/процеси в реално време" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "Диаграма на заявки в реално време" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Статична информация" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Общо" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Друго" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "KiB изпратени след последното опресняване" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "KiB получени след последното опресняване" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Сървър трафик (в KiB)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Връзки след последното опресняване" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Процеси" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Конекции / Процеси" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "Запитвания след последното опресняване" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "Запитвания (изпълнени от сървъра заявки)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Статистика за заявките" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Failed to read configuration file" msgid "Local monitor configuration incompatible" msgstr "Неуспешно прочитане на конфигурацията" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1248,165 +1257,165 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "Ефикасност на буфера за заявки" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "Използване на буфера за заявки" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "Използвано от буфера за заявки" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "Натоварване на процесора" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Системна памет" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "МБ" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "КБ" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Средно натоварване" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "Общо памет" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "Памет в буфери" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "Буферирана памет" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "Свободна памет" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "Използвана памет" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Свободни страници" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "Байта изпратени" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "Байта получени" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Връзки" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "Запитвания" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Трафик" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Настройки" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "Изтриване диаграма" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "Редакция заглавие и етикети" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "Добавяне диаграма към мрежата" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Няма" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1414,42 +1423,42 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "Задаване на log_output на %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "Включване %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "Изключване %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "Задаване на long_query_time на %dс" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1457,41 +1466,41 @@ msgstr "" "Не може да променяте тези променливи. Моля, влезте като root или се обърнете " "към администратор." -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "Промяна настройки" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "Текущи настройки" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "Заглавие на диаграмата" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "Диференциални" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "Разделени с %s:" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "От дневника за бавни заявки" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "От общия дневник" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "Анализиране и зареждане на дневници. Ще отнеме малко време." -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1501,350 +1510,362 @@ msgstr "" "SQL заявка е използвана като критерий за групиране и другите атрибути на " "заявката, като начало на изпълнението, може да са различни." -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "Данните заредени. Заявки изпълнени в този времеви интервал:" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy #| msgid "Jump to database" msgid "Jump to Log table" msgstr "Прескачане до БД" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" "Дневникът е проверен, но няма заявки изпълнени в този времеви интервал." #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "Настройки показване таблици" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Филтър" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "Брой групирани редове:" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "Общо:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "Зареждане на дневници" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "Презареждане" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "Засегнати редове:" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Импорт" -#: js/messages.php:192 +#: js/messages.php:193 msgid "Analyse Query" msgstr "Анализиране заявка" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "Препоръка" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details" msgid "Rule details" msgstr "Подробности" -#: js/messages.php:201 +#: js/messages.php:202 msgid "Justification" msgstr "" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "Тест" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Отмяна" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Зареждане" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Обработка на заявката" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Грешка при обработка на заявката" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Изтриване на колона" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Добавяне на първичен ключ" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "Щракнете, за да скриете това съобщение" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Преименуване БД" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Презареждане БД" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Копиране БД" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Промяна знаков набор" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "Таблицата трябва да има поне една колона" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Вмъкване на таблица" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "Скриване на индексите" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "Показване на индексите" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Търсене" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Скриване резултати от търсенето" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Показване резултати от търсенето" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "Прелистване" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "Изтриване" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Дефиницията на съхранена процедура трябва да съдържа израз RETURN!" -#: js/messages.php:248 +#: js/messages.php:249 #, php-format msgid "Add %d value(s)" msgstr "Добавяне %d стойност(и)" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "Заб.: Ако файлът съдържа няколко таблици, те ще бъдат обединени" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Скриване формата за заявки" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Показване формата за заявки" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Няма върнати редове" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Промяна" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "Време за изпълнение на заявката" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Зпазване" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Скриване критерий за търсене" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Показване критерий за търсене" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Търсене" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "Всяка точка представлява ред." -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "Посочване на точка ще покаже етикета ѝ." -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 msgid "Select two columns" msgstr "Изберете две колони" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Операции с резултата от заявката" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Table of contents" +msgid "Data point content" +msgstr "Съдържание" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Игнориране" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Копиране" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "Добавяне колони" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Изберете посочвания ключ" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Избор външен ключ" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Изберете първичен или уникален ключ" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Изберете колона за показване" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1852,68 +1873,68 @@ msgstr "" "Не сте записали промените в оформлението. Те ще бъдат загубени, ако не ги " "запазите. Искате ли да продължите?" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Добавяне опция към колона " -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "Завличане за промяна на подредбата" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "Щракване за сортиране" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "Щракване за маркиране/отмаркиране" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "Щракнете стрелката,
за да изберете колони" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Генериране парола" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Генериране" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Смяна парола" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Още" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1923,260 +1944,260 @@ msgstr "" "версия е %s, излязла на %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", актуална стабилна версия:" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "актуално" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Готово" -#: js/messages.php:366 +#: js/messages.php:369 msgctxt "Previous month" msgid "Prev" msgstr "Преден" -#: js/messages.php:371 +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "Следващ" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Днес" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "януари" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "февруари" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "март" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "април" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "май" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "юни" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "юли" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "август" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "септември" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "октомври" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "ноември" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "декември" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "яну" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "фев" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "март" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "апр" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "май" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "юни" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "юли" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "авг" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "септ" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "окт" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "ное" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "дек" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "неделя" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "понеделник" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "вторник" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "сряда" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "четвъртък" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "петък" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "събота" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 msgid "Sun" msgstr "нд" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "пн" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "вт" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "ср" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "чт" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "пт" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "сб" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "нд" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "пн" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "вт" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "ср" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "чт" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "пт" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "сб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Сед" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Време" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Час" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "минута" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "секунда" @@ -2257,45 +2278,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Не е избран индекс!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Индекси" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Уникално" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Кардиналност" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Коментар" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Главният ключ беше изтрит" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Индекс %s беше изтрит" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2619,14 +2640,14 @@ msgstr "Таблици" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Данни" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Загубено място" @@ -2854,48 +2875,48 @@ msgstr "%s дена, %s часа, %s минути и %s секунди" msgid "Missing parameter:" msgstr "Липсващ параметър:" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 msgctxt "First page" msgid "Begin" msgstr "Начало" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 msgctxt "Previous page" msgid "Previous" msgstr "Предна" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 msgctxt "Next page" msgid "Next" msgstr "Следваща" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 msgctxt "Last page" msgid "End" msgstr "Последна" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Показване БД "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Функционалността %s се влияе от известен дефект, виж %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "Щракване за превключване" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2907,7 +2928,7 @@ msgstr "Щракване за превключване" msgid "Structure" msgstr "Структура" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2915,42 +2936,42 @@ msgstr "Структура" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Вмъкване" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Операции" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Разглеждане на компютъра:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Избор от директорията за качване %s:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Директорията която сте указали за upload не може да бъде достигната" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "Няма файлве за качване" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "Изпълнение" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Печат" @@ -3392,7 +3413,7 @@ msgid "Character set of the file" msgstr "Знаков набор на файла" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Формат" @@ -5247,7 +5268,7 @@ msgstr "Процедури" msgid "Events" msgstr "Събития" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5607,7 +5628,7 @@ msgstr "Сортиране по ключ" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Настройки" @@ -6133,12 +6154,12 @@ msgid "Data dump options" msgstr "" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Ссхема на данните от таблица" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Структура на таблица" @@ -6328,31 +6349,31 @@ msgstr "Процедури" msgid "Functions" msgstr "Функции" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Ограничения за дъмпнати таблици" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Ограничения за таблица" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME ТИПОВЕ ЗА ТАБЛИЦА" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "РЕЛАЦИИ ЗА ТАБЛИЦА" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "Грешка при четене на данни:" @@ -6562,7 +6583,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Изпълнение" @@ -6909,7 +6930,7 @@ msgstr "Променлива" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Стойност" @@ -7581,6 +7602,11 @@ msgstr "Различия" msgid "Target database" msgstr "Целева БД" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Щракване за избор" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -7736,7 +7762,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Индекс" @@ -8446,7 +8472,7 @@ msgstr "" msgid "Original position" msgstr "" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Информация" @@ -9289,7 +9315,7 @@ msgstr "на минута" msgid "per second" msgstr "на секунда" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Заявление" @@ -10724,38 +10750,36 @@ msgstr "Не мога да преименувам индекса на PRIMARY!" msgid "No index parts defined!" msgstr "Не са дефинирани части на индекс!" -#: tbl_indexes.php:169 -msgid "Create an index" -msgstr "Добавяне индекс" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "Добавяне на индекс" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Промяна на индекс" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Редактиране" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Име на индекса :" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" трябва да е името на и единствено на главния " "ключ!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Име на индекса :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Тип на индекса :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Добавяне към индекса на  %s колона(и)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Броя на колоните трябва да е по-голям от нула." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Не може да се премести таблицата към себе си!" @@ -10876,39 +10900,39 @@ msgstr "Проверка на интегритета на връзките:" msgid "Showing tables" msgstr "Показване таблици" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Използвано място" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Използвани" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Ефективни" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Статистика за редовете" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "статичен" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "динамичен" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Дължина ред" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Размер ред" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -10963,10 +10987,6 @@ msgstr "Преглеждане на уникалните стойности" msgid "Add primary key" msgstr "Добавяне на първичен ключ" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "Добавяне на индекс" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "Добавяне на уникален ключ" @@ -11034,12 +11054,12 @@ msgstr "В началото на таблицата" msgid "After %s" msgstr "След %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "Създаване на индекс върху  %s колони" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -12328,6 +12348,18 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "Щракване за отмяна на избора" + +#~ msgid "Create an index" +#~ msgstr "Добавяне индекс" + +#~ msgid "Modify an index" +#~ msgstr "Промяна на индекс" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Броя на колоните трябва да е по-голям от нула." + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ Рестартиране на вмъкването и добавяне нова стойност" diff --git a/po/bn.po b/po/bn.po index 665fd061f6..009433c30a 100644 --- a/po/bn.po +++ b/po/bn.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2010-10-21 01:36+0200\n" "Last-Translator: Nobin নবীন \n" "Language-Team: bangla \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "সবগুলো দেখাও" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "করেছেন, অথবা আপনার ব্রাউজার এর নিরাপত্তা সেটিংস্ এমন ভাবে কনফিগার করা আছে যে " "দুটি উইন্ডোর এক সাথে হালনাগাদ করাকে বাধা দিবে।" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "খুঁজুন" @@ -48,10 +48,10 @@ msgstr "খুঁজুন" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "খুঁজুন" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "যাও" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Keyname" @@ -133,19 +133,19 @@ msgstr "ডাটাবেজ মন্তব্যসমূহঃ" msgid "Table comments" msgstr "টেবিলের মন্তব্য সমূহ" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "কলামের" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -157,18 +157,18 @@ msgstr "কলামের" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "ধরন" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "খালি" @@ -201,8 +201,8 @@ msgstr "সংযুক্তি হবে" msgid "Comments" msgstr "মন্তব্যসমূহ" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -217,8 +217,8 @@ msgstr "মন্তব্যসমূহ" msgid "No" msgstr "না" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -330,12 +330,12 @@ msgstr "constraints সংযুক্ত করুন" msgid "Switch to copied database" msgstr "অনুলিপি ডাটাবেজ এ পরিবর্তিত হবে" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Collation" @@ -373,36 +373,36 @@ msgstr "টেবিল" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Rows" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "আকার" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "in use" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Creation" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "সর্বশেষ আপডেট" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Last check" @@ -467,7 +467,7 @@ msgid "Del" msgstr "Del" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "অথবা" @@ -541,8 +541,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s match(es) inside table %s" msgstr[1] "%s match(es) inside table %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "ব্রাউজ করুন" @@ -683,8 +683,8 @@ msgstr "Uncheck All" msgid "Check tables having overhead" msgstr "ওভারহেড সহ টেবিল পরীক্ষা কর" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -698,14 +698,14 @@ msgstr "Export" msgid "Print view" msgstr "Print view" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "খালি" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "মুছে ফেল" @@ -714,7 +714,7 @@ msgstr "মুছে ফেল" msgid "Check table" msgstr "টেবিল পরীক্ষা কর" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "টেবিল অপটিমাইজ করুন" @@ -785,7 +785,7 @@ msgstr "" msgid "Status" msgstr "অবস্থা" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -793,7 +793,7 @@ msgstr "অবস্থা" msgid "Action" msgstr "Action" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -834,22 +834,22 @@ msgstr "টেবিল পরীক্ষা কর" msgid "Database Log" msgstr "ডাটাবেজ" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of fields" msgid "Values for column %s" msgstr "Number of fields" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -922,49 +922,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add %s field(s)" msgid "Add a point" msgstr "%s ক্ষেত্রসমূহ যোগ কর" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Lines terminated by" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -974,17 +974,17 @@ msgstr "" msgid "Add a linestring" msgstr "একটি নতুন ইউজার যোগ করুন" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "একটি নতুন ইউজার যোগ করুন" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add %s field(s)" msgid "Add a polygon" @@ -1095,217 +1095,226 @@ msgstr "পিছনে" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin is more friendly with a frames-capable browser." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" statements are disabled." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "আপনি কি সত্যি চান?" -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "আপনি একটি সম্পূর্ন ডাটাবেজ প্রায় মুছে ফেলছেন" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "আপনি একটি সম্পূর্ন ডাটাবেজ প্রায় মুছে ফেলছেন" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "আপনি একটি সম্পূর্ন ডাটাবেজ প্রায় মুছে ফেলছেন" -#: js/messages.php:37 +#: js/messages.php:35 #, fuzzy #| msgid "Allows inserting and replacing data." msgid "Deleting tracking data" msgstr "Allows inserting and replacing data." -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "This operation could take a long time. Proceed anyway?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Missing value in the form!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "এটি কোন সংখ্যা না" +#: js/messages.php:46 +#, fuzzy +#| msgid "Index" +msgid "Add Index" +msgstr "ইন্ডেস্ক" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit next row" +msgid "Edit Index" +msgstr "পরবর্তী সাড়ি সম্পাদনা করুন" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s field(s)" +msgid "Add %d column(s) to index" +msgstr "%s ক্ষেত্রসমূহ যোগ কর" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Total" msgid "Total count" msgstr "মোট" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "হোষ্ট নাম পূরন করা হয়নি" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "The user name is empty!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "পাসওয়ার্ড দেওয়া হয়নি" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "The passwords aren't the same!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "যেকোন ব্যাবহারকারী" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy #| msgid "Reload privileges" msgid "Reloading Privileges" msgstr "Reload privileges" -#: js/messages.php:60 +#: js/messages.php:61 #, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" msgstr "Remove selected users" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "সম্পাদনা কর" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Server Choice" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy msgid "Live query chart" msgstr "SQL query" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "মোট" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Server Choice" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Processes" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "সংযোগসমূহ" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy msgid "Query statistics" msgstr "Row Statistics" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Local monitor configuration incompatible" msgstr "\"%1$s\" হতে ডিফল্ট কনফিগারেশন লোড করা যায়নি" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1313,184 +1322,184 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Query cache" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Query cache" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Query cache" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "মেগাবাইট" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "কিলোবাইট" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Total" msgid "Total memory" msgstr "মোট" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Buffer Pool" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "মোট" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "ফ্রী পাতাসমূহ" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "গৃহীত" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "সংযোগসমূহ" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy msgid "Questions" msgstr "পারসিয়ান" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Traffic" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "General relation features" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Rename database to" msgid "Remove chart" msgstr "ডাটাবেজ রিনেম কর" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "কোনটিই নয়" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1498,560 +1507,572 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "ফাইল হিসেবে সেভ করুন" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Enabled" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disabled" msgid "Disable %s" msgstr "বন্ধ করা হয়েছে" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "General relation features" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "General relation features" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Report title" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy msgid "Jump to Log table" msgstr "কোন ডাটাবেজ নাই" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy msgid "Log table filter options" msgstr "ডাটাবেজ এক্সপোটঁ করার সুবিধাসমূহ" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 #, fuzzy msgid "Filter" msgstr "ক্ষেত্রসমূহ" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy msgid "Sum of grouped rows:" msgstr "The number of sorted rows." -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "মোট" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy msgid "Loading logs" msgstr "লোকাল" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Rename database to" msgid "Reload page" msgstr "ডাটাবেজ রিনেম কর" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "ইম্পোর্ট কর" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Update Query" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "বর্ণনা" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "বর্ণনা" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy msgid "Loading" msgstr "লোকাল" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Processes" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "ঠিক আছে" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "ডাটাবেজ রিনেম কর" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Rename database to" msgid "Reload Database" msgstr "ডাটাবেজ রিনেম কর" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "ডাটাবেজ কপি করঃ" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Charset" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "Table must have at least one field." msgid "Table must have at least one column" msgstr "Table must have at least one field." -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "টেবিল ব্যাবহারকারী" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Indexes" msgid "Hide indexes" msgstr "ইন্ডেস্ক সমূহ" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Show grid" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "খুঁজুন" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy msgid "Hide search results" msgstr "SQL query" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy msgid "Show search results" msgstr "SQL query" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "ব্রাউজ করুন" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "%s মুছে ফেলা হচ্ছে" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "একটি নতুন ইউজার যোগ করুন" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy msgid "Hide query box" msgstr "SQL query" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy msgid "Show query box" msgstr "SQL query" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "No rows selected" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Change" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "সেভ করুন" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy msgid "Hide search criteria" msgstr "SQL query" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy msgid "Show search criteria" msgstr "SQL query" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "খুঁজুন" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Add/Delete Field Columns" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Query results operations" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Data pointer size" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignore" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "%s ক্ষেত্রসমূহ যোগ কর" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "প্রদর্শনের জন্য ক্ষেত্র পছন্দ কর" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy msgid "Go to link" msgstr "কোন ডাটাবেজ নাই" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "পাসওয়ার্ড তৈরী কর" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "তৈরী কর" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "পাসওয়ার্ড পরিবর্তন কর" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "সোমবার" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2059,30 +2080,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 #, fuzzy msgid ", latest stable version:" msgstr "Server version" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "কোন ডাটাবেজ নাই" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy msgid "Done" msgstr "ডাটা" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "পূর্ববর্তী" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2090,96 +2111,96 @@ msgid "Next" msgstr "পরবর্তী" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "মোট" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "বাইনারী" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "মার্চ" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "এপ্রিল" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "মে" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "জুন" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "জুলাই" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "আগস্ট" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "অক্টোবর" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "জানুয়ারী" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "ফেব্রুয়ারী" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "মার্চ" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "এপ্রিল" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2187,78 +2208,78 @@ msgid "May" msgstr "মে" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "জুন" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "জুলাই" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "আগস্ট" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "সেপ্টেমবর" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "অক্টোবর" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "নভেম্বর" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "ডিসেম্বর" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "রবিবার" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "সোমবার" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "মঙ্গলবার" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "শুক্রবার" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2266,105 +2287,105 @@ msgid "Sun" msgstr "রবিবার" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "সোমবার" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "মঙ্গলবার" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "বুধবার" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "বৃহস্পতিবার" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "শুক্রবার" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "শনিবার" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "রবিবার" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "সোমবার" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "মঙ্গলবার" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "বুধবার" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "বৃহস্পতিবার" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "শুক্রবার" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "শনিবার" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "সময়" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "in use" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2445,46 +2466,46 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "No index defined!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "ইন্ডেস্ক সমূহ" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Unique" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Cardinality" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 #, fuzzy msgid "Comment" msgstr "মন্তব্যসমূহ" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "The primary key has been dropped" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "%s ইন্ডেস্ক মুছে ফেলা হয়েছে" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2817,14 +2838,14 @@ msgstr "টেবিলসমূহ" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "ডাটা" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Overhead" @@ -3059,7 +3080,7 @@ msgstr "%s দিন, %s মাস, %s মিনিট and %s সেকেণ্ msgid "Missing parameter:" msgstr "" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3067,7 +3088,7 @@ msgctxt "First page" msgid "Begin" msgstr "শুরু" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3076,7 +3097,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "পূর্ববর্তী" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3085,7 +3106,7 @@ msgctxt "Next page" msgid "Next" msgstr "পরবর্তী" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3093,22 +3114,22 @@ msgctxt "Last page" msgid "End" msgstr "End" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Jump to database "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3120,7 +3141,7 @@ msgstr "" msgid "Structure" msgstr "Structure" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3128,43 +3149,43 @@ msgstr "Structure" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Insert" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operations" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "web server upload directory" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "The directory you set for upload work cannot be reached" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "প্রিন্ট কর" @@ -3621,7 +3642,7 @@ msgid "Character set of the file" msgstr "ফাইল এর অক্ষরসমূহঃ" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "ফরমেট" @@ -5597,7 +5618,7 @@ msgstr "" msgid "Events" msgstr "Sent" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -6026,7 +6047,7 @@ msgstr "Sort by key" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 #, fuzzy msgid "Options" msgstr "Operations" @@ -6599,12 +6620,12 @@ msgid "Data dump options" msgstr "ডাটাবেজ এক্সপোটঁ করার সুবিধাসমূহ" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "টেবিল এর জন্য ডাটা ডাম্পিং করুন" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Table structure for table" @@ -6813,33 +6834,33 @@ msgstr "Procedures" msgid "Functions" msgstr "ফাংশনসমূহ" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Constraints for dumped tables" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Constraints for table" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME TYPES FOR TABLE" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELATIONS FOR TABLE" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 #, fuzzy msgid "Structure for view" msgstr "Structure only" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 #, fuzzy msgid "Stand-in structure for view" msgstr "Structure only" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -7067,7 +7088,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Submit" @@ -7417,7 +7438,7 @@ msgstr "চলক" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "মান" @@ -8162,6 +8183,11 @@ msgstr "" msgid "Target database" msgstr "ডাটাবে এ খুজুঁনSearch in database" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8324,7 +8350,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "ইন্ডেস্ক" @@ -9152,7 +9178,7 @@ msgstr "অবস্থান" msgid "Original position" msgstr "প্রকৃত অবস্থান" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "তথ্য" @@ -10024,7 +10050,7 @@ msgstr "per minute" msgid "per second" msgstr "per second" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Statements" @@ -11625,39 +11651,35 @@ msgstr "Can't rename index to PRIMARY!" msgid "No index parts defined!" msgstr "No index parts defined!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "একটি নতুন ইন্ডেস্ক তৈরী কর" +#| msgid "Print view" +msgid "Edit index" +msgstr "Print view" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Modify an index" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "ইন্ডেস্ক নামঃ" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" must be the name of and only of a primary key!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "ইন্ডেস্ক নামঃ" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "ইন্ডেস্ক এর ধরনঃ" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Index এ যোগ কর  %s column(s)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Column count has to be larger than zero." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Can't move table to same one!" @@ -11788,39 +11810,39 @@ msgstr "Check referential integrity:" msgid "Showing tables" msgstr "Show tables" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Space usage" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "ব্যাবহার" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Effective" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Row Statistics" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "ডায়নামিক" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "সাড়ির দৈর্ঘ্য" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "সাড়ির আকার" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11879,10 +11901,6 @@ msgstr "নির্দিষ্ট মান ব্রাউজ করুন" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11959,13 +11977,13 @@ msgstr "টেবিলের শুরুতে" msgid "After %s" msgstr "After %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Create an index on %s columns" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -13310,6 +13328,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "একটি নতুন ইন্ডেস্ক তৈরী কর" + +#~ msgid "Modify an index" +#~ msgstr "Modify an index" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Column count has to be larger than zero." + #, fuzzy #~ msgid "Create Table" #~ msgstr "একটি নতুন পাতা তৈরী কর" diff --git a/po/br.po b/po/br.po index a207b182b8..9276562d50 100644 --- a/po/br.po +++ b/po/br.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-10-13 17:20+0200\n" "Last-Translator: Fulup \n" "Language-Team: LANGUAGE \n" @@ -18,13 +18,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Diskouez pep tra" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -42,9 +42,9 @@ msgstr "" "serret ar prenestr orin ganeoc'h pe stanket eo an hizivadurioù etre " "prenestroù gant ho merdeer evit abegoù surentez." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Klask" @@ -52,10 +52,10 @@ msgstr "Klask" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -77,17 +77,17 @@ msgstr "Klask" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Mont" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Anv ar meneger" @@ -139,19 +139,19 @@ msgstr "Evezhiadenn diwar-benn an diaz roadennoù : " msgid "Table comments" msgstr "Evezhiadennoù diwar-benn an daolenn" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Bann" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -163,18 +163,18 @@ msgstr "Bann" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Seurt" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -207,8 +207,8 @@ msgstr "Liammet ouzh" msgid "Comments" msgstr "Evezhiadennoù" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -223,8 +223,8 @@ msgstr "Evezhiadennoù" msgid "No" msgstr "Ket" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -333,12 +333,12 @@ msgstr "Ouzhpennañ ar strishadurioù" msgid "Switch to copied database" msgstr "Mont d'an diaz roadennoù eilet" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Etrerummadiñ" @@ -371,36 +371,36 @@ msgstr "Taolenn" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Linennoù" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Ment" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "en implij" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Krouiñ" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Hizivadenn ziwezhañ" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Gwiriadenn ziwezhañ" @@ -463,7 +463,7 @@ msgid "Del" msgstr "Diverk." #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Pe" @@ -532,8 +532,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s glotadenn en daolenn %s " msgstr[1] "%s klotadenn en daolenn %s " -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Furchal" @@ -666,8 +666,8 @@ msgstr "Diaskañ pep tra" msgid "Check tables having overhead" msgstr "Askañ an taolennoù gant dilerc'hioù" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -681,14 +681,14 @@ msgstr "Ezporzhiañ" msgid "Print view" msgstr "Stumm da voullañ" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Goullonderiñ" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Diverkañ" @@ -697,7 +697,7 @@ msgstr "Diverkañ" msgid "Check table" msgstr "Gwiriañ an daolenn" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Lakaat an daolenn diouzh ar gwellañ" @@ -760,7 +760,7 @@ msgstr "Hizivaet" msgid "Status" msgstr "Statud" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -768,7 +768,7 @@ msgstr "Statud" msgid "Action" msgstr "Oberiadenn" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Diverkañ ar roadennoù heuliañ evit an daolenn-mañ" @@ -804,24 +804,24 @@ msgstr "Heuliañ an daolenn" msgid "Database Log" msgstr "Marilh an diaz roadennoù" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "Talvoudoù evit ar bann \"%s\"" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "Talvoudoù evit ar bann \"%s\"" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field" @@ -893,45 +893,45 @@ msgstr "Ober gant OpenStreetMaps evit ar gwiskad diazez" msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Mentoniezh" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "Poent" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "Poent %d" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "Ouzhpennañ ur poent" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "Aradennad linennoù" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "Kelc'h diavaez" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "Kelc'h diabarzh" @@ -939,15 +939,15 @@ msgstr "Kelc'h diabarzh" msgid "Add a linestring" msgstr "Ouzhpennañ un aradennad linennoù" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "Ouzhpennañ ur c'helc'h diabarzh" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "Lieskorneg" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "Ouzhpennañ ul lieskorneg" @@ -1061,195 +1061,204 @@ msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" "Un tamm aesoc'h eo phpMyAdmin gant ur merdeer a skor ar frammoù." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Klikañ evit diuzañ" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Klikañ evit diziuzañ" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "Diweredekaet eo an urzhad ''DROP DATABASE'" -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Ha sur oc'h e fell deoc'h " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Emaoc'h war-nes DISTRUJ un diaz roadennoù klok !" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "Emaoc'h war-nes DISTRUJ un daolennad glok !" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "Emaoc'h war-nes RIÑSAÑ un daolennad penn-da-benn !" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "O tiverkañ ar roadennoù heuliañ" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "O tistruj an Alc'hwez kentidik/Meneger" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Pell e c'hall padout an oberiadenn-mañ. Kenderc'hel memes tra ?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Emaoc'h war-nes DIWEREDEKAAT ur c'havlec'h BLOB !" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "Ha sur oc'h e fell deoc'h diweredekaat an holl zaveennoù BLOB evit an diaz " "roadennoù %s ?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Furmskrid diglok !" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "N'eo ket hemañ un niver !" +#: js/messages.php:46 +#, fuzzy +#| msgid "Indexes" +msgid "Add Index" +msgstr "Menegerioù" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Mod aozañ" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add/Delete columns" +msgid "Add %d column(s) to index" +msgstr "Ouzhpennañ/Diverkañ bannoù" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Sammad hollek" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Goullo eo anv ar servijer !" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Goullo eo anv an implijer !" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Goullo eo ar ger-tremen !" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Ne glot ket ar gerioù-tremen !" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Ouzhpennañ un implijer" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Oc'h adkargañ an dreistgwirioù" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "O lemel kuit an implijerien diuzet" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Serriñ" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Kemmañ" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "Grafik an tremenerezh evel m'emañ diouzhtu" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "Grafik ar c'hevreadennoù hag argerzhioù evel m'emaint diouzhtu" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "Grafik ar rekedoù evel m'emaint diouzhtu" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Roadennoù stadegel" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Hollad" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Udb all" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr " " #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "Kio treuzkaset abaoe ar freskadenn ziwezhañ" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "Kio resevet abaoe ar freskadenn ziwezhañ" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Tremenerezh war ar servijer (e Kio)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Kevreadennoù abaoe ar freskadenn ziwezhañ" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Argerzhioù" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Kevreadennoù/Argerzhioù" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "Goulennnoù abaoe ar freskadenn ziwezhañ" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "Goulennoù (lavarennoù sevenet gant ar servijer)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Stadegoù war ar rekedoù" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "N'eo ket kenglotus kefluniadur lec'hel an evezhiañ" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1257,163 +1266,163 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "Efeduster ar grubuilh rekedoù" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "Implij ar grubuilh rekedoù" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "Krubuilh rekedoù implijet" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "Implij CPU ar reizhiad" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Memor reizhiad" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "Takad eskemm reizhiad (swap)" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "Mio" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "Kio" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Karg keitat" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "Memor hollek" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "Memor krubuilh" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "Memor skurzer" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "Memor vak" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "Memor implijet" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "Takad eskemm klok" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "Takad eskemm krubuilhet" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "Takad eskemm implijet" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "Takad eskemm vak" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "Oktedoù kaset" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "Oktedoù resevet" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Kevreadennoù" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "Goulennoù" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Tremenerezh" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Arventennoù" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "Dilemel ar grafik" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "Kemmañ an titl hag an tikedennoù" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "Ouzhpennañ ur grafik d'ar gael" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "Ouzhpennit da nebeutañ unan eus an argemennoù d'an heuliad" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Hini" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "Adkregiñ gant an evezhiañ" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "Paouez gant an evezhiañ" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "Gweredekaet eo general_log ha slow_query_log." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "Gweredekaet eo general_log." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "Gweredekaet eo slow_query_log." -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "Diweredekaet eo general_log ha slow_query_log." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "N'eo ket bet lakaet log_output da TABLE." -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "Lakaet eo bet log_output da TABLE." -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1424,12 +1433,12 @@ msgstr "" "bad pelloc'h eget %d eilenn. Erbedet eo reizhañ long_query_time war 0-2 " "eilenn, hervez ho reizhiad." -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "Reizhet eo bet long_query_time da %d eilenn." -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1438,30 +1447,30 @@ msgstr "" "d'an talvoud dre ziouer pa adloc'ho ar servijer :" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "Reizhañ log_output da %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "Gweredekaat %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "Diweredekaat %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "Reizhañ long_query_time da %ds" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1469,400 +1478,410 @@ msgstr "" "N'hallit ket cheñch an arventennoù-mañ. Kevreit dindan root pe kit e " "darempred gant merour ar servijer." -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "Kemmañ an arventennoù" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "Arventennoù zo bremañ" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "Titl ar grafik" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "Diforc'herezh" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "Rannet dre %s:" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "Diwar ar marilh rekedoù gorrek" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "Diwar ar marilh hollek" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "O tielfennañ hag o kargañ marilhoù. Padout pellik a c'hall ober." -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "Restr varilh karget. Rekedoù kaset da benn en amzer-mañ :" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "Mont da taolenn ar marilh" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" "Dielfennet eo bet ar marilh hep kavout roadenn ebet evit ar prantad amzer-" "mañ." #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 msgid "Log table filter options" msgstr "Dibarzhioù silañ taolenn ar marilhoù" # verb pe ak. ? #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Silañ" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "Silañ ar rekedoù dre c'her pe lavarennoù reoliek :" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "Sammad al linennoù bodet :" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "Hollad :" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "O kargañ ar marilhoù" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "Adkargañ ar bajenn" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "Linennoù a sell outo :" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Enporzhiañ" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Hizivaat ar reked" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Teuliadur" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Authentication" msgid "Justification" msgstr "Dilesadur" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Nullañ" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "O kargañ" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "O plediñ gant ar reked" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Fazi en ur blediñ gant ar reked" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Diverkañ ar bann" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Ouzhpennañ un alc'hwez kentidik" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "Mat eo" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Oc'h adenvel an diaz roadennoù" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Adkargañ an diaz roadennoù" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Oc'h eilañ an diaz roadennoù" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "O cheñch ar strobad arouezennoù" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "Ur bann a rank bezañ en daolenn, da nebeutañ" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Ensoc'hañ un daolenn" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "Kuzhat menegerioù" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "Diskouez menegerioù" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "O klask" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Kuzhat disoc'hoù an enklask" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Diskouez disoc'hoù an enklask" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "O furchal" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "O tiverkañ" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" "Bez' e rank bezañ un embannadenn RETURN e termenadur un arc'hwel stoket" -#: js/messages.php:248 +#: js/messages.php:249 #, php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "Notenn : ma vez meur a daolenn er restr e vint unanet." -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Kuzhat ar voest rekedoù SQL" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Diskouez ar voest rekedoù SQL" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "N'eus bet diuzet linenn ebet" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Kemmañ" -#: js/messages.php:259 +#: js/messages.php:260 #, fuzzy #| msgid "Maximum execution time" msgid "Query execution time" msgstr "Pad seveniñ hirañ" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Enrollañ" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Kuzhat an dezverkoù klask" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Diskouez an dezverkoù enklask" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Klask" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "Ouzhpennañ/Diverkañ bannoù" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Hide search results" +msgid "Query results" +msgstr "Kuzhat disoc'hoù an enklask" + +#: js/messages.php:291 +msgid "Data point content" +msgstr "" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Na ober van" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add/Delete columns" msgid "Add columns" msgstr "Ouzhpennañ/Diverkañ bannoù" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Diuzit an alc'hwez daveet" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Diuzit an alc'hwez estren" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Diuzit an alc'hwez kentidik pe un alc'hwez nemetañ" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Dibab ar bann da ziskouez" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1870,68 +1889,68 @@ msgstr "" "N'eo ket bet enrollet ar c'hemmoù degaset d'an tres ganeoc'h. Kollet e vint " "ma n'o enrollit ket. Kenderc'hel memes tra ?" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Ouzhpennañ un dibarzh evit ar bann " -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Genel ur ger-tremen" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Genel" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Cheñch ger-tremen" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Muioc'h" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1941,27 +1960,27 @@ msgstr "" "hizivaat ho hini. Setu ar stumm nevesañ %s, embannet eo bet d'an %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", stumm stabil diwezhañ" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "hizivaet" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Graet" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Kent" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1969,149 +1988,149 @@ msgid "Next" msgstr "War-lerc'h" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Hiziv" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "Genver" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "C'hwevrer" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "Meurzh" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "Ebrel" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Mae" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "Mezheven" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "Gouere" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "Eost" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "Gwengolo" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "Here" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "Du" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "Kerzu" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Gen" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "C'hwe" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Meu" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Ebr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "Mae" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Mezh" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Goue" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Eost" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Gwen" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Here" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Du" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Kzu" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Sul" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Lun" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Meurzh" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "Merc'her" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "Yaou" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "Gwener" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "Sadorn" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2119,89 +2138,89 @@ msgid "Sun" msgstr "Sul" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Meu" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Mer" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Yaou" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Gwe" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Sad" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "Su" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "L" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "Mz" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "Mc" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "Y" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "G" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Sizh." -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Eur" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Munut" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Eilenn" @@ -2287,45 +2306,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "N'eus bet termenet meneger ebet !" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Menegerioù" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Dibar" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Gwasket" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Kardinalegezh" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Evezhiadenn" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Diverket eo bet an alc'hwez kentidik" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Diverket eo bet ar meneger %s." -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2653,14 +2672,14 @@ msgstr "Taolennoù" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Roadennoù" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Dilerc'hioù" @@ -2888,7 +2907,7 @@ msgstr "%s deiz, %s eur, %s munut ha %s eilenn" msgid "Missing parameter:" msgstr "" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2896,7 +2915,7 @@ msgctxt "First page" msgid "Begin" msgstr "Kregiñ" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -2905,7 +2924,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Kent" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -2914,7 +2933,7 @@ msgctxt "Next page" msgid "Next" msgstr "War-lerc'h" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -2922,22 +2941,22 @@ msgctxt "Last page" msgid "End" msgstr "Fin" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Mont d'an diaz roadennoù "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Direizhet eo an arc'hwel %s gant un draen anavezet, sellit ouzh %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "Klikañ evit gwintañ" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2949,7 +2968,7 @@ msgstr "Klikañ evit gwintañ" msgid "Structure" msgstr "Framm" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2957,42 +2976,42 @@ msgstr "Framm" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Ensoc'hañ" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Oberiadennoù" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Furchal en hoc'h urzhiataer" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Diuzit e-mesk kavlec'h pellgargañ ar servijer web %s :" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Ar c'havlec'h treuzkas n'hall ket bezañ diraezet." -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "N'eus restr ebet da enporzhiañ" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "Seveniñ" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Moullañ" @@ -3448,7 +3467,7 @@ msgid "Character set of the file" msgstr "Strobad arouezennoù ar restr" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Furmad" @@ -5331,7 +5350,7 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5687,7 +5706,7 @@ msgstr "" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "" @@ -6213,12 +6232,12 @@ msgid "Data dump options" msgstr "" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "" @@ -6406,31 +6425,31 @@ msgstr "" msgid "Functions" msgstr "" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "" @@ -6644,7 +6663,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "" @@ -6989,7 +7008,7 @@ msgstr "" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "" @@ -7687,6 +7706,11 @@ msgstr "" msgid "Target database" msgstr "" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Klikañ evit diuzañ" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -7821,7 +7845,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "" @@ -8492,7 +8516,7 @@ msgstr "" msgid "Original position" msgstr "" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "" @@ -9312,7 +9336,7 @@ msgstr "" msgid "per second" msgstr "" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "" @@ -10757,38 +10781,34 @@ msgstr "" msgid "No index parts defined!" msgstr "" -#: tbl_indexes.php:169 -#, fuzzy -#| msgid "Create routine" -msgid "Create an index" -msgstr "Krouiñ un argerzh" - -#: tbl_indexes.php:171 -msgid "Modify an index" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" msgstr "" -#: tbl_indexes.php:176 +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Mod aozañ" + +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "" @@ -10911,39 +10931,39 @@ msgstr "" msgid "Showing tables" msgstr "Diskouez pep tra" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -10998,10 +11018,6 @@ msgstr "" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11071,12 +11087,12 @@ msgstr "" msgid "After %s" msgstr "" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -12372,6 +12388,13 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "Klikañ evit diziuzañ" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Krouiñ un argerzh" + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ Adkregiñ gant an ensoc'hañ hag ouzhpennañ un talvoud nevez" diff --git a/po/bs.po b/po/bs.po index 1357c7363b..48af1d51ae 100644 --- a/po/bs.po +++ b/po/bs.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2010-03-12 09:12+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: bosnian \n" @@ -13,13 +13,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.5.3\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Prikaži sve" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -37,9 +37,9 @@ msgstr "" "zatvorili matični prozor, ili vaš preraživač onemogućava ažuriranje među " "prozorima zbog sigurnosnih podešavanja" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Pretraživanje" @@ -47,10 +47,10 @@ msgstr "Pretraživanje" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -72,17 +72,17 @@ msgstr "Pretraživanje" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Kreni" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Ime ključa" @@ -132,21 +132,21 @@ msgstr "Komentar baze:" msgid "Table comments" msgstr "Komentari tabele" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 #, fuzzy #| msgid "Column names" msgid "Column" msgstr "Imena kolona" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -158,18 +158,18 @@ msgstr "Imena kolona" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Tip" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -202,8 +202,8 @@ msgstr "Veze ka" msgid "Comments" msgstr "Komentari" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -218,8 +218,8 @@ msgstr "Komentari" msgid "No" msgstr "Ne" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -334,12 +334,12 @@ msgstr "" msgid "Switch to copied database" msgstr "Pređi na kopiranu tabelu" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Sortiranje" @@ -377,36 +377,36 @@ msgstr "Tabela" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Redova" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Veličina" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "se koristi" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Napravljeno" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Posljednja izmjena" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Posljednja provjera" @@ -471,7 +471,7 @@ msgid "Del" msgstr "Del" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "ili" @@ -545,8 +545,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s pogodaka unutar tabele %s" msgstr[1] "%s pogodaka unutar tabele %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Pregled" @@ -688,8 +688,8 @@ msgstr "nijedno" msgid "Check tables having overhead" msgstr "" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -703,14 +703,14 @@ msgstr "Izvoz" msgid "Print view" msgstr "Za štampu" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Isprazni" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Odbaci" @@ -719,7 +719,7 @@ msgstr "Odbaci" msgid "Check table" msgstr "Provjeri tabelu" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimiziraj tabelu" @@ -787,7 +787,7 @@ msgstr "" msgid "Status" msgstr "Status" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -795,7 +795,7 @@ msgstr "Status" msgid "Action" msgstr "Akcija" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -835,22 +835,22 @@ msgstr "Provjeri tabelu" msgid "Database Log" msgstr "Baza podataka" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of rows per page" msgid "Values for column %s" msgstr "Broj redova po strani" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -923,49 +923,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add new field" msgid "Add a point" msgstr "Dodaj novo polje" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Linije se završavaju sa" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -975,17 +975,17 @@ msgstr "" msgid "Add a linestring" msgstr "Dodaj novog korisnika" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Dodaj novog korisnika" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy msgid "Add a polygon" msgstr "Dodaj novo polje" @@ -1084,210 +1084,218 @@ msgstr "Nazad" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin preferira čitače koji podržavaju okvire." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" komanda je onemogućena." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Da li stvarno hoćete da " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "" -#: js/messages.php:37 +#: js/messages.php:35 #, fuzzy #| msgid "Allows inserting and replacing data." msgid "Deleting tracking data" msgstr "Dozvoljava umetanje i zamjenu podataka." -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Nedostaje vrijednost u obrascu!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Ovo nije broj!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add new field" +msgid "Add Index" +msgstr "Dodaj novo polje" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Index" +msgid "Edit Index" +msgstr "Ključ" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +msgid "Add %d column(s) to index" +msgstr "Dodaj novo polje" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Total" msgid "Total count" msgstr "Ukupno" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Ime hosta je prazno!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Ime korisnika nije unijeto!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Lozinka je prazna!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Lozinke nisu identične!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Bilo koji korisnik" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy msgid "Reloading Privileges" msgstr "Globalne privilegije" -#: js/messages.php:60 +#: js/messages.php:61 #, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" msgstr "Ukloni izabrane korisnike" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Promeni" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Izbor servera" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy msgid "Live query chart" msgstr "SQL upit" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Ukupno" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Izbor servera" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Procesi" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "Konekcije" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy msgid "Query statistics" msgstr "Statistike reda" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1295,176 +1303,176 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy msgid "Query cache efficiency" msgstr "Vrsta upita" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy msgid "Query cache usage" msgstr "Vrsta upita" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy msgid "Query cache used" msgstr "Vrsta upita" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Total" msgid "Total memory" msgstr "Ukupno" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Ukupno" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Primljeno" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Konekcije" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy msgid "Questions" msgstr "Operacije" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Saobraćaj" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Opšte osobine relacija" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy msgid "Remove chart" msgstr "Promjeni ime tabele u " -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "nema" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1472,185 +1480,185 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Sačuvaj kao datoteku" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Omogućeno" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Onemogućeno" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Opšte osobine relacija" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Opšte osobine relacija" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Import files" msgid "Chart Title" msgstr "Uvoz fajlova" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy msgid "Jump to Log table" msgstr "Baza ne postoji" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Table options" msgid "Log table filter options" msgstr "Opcije tabele" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of rows per page" msgid "Sum of grouped rows:" msgstr "Broj redova po strani" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Ukupno" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy msgid "Loading logs" msgstr "Lokalni" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy msgid "Reload page" msgstr "Promjeni ime tabele u " -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 @@ -1658,371 +1666,383 @@ msgstr "" msgid "Import" msgstr "Izvoz" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Ažuriraj upit" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dokumentacija" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Dokumentacija" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy msgid "Loading" msgstr "Lokalni" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Procesi" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "U redu" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy msgid "Renaming Databases" msgstr "Promjeni ime tabele u " -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy msgid "Reload Database" msgstr "Promjeni ime tabele u " -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy msgid "Copying Database" msgstr "Baza ne postoji" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Karakter set" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "You have to choose at least one column to display" msgid "Table must have at least one column" msgstr "Morate izabrati bar jednu kolonu za prikaz" -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Koristi tabele" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Add new field" msgid "Hide indexes" msgstr "Dodaj novo polje" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Prikaži mrežu" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Pretraživanje" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy msgid "Hide search results" msgstr "SQL upit" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy msgid "Show search results" msgstr "SQL upit" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Pregled" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Brišem %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Dodaj novog korisnika" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy msgid "Hide query box" msgstr "SQL upit" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy msgid "Show query box" msgstr "SQL upit" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Promijeni" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Sačuvaj" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy msgid "Hide search criteria" msgstr "SQL upit" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy msgid "Show search criteria" msgstr "SQL upit" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Pretraživanje" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Dodaj/obriši kolonu" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "SQL result" +msgid "Query results" +msgstr "SQL rezultat" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Table of contents" +msgid "Data point content" +msgstr "Sadržaj" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignoriši" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy msgid "Add columns" msgstr "Dodaj novo polje" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Izaberi polja za prikaz" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "Promeni lozinku" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 #, fuzzy msgid "Generate" msgstr "Generirao" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Promeni lozinku" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Pon" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2030,30 +2050,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr "" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "Baza ne postoji" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy #| msgid "None" msgid "Done" msgstr "nema" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Prethodna" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2061,96 +2081,96 @@ msgid "Next" msgstr "Slijedeći" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Ukupno" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binarni" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "mar" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "apr" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "maj" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "jun" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "jul" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "aug" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "okt" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2158,78 +2178,78 @@ msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "aug" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "dec" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ned" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Pon" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Uto" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Pet" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2237,105 +2257,105 @@ msgid "Sun" msgstr "Ned" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Uto" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Sri" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Čet" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Pet" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Sub" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ned" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Pon" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Uto" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Sri" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Čet" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pet" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sub" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Vrijeme" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "se koristi" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2415,46 +2435,46 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Ključ nije definisan!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Ključevi" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Jedinstveni" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Kardinalnost" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 #, fuzzy msgid "Comment" msgstr "Komentari" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Primarni ključ je obrisan" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Ključ %s je obrisan" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2776,14 +2796,14 @@ msgstr "Tabele" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Podaci" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Prekoračenje" @@ -3013,7 +3033,7 @@ msgstr "%s dana, %s sati, %s minuta i %s sekundi" msgid "Missing parameter:" msgstr "Dodaj novo polje" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3021,7 +3041,7 @@ msgctxt "First page" msgid "Begin" msgstr "Početak" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3030,7 +3050,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Prethodna" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3039,7 +3059,7 @@ msgctxt "Next page" msgid "Next" msgstr "Slijedeći" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3047,22 +3067,22 @@ msgctxt "Last page" msgid "End" msgstr "Kraj" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Pređi na bazu "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3074,7 +3094,7 @@ msgstr "" msgid "Structure" msgstr "Struktura" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3082,43 +3102,43 @@ msgstr "Struktura" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Novi zapis" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operacije" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "direkcija za slanje web servera " -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Direkcija koju ste izabrali za slanje nije dostupna" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Štampaj" @@ -3569,7 +3589,7 @@ msgid "Character set of the file" msgstr "Karakter set datoteke:" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Format" @@ -5512,7 +5532,7 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5916,7 +5936,7 @@ msgstr "" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 #, fuzzy msgid "Options" msgstr "Operacije" @@ -6470,12 +6490,12 @@ msgid "Data dump options" msgstr "Opcije za izvoz baze" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Prikaz podataka tabele" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Struktura tabele" @@ -6679,32 +6699,32 @@ msgstr "Procesi" msgid "Functions" msgstr "Funkcija" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 #, fuzzy msgid "Structure for view" msgstr "Samo struktura" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -6924,7 +6944,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Pošalji" @@ -7278,7 +7298,7 @@ msgstr "Promjenljiva" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Vrijednost" @@ -8018,6 +8038,11 @@ msgstr "" msgid "Target database" msgstr "Pretraživanje baze" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, fuzzy, php-format msgid "Run SQL query/queries on server %s" @@ -8179,7 +8204,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Ključ" @@ -8960,7 +8985,7 @@ msgstr "" msgid "Original position" msgstr "" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 #, fuzzy msgid "Information" msgstr "Podatci o prijavi" @@ -9827,7 +9852,7 @@ msgstr "u minuti" msgid "per second" msgstr "u sekundi" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Ime" @@ -11310,38 +11335,36 @@ msgstr "Ne mogu da promenim ključ u PRIMARY (primarni) !" msgid "No index parts defined!" msgstr "Dijelovi ključa nisu definisani!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Napravi novi ključ" +#| msgid "Add new field" +msgid "Add index" +msgstr "Dodaj novo polje" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Izmijeni ključ" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Add new field" +msgid "Edit index" +msgstr "Dodaj novo polje" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Ime ključa :" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(\"PRIMARY\" mora biti ime samo primarnog ključa!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Ime ključa :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Tip ključa :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Dodaj u ključ  %s kolona(e)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Ne mogu da premjestim tabelu u samu sebe!" @@ -11472,39 +11495,39 @@ msgstr "Proveri referencijalni integritet:" msgid "Showing tables" msgstr "Prikaži tabele" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Zauzeće" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Zauzeće" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Efektivne" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Statistike reda" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dinamički" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Dužina reda" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Veličina reda" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11563,12 +11586,6 @@ msgstr "Pregledaj strane vrijednosti" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -#, fuzzy -#| msgid "Add new field" -msgid "Add index" -msgstr "Dodaj novo polje" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11646,13 +11663,13 @@ msgstr "Na početku tabele" msgid "After %s" msgstr "Poslije %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Napravi ključ na %s kolona" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -12954,6 +12971,13 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Napravi novi ključ" + +#~ msgid "Modify an index" +#~ msgstr "Izmijeni ključ" + #, fuzzy #~ msgid "Create Table" #~ msgstr "Napravi novu stranu" diff --git a/po/ca.po b/po/ca.po index bbaf3124a8..a7c09c57e1 100644 --- a/po/ca.po +++ b/po/ca.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-02-23 09:57+0200\n" "Last-Translator: Xavier Navarro \n" "Language-Team: catalan \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Mostra tot" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "la finestra \"pare\" o bé el teu navegador bloqueja actualitzacions entre " "finestres per la teva configuració de seguretat." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Cerca" @@ -48,10 +48,10 @@ msgstr "Cerca" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "Cerca" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Executa" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Nom de clau" @@ -135,19 +135,19 @@ msgstr "Comentaris de la base de dades: " msgid "Table comments" msgstr "Comentaris de la taula" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Columna" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "Columna" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Tipus" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Nul" @@ -203,8 +203,8 @@ msgstr "Enllaços a" msgid "Comments" msgstr "Comentaris" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "Comentaris" msgid "No" msgstr "No" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -329,12 +329,12 @@ msgstr "Afegeix restriccions" msgid "Switch to copied database" msgstr "Canvia a la base de dades copiada" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Ordenació" @@ -367,36 +367,36 @@ msgstr "Taula" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Fila" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Mida" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "en ús" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Creació" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Darrera actualització" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Darrera comprovació" @@ -460,7 +460,7 @@ msgid "Del" msgstr "Sup" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "O" @@ -529,8 +529,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s resultat a la taula %s" msgstr[1] "%s resultats a la taula %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Navega" @@ -666,8 +666,8 @@ msgstr "Desmarcar tot" msgid "Check tables having overhead" msgstr "Comprova taules desfragmentades" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -681,14 +681,14 @@ msgstr "Exporta" msgid "Print view" msgstr "Imprimeix vista" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Buida" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Elimina" @@ -697,7 +697,7 @@ msgstr "Elimina" msgid "Check table" msgstr "Verifica la taula" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimitza la taula" @@ -766,7 +766,7 @@ msgstr "Actualitzat" msgid "Status" msgstr "Estat" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -774,7 +774,7 @@ msgstr "Estat" msgid "Action" msgstr "Acció" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Esborra les dades de seguiment per aquesta taula" @@ -810,24 +810,24 @@ msgstr "Segueix taula" msgid "Database Log" msgstr "Registre de la base de dades" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "Valors per la columna \"%s\"" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "Valors per la columna \"%s\"" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field" @@ -906,49 +906,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add index" msgid "Add a point" msgstr "Afegir índex" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Línies acabades amb" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -958,17 +958,17 @@ msgstr "" msgid "Add a linestring" msgstr "Afegeix un usuari nou" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Afegeix un usuari nou" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add column" msgid "Add a polygon" @@ -1083,213 +1083,222 @@ msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" "phpMyAdmin és més fàcil amb un navegador que suporti marcs -frames-." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Clica per seleccionar" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Clica per deseleccionar" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "Instrucció \"DROP DATABASE\" desactivada." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Realment vols fer?" -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Ets a punt de DESTRUIR completament una base de dades!" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "Ets a punt de DESTRUIR completament una base de dades!" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "Ets a punt de DESTRUIR completament una base de dades!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Esborra les dades de seguiment" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Elimina la clau principal o l'index" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Aquesta operació pot ser bastant llarga. Procedim igualment?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Estàs a punt de DESACTIVAR un repositori BLOB!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "Estàs segur de voler desactivar totes les referències BLOB per a la base de " "dades %s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Falta un valor al formulari!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Aquest valor no és un número!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "Afegir índex" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Mode d'edició" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "Afegeix %s columna(es)" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Log file count" msgid "Total count" msgstr "Comptador de l'arxiu de registre" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "El nom del servidor és buit!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "El nom d'usuari és buit!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "La contrasenya és buida!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Les contrasenyes no coincideixen!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Qualsevol usuari" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Recarrega els permisos" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Treu els usuaris triats" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Tanca" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Edita" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Elecció de Servidor" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy #| msgid "Show query chart" msgid "Live query chart" msgstr "Mostrar gràfic de consultes" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Total" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "." #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "," -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Elecció de Servidor" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Processos" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "Connexions" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Consulta d'estadístiques" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Could not save configuration" msgid "Local monitor configuration incompatible" msgstr "No es pot desar la configuració" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1297,185 +1306,185 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Memòria cau de consultes" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Memòria cau de consultes" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Memòria cau de consultes" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Log file count" msgid "Total memory" msgstr "Comptador de l'arxiu de registre" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Grup de memòries intermitges" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Total" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Pàgines lliures" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Rebut" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Connexions" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy #| msgid "Versions" msgid "Questions" msgstr "Versions" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Tràfic" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Configuració" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Remove database" msgid "Remove chart" msgstr "Elimina la base de dades" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Alinia a la graella" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Res" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1483,548 +1492,560 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save output to a file" msgid "Set log_output to %s" msgstr "Desa la sortida com a arxiu" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Activat" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disabled" msgid "Disable %s" msgstr "Desactivat" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "Manage your settings" msgid "Change settings" msgstr "Gestiona els teus paràmetres" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "More settings" msgid "Current settings" msgstr "Més paràmetres" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title:" msgid "Chart Title" msgstr "Títol de llistat:" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 #, fuzzy #| msgid "Difference" msgid "Differential" msgstr "Diferència" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy #| msgid "Jump to database" msgid "Jump to Log table" msgstr "Vés a la base de dades" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "Opcions de visualització de les taules" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Filtre" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of inserted rows" msgid "Sum of grouped rows:" msgstr "Nombre de files a inserir" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Total" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy #| msgid "Loading" msgid "Loading logs" msgstr "Carregar" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Recarrega" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importa" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Actualitza consulta" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Documentació" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details..." msgid "Rule details" msgstr "Detalls..." -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Authentication" msgid "Justification" msgstr "Autenticació" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Cancel.lar" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Carregar" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Petició de procés" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Error a la petició de procés" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Eliminació de columna" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Afegir clau principal" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "Correcte" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Reanomenar bases de dades" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Recarregar base de dades" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Copiant base de dades" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Canvi de Joc de Caràcters" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "La taula ha de tenir al menys una columna" -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Usa Taules" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Add index" msgid "Hide indexes" msgstr "Afegir índex" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Mostra graella" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Cercar" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy #| msgid "Hide search criteria" msgid "Hide search results" msgstr "Amaga el criteri de cerca" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy #| msgid "Show search criteria" msgid "Show search results" msgstr "Mostrar criteri de cerca" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Navega" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Esborrant %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "+ Add a new value" msgid "Add %d value(s)" msgstr "+ Afegir un nou valor" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Amagar quadre de consultes" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Mostrar quadre de consultes" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "No s'han triat arxius" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Canvi" -#: js/messages.php:259 +#: js/messages.php:260 #, fuzzy #| msgid "Maximum execution time" msgid "Query execution time" msgstr "Màxim temps d'execució" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Desa" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Amaga el criteri de cerca" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Mostrar criteri de cerca" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Cerca" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "Afegeix/esborra columnes" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Operacions de resultats de consultes" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Tamany del punter de dades" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignora" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Còpia" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add column" msgid "Add columns" msgstr "Afegeix columna(es)" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Tria la clau referenciada" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Tria una clau externa" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Tria la clau principal o una clau única" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Tria la columna a mostrar" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Afegeix una opció per a la columna" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Clica per seleccionar" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Vés a la vista" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Genera una contrasenya" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Genera" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Canvi de contrasenya" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Més" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2034,29 +2055,29 @@ msgstr "" "actualitzar-la. La nova versió és la %s, alliberada el %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", darrera versió estable:" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy #| msgid "Jump to database" msgid "up to date" msgstr "Vés a la base de dades" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Fet" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Anterior" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2064,149 +2085,149 @@ msgid "Next" msgstr "Següent" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Avui" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "Gener" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "Febrer" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "Març" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "Abril" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Maig" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "Juny" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "Juliol" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "Agost" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "Setembre" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "Octubre" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "Novembre" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "Desembre" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Gen" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Set" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Oct" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Des" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Diumenge" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Dilluns" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Dimarts" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "Dimecres" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "Dijous" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "Divendres" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "Dissabte" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2214,89 +2235,89 @@ msgid "Sun" msgstr "Diu" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Dll" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Dma" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Dcr" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Dij" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Div" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Dis" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "Dg" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "Dl" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "Dm" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "Dc" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "Dj" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "Dv" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "Ds" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Se" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Temps" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Hora" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Minut" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Segon" @@ -2381,45 +2402,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "No s'ha definit l'índex!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indexos" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Única" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Comprimit" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Cardinalitat" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Comentari" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "S'ha esborrat la clau principal" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "S'ha esborrat l'índex %s" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2760,14 +2781,14 @@ msgstr "Taules" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Dades" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Defragmentat" @@ -2998,7 +3019,7 @@ msgstr "%s dies, %s hores, %s minuts i %s segons" msgid "Missing parameter:" msgstr "Rutines" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3006,7 +3027,7 @@ msgctxt "First page" msgid "Begin" msgstr "Inici" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3015,7 +3036,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Anterior" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3024,7 +3045,7 @@ msgctxt "Next page" msgid "Next" msgstr "Següent" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3032,24 +3053,24 @@ msgctxt "Last page" msgid "End" msgstr "Final" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Vés a la base de dades "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "La funcionalitat %s es veu afectada per un error conegut, veieu %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "Clica per seleccionar" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3061,7 +3082,7 @@ msgstr "Clica per seleccionar" msgid "Structure" msgstr "Estructura" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3069,43 +3090,43 @@ msgstr "Estructura" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Insereix" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operacions" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Navega al teu ordinador:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" "Selecciona des del directori de pujada d'arxius del servidor web %s:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "No està disponible el directori indicat per pujar arxius" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "No hi ha cap arxiu per pujar" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Imprimeix" @@ -3560,7 +3581,7 @@ msgid "Character set of the file" msgstr "Joc de caràcters de l'arxiu" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Format" @@ -5624,7 +5645,7 @@ msgstr "Rutines" msgid "Events" msgstr "Esdeveniments" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -6013,7 +6034,7 @@ msgstr "Classifica per la clau" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Opcions" @@ -6610,12 +6631,12 @@ msgid "Data dump options" msgstr "Opcions de bolcat de dades" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Bolcant dades de la taula" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Estructura de la taula" @@ -6831,31 +6852,31 @@ msgstr "Procediments" msgid "Functions" msgstr "Funcions" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Restriccions per taules bolcades" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Restriccions per la taula" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "TIPUS MIME PER LA TAULA" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELACIONS DE LA TAULA" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Estructura per a vista" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Estructura de suport per a vistes" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -7092,7 +7113,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Envia" @@ -7449,7 +7470,7 @@ msgstr "Variable" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Valor" @@ -8203,6 +8224,11 @@ msgstr "Diferència" msgid "Target database" msgstr "Base de dades destinació" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Clica per seleccionar" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8358,7 +8384,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Índex" @@ -9119,7 +9145,7 @@ msgstr "Posició" msgid "Original position" msgstr "Posició original" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Informació" @@ -9995,7 +10021,7 @@ msgstr "per minut" msgid "per second" msgstr "per segon" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Sentències" @@ -11676,40 +11702,36 @@ msgstr "No pots canviar el nom d'un índex a PRIMARY!" msgid "No index parts defined!" msgstr "No s'han definit parts de l'índex!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "Afegir índex" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Crea un nou índex" +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Mode d'edició" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Modifica un índex" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Nom d'índex:" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" ha de ser el nom i només el nom de la clau " "principal!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Nom d'índex:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Tipus d'índex:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Afegeix a l'índex %s columna(es)  " -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "El comptador de columnes ha de ser més gran que zero." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "No es pot moure la taula sobre ella mateixa!" @@ -11832,39 +11854,39 @@ msgstr "Comprova la integritat referencial:" msgid "Showing tables" msgstr "Mostra taules" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Utilització d'espai" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Ús" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Efectiu" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Estadística de files" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "estàtic" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dinàmic" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Tamany de fila" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Mida de fila " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11922,10 +11944,6 @@ msgstr "Navega per valors diferents" msgid "Add primary key" msgstr "Afegir clau principal" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "Afegir índex" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "Afegir índex únic" @@ -11997,12 +12015,12 @@ msgstr "Al principi de la taula" msgid "After %s" msgstr "Darrere de %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "Crea un índex de %s columnes" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "particionat" @@ -13363,6 +13381,19 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "Clica per deseleccionar" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Crea un nou índex" + +#~ msgid "Modify an index" +#~ msgstr "Modifica un índex" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "El comptador de columnes ha de ser més gran que zero." + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ Reinicia l'inserció i afegeix un nou valor" diff --git a/po/cs.po b/po/cs.po index 38f1336b9b..73cca702d9 100644 --- a/po/cs.po +++ b/po/cs.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-11-10 12:24+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: czech \n" @@ -15,13 +15,13 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Pootle 2.1.6\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Zobrazit vše " #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -39,9 +39,9 @@ msgstr "" "rodičovské okno, nebo prohlížeč blokuje operace mezi okny z důvodu " "bezpečnostních nastavení." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Vyhledávání" @@ -49,10 +49,10 @@ msgstr "Vyhledávání" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -74,17 +74,17 @@ msgstr "Vyhledávání" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Proveď" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Název klíče" @@ -135,19 +135,19 @@ msgstr "Komentář k databázi: " msgid "Table comments" msgstr "Komentář k tabulce" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Pole" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "Pole" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Typ" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Nulový" @@ -203,8 +203,8 @@ msgstr "Odkazuje na" msgid "Comments" msgstr "Komentáře" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "Komentáře" msgid "No" msgstr "Ne" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -329,12 +329,12 @@ msgstr "Přidat integritní omezení" msgid "Switch to copied database" msgstr "Přepnout na zkopírovanou databázi" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Porovnávání" @@ -367,36 +367,36 @@ msgstr "Tabulka" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Řádků" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Velikost" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "právě se používá" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Vytvořeno" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Poslední změna" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Poslední kontrola" @@ -460,7 +460,7 @@ msgid "Del" msgstr "smazat" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "nebo" @@ -530,8 +530,8 @@ msgstr[0] "%s odpovídající záznam v tabulce %s" msgstr[1] "%s odpovídající záznamy v tabulce %s" msgstr[2] "%s odpovídajících záznamů v tabulce %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Projít" @@ -664,8 +664,8 @@ msgstr "Odškrtnout vše" msgid "Check tables having overhead" msgstr "Zaškrtnout neoptimální" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -679,14 +679,14 @@ msgstr "Export" msgid "Print view" msgstr "Náhled pro tisk" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Vyprázdnit" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Odstranit" @@ -695,7 +695,7 @@ msgstr "Odstranit" msgid "Check table" msgstr "Zkontrolovat tabulku" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimalizovat tabulku" @@ -758,7 +758,7 @@ msgstr "Aktualizováno" msgid "Status" msgstr "Stav" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -766,7 +766,7 @@ msgstr "Stav" msgid "Action" msgstr "Operace" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Odstranit všechny informace o sledování této tabulky" @@ -802,21 +802,21 @@ msgstr "Sledovat tabulku" msgid "Database Log" msgstr "Historie databáze" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "Upravit ENUM/SET" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "Hodnoty pro nový sloupec" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, php-format msgid "Values for column %s" msgstr "Hodnoty pro sloupec %s" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "Zadejte každou hodnotu do samostatného pole" @@ -884,45 +884,45 @@ msgstr "Použít OpenStreetMap jako základní vrstvu" msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Geometrie" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "Bod" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "Bod %d" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "Přidat bod" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "Linka" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "Vnější obrys" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "Vnitřní obrys" @@ -930,15 +930,15 @@ msgstr "Vnitřní obrys" msgid "Add a linestring" msgstr "Přidat linku" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "Přidat vnitřní obrys" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "Polygon" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "Přidat polygon" @@ -1048,193 +1048,202 @@ msgstr "Zpět" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin se lépe používá v prohlížeči podporujícím rámce." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Klikněte pro vybrání" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Klikněte pro zrušení výběru" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "Příkaz „DROP DATABASE“ je vypnutý." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Opravdu si přejete vykonat příkaz " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Chystáte se ZRUŠIT celou databázi!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "Chystáte se ZRUŠIT celou tabulku!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "Chystáte se VYPRÁZDNIT celou tabulku!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Odstraňuji sledovací data" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Odstraňuji (primární) klíč" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Tato operace může trvat velmi dlouho. Chcete je přesto provést?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Chystáte se vypnout skladiště BLOBů!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "Chcete vypnout všechny odkazy do skladiště BLOBů v databázi %s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Chybějící hodnota ve formuláři!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Nebylo zadáno číslo!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "Přidat index" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Režim úprav" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "Přidat %s polí" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Celkový počet" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Jméno počítače je prázdné!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Jméno uživatele je prázdné!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Heslo je prázdné!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Hesla nejsou stejná!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Přidat uživatele" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Načítám oprávnění" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Odstraňuji vybrané uživatele" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Ukončit" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Upravit" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "Živý graf provozu" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "Živý graf připojení a procesů" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "Živý graf dotazů" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Statická data" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Celkem" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Ostatní" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr " " #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "Odesláno KiB od posledního obnovení" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "Přijato KiB od posledního obnovení" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Síťový provoz (v KiB)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Spojení od posledního obnovaní" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Procesy" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Připojení / Procesů" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "Dotazů od poslední aktualizace" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "Dotazy (příkazy spuštěné na serveru)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Statistika dotazů" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "Vaše nastavení monitoru není kompatibilní" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1245,163 +1254,163 @@ msgstr "" "monitoru a pravděpodobně tedy nebude fungovat správně. Prosím obnovte " "výchozí nastavení v nabídce Nastavení." -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "Úspěšnost vyrovnávací paměti dotazů" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "Využití vyrovnávací paměti dotazů" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "Využito vyrovnávací paměti dotazů" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "Využití CPU" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Operační paměť" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "Odkládací oblast" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KiB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Průměrné zatížení" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "Celková paměť" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "Paměť cache" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "Vyrovnávací paměť" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "Volná paměť" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "Využitá paměť" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "Swap celkem" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "Cachovaný swap" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "Využitý swap" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "Volný swap" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "Odesláno bajtů" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "Přijato bajtů" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Připojení" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "Dotazy" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Provoz" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Nastavení" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "Odstranit graf" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "Upravit název a popisky" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "Přidat graf do mřížky" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "Prosím přidejte do série alespoň jednu hodnotu" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Žádná" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "Obnovit monitor" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "Přerušit monitor" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "general_log a slow_query_log jsou povoleny." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "general_log je povolen." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "slow_query_log je povolen." -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log a general_log jsou zakázány." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "log_output není nastaven na tabulku." -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "log_output je nastaven na tabulku." -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1412,12 +1421,12 @@ msgstr "" "sekund. Doporučujeme nastavit proměnnou long_query_time na 0-2 sekund, v " "závislosti na zatížení vašeho systému." -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time je nastaven na %d sekund." -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1425,30 +1434,30 @@ msgstr "" "Budou provedeny následující změny, které budou platné do restartu serveru:" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "Nastavit log_output na %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "Zapnout %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "Vypnout %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "Nastavit long_query_time na %ds" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1456,41 +1465,41 @@ msgstr "" "Nemůžete změnit uvedené proměnné. Prosím přihlašte se jako root nebo " "kontaktujte vašeho správce databáze." -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "Změnit nastavení" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "Aktuální nastavení" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "Název grafu" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "Rozdíly" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "Vyděleno %s:" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "Ze zánamu pomalých dotazů" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "Z obecného zánamu dotazů" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "Načítám a analyzuji záznamy. To může chvíli trvat." -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1500,7 +1509,7 @@ msgstr "" "dohromady. K seskupení byl však použit jen SQL dotaz, takže další vlastnosti " "dotazů, jako například čas jeho spuštění, se mohou lišit." -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1509,57 +1518,57 @@ msgstr "" "Vzhledem k tomu, že bylo zvoleno seskupení dotazů INSERT, jsou tyto dotazy " "pro jednu tabulku sloučeny dohromady, bez ohledu na skutečně vkládaná data." -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Záznamy byly načteny. V tomto časovém rozmezí byly spuštěny následující " "dotazy:" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "Přejít na tabulku se záznamem" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" "Záznamy byly načteny, ale v tomto časovém rozmezí nebyly nalezeny žádné " "dotazy." #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 msgid "Log table filter options" msgstr "Nastavení filtrování logovacích tabulek" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Filtr" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "Filtrovat dotazy podle slova nebo regulárního výrazu:" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Sloučit dotazy ignorováním dat ve WHERE" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "Součet sloučených řádků:" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "Celkem:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "Nahrávám záznamy" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "Obnovení monitoru selhalo" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1569,20 +1578,20 @@ msgstr "" "způsobeno vypršeným sezením. Problém můžete vyřešit novým načtením stránky a " "přihlášením." -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "Znovu načíst stránku" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "Ovlivněné záznamy:" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" "Selhalo načtení konfiguračního souboru. Pravděpodobně se nejedná o JSON." -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." @@ -1590,263 +1599,275 @@ msgstr "" "Selhalo vytvoření grafu z importované konfigurace. Používám místo ní výchozí " "nastavení." -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Import" -#: js/messages.php:192 +#: js/messages.php:193 msgid "Analyse Query" msgstr "Analyzovat dotaz" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "Poradce" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "Možné výkonostní problémy" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "Problém" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "Doporučení" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "Podrobnosti o pravidle" -#: js/messages.php:201 +#: js/messages.php:202 msgid "Justification" msgstr "Zdůvodnění" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "Použitá proměnná / vzorec" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "Test" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Zrušit" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Nahrávám" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Probíhá zpracování požadavku" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Chyba při zpracování požadavku" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Odstraňuji sloupec" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Přidávám primární klíč" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "Klikněte pro schování této zprávy" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Přejmenovávám databáze" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Znovu načítám databázi" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Kopíruji databázi" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Měním znakovou sadu" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "Tabulka musí mít alespoň jedno pole" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Vložit tabulku" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "Skrýt indexy" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "Zobrazit indexy" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Vyhledávám" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Skrýt výsledky vyhledávání" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Zobrazit výsledky vyhledávání" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "Procházím" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "Odstraňuji" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Definice uložené funkce musí obsahovat příkaz RETURN!" -#: js/messages.php:248 +#: js/messages.php:249 #, php-format msgid "Add %d value(s)" msgstr "Přidat %d hodnot" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "Poznámka: Pokud soubor obsahuje více tabulek, budou sloučeny do jedné" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Skrýt pole pro dotaz" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Zobrazit pole pro dotaz" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Nebyl vybrán žádný řádek" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Změnit" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "Doba běhu dotazu" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Uložit" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Skrýt parametry vyhledávání" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Zobrazit parametry vyhledávání" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 msgid "Zoom Search" msgstr "Zoomovací vyhledávání" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "Každý bod reprezentuje řádek dat." -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "Najetí myší nad bod ukáže jeho název." -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "Použijte kolečko myši pro změnu velikosti grafu." -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "Kliknutím a táhnutím myší se můžete po grafu pohybovat." -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "Klikněte na odkaz pro obnovení zvětšení pro návrat do původního stavu." -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "Klikněte na datový bod pro zobrazení a případnou úpravu řádky." -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "Graf můžete zvětšit táhnutím za pravý dolní roh." -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "Texty byly pro vykreslení převedeny na čísla" -#: js/messages.php:287 +#: js/messages.php:288 msgid "Select two columns" msgstr "Zvolte dva sloupce" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "Zvolte dva odlišné sloupce" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Operace s výsledky dotazu" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Velikost ukazatele na data" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignorovat" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Kopírovat" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "Přidat sloupce" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Zvolte odkazovaný klíč" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Zvolte cizí klíč" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Zvolte, prosím, primární nebo unikátní klíč" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Zvolte která pole zobrazit" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1854,37 +1875,37 @@ msgstr "" "Neuložili jste změny ve schématu. Pokud je neuložíte, budou ztraceny. " "Přejete si pokračovat?" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Přidat paramer pro sloupec " -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "Klávesou Esc ukončíte editaci" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "Na stránce jsou neuložené změny. Chcete ji opravdu opustit?" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "Uspořádejte přetažením" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "Klikněte pro řazení" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "Klikněte pro označení" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "Klikněte na šipku
pro vybrání sloupců" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." @@ -1893,33 +1914,33 @@ msgstr "" "editování v mřížce, zaškrtávací políčka nebo odkazy na editaci a mazání " "fungovat." -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" "Většinu sloupců můžete také přímo upravit
kliknutím na jejich obsah." -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "Přejít na odkaz" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Vytvořit heslo" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Vytvořit" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Změnit heslo" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Více" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1929,260 +1950,260 @@ msgstr "" "je %s a byla vydána %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", poslední stabilní verze:" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "aktuální" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Hotovo" -#: js/messages.php:366 +#: js/messages.php:369 msgctxt "Previous month" msgid "Prev" msgstr "Předchozí" -#: js/messages.php:371 +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "Následující" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Dnešek" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "leden" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "únor" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "březen" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "duben" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "květen" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "červen" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "červenec" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "srpen" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "září" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "říjen" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "listopad" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "prosinec" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "led" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "úno" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "bře" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "dub" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "kvě" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "čen" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "čec" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "srp" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "zář" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "říj" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "lis" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "pro" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Neděle" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Pondělí" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Úterý" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "Středa" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "Čtvrtek" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "Pátek" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "Sobota" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 msgid "Sun" msgstr "Ned" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Úte" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Stř" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Čtv" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Pát" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Sob" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "Ne" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "Po" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "Út" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "St" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "Čt" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "Pá" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "So" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Týd" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Čas" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Hodiny" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Minuty" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Sekundy" @@ -2269,45 +2290,45 @@ msgstr "Chyba při přesouvání nahraného souboru." msgid "Cannot read (moved) upload file." msgstr "Nahraný soubor nelze přečíst (přesunout)." -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Není definován žádný index!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indexy" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Unikátní" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Zabaleno" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Mohutnost" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Komentář" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Primární klíč byl odstraněn" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Index %s byl odstraněn" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2638,14 +2659,14 @@ msgstr "Tabulky" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Data" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Navíc" @@ -2873,48 +2894,48 @@ msgstr "%s dnů, %s hodin, %s minut a %s sekund" msgid "Missing parameter:" msgstr "Chybějící parametr:" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 msgctxt "First page" msgid "Begin" msgstr "První" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 msgctxt "Previous page" msgid "Previous" msgstr "Předchozí" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 msgctxt "Next page" msgid "Next" msgstr "Následující" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 msgctxt "Last page" msgid "End" msgstr "Poslední" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Přejít na databázi „%s“." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Funkčnost %s je omezena známou chybou, viz %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "Klikněte pro přepnutí" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2926,7 +2947,7 @@ msgstr "Klikněte pro přepnutí" msgid "Structure" msgstr "Struktura" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2934,42 +2955,42 @@ msgstr "Struktura" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Vložit" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Úpravy" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Procházet váš počítač:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Zvolte soubor z adresáře pro upload na serveru %s:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Adresář určený pro upload souborů nemohl být otevřen" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "Nebyl zvolen žádný soubor pro nahrání" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "Spustit" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Vytisknout" @@ -3418,7 +3439,7 @@ msgid "Character set of the file" msgstr "Znaková sada souboru" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Formát" @@ -5418,7 +5439,7 @@ msgstr "Rutiny" msgid "Events" msgstr "Události" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5794,7 +5815,7 @@ msgstr "Seřadit podle klíče" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Nastavení" @@ -6380,12 +6401,12 @@ msgid "Data dump options" msgstr "Nastavení výpisu dat" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Vypisuji data pro tabulku" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Struktura tabulky" @@ -6593,31 +6614,31 @@ msgstr "Procedury" msgid "Functions" msgstr "Funkce" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Omezení pro exportované tabulky" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Omezení pro tabulku" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME TYPY PRO TABULKU" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELACE PRO TABULKU" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Struktura pro pohled" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Zástupná struktura pro pohled" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "Chyba při čtení dat:" @@ -6837,7 +6858,7 @@ msgid "To" msgstr "Na" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Provést" @@ -7191,7 +7212,7 @@ msgstr "Proměnná" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Hodnota" @@ -7867,6 +7888,11 @@ msgstr "Rozdíly" msgid "Target database" msgstr "Cílová databáze" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Klikněte pro vybrání" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8020,7 +8046,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Index" @@ -8755,7 +8781,7 @@ msgstr "Pozice" msgid "Original position" msgstr "Původní pozice" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Informace" @@ -9615,7 +9641,7 @@ msgstr "za minutu" msgid "per second" msgstr "za sekundu" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Údaj" @@ -11210,36 +11236,34 @@ msgstr "Index nemůžete přejmenovat na „PRIMARY“!" msgid "No index parts defined!" msgstr "Nebyla zadána žádná část indexu!" -#: tbl_indexes.php:169 -msgid "Create an index" -msgstr "Vytvořit index" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "Přidat index" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Upravit index" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Režim úprav" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Jméno indexu:" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(„PRIMARY“ musí být jméno pouze primárního klíče!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Jméno indexu:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Typ indexu:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Přidat %s polí do indexu" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Počet polí musí být větší než nula." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Nelze přesunout tabulku na sebe samu!" @@ -11360,39 +11384,39 @@ msgstr "Zkontrolovat integritu odkazů:" msgid "Showing tables" msgstr "Zobrazuji tabulky" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Využití místa" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Používá" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Efektivní" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Statistika řádků" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "statický" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dynamický" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Délka řádku" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Velikost řádku" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "Další automatický index" @@ -11448,10 +11472,6 @@ msgstr "Procházet odlišné hodnoty" msgid "Add primary key" msgstr "Přidat primární klíč" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "Přidat index" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "Přidat unikátní index" @@ -11519,12 +11539,12 @@ msgstr "Na začátku tabulky" msgid "After %s" msgstr "Po %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "Vytvořit index na  %s polích" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "používá oddíly" @@ -12861,6 +12881,18 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "Klikněte pro zrušení výběru" + +#~ msgid "Create an index" +#~ msgstr "Vytvořit index" + +#~ msgid "Modify an index" +#~ msgstr "Upravit index" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Počet polí musí být větší než nula." + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ Začít nové vkládání a přidat novou hodnotu" diff --git a/po/cy.po b/po/cy.po index 6c438b57c5..033ddf7d97 100644 --- a/po/cy.po +++ b/po/cy.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-05-19 21:21+0200\n" "Last-Translator: \n" "Language-Team: Welsh \n" @@ -17,13 +17,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Dangos pob" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -41,9 +41,9 @@ msgstr "" "ffenest y rhiant, neu bod gosodiadau diogelwch eich porwr yn gwrthod " "caniatáu diweddariadau traws-ffenest." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Chwilio" @@ -51,10 +51,10 @@ msgstr "Chwilio" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -76,17 +76,17 @@ msgstr "Chwilio" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Ewch" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Enw allweddol" @@ -138,19 +138,19 @@ msgstr "Sylw cronfa ddata:" msgid "Table comments" msgstr "Sylwadau tabl" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Colofn" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -162,18 +162,18 @@ msgstr "Colofn" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Math" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -206,8 +206,8 @@ msgstr "Cysylltu i" msgid "Comments" msgstr "Sylwadau" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -222,8 +222,8 @@ msgstr "Sylwadau" msgid "No" msgstr "Na" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -332,12 +332,12 @@ msgstr "Ychwanegwch cyfyngiadau" msgid "Switch to copied database" msgstr "Newidiwch i'r gronfa ddata a gopïwyd" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Coladiad" @@ -370,36 +370,36 @@ msgstr "Tabl" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Rhesi" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Maint" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "ar ddefnydd" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Cread" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Diweddariad diwethaf" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Gwiriad diwethaf" @@ -463,7 +463,7 @@ msgid "Del" msgstr "Del" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Or" @@ -533,8 +533,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s ergyd mewn tabl %s" msgstr[1] "%s ergyd mewn tabl %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Pori" @@ -670,8 +670,8 @@ msgstr "Dad-ddewis Pob" msgid "Check tables having overhead" msgstr "Gwiriwch dablau â gorbenion" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -685,14 +685,14 @@ msgstr "Allforio" msgid "Print view" msgstr "Argraffu golwg" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Gwagu" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Gollwng" @@ -701,7 +701,7 @@ msgstr "Gollwng" msgid "Check table" msgstr "Gwirio tabl" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimeiddio tabl" @@ -766,7 +766,7 @@ msgstr "Diweddarwyd" msgid "Status" msgstr "Statws" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -774,7 +774,7 @@ msgstr "Statws" msgid "Action" msgstr "Gweithred" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Dilëwch data tracio ar gyfer y tabl hwn" @@ -810,22 +810,22 @@ msgstr "Tracio tabl" msgid "Database Log" msgstr "Log cronfa ddata" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of columns" msgid "Values for column %s" msgstr "Nifer y colofnau" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -901,49 +901,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Routines" msgid "Add a point" msgstr "Rheolweithiau" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Terfynwyd llinellau gan" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -953,17 +953,17 @@ msgstr "" msgid "Add a linestring" msgstr "Ychwanegwch cyfyngiadau" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new server" msgid "Add an inner ring" msgstr "Ychwanegwch weinydd newydd" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "" @@ -1071,216 +1071,225 @@ msgstr "Nôl" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Pwyso i ddewis" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Pwyso i dad-ddewis" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "Mae datganiadau \"DROP DATABASE\" wedi'u hanalluogi." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "A ydych chi wir am" -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Rydych am DINISTRIO cronfa ddata gyfan!" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "Rydych am DINISTRIO cronfa ddata gyfan!" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "Rydych am DINISTRIO cronfa ddata gyfan!" -#: js/messages.php:37 +#: js/messages.php:35 #, fuzzy #| msgid "Delete tracking data for this table" msgid "Deleting tracking data" msgstr "Dilëwch data tracio ar gyfer y tabl hwn" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Gall y weithrediad hon gymryd amser hir. Parhau beth bynnag?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Rydych yn mynd i ANALLUOGI Ystorfa BLOB!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "A ydych chi wir am analluogi pob cyfeiriad BLOB ar gyfer y gronfa ddata %s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Gwerth ar goll yn y ffurflen!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Nid yw hwn yn rhif!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Index" +msgid "Add Index" +msgstr "Indecs" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit next row" +msgid "Edit Index" +msgstr "Golygu'r rhes nesaf" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "Ychwanegwch %s colofn" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Log file count" msgid "Total count" msgstr "Cyfrif ffeiliau log" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Mae enw'r gwesteiwr yn wag!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Mae enw'r defnyddiwr yn wag!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Mae'r cyfrinair yn wag!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Nid yw'r cyfrineiriau'n debyg!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Unrhyw ddefnyddiwr" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy #| msgid "No Privileges" msgid "Reloading Privileges" msgstr "Dim Breintiau" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Cau" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Golygu" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Dewis Gweinydd" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy #| msgid "Show insert query" msgid "Live query chart" msgstr "Dangos ymholiad mewnosod" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Cyfanswm" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Dewis Gweinydd" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Prosesau" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy #| msgid "Show statistics" msgid "Query statistics" msgstr "Dangos ystadegau" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Failed to write file to disk." msgid "Local monitor configuration incompatible" msgstr "Methu ag ysgrifennu i'r ddisg." -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1288,185 +1297,185 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "SQL query history table" msgid "Query cache efficiency" msgstr "Tabl hanes ymholiadau SQL" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query results" msgid "Query cache usage" msgstr "Gweithrediadau canlyniadau ymholiad" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query results" msgid "Query cache used" msgstr "Gweithrediadau canlyniadau ymholiad" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KiB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Log file count" msgid "Total memory" msgstr "Cyfrif ffeiliau log" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Pwll Byffer" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Cyfanswm" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Tudalennau rhydd" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy #| msgid "Versions" msgid "Questions" msgstr "Fersiynau" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Nodweddion perthynas cyffredinol" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Remove database" msgid "Remove chart" msgstr "Tynnwch y gronfa ddata" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Snap i'r grid" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Dim" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1474,26 +1483,26 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Cadw fel ffeil" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgctxt "BLOB repository" #| msgid "Enabled" @@ -1501,550 +1510,562 @@ msgid "Enable %s" msgstr "Galluogwyd" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Analluogwch" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Nodweddion perthynas cyffredinol" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Nodweddion perthynas cyffredinol" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Teitl yr adroddiad" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 #, fuzzy #| msgid "Difference" msgid "Differential" msgstr "Gwahaniaeth" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy #| msgid "Jump to database" msgid "Jump to Log table" msgstr "Neidiwch i'r gronfa ddata" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Databases statistics" msgid "Log table filter options" msgstr "Ystadegau cronfeydd data" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Hidlydd" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of columns" msgid "Sum of grouped rows:" msgstr "Nifer y colofnau" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Cyfanswm" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy #| msgid "Load" msgid "Loading logs" msgstr "llwytho" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Ail-lwytho" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Mewnforio" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Ymholiad Diweddaru" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dogfennaeth" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details..." msgid "Rule details" msgstr "Manylion..." -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Authenticating..." msgid "Justification" msgstr "Yn dilysu..." -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Diddymu" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy #| msgid "Load" msgid "Loading" msgstr "llwytho" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Prosesau" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Ailenwch y gronfa ddata i" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Rename database to" msgid "Reload Database" msgstr "Ailenwch y gronfa ddata i" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Copïwch y gronfa ddata i" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Set nodau" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "Table must have at least one column." msgid "Table must have at least one column" msgstr "Mae'n rhaid i'r tabl gael o leiaf un golofn." -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Defnyddiwch Dablau" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Indexes" msgid "Hide indexes" msgstr "Indecsau" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Dangos grid" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Chwilio" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy #| msgid "in query" msgid "Hide search results" msgstr "mewn ymholiad" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy #| msgid "Show insert query" msgid "Show search results" msgstr "Dangos ymholiad mewnosod" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Porwch" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Delete" msgid "Deleting" msgstr "Dileu" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "Add a new server" msgid "Add %d value(s)" msgstr "Ychwanegwch weinydd newydd" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy #| msgid "in query" msgid "Hide query box" msgstr "mewn ymholiad" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy #| msgid "Show insert query" msgid "Show query box" msgstr "Dangos ymholiad mewnosod" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Newid" -#: js/messages.php:259 +#: js/messages.php:260 #, fuzzy #| msgid "SQL execution" msgid "Query execution time" msgstr "Gweithrediad SQL" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Cadw" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy #| msgid "in query" msgid "Hide search criteria" msgstr "mewn ymholiad" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy #| msgid "Show insert query" msgid "Show search criteria" msgstr "Dangos ymholiad mewnosod" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Chwilio" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "Ychwanegu/Dileu colofnau" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Gweithrediadau canlyniadau ymholiad" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data definition statement" +msgid "Data point content" +msgstr "Datganiad diffiniad data" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Anwybyddu" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add %s column(s)" msgid "Add columns" msgstr "Ychwanegwch %s colofn" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Dewis Allwedd Estron" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Dewis colofn i'w dangos" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Pwyso i ddewis" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Generadu Cyfrinair" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generadu" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Newid cyfrinair" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mo" msgid "More" msgstr "Llu" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2052,31 +2073,31 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 #, fuzzy #| msgid "Check for latest version" msgid ", latest stable version:" msgstr "Gwiriwch y fersiwn diweddaraf" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy #| msgid "Jump to database" msgid "up to date" msgstr "Neidiwch i'r gronfa ddata" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Gorffen" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Cynt" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2084,149 +2105,149 @@ msgid "Next" msgstr "Nesaf" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Heddiw" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "Ionawr" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "Chwefror" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "Mawrth" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "Ebrill" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Mai" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "Mehefin" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "Gorffennaf" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "Awst" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "Medi" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "Hydref" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "Tachwedd" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "Rhagfyr" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Ion" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Chwe" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Maw" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Ebr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Meh" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Gor" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Aws" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Med" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Hyd" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Tach" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Rhag" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Dydd Sul" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Dydd Llun" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Dydd Mawrth" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "DYdd Mercher" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "Dydd Iau" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "Dydd Gwener" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "Dydd Sadwrn" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2234,89 +2255,89 @@ msgid "Sun" msgstr "Sul" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Llun" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Maw" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Mer" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Iau" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Gwe" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Sad" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "Su" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "Llu" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "Me" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "Ia" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "Gw" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Wy" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Amser" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Awr" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Munud" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Eiliad" @@ -2396,45 +2417,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Dim indecs wedi'i ddiffinio!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indecsau" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Unigryw" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Paciwyd" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Sylw" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Cafodd yr allwedd gynradd ei gollwng" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Cafodd indecs %s ei ollwng" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2769,14 +2790,14 @@ msgstr "Tablau" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Data" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Gorbenion" @@ -3009,7 +3030,7 @@ msgstr "%s diwrnod, %s awr, %s munud a %s eiliad" msgid "Missing parameter:" msgstr "Rheolweithiau" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3017,7 +3038,7 @@ msgctxt "First page" msgid "Begin" msgstr "Dechrau" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3026,7 +3047,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Cynt" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3035,7 +3056,7 @@ msgctxt "Next page" msgid "Next" msgstr "Nesaf" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3043,24 +3064,24 @@ msgctxt "Last page" msgid "End" msgstr "Diwedd" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Neidio i gronfa ddata "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "Pwyso i ddewis" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3072,7 +3093,7 @@ msgstr "Pwyso i ddewis" msgid "Structure" msgstr "Strwythur" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3080,45 +3101,45 @@ msgstr "Strwythur" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Mewnosod" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Gweithrediadau" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "cyfeiriadur lanlwytho y gweinydd gwe" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "" "Does dim modd cyrraedd y cyfeiriadur a osodoch chi ar gyfer gwaith a " "lanwlythwyd" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Argraffu" @@ -3572,7 +3593,7 @@ msgid "Character set of the file" msgstr "Set nodau y ffeil" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Fformat" @@ -5509,7 +5530,7 @@ msgstr "Rheolweithiau" msgid "Events" msgstr "Digwyddiadau" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5916,7 +5937,7 @@ msgstr "Trefnu gan allwedd" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Opsiynau" @@ -6470,12 +6491,12 @@ msgid "Data dump options" msgstr "" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Dadlwytho data ar gyfer y tabl" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Strwythur y tabl ar gyfer y tabl" @@ -6675,31 +6696,31 @@ msgstr "Gweithdrefnau" msgid "Functions" msgstr "Swyddogaethau" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "" @@ -6921,7 +6942,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Gyrru" @@ -7266,7 +7287,7 @@ msgstr "Newidyn" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Gwerth" @@ -8010,6 +8031,11 @@ msgstr "Gwahaniaeth" msgid "Target database" msgstr "Cronfa ddata targed" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Pwyso i ddewis" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8144,7 +8170,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Indecs" @@ -8856,7 +8882,7 @@ msgstr "Safle" msgid "Original position" msgstr "Safle gwreiddiol" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Gwybodaeth" @@ -9691,7 +9717,7 @@ msgstr "" msgid "per second" msgstr "" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "" @@ -11177,38 +11203,34 @@ msgstr "" msgid "No index parts defined!" msgstr "" -#: tbl_indexes.php:169 -#, fuzzy -#| msgid "Create a page" -msgid "Create an index" -msgstr "Crëwch dudalen" - -#: tbl_indexes.php:171 -msgid "Modify an index" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" msgstr "" -#: tbl_indexes.php:176 +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Print view" +msgid "Edit index" +msgstr "Argraffu golwg" + +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "" @@ -11335,39 +11357,39 @@ msgstr "" msgid "Showing tables" msgstr "Dim tablau" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11422,10 +11444,6 @@ msgstr "" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11497,12 +11515,12 @@ msgstr "" msgid "After %s" msgstr "" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -12828,6 +12846,13 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "Pwyso i dad-ddewis" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Crëwch dudalen" + #, fuzzy #~ msgid "Create Table" #~ msgstr "Crëwch dabl" diff --git a/po/da.po b/po/da.po index f1dee34a2a..a22d6eead1 100644 --- a/po/da.po +++ b/po/da.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-09-25 23:05+0200\n" "Last-Translator: Jørgen Thomsen \n" "Language-Team: danish \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Vis alle" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "overliggende vindue eller din browser blokerer for tvær-vindue opdateringer " "i sikkerhedsindstillingerne." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Søg" @@ -48,10 +48,10 @@ msgstr "Søg" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "Søg" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Udfør" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Nøglenavn" @@ -134,19 +134,19 @@ msgstr "Databasekommentar: " msgid "Table comments" msgstr "Tabel kommentarer" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Kolonnenavn" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -158,18 +158,18 @@ msgstr "Kolonnenavn" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Datatype" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Nulværdi" @@ -202,8 +202,8 @@ msgstr "Linker til" msgid "Comments" msgstr "Kommentarer" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -218,8 +218,8 @@ msgstr "Kommentarer" msgid "No" msgstr "Nej" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -328,12 +328,12 @@ msgstr "Tilføj begrænsninger" msgid "Switch to copied database" msgstr "Skift til den kopierede database" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Tegnsæt (sortering)" @@ -365,36 +365,36 @@ msgstr "Tabel" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Rækker" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Størrelse" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "i brug" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Oprettelse" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Sidste opdatering" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Sidste check" @@ -457,7 +457,7 @@ msgid "Del" msgstr "Del (Slet)" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Eller" @@ -526,8 +526,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s sammenfald i tabel %s" msgstr[1] "%s sammenfald i tabel %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Vis" @@ -659,8 +659,8 @@ msgstr "Fravælg alle" msgid "Check tables having overhead" msgstr "Check tabeller der har overhead" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -675,14 +675,14 @@ msgid "Print view" msgstr "Udskriv" # By "Empty", if this is an action, it should translate to "Tøm" but if it's a state it should translate to "Tom". -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Tøm" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Slet" @@ -691,7 +691,7 @@ msgstr "Slet" msgid "Check table" msgstr "Tjek tabel" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimer tabel" @@ -754,7 +754,7 @@ msgstr "Opdateret" msgid "Status" msgstr "Status" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -762,7 +762,7 @@ msgstr "Status" msgid "Action" msgstr "Handling" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Slet sporingsdata for denne tabel" @@ -798,24 +798,24 @@ msgstr "Sporingstabel" msgid "Database Log" msgstr "Databaselog" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "Værdier for kolonnen \"%s\"" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "Værdier for kolonnen \"%s\"" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field" @@ -887,45 +887,45 @@ msgstr "Brug OpenStreetMaps som basislag" msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Geometri" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "Punkt" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "Punkt %d" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "Tilføj et punkt" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "Linjestreng" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "Ydre ring" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "Indre ring" @@ -933,15 +933,15 @@ msgstr "Indre ring" msgid "Add a linestring" msgstr "Tilføj en linjestreng" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "Tilføj en indre ring" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "Polygon" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "Tilføj polygon" @@ -1057,194 +1057,203 @@ msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" "phpMyAdmin er mere brugervenlig med en browser, der kan klare frames." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Klik for at vælge" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Klik for at fravælge" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" erklæringer kan ikke bruges." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Er du sikker på at du vil " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Du er ved at DESTRUERE en komplet database!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "Du er ved at DESTRUERE en komplet tabel!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "Du er ved at TRUNCATE (slette) en hel tabel!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Slet sporingsdata" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Fjerner primærnøgle/indeks" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Denne operation kan tage lang tid. Fortsæt alligevel?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Du er ved at DISABLE (deaktivere) en BLOB-beholder!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "Er du sikker på at du vil deaktivere alle BLOB-referencer i databasen %s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Ingen værdi i formularen!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Dette er ikke et tal!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "Tilføj indeks" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Redigeringstilstand" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "Tilføj %s kolonne(r)" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Samlet antal" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Der er intet værtsnavn!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Intet brugernavn!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Der er ikke angivet nogen adgangskode" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "De to adgangskoder er ikke ens!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Opret bruger" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Genindlæser privillegier" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Fjerner valge brugere" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Luk" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Ret" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "Realtids trafikoversigt" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "Realtids forbind./opgave-oversigt" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "Realtid forespørgsels-oversigt" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Statiske data" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Total" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Andet" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "." #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "," -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "KiB sendt siden forrige visning" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "KiB modtaget siden forrige visning" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Server-trafik (i KiB)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Forbindelser siden sidste visning" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Processer" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Forbindelser / Opgaver" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "Spørgsmål siden sidste visning" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "Spørgsmål (eksekverede forespørgsler på serveren)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Statistik over forespørgsler" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "Konfigurationen for den lokale skærm er inkompatibel" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1256,163 +1265,163 @@ msgstr "" "sandsynligt, at din aktuelle konfiguration ikke vil virke længere.Nulstil " "derfor din konfiguration i menuen Settings" -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "Effektivitet af forespørgsels-mellemlager" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "Forbrug af forespørgsels-mellemlager" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "Forbrugt forespørgsels-mellemlager" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "System CPU forbrug" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Systemhukommelse" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "System swap" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KiB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Gennemsnitlig belastning" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "Total hukommelse" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "Hukommelse i mellemlager" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "Hukommelse i buffer" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "Ledig hukommelse" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "Forbrugt hukommelse" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "Totalt sidelager" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "Sidelager i mellemlager" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "Forbrugt sidelager" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "Ledigt sidelager" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "Bytes sendt" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "Bytes modtaget" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Forbindelser" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "Spørgsmål" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Trafik" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Indstillinger" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "Fjern diagram" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "Rediger titel og etiketter" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "Snap diagram til gitter" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "Tilføj mindst en variabel til serien" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Ingen" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "Genstart monitor" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "Sæt monitor på pause" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "general_log og slow_query_log er aktiveret." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "general_log er aktiveret." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "slow_query_log er aktiveret." -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log og general_log er deaktiveret." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "log_output er ikke sat til TABLE." -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "log_output er sat til TABLE." -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1423,12 +1432,12 @@ msgstr "" "varer længere end %d sekunder. Det tilrådes at sætte denne long_query_time " "til 0-2 sekunder, afhængig af dit system." -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time er sat til %d sekund(er)." -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1437,30 +1446,30 @@ msgstr "" "standard ved genstart af server" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "Sæt log_output til %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "Aktiver %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "Deaktiver %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "Sæt long_query_time til %ds" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1468,41 +1477,41 @@ msgstr "" "Du har ikke superbrugerrettigheder til at ændre disse variable. Log venligst " "ind som root eller kontakt din database administrator." -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "Ændre indstillinger" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "Aktuelle indstillinger" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "Diagramtitel" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "Differentiel" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "Divideret med %s:" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "Fra slow log" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "Fra generel log" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "Analyserer & indlæser logs. Dette kan vare nogen tid." -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1512,7 +1521,7 @@ msgstr "" "sammen. Dog kun SQL tekst sammenlignes, så de andre attributter af " "forespørgsler som starttid kan være forskellige." -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1522,53 +1531,53 @@ msgstr "" "forespørgsler ind i den samme tabel også grupperet sammen unden hensyn til " "indsatte data." -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "Logdata er indlæst. Forespørgsler udført i dette tidsinterval:" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "Gå til logtabellen" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "Loggen er analyseret, men ingen data fundet i dette tidsinterval." #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 msgid "Log table filter options" msgstr "Indstillinger for filtre på logtabel" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Filter" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "Filtrer forespørgsler efter ord/regex:" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Grupper forespørgsler, og ignorer variabeldata i WHERE klausuler" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "Sum af grupperede rækker:" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "Total:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "Indlæser logs" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "Skærmopfriskning fejlede" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1579,21 +1588,21 @@ msgstr "" "Genindlæsning af siden og genindtastning af dine legitimationsoplysninger " "burde hjælpe." -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "Genindlæs side" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "Berørte rækker:" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" "Kunne ikke fortolke konfigurationsfilen. Det ser ikke ud til at være gyldig " "JSON kode" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." @@ -1601,270 +1610,282 @@ msgstr "" "Kunne ikke bygge diagramgitter med den importerede konfiguration. Nulstiller " "til standard konfiguration..." -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importer" -#: js/messages.php:192 +#: js/messages.php:193 msgid "Analyse Query" msgstr "Analyser forespørgsel" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "Rådgivningssystem" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "Mulige ydelsesmæssige problemer" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "Problem" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "Anbefaling" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "Regeldetaljer" -#: js/messages.php:201 +#: js/messages.php:202 msgid "Justification" msgstr "Begrundelse" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "Brugt variabel/formel" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "Test" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Annuller" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Indlæser" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Udfører forespørgsel" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Felj i udførsel af forespørgsel" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Sletter kolonne" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Tilføjer primær nøgle" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "Klik for at forkaste denne notifikation" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Omdøber databaser" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Opfrisk database" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Kopierer database til" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Ændrer tegnsæt" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "Tabellen skal have mindst en kolonne" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Indsæt tabel" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "Skjul indekser" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "Vis indekser" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Søger" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Slet søgeresultater" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Vis søgeresultater" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "Viser" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "Sletter" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" "Ifølge definitionen på en stored function, skal denne indeholde et RETURN-" "udtryk!" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "+ Add a value" msgid "Add %d value(s)" msgstr "+ Tilføj en værdi" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" "Note: Hvis filen indeholder flere tabeller, vil de blive kombineret til én" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Skjul forespørgeselsboks" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Vis forespørgselsbox" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Ingen rækker valgt" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Ret" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "Eksekveringstid for forespørgsel" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Gem" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Skjul søgekriterie" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Vis søgekriterie" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 msgid "Zoom Search" msgstr "Forstør søgning" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "Hvert punkt repræsenterer en datarække" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "Ved at holde pointeren over et punkt vises dets etiket" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "Brug musehjul til at zoome ind eller ud af plottet." -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "Klik og træk musen for at navigere i plottet" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" "Klik på linket for nulstil zoom for at vende tilbage til den oprindelige " "tilstand." -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "Klik et datapunkt for at se og muligvis redigere datarækken" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "Plottet kan ændres i størrelse ved at trække det i nederste højre hjørne." -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "Strenge er konverteret til heltal i plottet." -#: js/messages.php:287 +#: js/messages.php:288 msgid "Select two columns" msgstr "Vælg to kolonner" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "Vælg to forskellige kolonner" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Forespørgselsresultat operationer" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Data pointer-størrelse" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignorer" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Kopi" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "Tilføj kolonner" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Vælg refereret nøgle" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Vælg fremmednøgle" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Vælg venligst den primære nøgle eller en unik nøgle" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Vælg kolonne til visning" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1872,15 +1893,15 @@ msgstr "" "Du har ikke gemt ændringerne i layoutet. De vil bleve slettet hvis du ikke " "gemmer dem. Vil du fortsætte?" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Tilføj mulighed for kolonne" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "Tryk på ESC for at annullere redigeringen." -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -1888,23 +1909,23 @@ msgstr "" "Du har redigeret nogle data og de er ikke blevet gemt. Er du sikker på, at " "du vil forlade siden uden at gemme data ?" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "Træk for at ændre orden" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "Klik for at sortere" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "Klik for at markere/afmarkere" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "Klik på pilen for valgboks
for at skifte kolonnens synlighed" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." @@ -1913,34 +1934,34 @@ msgstr "" "redigering af gitter, afkrydsningsboks og links til redigering, kopiering og " "sletning fungerer måske ikke, efter at data er gemt. " -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" "Du kan også redigere de fleste kolonner
ved at klikke direkte på deres " "indhold." -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "Gå til link" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Generer adgangskode" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generer" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Ændre adgangskode" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Mere" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1950,260 +1971,260 @@ msgstr "" "opgradere. Den nyeste version er %s, udgivet den %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", seneste stabile version:" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "up-to-date" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Færdig" -#: js/messages.php:366 +#: js/messages.php:369 msgctxt "Previous month" msgid "Prev" msgstr "Forrige" -#: js/messages.php:371 +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "Næste" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "I dag" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "januar" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "februar" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "marts" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "april" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "maj" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "juni" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "juli" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "august" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "september" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "oktober" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "november" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "december" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "aug" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "dec" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "søndag" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "mandag" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "tirsdag" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "onsdag" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "torsdag" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "fredag" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "lørdag" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 msgid "Sun" msgstr "søn" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "man" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "tir" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "ons" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "tor" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "fre" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "lør" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "sø" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "ma" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "ti" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "on" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "to" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "fr" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "lø" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "uge" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Tid" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Time" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Minut" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Sekund" @@ -2286,45 +2307,45 @@ msgstr "Fejl under flytning af uploaded fil." msgid "Cannot read (moved) upload file." msgstr "Kan ikke læse (flyttet) uploaded fil." -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Intet indeks defineret!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indeks" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Unik" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Pakket" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Kardinalitet" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Kommentar" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Primærnøglen er slettet" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Indeks %s er blevet slettet" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2658,14 +2679,14 @@ msgstr "Tabeller" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Data" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Overhead" @@ -2894,48 +2915,48 @@ msgstr "%s dage, %s timer, %s minutter og %s sekunder" msgid "Missing parameter:" msgstr "Manglende parameter" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 msgctxt "First page" msgid "Begin" msgstr "Start" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 msgctxt "Previous page" msgid "Previous" msgstr "Forrige" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 msgctxt "Next page" msgid "Next" msgstr "Næste" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 msgctxt "Last page" msgid "End" msgstr "Slut" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Hop til database "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Funktionaliteten af %s er påvirket af en kendt fejl, se %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "Klik for at skifte" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2947,7 +2968,7 @@ msgstr "Klik for at skifte" msgid "Structure" msgstr "Struktur" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2955,42 +2976,42 @@ msgstr "Struktur" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Indsæt" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operationer" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Gennemse din computer:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Vælg fra %s - webserverens upload-mappe:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Mappen du har sat til upload-arbejde kan ikke findes" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "Der er ikke nogen filer at uploade" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "Udfør" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Print" @@ -3448,7 +3469,7 @@ msgid "Character set of the file" msgstr "Filens tegnsæt" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Format" @@ -5456,7 +5477,7 @@ msgstr "Rutiner" msgid "Events" msgstr "Hændelser" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5829,7 +5850,7 @@ msgstr "Sorteringsnøgle" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Indstillinger" @@ -6418,12 +6439,12 @@ msgid "Data dump options" msgstr "Database eksportindstillinger" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Data dump for tabellen" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Struktur-dump for tabellen" @@ -6635,31 +6656,31 @@ msgstr "Procedurer" msgid "Functions" msgstr "Funktioner" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Begrænsninger for dumpede tabeller" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Begrænsninger for tabel" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME TYPES FOR TABLE (MIME-typer for tabellen)" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELATIONS FOR TABLE (Relationer for tabellen)" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Struktur for visning" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Stand-in-struktur for visning" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "Fejl ved læsning af data." @@ -6881,7 +6902,7 @@ msgid "To" msgstr "Til" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Send" @@ -7234,7 +7255,7 @@ msgstr "Variabel" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Værdi" @@ -7910,6 +7931,11 @@ msgstr "Forskel" msgid "Target database" msgstr "Måldatabase" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Klik for at vælge" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8065,7 +8091,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Indeks" @@ -8804,7 +8830,7 @@ msgstr "Position" msgid "Original position" msgstr "Original position" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Information" @@ -9667,7 +9693,7 @@ msgstr "pr. minut" msgid "per second" msgstr "pr. sekund" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Forespørgsler" @@ -11301,37 +11327,35 @@ msgstr "Kan ikke omdøbe indeks til PRIMARY!" msgid "No index parts defined!" msgstr "Ingen dele af indeks er defineret!" -#: tbl_indexes.php:169 -msgid "Create an index" -msgstr "Lav et nyt indeks" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "Tilføj indeks" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Ændring af et indeks" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Redigeringstilstand" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Indeksnavn;:" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" skal være navnet på og kun på en primær nøgle!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Indeksnavn;:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Indekstype:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Føj til indeks  %s kolonne(r)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Kolonneantal skal være større end nul." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Kan ikke flytte tabellen til den samme!" @@ -11454,39 +11478,39 @@ msgstr "Check reference-integriteten:" msgid "Showing tables" msgstr "Vis tabeller" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Pladsforbrug" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Benyttelse" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Effektiv" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Rækkestatistik" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "statisk" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dynamisk" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Rækkelængde" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Rækkestørrelse " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "Næste autoindeks" @@ -11543,10 +11567,6 @@ msgstr "Gennemse bestemte værdier" msgid "Add primary key" msgstr "Tilføj primær nøgle" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "Tilføj indeks" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "Tilføj unikt indeks" @@ -11614,12 +11634,12 @@ msgstr "I begyndelsen af tabel" msgid "After %s" msgstr "Efter %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "Opret et indeks på  %s  kolonner" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "partitioneret" @@ -13126,6 +13146,18 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert er sat til 0" +#~ msgid "Click to unselect" +#~ msgstr "Klik for at fravælge" + +#~ msgid "Create an index" +#~ msgstr "Lav et nyt indeks" + +#~ msgid "Modify an index" +#~ msgstr "Ændring af et indeks" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Kolonneantal skal være større end nul." + #~ msgid "Too many connections are aborted" #~ msgstr "For mange forbindelser er aborteret." diff --git a/po/de.po b/po/de.po index 6771ff3c46..840a75f7ca 100644 --- a/po/de.po +++ b/po/de.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-11-10 17:41+0200\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: german \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.1.6\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Alles anzeigen" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "wurde das Ursprungsfenster geschlossen oder der Browser verhindert den " "Zugriff aufgrund von Ihren Sicherheitseinstellungen." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Suche" @@ -48,10 +48,10 @@ msgstr "Suche" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "Suche" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "OK" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Schlüsselname" @@ -135,19 +135,19 @@ msgstr "Datenbankkommentar: " msgid "Table comments" msgstr "Tabellen-Kommentar" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Spalte" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "Spalte" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Typ" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -203,8 +203,8 @@ msgstr "Verweise" msgid "Comments" msgstr "Kommentare" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "Kommentare" msgid "No" msgstr "Nein" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -329,12 +329,12 @@ msgstr "Constraints hinzufügen" msgid "Switch to copied database" msgstr "Zu kopierter Datenbank wechseln" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Kollation" @@ -367,36 +367,36 @@ msgstr "Tabelle" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Datensätze" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Größe" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "in Benutzung" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Erzeugt am" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Aktualisiert am" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Letzter Check am" @@ -459,7 +459,7 @@ msgid "Del" msgstr "Entf" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Oder" @@ -528,8 +528,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s Treffer in der Tabelle %s" msgstr[1] "%s Treffer in der Tabelle %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Anzeigen" @@ -664,8 +664,8 @@ msgstr "Auswahl entfernen" msgid "Check tables having overhead" msgstr "Tabellen mit Überhang auswählen" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -679,14 +679,14 @@ msgstr "Exportieren" msgid "Print view" msgstr "Druckansicht" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Leeren" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Löschen" @@ -695,7 +695,7 @@ msgstr "Löschen" msgid "Check table" msgstr "Überprüfe Tabelle" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimiere Tabelle" @@ -758,7 +758,7 @@ msgstr "Aktualisiert" msgid "Status" msgstr "Status" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -766,7 +766,7 @@ msgstr "Status" msgid "Action" msgstr "Aktion" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Lösche die Verlaufsdaten für diese Tabelle" @@ -802,24 +802,24 @@ msgstr "Verfolge Tabelle" msgid "Database Log" msgstr "Datenbank-Log" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "Werte für die Spalte \"%s\"" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "Werte für die Spalte \"%s\"" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field" @@ -892,48 +892,48 @@ msgstr "Verwende OpenStreetMaps als Basis-Layer" msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Geometrie" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "Punkt" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "Punkt %d" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "Punkt hinzufügen" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Linestring" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "Aussenring" # Ist hiermit der Inkreis gemeint? http://de.wikipedia.org/wiki/Inkreis -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 #, fuzzy msgid "Inner Ring" msgstr "Innenring:" @@ -944,17 +944,17 @@ msgstr "Innenring:" msgid "Add a linestring" msgstr "Linestring hinzufügen" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Innenring hinzufügen" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "Polygon" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "Polygon hinzufügen" @@ -1074,194 +1074,203 @@ msgstr "Zurück" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin arbeitet besser mit einem Frame-fähigen Browser." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Zur Auswahl anklicken" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Zum Abwählen anklicken" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" - Anweisungen wurden deaktiviert." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Möchten Sie wirklich diese Abfrage ausführen " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Sie sind dabei eine komplette Datenbank zu LÖSCHEN!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "Sie sind dabei eine komplette Tabelle zu LÖSCHEN!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "Sie sind dabei die Daten einer kompletten Tabelle zu ZERSTÖREN!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Trackingdaten werden gelöscht" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Primary Key/Index wird gelöscht" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "" "Diese Operation könnte einige Zeit beanspruchen. Trotzdem weitermachen?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Sie sind dabei ein BLOB-Repository zu deaktivieren!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "Wirklich alle BLOB-Referenzen für Datenbank %s deaktivieren?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Das Formular ist leer!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Das ist keine Zahl!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "Index hinzufügen" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Bearbeitungsmodus" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "%s Spalte(n) einfügen" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Komplette Anzahl" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Es wurde kein Host angegeben!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Kein Benutzername eingegeben!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Es wurde kein Passwort angegeben!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Die eingegebenen Passwörter sind nicht identisch!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Benutzer hinzufügen" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Benutzerrechte werden neu geladen" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Die ausgewählten Benutzer werden gelöscht" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Schliesse" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Bearbeiten" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "Live Traffic Diagramm" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "Live Verbindung/Prozess Diagramm" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "Live Abfrage Diagramm" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Statische Daten" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Insgesamt" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Weitere" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "KiB gesendet seit der letzten Aktualisierung" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "KiB empfangen seit der letzten Aktualisierung" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Server Traffic (in KiB)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Verbindungen seit der letzten Aktualisierung" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Prozesse" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Verbindungen/Prozesse" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "Anfragen seit der letzten Aktualisierung" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "Anfragen (Serverseitig ausgeführte SQL-Befehle)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Abfrage-Statistiken" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "Die lokale Bildschirmkonfiguration ist nicht kompatibel." -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1269,163 +1278,163 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "Abfragen-Zwischenspeicher Effizienz" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "Abfragen-Zwischenspeicher Ausnutzung" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "Abfragen-Zwischenspeicher benutzt" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "CPU-Auslastung" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Arbeitsspeicher" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "System-Swap" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KiB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Durchschnittliche Auslastung" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "Gesamter Speicher" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "Zwischenspeicher" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "Gepufferter Speicher" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "Freier Speicher" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "Verwendeter Speicher" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "Gesamt Swap" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "Zwischengespeicherter Swap" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "Benutzer Swap" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "Freier Swap" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "Bytes gesendet" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "Bytes empfangen" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Verbindungen" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "Anfragen" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Netzwerkverkehr" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Einstellungen" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "Skala entfernen" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "Titel und Beschriftungen bearbeiten" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "Skala dem Raster hinzufügen" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "Bitte fügen Sie mindestens eine Variable der Serie hinzu" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "keine" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "Überwachung fortsetzen" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "Überwachung pausieren" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "general_log und slow_query_log sind aktiviert." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "general_log ist aktiviert." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "slow_query_log ist aktiviert." -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log und general_log sind deaktiviert." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "log_output ist nicht auf TABLE eingestellt." -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "log_output ist auf TABLE eingestellt." -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1436,12 +1445,12 @@ msgstr "" "die länger als %d ausgeführt wurden. Es ist ratsam, den Wert long_query_time " "auf 0-2 Sekunden einzustellen, abhängig vom System." -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time ist auf %d Sekunde(n) eingestellt." -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1450,30 +1459,30 @@ msgstr "" "Neustart auf ihre Ursprungswerte zurückgesetzt:" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "Setze log_output auf %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "Aktiviere %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "Deaktiviere %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "Setze long_query_time auf %ds" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1481,42 +1490,42 @@ msgstr "" "Sie können diese Variablen nicht ändern. Bitte melden Sie sich mit einem " "Root-Benutzer ein, oder kontaktieren Sie Ihren Datenbank-Administrator." -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "Einstellungen ändern" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "Aktuelle Einstellungen" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "Schaubild-Titel" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "Unterschied" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "Geteilt durch %s:" # Eigenname der MySQL-Funktion -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "Vom slow Log" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "Vom allgemeinen Log" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "Analysiere und Lade Protokolle. Dies kann eine Weile dauern." -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1526,7 +1535,7 @@ msgstr "" "wurden. Jedoch wird nur der SQL-Text verglichen, daher kann die Angabe von " "anderen Werten der Abfrage, wie die Startzeit, unterschiedlich sein." -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1536,56 +1545,56 @@ msgstr "" "Befehle in die gleiche Tabelle zusammengefasst, unabhängig von den " "eingefügten Daten." -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Protokoll-Daten geladen. Innerhalb dieses Zeitaums ausgeführte Abfragen:" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "Springe zur Protokoll-Tabelle" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" "Das Protokoll wurde analysiert, es wurden jedoch keine Daten für den " "angegebenen Zeitraum gefunden." #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 msgid "Log table filter options" msgstr "Filteroptionen für Protokoll-Tabelle" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Filter" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "Abfragen durch Wort/Regulären Ausdruck filtern:" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Gruppiere die Abfragen und ignoriere Werte in WHERE-Abfragen" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "Anzahl der gruppierten Datensätze" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "Insgesamt:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "Lade Protokolle" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "Aktualisierung der Überwachung fehlgeschlagen" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1595,21 +1604,21 @@ msgstr "" "Das ist vermutlich passiert, weil Ihre Sitzung abgelaufen ist. Es sollte " "helfen, wenn Sie die Seite aktualisieren und sich erneut anmelden." -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "Neuladen" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "Betroffene Zeilen: " -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" "Das Parsen/Einlesen der Konfigutationsdatei ist fehlgeschlagen. Es scheint " "sich nicht um eine gültige JSON-Kodierung zu handeln." -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." @@ -1617,274 +1626,286 @@ msgstr "" "Aufbau der Diagramme mit der importierten Konfiguration ist fehlgeschlagen. " "Falle auf Standardeinstellungen zurück..." -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importieren" -#: js/messages.php:192 +#: js/messages.php:193 msgid "Analyse Query" msgstr "Anfrage analysieren" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "Ratgebersystem" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "Mögliche Performance-Probleme" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "Problem" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "Empfehlung" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "Regel-Details" -#: js/messages.php:201 +#: js/messages.php:202 msgid "Justification" msgstr "Ausrichtung" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "Benutzte Variable/Formel" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "Test" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Abbrechen" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Laden" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Bearbeite Anfrage" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Fehler beim Bearbeiten der Anfrage" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Spalte wird gelöscht" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Primärschlüssel wird hinzugefügt" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Datenbanken werden umbenannt" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Lade Datenbank neu" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Datenbank wird kopiert" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Zeichensatz wird geändert" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "Die Tabelle muss mindestens eine Spalte haben" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Tabelle einfügen" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "Indexes verbergen" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "Indexes anzeigen" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Suche" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Suchergebnisse ausblenden" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Zeige Suchergebnisse" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "Durchsehen" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "Löschen" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" "Die Definition einer gespeicherten Prozedur muss ein RETURN-Statement " "beinhalten!" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "+ Add a value" msgid "Add %d value(s)" msgstr "+ Wert hinzufügen" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" "Hinweis: Wenn die Date mehrere Tabellen enthält, werden diese in einer " "einzigen Tabelle zusammengefasst" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "SQL-Querybox ausblenden" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "SQL-Querybox anzeigen" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Es wurden keine Datensätze ausgewählt" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Bearbeiten" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "Ausführungszeit der Abfrage" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Speichern" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Suchkriterien ausblenden" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Suchkriterien anzeigen" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Suche" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "Jeder Punkt stellt eine Datenreihe dar" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "Das Überfliegen eines Punktes zeigt seine Bezeichnung." -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "Auf \"Zoom zurücksetzen\" klicken um zum Original zurückzukehren." -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Auf einen Datenpunkt klicken, um eine Datenzeile anzuzeigen bzw. zu " "editieren." -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "Die Größe der Darstellung kann durch Ziehen in die rechte untere Ecke " "verändert werden." -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "Zeichenketten werden für die Zeichnung in Integerwerte umgewandelt." -#: js/messages.php:287 +#: js/messages.php:288 msgid "Select two columns" msgstr "Zwei Spalten auswählen" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "2 unterschiedliche Spalten auswählen" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Operationen für das Abfrageergebnis" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Größe des Datenzeigers" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignorieren" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Kopieren" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "Spalten hinzufügen" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Wählen Sie den referenzierten Schlüssel" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Wähle Fremdschlüssel" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Bitte den PRIMARY KEY oder einen UNIQUE KEY wählen" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Anzuzeigende Spalte auswählen" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1892,15 +1913,15 @@ msgstr "" "Sie haben die Änderungen im Layout nicht gespeichert. Sie werden verworfen " "wenn Sie diese nicht speichern. Wünschen Sie fortzufahren?" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Option hinzufügen zu Spalte " -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "Drücken Sie ESC um das Bearbeiten abzubrechen" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -1908,58 +1929,58 @@ msgstr "" "Sie haben Daten verändert und noch nicht gespeichert. Sind Sie sicher, dass " "Sie diese Seite ohne zu speichern verlassen möchten?" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "Zur Umordnung ziehen" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "Zur Anordnung anklicken" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "Klicken zum aus- bzw. abwählen" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" "Den Pfeil des Aufklappsmenüs anklicken
um die Sichtbarkeit der Spalte " "umzustellen" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" "Sie können die meisten Spalten bearbeiten
indem Sie auf den Inhalt " "klicken." -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "Gehe zur Verknüpfung" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Passwort generieren" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generieren" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Passwort ändern" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Mehr" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1969,260 +1990,260 @@ msgstr "" "vorgeschlagen. Die aktuellste Version ist %s, erschienen am %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", aktuellste stabile Version:" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "auf dem laufenden Stand" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Fertig" -#: js/messages.php:366 +#: js/messages.php:369 msgctxt "Previous month" msgid "Prev" msgstr "Vorher" -#: js/messages.php:371 +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "Nächster" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Heute" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "Januar" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "Februar" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "März" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "April" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Mai" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "Juni" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "Juli" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "August" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "September" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "Oktober" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "November" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "Dezember" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mrz" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Dez" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Sonntag" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Montag" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Dienstag" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "Mittwoch" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "Donnerstag" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "Freitag" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "Samstag" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 msgid "Sun" msgstr "So" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Mo" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Di" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Mi" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Do" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Fr" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Sa" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "So" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "Mo" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "Di" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "Mi" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "Do" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "Fr" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Wo" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Zeit" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Stunde" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Minute" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Sekunde" @@ -2309,45 +2330,45 @@ msgstr "Fehler beim Verschieben der hochgeladenen Datei." msgid "Cannot read (moved) upload file." msgstr "Die hochgeladene und verschobene Datei kann nicht gelesen werden." -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Kein Index definiert!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indizes" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Unique" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Gepackt" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Kardinalität" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Kommentar" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Der Primärschlüssel wurde gelöscht" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Index %s wurde entfernt" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2678,14 +2699,14 @@ msgstr "Tabellen" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Daten" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Überhang" @@ -2915,7 +2936,7 @@ msgstr "%s Tage, %s Stunden, %s Minuten und %s Sekunden" msgid "Missing parameter:" msgstr "Fehlende(r) Parameter:" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2923,7 +2944,7 @@ msgctxt "First page" msgid "Begin" msgstr "Anfang" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -2932,7 +2953,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Vorherige" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -2941,7 +2962,7 @@ msgctxt "Next page" msgid "Next" msgstr "Nächste" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -2949,23 +2970,23 @@ msgctxt "Last page" msgid "End" msgstr "Ende" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Zur Datenbank "%s" springen." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" "Die Funktion %s wird durch einen bekannten Fehler beeinträchtigt, siehe %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "Zum Umschalten anklicken" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2977,7 +2998,7 @@ msgstr "Zum Umschalten anklicken" msgid "Structure" msgstr "Struktur" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2985,42 +3006,42 @@ msgstr "Struktur" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Einfügen" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operationen" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Durchsuchen Sie ihren Computer:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Wählen Sie vom Webserver-Uploadverzeichnis %s:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Auf das festgelegte Upload-Verzeichnis kann nicht zugegriffen werden" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "Es sind keine Dateien zum Upload vorhanden" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "Ausführen" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Drucken" @@ -3474,7 +3495,7 @@ msgid "Character set of the file" msgstr "Zeichensatz der Datei" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Format" @@ -5510,7 +5531,7 @@ msgstr "Routinen" msgid "Events" msgstr "Ereignisse" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5890,7 +5911,7 @@ msgstr "Nach Schlüssel sortieren" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Optionen" @@ -6486,12 +6507,12 @@ msgid "Data dump options" msgstr "Datenexport-Optionen" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Daten für Tabelle" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Tabellenstruktur für Tabelle" @@ -6705,31 +6726,31 @@ msgstr "Prozeduren" msgid "Functions" msgstr "Funktionen" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Constraints der exportierten Tabellen" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Constraints der Tabelle" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME TYPEN DER TABELLE" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELATIONEN DER TABELLE" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Struktur des Views" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Stellvertreter-Struktur des Views" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "Fehler beim Lesen der Daten:" @@ -6958,7 +6979,7 @@ msgid "To" msgstr "Zu" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Abschicken" @@ -7314,7 +7335,7 @@ msgstr "Variable" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Wert" @@ -8007,6 +8028,11 @@ msgstr "Unterschied" msgid "Target database" msgstr "Ziel-Datenbank" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Zur Auswahl anklicken" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8164,7 +8190,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Index" @@ -8919,7 +8945,7 @@ msgstr "Position" msgid "Original position" msgstr "Ursprungsposition" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Information" @@ -9798,7 +9824,7 @@ msgstr "pro Minute" msgid "per second" msgstr "pro Sekunde" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Angaben" @@ -11474,38 +11500,36 @@ msgstr "Kann Index nicht in PRIMARY umbenennen!" msgid "No index parts defined!" msgstr "Keine Indizes definiert!" -#: tbl_indexes.php:169 -msgid "Create an index" -msgstr "Neuen Index anlegen" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "Index hinzufügen" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Index modifizieren" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Bearbeitungsmodus" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Indexname:" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "Der Name des Primärschlüssels (und nur dessen) darf nur " "\"PRIMARY\" lauten." -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Indexname:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Indextyp:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "%s Spalten zum Index hinzufügen" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Die Spaltenanzahl muss größer als 0 sein." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Tabelle kann nicht mit gleichem Namen verschoben werden!" @@ -11629,39 +11653,39 @@ msgstr "Prüfe referentielle Integrität:" msgid "Showing tables" msgstr "Tabellen anzeigen" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Speicherplatzverbrauch" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Verbrauch" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Effektiv" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Datensatz-Statistiken" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "statisch" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dynamisch" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Zeilenlänge" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Zeilengröße " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "Nächster Autoindex" @@ -11720,10 +11744,6 @@ msgstr "Zeige nur unterschiedliche Werte" msgid "Add primary key" msgstr "Primärschlüssel hinzufügen" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "Index hinzufügen" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "Eindeutigen Index hinzufügen" @@ -11791,12 +11811,12 @@ msgstr "An den Anfang der Tabelle" msgid "After %s" msgstr "Nach %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "Index über %s Spalten anlegen" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "partitioniert" @@ -13125,6 +13145,18 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "Zum Abwählen anklicken" + +#~ msgid "Create an index" +#~ msgstr "Neuen Index anlegen" + +#~ msgid "Modify an index" +#~ msgstr "Index modifizieren" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Die Spaltenanzahl muss größer als 0 sein." + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ Eingabe wiederholen und neuen Wert hinzufügen" diff --git a/po/el.po b/po/el.po index 4aec24743f..29cfbae52e 100644 --- a/po/el.po +++ b/po/el.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-10-06 21:35+0200\n" "Last-Translator: Panagiotis Papazoglou \n" "Language-Team: greek \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Εμφάνιση όλων" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "κλείσατε το μητρικό παράθυρο ή ο φυλλομετρητής σας δεν επιτρέπει τις " "ανανεώσεις μεταξύ παραθύρων λόγω ρυθμίσεων ασφαλείας." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Αναζήτηση" @@ -48,10 +48,10 @@ msgstr "Αναζήτηση" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "Αναζήτηση" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Εκτέλεση" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Όνομα κλειδιού" @@ -135,19 +135,19 @@ msgstr "Σχόλιο βάσης: " msgid "Table comments" msgstr "Σχόλια πίνακα" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Στήλη" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "Στήλη" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Τύπος" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Κενό" @@ -203,8 +203,8 @@ msgstr "Σύνδεση με" msgid "Comments" msgstr "Σχόλια" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "Σχόλια" msgid "No" msgstr "Όχι" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -329,12 +329,12 @@ msgstr "Προσθήκη περιορισμών" msgid "Switch to copied database" msgstr "Αλλαγή στο αντίγραφο της βάσης δεδομένων" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Σύνθεση" @@ -367,36 +367,36 @@ msgstr "Πίνακας" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Εγγραφές" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Μέγεθος" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "σε χρήση" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Δημιουργία" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Τελευταία ενημέρωση" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Tελευταίος έλεγχος" @@ -459,7 +459,7 @@ msgid "Del" msgstr "Διαγραφή" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Ενωση" @@ -528,8 +528,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s απατέλεσμα στον πίνακα %s" msgstr[1] "%s αποτελέσματα στον πίνακα %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Περιήγηση" @@ -663,8 +663,8 @@ msgstr "Απεπιλογή όλων" msgid "Check tables having overhead" msgstr "Επιλογή πινάκων με περίσσεια" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -678,14 +678,14 @@ msgstr "Εξαγωγή" msgid "Print view" msgstr "Εμφάνιση για εκτύπωση" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Άδειασμα" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Διαγραφή" @@ -694,7 +694,7 @@ msgstr "Διαγραφή" msgid "Check table" msgstr "Έλεγχος πίνακα" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Βελτιστοποίηση πίνακα" @@ -757,7 +757,7 @@ msgstr "Ενημερώθηκε" msgid "Status" msgstr "Κατάσταση" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -765,7 +765,7 @@ msgstr "Κατάσταση" msgid "Action" msgstr "Ενέργεια" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Διαγραφή δεδομένων παρακολούθησης για αυτόν τον πίνακα" @@ -801,24 +801,24 @@ msgstr "Παρακολούθηση πίνακα" msgid "Database Log" msgstr "Καταγραφή Βάσης Δεδομένων" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "Επεξεργαστής ENUM/SET" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "Τιμές για τη στήλη «%s»" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "Τιμές για τη στήλη «%s»" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field" @@ -890,45 +890,45 @@ msgstr "Χρήση του OpenStreetMaps ως Βασικό Επίπεδο" msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Γεωμετρία" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "Σημείο" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "Χ" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Υ" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "Σημείο %d" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "Προσθήκη σημείου" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "Κείμενο γραμμής" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "Εξωτερικός δακτύλιος" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "Εσωτερικός δακτύλιος" @@ -936,15 +936,15 @@ msgstr "Εσωτερικός δακτύλιος" msgid "Add a linestring" msgstr "Προσθήκη κειμένου γραμμής" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "Προσθήκη εσωτερικού δακτυλίου" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "Πολύγωνο" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "Προσθήκη πολυγώνου" @@ -1062,194 +1062,203 @@ msgstr "" "Το phpMyAdmin είναι πιο φιλικό με έναν που υποστηρίζει frames " "φυλλομετρητή." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Πατήστε για επιλογή" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Πατήστε για απεπιλογή" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "Οι εντολές «DROP DATABASE» έχουν απενεργοποιηθεί." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Θέλετε να εκτελέσετε την εντολή " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Πρόκειται να DESTROY μια ολόκληρη βάση δεδομένων!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "Πρόκειται να DESTROY έναν ολόκληρο πίνακα!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "Πρόκειται να TRUNCATE έναν ολόκληρο πίνακα!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Διαγραφή δεδομένων παρακολούθησης" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Διαγραφή Πρωτεύοντος Κλειδιού/Περιεχομενου" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Αυτή η διαδικασία ίσως κρατήσει αρκετά. Θέλετε να συνεχίσετε;" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Πρόκειτε να DISABLE μια Αποθήκη BLOB!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "Θέλετε να απενεργοποιήσετε όλες τις αναφορές BLOB για τη βάση δεδομένων %s;" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Η τιμή δεν υπάρχει στη φόρμα!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Αυτό δεν είναι αριθμός!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "Προσθήκη ευρετηρίου" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Κατάσταση επεξεργασίας" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "Προσθήκη %s στήλης(ών)" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Συνολικό πλήθος" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Το όνομα του συστήματος είναι κενό!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Το όνομα του χρήστη είναι κενό!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Ο κωδικός πρόσβασης είναι κενός!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Οι κωδικοί πρόσβασης δεν είναι ίδιοι!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Προσθήκη χρήστη" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Επαναφόρτωση δικαιωμάτων" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Διαγραφή των επιλεγμένων χρηστών" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Κλείσιμο" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Επεξεργασία" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "Διάγραμμα τρέχουσας κυκλοφορίας" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "Διάγραμμα τρέχουσας σύνδεσης/διαδικασίας" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "Διάγραμμα τρέχοντος ερωτήματος" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Στατικά δεδομένα" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Σύνολο" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Άλλα" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "σταλθέντα KB από την τελευταία ανανέωση" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "ληφθέντα KB από την τελευταία ανανέωση" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Κυκλοφορία Διακομιστή (σε KB)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Συνδέσεις από την τελευταία ανανέωση" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Διεργασίες" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Συνδέσεις / Διεργασίες" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "Ερωτήσεις από την τελευταία ανανέωση" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "Ερωτήσεις (εκτελεσμένες δηλώσεις από τον διακομιστή)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Στατιστικά ερωτήματος" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "Ασύμβατη η ρύθμιση τοπικής εποπτείας" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1261,163 +1270,163 @@ msgstr "" "εποπτείας.Είναι πολύ πιθανό ότι η τρέχουσα ρύθμιση δεν θα λειτουργεί πλέον. " "Επαναφέρτε τις ρυθμίσεις σας στις προεπιλεγμένες στο μενού Ρυθμίσεις." -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "Αποτελεσματικότητα λανθάνουσας μνήμης ερωτήματος" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "Χρήση λανθάνουσας μνήμης ερωτήματος" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "Χρησιμοποιημένη λανθάνουσα μνήμη ερωτήματος" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "Χρήση CPU Συστήματος" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Μνήμη συστήματος" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "Αδράνεια συστήματος" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Μέσο φορτίο" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "Συνολική μνήμη" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "Λανθάνουσα μνήμη" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "Ρυθμισμένη μνήμη" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "Ελεύθερη μνήμη" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "Χρησιμοποιημένη μνήμη" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "Σύνολο Αδράνειας" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "Λανθασμένη Αδράνεια" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "Χρησιμοποιημένη Αδράνεια" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "Ελεύθερη Αδράνεια" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "Σταλθέντα Bytes" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "Ληφθέντα Bytes" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Συνδέσεις" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "Ερωτήσεις" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Κίνηση" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Ρυθμίσεις" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "Απομάκρυνση διαγράμματος" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "Επεξεργασία τίτλου και ετικετών" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "Προσθήκη διαγράμματος στο πλέγμα" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "Εισάγετε τουλάχιστον μια μεταβλητή στις σειρές" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Καμία" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "Επανεκίννηση εποπτείας" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "Παύση εποπτείας" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "Το general_log και το slow_query_log είναι ενεργοποιημένα." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "Το general_log είναι ενεργοποιημένο." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "Το slow_query_log είναι ενεργοποιημένα." -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "Το slow_query_log και το general_log είναι απενεργοποιημένα." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "Το log_output δεν έχει οριστεί στο TABLE." -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "Το log_output έχει οριστεί στο TABLE." -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1429,12 +1438,12 @@ msgstr "" "ορίσετε το long_query_time μεταξύ 0-2 δευτερόλεπτα, κάτι που εξαρτάται από " "το σύστημά σας." -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "Το long_query_time έχει οριστεί σε %d δευτερόλεπτο(α)." -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1443,30 +1452,30 @@ msgstr "" "προεπιλογές με την επανεκκίνηση του διακομιστή:" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "Ορισμός του log_output σε %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "Ενεργοποίηση %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "Απενεργοποίηση %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "Ορισμός του long_query_time σε %dδ" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1475,41 +1484,41 @@ msgstr "" "Συνδεθείτε ως λογαριασμός root ή επικοινωνήστε με τον διαχειριστή της βάσης " "δεδομένων σας." -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "Αλλαγή ρυθμίσεων" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "Τρέχουσες ρυθμίσεις" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "Τίτλος Διαγράμματος" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "Διαφορικός" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "Διαιρεμένος με %s:" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "Από την αργή καταγραφή" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "Από την γενική καταγραφή" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "Ανάλυση & φόρτωση καταγραφών. Αυτό ίσως διαρκέσει λίγο." -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1520,7 +1529,7 @@ msgstr "" "ομαδοποίησης, έτσι οι άλλες ιδιότητες των ερωτημάτων, όπως ο χρόνος " "εκκίνησης, μπορεί να διαφέρουν." -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1529,57 +1538,57 @@ msgstr "" "Αφού επιλέχθηκε η ομαδοποίηση των εντολών INSERT, τα ερωτήματα INSERT εντός " "του ίδιου πίνακα επίσης ομαδοποιηούνται ανεξάρτητα από εισαγόμενα δεδομένα." -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Τα δεδομένα καταγραφής φορτώθηκαν. Τα ερωτήματα που εκτελέστηκαν σε αυτή την " "επέκταση χρόνου:" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "Μετάβαση στον πίνακα Καταγραφής" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" "Η καταγραφή αναλύθηκε αλλά δεν βρέθηκαν δεδομένα σε αυτή την επέκταση χρόνου." #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 msgid "Log table filter options" msgstr "Επιλογές φιλτραρίσματος πίνακα καταγραφής" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Φίλτρο" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "Φιλτράρισμα ερωτημάτων ανά λέξη/κανονική έκφραση:" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" "Ομαδοποίηση ερωτημάτων, αγνοώντας τα δεδομένα μεταβλητής στις δηλώσεις WHERE" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "Άθροισμα ομαδοποιημένων γραμμών:" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "Σύνολο:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "Φόρτωση καταγραφών" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "Η ανανέωση της εποπτείας απέτυχε" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1590,20 +1599,20 @@ msgstr "" "επαναφόρτωση της σελίδας και η επανεισαγωγή των διαπιστευτηρίων σας θα " "βοηθήσουν." -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "Επαναφόρτωση σελίδας" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "Επηρρεαζόμενες εγγραφές" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" "Αποτυχία ανάλυσης αρχείου config. Δεν φαίνεται να είναι έγκυρος κώδκας JSON" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." @@ -1611,269 +1620,281 @@ msgstr "" "Απέτυχε η δημιουργία καννάβου διαγράμματος με την εισαγωγή ρυθμίσεων. " "Επαναφορά στην προεπιλεγμένη ρύθμιση..." -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Εισαγωγή" -#: js/messages.php:192 +#: js/messages.php:193 msgid "Analyse Query" msgstr "Ανάλυση Ερωτήματος" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "Σύστημα σύμβουλου" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "Πιθανά θέματα απόδοσης" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "Θέμα" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "Πρόταση" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "Λεπτομέρειες ρόλου" -#: js/messages.php:201 +#: js/messages.php:202 msgid "Justification" msgstr "Δικαιολόγηση" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "Χρησιμοποιημένη μεταβλητή / τύπος" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "Έλεγχος" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Άκυρο" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Φόρτωση" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Προώθηση Αιτήματος" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Σφάλμα στην Προώθηση του Αιτημάτος" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Διαγραφή Στήλης" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Προσθήκη Πρωτεύοντος Κλειδιού" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "Εντάξει" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "Πατήστε γαι να παραλείψετε αυτή την ειδοποίηση" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Μετονομασία βάσεων δεδομένων" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Επαναφόρτωση βάσεων δεδομένων" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Αντιγραφή βάσης δεδομένων" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Αλλαγή Συνόλου χαρακτήρων" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "Ο πίνακας πρέπει να έχει τουλάχιστον μια στήλη" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Εισαγωγή Πίνακα" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "Απόκρυψη ευρετηρίων" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "Εμφάνιση ευρετηρίων" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Αναζήτηση" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Απόκρυψη αποτελεσμάτων αναζήτησης" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Προβολή αποτελεσμάτων αναζήτησης" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "Αναζήτηση" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "Διαγραφή" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" "Ο ορισμός μιας αποθηκευμένης συνάρτησης πρέπει να περιέχει μια δήλωση RETURN!" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "+ Add a value" msgid "Add %d value(s)" msgstr "+ Προσθήκη μιας τιμής" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "Σημείωση: Αν το αρχείο περιέχει πολλούς πίνακες, θα ενωθουν σε έναν" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Απόκρυψη παραθύρου ερωτήματος" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Προβολή παραθύρου ερωτήματος" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Δεν επιλέχθηκαν γραμμές" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Αλλαγή" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "Χρόνος εκτέλεσης ερωτήματος" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Αποθήκευση" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Απόκρυψη κριτηρίων αναζήτησης" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Προβολή κριτηρίων αναζήτησης" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 msgid "Zoom Search" msgstr "Εστιασμένη Αναζήτηση" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "Κάθε σημείο αναπαρειστά μια εγγραφή δεδομένων." -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "Η μετάβαση πάνω από ένα σημείο θα δείξει την ετικέτα του." -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "Χρησιμοποιείστε τη ροδέλα του ποντικιού για μεγέθυνση και σμίκρυνση." -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "Πατήστε και σύρτε το ποντίκι για πλοήγηση." -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" "Πατήστε στην επαναφορά εστίασης για να επιστρέψετε στην αρχική κατάσταση." -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Πατήστε ένα σημείο δεδομένων για να δείτε και πιθανά να επεξεργαστείτε τη " "γραμμή δεδομένων." -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "Ο χώρος εργασίας μπορεί να αλλάξει μέγεθος σύρωντας την κάτω δεξιά γωνία." -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "Τα κείμενα μετατρέπονται σε ακεραίους για την εκτύπωση" -#: js/messages.php:287 +#: js/messages.php:288 msgid "Select two columns" msgstr "Επιλογή δύο στηλών" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "Επιλογή δύο διαφορετικών στηλών" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Λειτουργίες αποτελεσμάτων ερωτήματος" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Μέγεθος δείκτη δεδομένων" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Παράληψη" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Αντιγραφή" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "Προσθήκη στηλών" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Επιλέξτε αναφερθέν κλειδί" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Επιλέξτε Μη Διακριτό Κλειδί" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Επιλέξτε το πρωτεύον κλειδί ή ένα μοναδικό κλειδί" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Επιλέξτε στήλη για εμφάνιση" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1881,15 +1902,15 @@ msgstr "" "Δεν αποθηκεύσατε τις αλλαγές στο προϊόν. Θα χαθούν αν δεν τις αποθηκεύσετε. " "Θέλετε να συνεχίσετε;" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Προσθήκη επιλογής για τη στήλη " -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "Πατήστε το escape για ακύρωση της επεξεργασίας" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -1897,23 +1918,23 @@ msgstr "" "Έχετε επεξαργαστεί ορισμένα δεδομένα και δεν έχουν αποθηκευτεί. Θέλετε να " "αφήσετε τη σελίδα χωρίς αποθήκευση των δεδομένων;" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "Σύρτε για ανακατανομή" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "Πατήστε για ταξινόμηση" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "Πατήστε για εναλλαγή επισήμανσης" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "Πατήστε το προς τα κάτω βέλος
για εναλλαγή της εμφάνισης στηλών" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." @@ -1922,34 +1943,34 @@ msgstr "" "την επεξεργασία και επιλογή καννάβου Επεξεργασία, Αντιγραφή και Διαγραφή " "ίσως να μη λειτουργούν μετά την αποθήκευση." -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" "Μπορείτε επίσης να επεξεργαστείτε στήλες
πατώντας κατευθείαν στα " "περιεχόμενά τους." -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "Μετάβαση στο σύνδεσμο" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Δημιουργία κωδικού πρόσβασης" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Παραγωγή" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Αλλαγή Κωδικού Πρόσβασης" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Περισσότερα" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1959,260 +1980,260 @@ msgstr "" "εγκαταστήσετε. Η νεότερη έκδοση είναι η %s και δημοσιεύτηκε την %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", τελευταία έκδοση:" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "ενημερωμένο" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Ολοκληρώθηκε" -#: js/messages.php:366 +#: js/messages.php:369 msgctxt "Previous month" msgid "Prev" msgstr "Προηγούμενο" -#: js/messages.php:371 +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "Επόμενο" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Σήμερα" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "Ιανουαρίου" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "Φεβρουαρίου" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "Μαρτίου" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "Απριλίου" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Μαΐου" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "Ιουνίου" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "Ιουλίου" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "Αυγούστου" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "Σεπτεμβρίου" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "Οκτωβρίου" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "Νοεμβρίου" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "Δεκεμβρίου" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Ιαν" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Φεβ" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Μαρ" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Απρ" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "Μάη" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Ιουν" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Ιουλ" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Αυγ" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Σεπ" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Οκτ" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Νοε" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Δεκ" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Κυριακή" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Δευτέρα" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Τρίτη" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "Τετάρτη" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "Πέμπτη" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "Παρασκευή" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "Σάββατο" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 msgid "Sun" msgstr "Κυρ" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Δευ" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Τρί" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Τετ" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Πέμ" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Παρ" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Σάβ" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "Κυ" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "Δε" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "Τρ" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "Τε" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "Πε" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "Πα" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "Σα" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Wiki" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Χρόνος" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Ώρα" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Λεπτό" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Δευτερόλεπτο" @@ -2300,45 +2321,45 @@ msgstr "Σφάλμα κατά τη μετακίνηση αρχείου αποσ msgid "Cannot read (moved) upload file." msgstr "Αδύνατη η ανάγνωση (μετακίνηση) του αρχείου αποστολής." -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Δεν ορίστηκε ευρετήριο!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Ευρετήρια" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Μοναδικό" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Συμπιεσμένο" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Μοναδικότητα" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Σχόλιο" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Το πρωτεύον κλειδί διεγράφη" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Το ευρετήριο %s διεγράφη" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2674,14 +2695,14 @@ msgstr "Πίνακες" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Δεδομένα" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Περίσσεια" @@ -2911,49 +2932,49 @@ msgstr "%s μέρες, %s ώρες, %s λεπτά %s δευτερόλεπτα" msgid "Missing parameter:" msgstr "Απολεσθείσα παράμετρος:" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 msgctxt "First page" msgid "Begin" msgstr "Αρχή" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 msgctxt "Previous page" msgid "Previous" msgstr "Προηγούμενη" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 msgctxt "Next page" msgid "Next" msgstr "Επόμενη" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 msgctxt "Last page" msgid "End" msgstr "Τέλος" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Μεταπήδηση στην βάση «%s»." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" "Η λειτουργία %s έχει επηρρεαστεί από ένα γνωστό σφάλμα, για αυτό δείτε %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "Πατήστε για εναλλαγή" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2965,7 +2986,7 @@ msgstr "Πατήστε για εναλλαγή" msgid "Structure" msgstr "Δομή" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2973,43 +2994,43 @@ msgstr "Δομή" msgid "SQL" msgstr "Κώδικας SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Προσθήκη" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Λειτουργίες" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Περιηγηθείτε στον υπολογιστή σας:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Επιλογή από το φάκελο αποστολής του διακοιμίστή ιστού %s:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "" "Ο υποκατάλογος που ορίσατε για την αποθήκευση αρχείων δεν μπόρεσε να βρεθεί" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "Δεν υπάρχουν αρχεία προς αποστολή" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "Εκτέλεση" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Εκτύπωση" @@ -3466,7 +3487,7 @@ msgid "Character set of the file" msgstr "Σύνολο χαρακτήρων αρχείου" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Μορφοποίηση" @@ -5523,7 +5544,7 @@ msgstr "Εργασίες" msgid "Events" msgstr "Συμβάντα" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5899,7 +5920,7 @@ msgstr "Ταξινόμηση ανά κλειδί" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Επιλογές" @@ -6499,12 +6520,12 @@ msgid "Data dump options" msgstr "Επιλογές απορριμμάτων δεδομένων" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Άδειασμα δεδομένων του πίνακα" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Δομή πίνακα για τον πίνακα" @@ -6721,31 +6742,31 @@ msgstr "Διαδικασίες" msgid "Functions" msgstr "Συναρτήσεις" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Περιορισμοί για άχρηστους πίνακες" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Περιορισμοί για πίνακα" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "ΤΥΠΟΙ MIME ΓΙΑ ΠΙΝΑΚΑ" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "ΣΥΣΧΕΤΙΣΕΙΣ ΓΙΑ ΠΙΝΑΚΑ" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Δομή για προβολή" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Στημένη δομή για προβολή" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "Σφάλμα ανάγνωσης δεδομένων." @@ -6967,7 +6988,7 @@ msgid "To" msgstr "Προς" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Αποστολή" @@ -7323,7 +7344,7 @@ msgstr "Μεταβλητή" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Τιμή" @@ -8006,6 +8027,11 @@ msgstr "Διαφορά" msgid "Target database" msgstr "Βάση δεδομένων προορισμού" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Πατήστε για επιλογή" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8160,7 +8186,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Ευρετήριο" @@ -8912,7 +8938,7 @@ msgstr "Θέση" msgid "Original position" msgstr "Αρχική θέση" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Πληροφορία" @@ -9792,7 +9818,7 @@ msgstr "ανά λεπτό" msgid "per second" msgstr "ανά δευτερόλεπτο" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Δηλώσεις" @@ -11500,38 +11526,36 @@ msgstr "Η μετατροπή του ευρετηρίου σε PRIMARY δεν ε msgid "No index parts defined!" msgstr "Δεν ορίστηκαν τα στοιχεία του ευρετηρίου!" -#: tbl_indexes.php:169 -msgid "Create an index" -msgstr "Δημιουργία ευρετηρίου" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "Προσθήκη ευρετηρίου" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Αλλαγή ενός ευρετηρίου" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Κατάσταση επεξεργασίας" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Όνομα ευρετηρίου:" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(«PRIMARY» πρέπει να είναι το όνομα του πρωτεύοντος κλειδιού και " "μόνο αυτού!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Όνομα ευρετηρίου:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Τύπος ευρετηρίου:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Προσθήκη στο ευρετήριο «%s» στήλης(ών)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Το πλήθος των στηλών δεν πρέπει να είναι μηδέν." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Δεν είναι δυνατή η μεταφορά του πίνακα στον εαυτό του!" @@ -11654,39 +11678,39 @@ msgstr "Έλεγχος ακεραιότητας συσχετίσεων:" msgid "Showing tables" msgstr "Εμφάνιση πινάκων" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Χρήση χώρου" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Χρήση" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Αποτελεσματικός" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Στατιστικά Εγγραφών" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "στατικό" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "δυναμικά" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Μέγεθος γραμμής" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Μέγεθος εγγραφής " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "Επόμενη αυτόματη αρίθμηση" @@ -11745,10 +11769,6 @@ msgstr "Αναζήτηση διακριτων τιμών" msgid "Add primary key" msgstr "Προσθήκη πρωτεύοντος κλειδιού" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "Προσθήκη ευρετηρίου" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "Προσθήκη μοναδικού ευρετηρίου" @@ -11816,12 +11836,12 @@ msgstr "Στην αρχή του Πίνακα" msgid "After %s" msgstr "Μετά το %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "Δημιουργία ευρετηρίου σε  %s  στήλες" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "κατατμήθηκε" @@ -13161,6 +13181,18 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "Πατήστε για απεπιλογή" + +#~ msgid "Create an index" +#~ msgstr "Δημιουργία ευρετηρίου" + +#~ msgid "Modify an index" +#~ msgstr "Αλλαγή ενός ευρετηρίου" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Το πλήθος των στηλών δεν πρέπει να είναι μηδέν." + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ Επανεκκίνηση εισαγωγής και προσθήκη μιας νέας τιμής" diff --git a/po/en_GB.po b/po/en_GB.po index d694345fe4..f169516a8a 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-11-14 18:03+0200\n" "Last-Translator: Robert Readman \n" "Language-Team: english-gb \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.1.6\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Show all" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "parent window, or your browser's security settings are configured to block " "cross-window updates." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Search" @@ -48,10 +48,10 @@ msgstr "Search" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "Search" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Go" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Keyname" @@ -135,19 +135,19 @@ msgstr "Database comment: " msgid "Table comments" msgstr "Table comments" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Column" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "Column" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Type" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -203,8 +203,8 @@ msgstr "Links to" msgid "Comments" msgstr "Comments" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "Comments" msgid "No" msgstr "No" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -329,12 +329,12 @@ msgstr "Add constraints" msgid "Switch to copied database" msgstr "Switch to copied database" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Collation" @@ -367,36 +367,36 @@ msgstr "Table" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Rows" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Size" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "in use" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Creation" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Last update" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Last check" @@ -459,7 +459,7 @@ msgid "Del" msgstr "Del" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Or" @@ -528,8 +528,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s match inside table %s" msgstr[1] "%s matches inside table %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Browse" @@ -662,8 +662,8 @@ msgstr "Uncheck All" msgid "Check tables having overhead" msgstr "Check tables having overhead" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -677,14 +677,14 @@ msgstr "Export" msgid "Print view" msgstr "Print view" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Empty" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Drop" @@ -693,7 +693,7 @@ msgstr "Drop" msgid "Check table" msgstr "Check table" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimise table" @@ -756,7 +756,7 @@ msgstr "Updated" msgid "Status" msgstr "Status" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -764,7 +764,7 @@ msgstr "Status" msgid "Action" msgstr "Action" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Delete tracking data for this table" @@ -800,29 +800,25 @@ msgstr "Track table" msgid "Database Log" msgstr "Database Log" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "ENUM/SET editor" -#: enum_editor.php:28 js/messages.php:246 -#| msgid "Values for the column \"%s\"" +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "Values for a new column" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, php-format -#| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "Values for column %s" -#: enum_editor.php:34 js/messages.php:247 -#| msgid "Enter each value in a separate field." +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "Enter each value in a separate field" #: enum_editor.php:121 -#| msgid "+ Add a value" msgid "Add a value" msgstr "Add a value" @@ -885,45 +881,45 @@ msgstr "Use OpenStreetMaps as Base Layer" msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Geometry" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "Point" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "Point %d" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "Add a point" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "Linestring" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "Outer Ring" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "Inner Ring" @@ -931,15 +927,15 @@ msgstr "Inner Ring" msgid "Add a linestring" msgstr "Add a linestring" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "Add an inner ring" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "Polygon" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "Add a polygon" @@ -1050,193 +1046,202 @@ msgstr "Back" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin is more friendly with a frames-capable browser." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Click to select" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Click to unselect" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" statements are disabled." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Do you really want to " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "You are about to DESTROY a complete database!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "You are about to DESTROY a complete table!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "You are about to TRUNCATE a complete table!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Deleting tracking data" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Dropping Primary Key/Index" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "This operation could take a long time. Proceed anyway?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "You are about to DISABLE a BLOB Repository!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "Are you sure you want to disable all BLOB references for database %s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Missing value in the form!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "This is not a number!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "Add index" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Edit mode" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "Add %s column(s)" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Total count" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "The host name is empty!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "The user name is empty!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "The password is empty!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "The passwords aren't the same!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Add user" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Reloading Privileges" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Removing Selected Users" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Close" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Edit" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "Live traffic chart" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "Live conn./process chart" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "Live query chart" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Static data" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Total" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Other" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "KiB sent since last refresh" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "KiB received since last refresh" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Server traffic (in KiB)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Connections since last refresh" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Processes" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Connections / Processes" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "Questions since last refresh" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "Questions (executed statements by the server)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Query statistics" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "Local monitor configuration incompatible" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1248,163 +1253,163 @@ msgstr "" "likely that your current configuration will not work any more. Please reset " "your configuration to default in the Settings menu." -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "Query cache efficiency" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "Query cache usage" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "Query cache used" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "System CPU Usage" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "System memory" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "System swap" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KiB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Average load" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "Total memory" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "Cached memory" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "Buffered memory" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "Free memory" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "Used memory" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "Total Swap" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "Cached Swap" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "Used Swap" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "Free Swap" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "Bytes sent" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "Bytes received" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Connections" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "Questions" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Traffic" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Settings" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "Remove chart" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "Edit title and labels" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "Add chart to grid" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "Please add at least one variable to the series" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "None" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "Resume monitor" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "Pause monitor" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "general_log and slow_query_log are enabled." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "general_log is enabled." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "slow_query_log is enabled." -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log and general_log are disabled." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "log_output is not set to TABLE." -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "log_output is set to TABLE." -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1415,12 +1420,12 @@ msgstr "" "than %d seconds. It is advisable to set this long_query_time 0-2 seconds, " "depending on your system." -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time is set to %d second(s)." -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1429,30 +1434,30 @@ msgstr "" "restart:" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "Set log_output to %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "Enable %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "Disable %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "Set long_query_time to %ds" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1460,41 +1465,41 @@ msgstr "" "You can't change these variables. Please log in as root or contact your " "database administrator." -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "Change settings" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "Current settings" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "Chart Title" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "Differential" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "Divided by %s:" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "From slow log" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "From general log" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "Analysing & loading logs. This may take a while." -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1504,7 +1509,7 @@ msgstr "" "together. However only the SQL Text is being compared, thus the queries " "other attributes such as start time may differ." -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1514,53 +1519,53 @@ msgstr "" "same table are also being grouped together, disregarding of the inserted " "data." -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "Log data loaded. Queries executed in this time span:" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "Jump to Log table" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "Log analyzed, but no data found in this time span." #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 msgid "Log table filter options" msgstr "Log table filter options" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Filter" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "Filter queries by word/regexp:" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Group queries, ignoring variable data in WHERE clauses" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "Sum of grouped rows:" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "Total:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "Loading logs" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "Monitor refresh failed" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1570,19 +1575,19 @@ msgstr "" "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "Reload page" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "Affected rows:" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "Failed parsing config file. It doesn't seem to be valid JSON code" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." @@ -1590,265 +1595,277 @@ msgstr "" "Failed building chart grid with imported config. Resetting to default " "config..." -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Import" -#: js/messages.php:192 +#: js/messages.php:193 msgid "Analyse Query" msgstr "Analyse Query" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "Advisor system" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "Possible performance issues" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "Issue" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "Recommendation" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "Rule details" -#: js/messages.php:201 +#: js/messages.php:202 msgid "Justification" msgstr "Justification" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "Used variable / formula" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "Test" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Cancel" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Loading" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Processing Request" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Error in Processing Request" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Dropping Column" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Adding Primary Key" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "Click to dismiss this notification" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Renaming Databases" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Reload Database" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Copying Database" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Changing Charset" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "Table must have at least one column" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Insert Table" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "Hide indexes" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "Show indexes" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Searching" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Hide search results" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Show search results" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "Browsing" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "Deleting" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "The definition of a stored function must contain a RETURN statement!" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "+ Add a value" msgid "Add %d value(s)" msgstr "+ Add a value" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" "Note: If the file contains multiple tables, they will be combined into one" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Hide query box" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Show query box" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "No rows selected" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Change" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "Query execution time" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Save" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Hide search criteria" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Show search criteria" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 msgid "Zoom Search" msgstr "Zoom Search" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "Each point represents a data row." -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "Hovering over a point will show its label." -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "Use mouse-wheel to zoom in or out of the plot." -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "Click and drag the mouse to navigate the plot." -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "Click reset zoom link to come back to original state." -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "Click a data point to view and possibly edit the data row." -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "The plot can be resized by dragging it along the bottom right corner." -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "Strings are converted into integer for plotting" -#: js/messages.php:287 +#: js/messages.php:288 msgid "Select two columns" msgstr "Select two columns" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "Select two different columns" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Query results operations" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Data pointer size" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignore" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Copy" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "Add columns" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Select referenced key" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Select Foreign Key" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Please select the primary key or a unique key" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Choose column to display" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1856,15 +1873,15 @@ msgstr "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Add an option for column " -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "Press escape to cancel editing" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -1872,23 +1889,23 @@ msgstr "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "Drag to reorder" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "Click to sort" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "Click to mark/unmark" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "Click the drop-down arrow
to toggle column's visibility" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." @@ -1896,33 +1913,33 @@ msgstr "" "This table does not contain a unique column. Features related to the grid " "edit, tick-box, Edit, Copy and Delete links may not work after saving." -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" "You can also edit most columns
by clicking directly on their content." -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "Go to link" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Generate password" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generate" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Change Password" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "More" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1932,260 +1949,260 @@ msgstr "" "upgrading. The newest version is %s, released on %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", latest stable version:" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "up to date" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Done" -#: js/messages.php:366 +#: js/messages.php:369 msgctxt "Previous month" msgid "Prev" msgstr "Prev" -#: js/messages.php:371 +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "Next" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Today" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "January" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "February" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "March" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "April" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "May" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "June" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "July" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "August" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "September" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "October" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "November" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "December" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Oct" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Dec" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Sunday" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Monday" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Tuesday" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "Wednesday" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "Thursday" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "Friday" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "Saturday" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 msgid "Sun" msgstr "Sun" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Mon" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Tue" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Wed" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Thu" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Fri" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Sat" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "Su" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "Mo" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "Tu" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "We" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "Th" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "Fr" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Wk" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Time" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Hour" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Minute" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Second" @@ -2269,45 +2286,45 @@ msgstr "Error while moving uploaded file." msgid "Cannot read (moved) upload file." msgstr "Cannot read (moved) upload file." -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "No index defined!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indexes" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Unique" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Packed" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Cardinality" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Comment" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "The primary key has been dropped" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Index %s has been dropped" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2636,14 +2653,14 @@ msgstr "Tables" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Data" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Overhead" @@ -2871,48 +2888,48 @@ msgstr "%s days, %s hours, %s minutes and %s seconds" msgid "Missing parameter:" msgstr "Missing parameter:" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 msgctxt "First page" msgid "Begin" msgstr "Begin" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 msgctxt "Previous page" msgid "Previous" msgstr "Previous" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 msgctxt "Next page" msgid "Next" msgstr "Next" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 msgctxt "Last page" msgid "End" msgstr "End" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Jump to database "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "The %s functionality is affected by a known bug, see %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "Click to toggle" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2924,7 +2941,7 @@ msgstr "Click to toggle" msgid "Structure" msgstr "Structure" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2932,42 +2949,42 @@ msgstr "Structure" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Insert" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operations" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Browse your computer:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Select from the web server upload directory %s:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "The directory you set for upload work cannot be reached" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "There are no files to upload" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "Execute" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Print" @@ -3418,7 +3435,7 @@ msgid "Character set of the file" msgstr "Character set of the file" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Format" @@ -5425,7 +5442,7 @@ msgstr "Routines" msgid "Events" msgstr "Events" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5797,7 +5814,7 @@ msgstr "Sort by key" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Options" @@ -6385,12 +6402,12 @@ msgid "Data dump options" msgstr "Data dump options" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Dumping data for table" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Table structure for table" @@ -6601,31 +6618,31 @@ msgstr "Procedures" msgid "Functions" msgstr "Functions" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Constraints for dumped tables" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Constraints for table" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME TYPES FOR TABLE" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELATIONS FOR TABLE" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Structure for view" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Stand-in structure for view" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "Error reading data:" @@ -6848,7 +6865,7 @@ msgid "To" msgstr "To" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Submit" @@ -7199,7 +7216,7 @@ msgstr "Variable" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Value" @@ -7876,6 +7893,11 @@ msgstr "Difference" msgid "Target database" msgstr "Target database" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Click to select" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8029,7 +8051,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Index" @@ -8768,7 +8790,7 @@ msgstr "Position" msgid "Original position" msgstr "Original position" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Information" @@ -9627,7 +9649,7 @@ msgstr "per minute" msgid "per second" msgstr "per second" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Statements" @@ -11245,37 +11267,35 @@ msgstr "Can't rename index to PRIMARY!" msgid "No index parts defined!" msgstr "No index parts defined!" -#: tbl_indexes.php:169 -msgid "Create an index" -msgstr "Create an index" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "Add index" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Modify an index" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Edit mode" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Index name:" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" must be the name of and only of a primary key!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Index name:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Index type:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Add to index  %s column(s)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Column count has to be larger than zero." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Can't move table to same one!" @@ -11398,39 +11418,39 @@ msgstr "Check referential integrity:" msgid "Showing tables" msgstr "Show tables" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Space usage" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Usage" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Effective" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Row Statistics" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "static" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dynamic" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Row length" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Row size" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "Next autoindex" @@ -11487,10 +11507,6 @@ msgstr "Browse distinct values" msgid "Add primary key" msgstr "Add primary key" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "Add index" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "Add unique index" @@ -11558,12 +11574,12 @@ msgstr "At Beginning of Table" msgid "After %s" msgstr "After %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "Create an index on  %s columns" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "partitioned" @@ -12944,6 +12960,18 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "Click to unselect" + +#~ msgid "Create an index" +#~ msgstr "Create an index" + +#~ msgid "Modify an index" +#~ msgstr "Modify an index" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Column count has to be larger than zero." + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ Restart insertion and add a new value" diff --git a/po/es.po b/po/es.po index ff5203d35b..2ae849c82e 100644 --- a/po/es.po +++ b/po/es.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-11-13 17:22+0200\n" "Last-Translator: Matías Bellone \n" "Language-Team: spanish \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.1.6\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Mostrar todo" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "principal o su navegador está bloqueando las actualizaciones en ventanas " "múltiples debido a sus parámetros de seguridad." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Buscar" @@ -48,10 +48,10 @@ msgstr "Buscar" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "Buscar" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Continuar" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Nombre de la clave" @@ -135,19 +135,19 @@ msgstr "Comentario de la base de datos: " msgid "Table comments" msgstr "Comentarios de la tabla" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Columna" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "Columna" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Tipo" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Nulo" @@ -203,8 +203,8 @@ msgstr "Enlaces a" msgid "Comments" msgstr "Comentarios" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "Comentarios" msgid "No" msgstr "No" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -329,12 +329,12 @@ msgstr "Añadir restricciones" msgid "Switch to copied database" msgstr "Seleccionar la base de datos copiada" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Cotejamiento" @@ -367,36 +367,36 @@ msgstr "Tabla" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Filas" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Tamaño" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "en uso" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Creación" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Última actualización" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Última revisión" @@ -461,7 +461,7 @@ msgid "Del" msgstr "Borrar" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "O" @@ -532,8 +532,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s resultado en la tabla %s" msgstr[1] "%s resultados en la tabla %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Examinar" @@ -667,8 +667,8 @@ msgstr "Desmarcar todos" msgid "Check tables having overhead" msgstr "Marcar las tablas con residuo a depurar" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -682,14 +682,14 @@ msgstr "Exportar" msgid "Print view" msgstr "Vista de impresión" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Vaciar" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Eliminar" @@ -698,7 +698,7 @@ msgstr "Eliminar" msgid "Check table" msgstr "Revisar la tabla" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimizar la tabla" @@ -761,7 +761,7 @@ msgstr "Actualizado" msgid "Status" msgstr "Estado actual" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -769,7 +769,7 @@ msgstr "Estado actual" msgid "Action" msgstr "Acción" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Borrar los datos de seguimiento para esta tabla" @@ -805,21 +805,21 @@ msgstr "Hacer seguimiento a la tabla" msgid "Database Log" msgstr "Registro de la base de datos" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "Editor de ENUM/SET" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "Valores para una nueva columna" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, php-format msgid "Values for column %s" msgstr "Valores para la columna %s" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "Ingresar cada valor en un campo separado" @@ -889,45 +889,45 @@ msgstr "Utilizar OpenStreetMaps como capa base" msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Geometría" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "Punto" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "Punto %d" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "Agregar un punto" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "Cadena de líneas" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "Círculo exterior" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "Círculo interior" @@ -935,15 +935,15 @@ msgstr "Círculo interior" msgid "Add a linestring" msgstr "Agregar una cadena de líneas" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "Agregar un círculo interior" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "Polígono" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "Agregar un polígono" @@ -1060,195 +1060,204 @@ msgstr "Volver" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin funciona mejor con un navegador que reconoce frames." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Clic para seleccionar" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Clic para deseleccionar" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "Las sentencias \"DROP DATABASE\" están desactivadas." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Realmente desea " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "¡Está a punto de DESTRUIR una base de datos completa!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "¡Está a punto de DESTRUIR una tabla completa!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "¡Está a punto de TRUNCAR una tabla completa!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Borrando los datos de seguimiento" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Borrando Claves Primarias/Índice" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Esta operación podría llevar algún tiempo. ¿Proceder de todas formas?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "¡Está a punto de DESHABILITAR un repositorio de BLOBs!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "Está seguro que quiere deshabilitar todas las referencias BLOB para la base " "de datos %s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "¡Falta un valor en el formulario!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "¡Ésto no es un número!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "Agregar índice" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Modalidad de edición" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "Agregar %s columna(s)" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Cantidad total" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "¡El nombre del servidor está vacío!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "¡El nombre de usuario está vacío!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "¡La contraseña está vacía!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "¡Las contraseñas no coinciden!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Agregar usuario" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Recargando Privilegios" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Eliminando los usuarios seleccionados" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Cerrar" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Editar" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "Gráfico de tráfico en vivo" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "Gráfico de procesos/conexiones en vivo" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "Gráfico de consultas en vivo" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Datos estáticos" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Total" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Otro" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "KiB enviados desde la última actualización" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "KiB recibidos desde la última actualización" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Tráfico del servidor (en KiB)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Connexiones desde la última actualización" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Procesos" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Conexiones / Procesos" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "Preguntas desde la última actualización" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "Preguntas (sentencias ejecutadas por el servidor)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Estadísticas de Consulta" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "Configuración local de monitorización incompatible" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1261,164 +1270,164 @@ msgstr "" "reinicie la configuración a la predeterminada en el menú Configuración." -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "Eficiencia del caché de consultas" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "Uso del caché de consultas" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "Caché de consultas utilizado" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "Uso de CPU del sistema" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Memoria de sistema" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "Intercambio de sistema" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Carga promedio" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "Memoria total" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "Memoria caché" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "Memoria de búfers" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "Memoria libre" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "Memoria utilizada" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "Intercambio total" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "Intercambio en caché" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "Intercambio utilizado" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "Intercambio libre" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "Bytes enviados" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "Bytes recibidos" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Conexiones" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "Preguntas" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Tráfico" # This is the text showed in the tab -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Configuración" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "Eliminar gráfico" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "Editar título y etiquetas" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "Agregar gráfico a la grilla" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "Por favor agregue al menos una variable a la serie" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Ninguna" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "Reanudar monitorización" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "Pausar monitorización" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "«general_log» y «slow_query_log» activos." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "«general_log» activo." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "«slow_query_log» activo." -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "«slow_query_log» y «general_log» desactivados." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "«log_output» no está definido como TABLE." -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "«log_output» está definido como TABLE." -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1429,12 +1438,12 @@ msgstr "" "más de %d segundos. Es recomendable configurar «long_query_time» entre 0 y 2 " "segundos dependiendo del equipo." -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "«long_query_time» está configurado a %d segundo(s)." -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1443,30 +1452,30 @@ msgstr "" "valores predeterminados al reiniciar el servidor:" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "Configurar «log_output» a %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "Habilitar %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "Deshabilitar %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "Definir «long_query_time» a %ds" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1474,41 +1483,41 @@ msgstr "" "No posee permisos para cambiar estas variables. Por favor inicie sesión con " "la cuenta root o contacte a su administrador de base de datos." -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "Cambiar configuraciones" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "Configuraciones actuales" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "Título del gráfico" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "Diferencial" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "Dividido por %s:" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "Del registro de consultas lentas" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "Del registro general" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "Analizando y cargando registros. Esto puede demorar." -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1519,7 +1528,7 @@ msgstr "" "agrupar, por lo que los demás atributos de las consultas como el tiempo de " "inicio podría diferir." -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1528,56 +1537,56 @@ msgstr "" "Dado que se eligió agrupar consultas INSERT, las consultas INSERT a la misma " "tabla también fueron agrupadas sin importar los datos agregados." -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Los datos del registros fueron cargados. Consultas ejecutadas en este " "período de tiempo:" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "Saltar a la tabla de registros" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" "Registros analizados, pero no se encontraron datos en este período de tiempo." #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 msgid "Log table filter options" msgstr "Opciones de filtros para tablas de registros" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Filtrar" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "Filtrar consultas por palabra/expresión regular:" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Agrupar consultas ignorando datos variables en sentencias WHERE" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "Suma de filas agrupadas:" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "Total:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "Cargando registros" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "Falló la actualización del monitorizador" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1587,21 +1596,21 @@ msgstr "" "es probablemente porque expiró la sesión. Cargar la página nuevamente y " "volver a ingresar sus credenciales debería ayudar." -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "Cargar página nuevamente" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "Filas afectadas:" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" "No se pudo analizar el archivo de configuración. No parece ser código JSON " "válido" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." @@ -1609,268 +1618,280 @@ msgstr "" "No se pudo crear la grilla de gráficos con la configuración importada. " "Reiniciando a configuración predeterminada..." -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importar" -#: js/messages.php:192 +#: js/messages.php:193 msgid "Analyse Query" msgstr "Analizar consulta" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "Sistema de consejos" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "Posibles problemas de performance" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "Problema" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "Recomendación" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "Detalles de la regla" -#: js/messages.php:201 +#: js/messages.php:202 msgid "Justification" msgstr "Justificación" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "Variable/fórmula utilizada" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "Prueba" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Cancelar" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Cargando" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Procesando Petición" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Error al Procesar la Petición" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Eliminando Columna" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Añadiendo Clave Primaria" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "Pulse para descartar esta notificación" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Renombrando Bases de Datos" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Recargar Base de Datos" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Copiando Base de Datos" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Cambiando el Juego de caracteres" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "La tabla debe tener al menos una columna" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Insertar tablas" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "Esconder índices" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "Mostrar índices" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Buscando" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Ocultar resultados de búsqueda" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Mostrar resultados de búsqueda" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "Examinando" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "Borrando" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" "¡La definición de una función almacenada debe contener una sentencia RETURN!" -#: js/messages.php:248 +#: js/messages.php:249 #, php-format msgid "Add %d value(s)" msgstr "Agregar %d valor(es)" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" "Nota: si la fila contiene múltiples tablas, van a ser combinadas en una" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Ocultar ventana de consultas SQL" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Mostrar ventana de consultas SQL" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "No se seleccionaron filas" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Cambiar" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "Tiempo de ejecución de la consulta" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Guardar" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Ocultar criterio de búsqueda" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Mostrar criterio de búsqueda" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 msgid "Zoom Search" msgstr "Búsqueda gráfica" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "Cada punto representa una fila de datos." -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "Ubicar el cursor sobre un punto mostrará su etiqueta." -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "Utilice la rueda de desplazamiento para ampliar o reducir el gráfico." -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "Pulse y arrastre para navegar el gráfico." -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" "Pulse el enlace de restaurar ampliación para volver al estado original." -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Pulse en un punto de datos para ver y posiblemente editar la fila de datos." -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "El gráfico puede redimensionarse arrastrando la esquina inferior derecha." -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "Las cadenas son conventidas a enteros para graficarlas" -#: js/messages.php:287 +#: js/messages.php:288 msgid "Select two columns" msgstr "Seleccionar dos columnas" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "Seleccionar dos columnas distintas" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Operaciones sobre los resultados de la consulta" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Tamaño del puntero de datos" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignorar" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Copiar" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "Agregar columnas" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Seleccione la clave referenciada" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Seleccione la clave foránea" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Por favor seleccione la clave primaria o una clave única" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Elegir la columna a mostrar" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1878,15 +1899,15 @@ msgstr "" "No se guardaron los cambios en la disposición. Serán perdidos si no los " "guardas. ¿Deseas continuar?" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Añadir una opción para la columna" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "Presion la tecla de escape para cancelar la edición" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -1894,25 +1915,25 @@ msgstr "" "Editó datos que no fueron guardados. ¿Está seguro que desea abandonar esta " "página sin guardar los datos?" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "Arrastrar para reordenar" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "Pulsar para ordenar" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "Pulsar para marcar/desmarcar" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" "Pulsa la flecha de la lista desplegable
para conmutar la visibilidad " "de la columna" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." @@ -1921,34 +1942,34 @@ msgstr "" "la edición de la grilla y los enlaces de copiado, eliminación y edición " "pueden no funcionar luego de guardar." -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" "Puede editar la mayoría de las columnas pulsando directamente en su " "contenido." -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "Ir al enlace" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Generar contraseña" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generar" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Cambar contraseña" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Más" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1958,260 +1979,260 @@ msgstr "" "la obtenga. La versión más reciente es %s, y existe desde el %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", versión estable más reciente:" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "actualizada" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Terminado" -#: js/messages.php:366 +#: js/messages.php:369 msgctxt "Previous month" msgid "Prev" msgstr "Anterior" -#: js/messages.php:371 +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "Siguiente" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Hoy" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "Enero" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "Febrero" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "Marzo" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "Abril" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Mayo" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "Junio" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "Julio" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "Agosto" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "Septiembre" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "Octubre" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "Noviembre" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "Diciembre" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Ene" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Oct" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Dic" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Domingo" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Lunes" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Martes" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "Miércoles" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "Jueves" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "Viernes" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "Sábado" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 msgid "Sun" msgstr "Dom" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Mie" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Jue" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Vie" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "Do" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "Lu" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "Mi" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "Ju" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "Vi" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Sem" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Tiempo" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Hora" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Minuto" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Segundo" @@ -2299,45 +2320,45 @@ msgstr "Error al mover el archivo subido." msgid "Cannot read (moved) upload file." msgstr "No se puede leer el archivo subido (y movido)." -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "¡No se ha definido ningún índice!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Índices" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Único" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Empaquetado" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Cardinalidad" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Comentario" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "La clave primaria ha sido eliminada" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "El índice %s ha sido eliminado" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2674,14 +2695,14 @@ msgstr "Tablas" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Datos" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Residuo a depurar" @@ -2911,48 +2932,48 @@ msgstr "%s días, %s horas, %s minutos y %s segundos" msgid "Missing parameter:" msgstr "Parámetro faltante:" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 msgctxt "First page" msgid "Begin" msgstr "Comenzar" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 msgctxt "Previous page" msgid "Previous" msgstr "Anterior" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 msgctxt "Next page" msgid "Next" msgstr "Siguiente" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 msgctxt "Last page" msgid "End" msgstr "Fin" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Saltar a la base de datos "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "La funcionalidad %s está afectada por un fallo conocido, vea %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "Pulse para conmutar" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2964,7 +2985,7 @@ msgstr "Pulse para conmutar" msgid "Structure" msgstr "Estructura" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2972,44 +2993,44 @@ msgstr "Estructura" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Insertar" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operaciones" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Buscar en su ordenador:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" "Seleccionar directorio en el servidor web para subir los archivos %s:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "" "No se puede acceder al directorio que seleccionó para subir los archivos" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "No hay archivos para subir" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "Ejecutar" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Imprimir" @@ -3470,7 +3491,7 @@ msgid "Character set of the file" msgstr "Conjunto de caracteres del archivo" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Formato" @@ -5493,7 +5514,7 @@ msgstr "El servidor no está respondiendo." #: libraries/database_interface.lib.php:1772 msgid "Please check privileges of directory containing database." -msgstr "" +msgstr "Revisa los permisos del directorio que contiene la base de datos." #: libraries/database_interface.lib.php:1780 msgid "Details..." @@ -5531,7 +5552,7 @@ msgstr "Rutinas" msgid "Events" msgstr "Eventos" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5910,7 +5931,7 @@ msgstr "Ordenar según la clave" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Opciones" @@ -6520,12 +6541,12 @@ msgid "Data dump options" msgstr "Opciones para volcado de datos" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Volcado de datos para la tabla" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Estructura de tabla para la tabla" @@ -6738,31 +6759,31 @@ msgstr "Procedimientos" msgid "Functions" msgstr "Funciones" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Restricciones para tablas volcadas" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Filtros para la tabla" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "TIPOS MIME PARA LA TABLA" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELACIONES PARA LA TABLA" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Estructura para la vista" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Estructura Stand-in para la vista" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "Error leyendo datos:" @@ -6993,7 +7014,7 @@ msgid "To" msgstr "A" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Enviar" @@ -7346,7 +7367,7 @@ msgstr "Variable" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Valor" @@ -8023,6 +8044,11 @@ msgstr "Diferencia" msgid "Target database" msgstr "Base de datos objetivo" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Clic para seleccionar" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8179,7 +8205,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Índice" @@ -8940,7 +8966,7 @@ msgstr "Posición" msgid "Original position" msgstr "Posición original" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Información" @@ -9823,7 +9849,7 @@ msgstr "por minuto" msgid "per second" msgstr "por segundo" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Sentencias" @@ -11499,38 +11525,36 @@ msgstr "No puede cambiar el nombre del índice a ¡PRIMARY!" msgid "No index parts defined!" msgstr "¡No se han definido las partes del índice!" -#: tbl_indexes.php:169 -msgid "Create an index" -msgstr "Crear un índice" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "Agregar índice" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Modificar un índice" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Modalidad de edición" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Nombre del índice :" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" debe ser el nombre exclusivamente de una clave " "primaria)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Nombre del índice :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Tipo de índice :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Añadir al índice  %s columna(s)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "El número de columnas debe ser superior a cero." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "¡No es posible mover la tabla a la misma!" @@ -11651,39 +11675,39 @@ msgstr "Comprobar la integridad referencial:" msgid "Showing tables" msgstr "Mostrando las tablas" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Espacio utilizado" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Uso" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Efectivo/a" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Estadísticas de la fila" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "estático" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dinámico/a" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Longitud de la fila" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Tamaño de la fila " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "Índice automático siguiente" @@ -11742,10 +11766,6 @@ msgstr "Navegar los valores distintivos" msgid "Add primary key" msgstr "Agregar clave primaria" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "Agregar índice" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "Agregar índice único" @@ -11813,12 +11833,12 @@ msgstr "Al comienzo de la tabla" msgid "After %s" msgstr "Después de %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "Crear un índice en  %s columna(s)" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "particionado" @@ -13188,17 +13208,6 @@ msgstr "" #: po/advisory_rules.php:257 #, php-format -#| msgid "" -#| "Especially one a system with a lot of writes to InnoDB tables you should " -#| "set innodb_log_file_size to 25%% of {innodb_buffer_pool_size}. However " -#| "the bigger this value, the longer the recovery time will be when database " -#| "crashes, so this value should not be set much higher than 256 MiB. Please " -#| "note however that you cannot simply change the value of this variable. " -#| "You need to shutdown the server, remove the InnoDB log files, set the new " -#| "value in my.cnf, start the server, then check the error logs if " -#| "everything went fine. See also this blog entry" msgid "" "Especially on a system with a lot of writes to InnoDB tables you should set " "innodb_log_file_size to 25%% of {innodb_buffer_pool_size}. However the " @@ -13219,8 +13228,8 @@ msgstr "" "puede simplemente cambiar el valor de esta variable. Necesitará cerrar el " "servidor, eliminar los archivos de registro InnoDB, definir el nuevo valor " "en el archivo my.cnf, iniciar el servidor y luego revisar los mensajes de " -"error para asegurarse que no hubo inconvenientens. Revise también este artículo." #: po/advisory_rules.php:258 @@ -13242,16 +13251,6 @@ msgstr "El tamaño del archivo de registros InnoDB es inadecuadamente grande." #: po/advisory_rules.php:262 #, php-format -#| msgid "" -#| "It is usually sufficient to set innodb_log_file_size to 25%% of the size " -#| "of {innodb_buffer_pool_size}. A very innodb_log_file_size slows down the " -#| "recovery time after a database crash considerably. See also this Article. You need to shutdown the " -#| "server, remove the InnoDB log files, set the new value in my.cnf, start " -#| "the server, then check the error logs if everything went fine. See also " -#| "this blog entry" msgid "" "It is usually sufficient to set innodb_log_file_size to 25%% of the size of " "{innodb_buffer_pool_size}. A very big innodb_log_file_size slows down the " @@ -13266,18 +13265,17 @@ msgstr "" "Normalmente es suficiente definir innodb_log_file_size a el 25%% del valor " "de {innodb_buffer_pool_size}. Un valor muy alto de innodb_log_file_size " "reduce considerablemente la velocidad de la recuperación luego de una caída " -"de la base de datos. Revise también este artículo. Necesitará cerrar el servidor, " -"eliminar los archivos de registros InnoDB, definir el nuevo valor en el " -"archivo 'my.cnf', iniciar el servidor y luego verificar los registros de " -"error para asegurarse que no hubo inconvenientes. Revise también este artículo." +"de la base de datos. Revise también este artículo. Necesitará cerrar el servidor, eliminar los archivos " +"de registros InnoDB, definir el nuevo valor en el archivo 'my.cnf', iniciar " +"el servidor y luego verificar los registros de error para asegurarse que no " +"hubo inconvenientes. Revise también este artículo." #: po/advisory_rules.php:263 #, php-format -#| msgid "Your absolute InnoD log size is %s MiB" msgid "Your absolute InnoDB log size is %s MiB" msgstr "El tamaño absoluto del archivo de registros InnoDB es %s MiB" @@ -13351,6 +13349,18 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "«concurrent_insert» está definido como 0" +#~ msgid "Click to unselect" +#~ msgstr "Clic para deseleccionar" + +#~ msgid "Create an index" +#~ msgstr "Crear un índice" + +#~ msgid "Modify an index" +#~ msgstr "Modificar un índice" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "El número de columnas debe ser superior a cero." + #~ msgid "Too many connections are aborted" #~ msgstr "Demasiadas conexiones son abandonadas" diff --git a/po/et.po b/po/et.po index d8a93f7ed6..53577caad1 100644 --- a/po/et.po +++ b/po/et.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2010-03-12 09:14+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: estonian \n" @@ -13,13 +13,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.5.3\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Näita kõiki" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -37,9 +37,9 @@ msgstr "" "sulgenud või Teie sirvija ei luba akendevahelist suhtlist tänu " "turvaseadetele." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Otsi" @@ -47,10 +47,10 @@ msgstr "Otsi" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -72,17 +72,17 @@ msgstr "Otsi" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Mine" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Võtme nimi" @@ -132,21 +132,21 @@ msgstr "Andmebaasi kommentaar: " msgid "Table comments" msgstr "Tabeli kommentaarid" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 #, fuzzy #| msgid "Column names" msgid "Column" msgstr "Väljade nimed" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -158,18 +158,18 @@ msgstr "Väljade nimed" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Tüüp" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -202,8 +202,8 @@ msgstr "Lingib " msgid "Comments" msgstr "Kommentaarid" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -218,8 +218,8 @@ msgstr "Kommentaarid" msgid "No" msgstr "Ei" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -331,12 +331,12 @@ msgstr "Lisa piirangud" msgid "Switch to copied database" msgstr "Mine kopeeritud andmebaasile" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Määrang" @@ -374,36 +374,36 @@ msgstr "Tabel" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Ridu" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Suurus" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "kasutusel" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Loodud" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Viimane muudatus" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Viimane vaatamine" @@ -468,7 +468,7 @@ msgid "Del" msgstr "Del" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "või" @@ -542,8 +542,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s vaste(t) tabelis %s" msgstr[1] "%s vaste(t) tabelis %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Vaata" @@ -684,8 +684,8 @@ msgstr "Puhasta kõik" msgid "Check tables having overhead" msgstr "Kontrolli ülekulusid" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -699,14 +699,14 @@ msgstr "Ekspordi" msgid "Print view" msgstr "Trükivaade" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Tühjenda" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Kustuta" @@ -715,7 +715,7 @@ msgstr "Kustuta" msgid "Check table" msgstr "Kontrolli tabelit" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimiseeri tabelit" @@ -786,7 +786,7 @@ msgstr "" msgid "Status" msgstr "Staatus" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -794,7 +794,7 @@ msgstr "Staatus" msgid "Action" msgstr "Tegevus" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -835,22 +835,22 @@ msgstr "Kontrolli tabelit" msgid "Database Log" msgstr "Andmebaas" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of fields" msgid "Values for column %s" msgstr "Väljade arv" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -923,49 +923,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add new field" msgid "Add a point" msgstr "Lisa uus väli" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Read lõpetatud" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -975,17 +975,17 @@ msgstr "" msgid "Add a linestring" msgstr "Lisa uus kasutaja" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Lisa uus kasutaja" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add %s field(s)" msgid "Add a polygon" @@ -1097,217 +1097,226 @@ msgstr "Tagasi" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin on sõbralikum frame toetava browseriga." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" käsud keelatud." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Kas te tõesti tahate " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Tähelepanu! Te HÄVITATE kogu andmebaasi!" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "Tähelepanu! Te HÄVITATE kogu andmebaasi!" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "Tähelepanu! Te HÄVITATE kogu andmebaasi!" -#: js/messages.php:37 +#: js/messages.php:35 #, fuzzy #| msgid "Allows inserting and replacing data." msgid "Deleting tracking data" msgstr "Lubab lisada ja muuta infot." -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "See tegevus võib võtta kaua aega. Jätkan?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Puuduv väärtus vormis !" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "See pole number!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add new field" +msgid "Add Index" +msgstr "Lisa uus väli" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit next row" +msgid "Edit Index" +msgstr "Muuda järgmist rida" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s field(s)" +msgid "Add %d column(s) to index" +msgstr "Lisa %s väli(jad)" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Total" msgid "Total count" msgstr "Kokku" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Masin on tühi!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Kasutajanimi on tühi!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Parool on tühi!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Paroolid ei ühti!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Kõik kasutajad" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy #| msgid "Reload privileges" msgid "Reloading Privileges" msgstr "Lae privileegid uuesti" -#: js/messages.php:60 +#: js/messages.php:61 #, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" msgstr "Eemalda valitud kasutajad" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Muuda" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Serveri valik" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy msgid "Live query chart" msgstr "SQL-päring" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Kokku" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Serveri valik" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Protsessid" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "Ühendused" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy msgid "Query statistics" msgstr "Rea statistika" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Local monitor configuration incompatible" msgstr "Pole võimalik laadida vaikimisi seadete faili: \"%1$s\"" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1315,184 +1324,184 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Päringute vahemälu" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Päringute vahemälu" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Päringute vahemälu" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Total" msgid "Total memory" msgstr "Kokku" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Puhverdusala" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Kokku" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Vabad lehed" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Saadud" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Ühendused" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy msgid "Questions" msgstr "Pärsia" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Liiklus" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Peamised seoste võimalused" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Rename database to" msgid "Remove chart" msgstr "Nimeta andmebaas ümber" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Pole" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1500,560 +1509,572 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Salvesta failina" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Lubatud" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Keelatud" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Peamised seoste võimalused" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Peamised seoste võimalused" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Raporti pealkiri" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy msgid "Jump to Log table" msgstr "Pole andmebaase" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy msgid "Log table filter options" msgstr "Andmebaasi eksportimise seaded" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 #, fuzzy msgid "Filter" msgstr "Väljade arv" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy msgid "Sum of grouped rows:" msgstr "Sorteritud ridade arv." -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Kokku" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy msgid "Loading logs" msgstr "Lokaalne" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Lae uuesti" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Import" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Uuenda päringut" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dokumentatsioon" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Dokumentatsioon" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Katkesta" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy msgid "Loading" msgstr "Lokaalne" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Protsessid" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "Korras" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Nimeta andmebaas ümber" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Rename database to" msgid "Reload Database" msgstr "Nimeta andmebaas ümber" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Kopeeri andmebaas" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Tähetabel" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "Table must have at least one field." msgid "Table must have at least one column" msgstr "Tabelil peab olema vähemalt üks väli." -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Kasuta tabeleid" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Add new field" msgid "Hide indexes" msgstr "Lisa uus väli" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Näita võrgustiku" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Otsi" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy msgid "Hide search results" msgstr "SQL-päring" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy msgid "Show search results" msgstr "SQL-päring" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Vaata" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Kustutan %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Lisa uus kasutaja" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy msgid "Hide query box" msgstr "SQL-päring" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy msgid "Show query box" msgstr "SQL-päring" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Ridu pole valitud" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Muuda" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Salvesta" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy msgid "Hide search criteria" msgstr "SQL-päring" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy msgid "Show search criteria" msgstr "SQL-päring" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Otsi" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Lisa/Kustuta välja veerud" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Päringu tulemuste tegevused" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Andmeviida suurus" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignoreeri" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Kopeeri" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "Lisa %s väli(jad)" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Vali eelistus võti (referenced key)" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Vali võõrvõti(Foreign Key)" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Palun vali primaarne või unkaalne võti" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Vali väli mida kuvada" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy msgid "Go to link" msgstr "Pole andmebaase" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Genereeri parool" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Genereeri" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Muuda parooli" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Esm" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2061,30 +2082,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 #, fuzzy msgid ", latest stable version:" msgstr "Suhte loomine (relation)" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "Pole andmebaase" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy msgid "Done" msgstr "Andmed" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Eelmine" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2092,96 +2113,96 @@ msgid "Next" msgstr "Järgmine" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Kokku" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binaarne" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mär" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Mai" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jun" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jul" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Aug" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Veb" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mär" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2189,78 +2210,78 @@ msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Det" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Püh" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Esm" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Tei" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Ree" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2268,105 +2289,105 @@ msgid "Sun" msgstr "Püh" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Esm" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Tei" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Kol" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Nel" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Ree" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Lau" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Püh" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Esm" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Tei" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Kol" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Nel" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Ree" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Lau" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Aeg" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "kasutusel" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2447,46 +2468,46 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Indeksit pole defineeritud!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indeksid" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Unikaalne" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Kasulikkus" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 #, fuzzy msgid "Comment" msgstr "Kommentaarid" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Primaarne võti kustutatud" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Indeks %s kustutatud" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2818,14 +2839,14 @@ msgstr "Tabelid" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Andmed" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Ülejääv" @@ -3062,7 +3083,7 @@ msgstr "%s päeva, %s tundi, %s minutit ja %s sekundit" msgid "Missing parameter:" msgstr "Lisa uus väli" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3070,7 +3091,7 @@ msgctxt "First page" msgid "Begin" msgstr "Algus" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3079,7 +3100,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Eelmine" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3088,7 +3109,7 @@ msgctxt "Next page" msgid "Next" msgstr "Järgmine" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3096,22 +3117,22 @@ msgctxt "Last page" msgid "End" msgstr "Lõpp" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Hüppa andmebaasile "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "See %s funktionaalsus on mõjutatud tuntud viga, vaata %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3123,7 +3144,7 @@ msgstr "" msgid "Structure" msgstr "Struktuur" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3131,43 +3152,43 @@ msgstr "Struktuur" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Lisa" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Tegevused" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "webiserveri üleslaadimiskataloogi" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Kataloog mille Te üleslaadimiseks sättisite ei ole ligipääsetav" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Prindi" @@ -3623,7 +3644,7 @@ msgid "Character set of the file" msgstr "Faili tähetabel:" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Formaat" @@ -5599,7 +5620,7 @@ msgstr "" msgid "Events" msgstr "Saadetud" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -6026,7 +6047,7 @@ msgstr "Sorteeri võtme järgi" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 #, fuzzy msgid "Options" msgstr "Tegevused" @@ -6599,12 +6620,12 @@ msgid "Data dump options" msgstr "Andmebaasi eksportimise seaded" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Tabeli andmete salvestamine" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Struktuur tabelile" @@ -6813,31 +6834,31 @@ msgstr "Toimingud" msgid "Functions" msgstr "Funktsioonid" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Piirangud salvestatud tabelitele" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Piirangud tabelile" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME TÜÜBID TABELILE" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "SEOSED TABELILE" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Vaate (view) struktuur" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Sise-vaate struktuur" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -7064,7 +7085,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Vali" @@ -7415,7 +7436,7 @@ msgstr "Muutuja" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Väärtus" @@ -8162,6 +8183,11 @@ msgstr "" msgid "Target database" msgstr "Otsi andmebaasist" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8326,7 +8352,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Indeks" @@ -9150,7 +9176,7 @@ msgstr "Positsioon" msgid "Original position" msgstr "Originaal positioon" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Informatsioon" @@ -10020,7 +10046,7 @@ msgstr "minutis" msgid "per second" msgstr "sekundis" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Parameerid" @@ -11618,39 +11644,37 @@ msgstr "Ei suuda muuta indeksit PRIMAARSEKS!" msgid "No index parts defined!" msgstr "Indeksi osad pole defineeritud!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Loo uus indeks" +#| msgid "Add new field" +msgid "Add index" +msgstr "Lisa uus väli" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Muuda indeksit" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Add new field" +msgid "Edit index" +msgstr "Lisa uus väli" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Indeksi nimi :" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" peab olema ja ainult olema primaarse võtme nimi!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Indeksi nimi :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Indeksi tüüp :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Lisa indeksisse  %s rida/read" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Veergude arv peab olema nullist suurem." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Ei saa tabelit iseendasse liigutada!" @@ -11781,39 +11805,39 @@ msgstr "Kontrolli pärinevust:" msgid "Showing tables" msgstr "Näita tabeleid" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Ruumivõtt" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Kasutus" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Efektiivne" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Rea statistika" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dünaamiline" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Rea pikkus" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "rea suurus " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11872,12 +11896,6 @@ msgstr "Sirvi erinevaid väärtusi" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -#, fuzzy -#| msgid "Add new field" -msgid "Add index" -msgstr "Lisa uus väli" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11956,13 +11974,13 @@ msgstr "Tabeli algusesse" msgid "After %s" msgstr "Peale %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Loo indeks  %s väljadest" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -13306,6 +13324,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Loo uus indeks" + +#~ msgid "Modify an index" +#~ msgstr "Muuda indeksit" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Veergude arv peab olema nullist suurem." + #, fuzzy #~ msgid "Create Table" #~ msgstr "Loo tabel" diff --git a/po/eu.po b/po/eu.po index b4c1d63306..5581ac5c82 100644 --- a/po/eu.po +++ b/po/eu.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-11-04 13:00+0200\n" "Last-Translator: karrikas \n" "Language-Team: basque \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.1.6\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Dena erakutsi" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "parent window or your browser is blocking cross-window updates of your " "security settings" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Bilatu" @@ -48,10 +48,10 @@ msgstr "Bilatu" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "Bilatu" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Joan" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 #, fuzzy msgid "Keyname" msgstr "Giltzaren izena" @@ -138,19 +138,19 @@ msgstr "Datu-basearen iruzkina: " msgid "Table comments" msgstr "Taularen iruzkinak" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Zutabea" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -162,18 +162,18 @@ msgstr "Zutabea" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Mota" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Nulua" @@ -206,8 +206,8 @@ msgstr "Esteka:" msgid "Comments" msgstr "Iruzkinak" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -222,8 +222,8 @@ msgstr "Iruzkinak" msgid "No" msgstr "Ez" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -333,12 +333,12 @@ msgstr "Murrizketak gehitu" msgid "Switch to copied database" msgstr "Kopiatutako datu-basea hautatu " -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Ordenamendua" @@ -371,36 +371,36 @@ msgstr "Taula" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Errenkadak" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Tamaina" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "lanean" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Sortzea" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Azken eguneraketa" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Azken egiaztapena" @@ -463,7 +463,7 @@ msgid "Del" msgstr "Ezabatu" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Edo" @@ -532,8 +532,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s emaitza %s taulan" msgstr[1] "%s emaitzak %s taulan" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Arakatu" @@ -666,8 +666,8 @@ msgstr "Desautatu dena" msgid "Check tables having overhead" msgstr "Arazteko hondakinak egiaztatu" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -681,14 +681,14 @@ msgstr "Esportatu" msgid "Print view" msgstr "Inprimatzeko ikuspegia" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Hutsik" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Ezabatu" @@ -697,7 +697,7 @@ msgstr "Ezabatu" msgid "Check table" msgstr "Taula egiaztatu" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Taula optimizatu" @@ -760,7 +760,7 @@ msgstr "Eguneratua" msgid "Status" msgstr "Egoera" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -768,7 +768,7 @@ msgstr "Egoera" msgid "Action" msgstr "Ekintza" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Ezabatu taula honetako jarraipen datuak" @@ -804,21 +804,21 @@ msgstr "Taularen jarraipena egin" msgid "Database Log" msgstr "Datu-base egunkaria" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "ENUM/SET editorea" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "Zutabe berrirako balioak" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, php-format msgid "Values for column %s" msgstr "%s zutaberako balioak" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "Sartu balioak banatutako eremuetan" @@ -886,45 +886,45 @@ msgstr "Erabili OpenStreetMaps Oinarri geruza moduan" msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Geometria" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "Puntu" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "%d puntua" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "Puntua gehitu" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "Lerro kateak" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "Kanpo eraztuna" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "Barne eraztuna" @@ -932,15 +932,15 @@ msgstr "Barne eraztuna" msgid "Add a linestring" msgstr "Lerro kate berria gehitu" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "Gehitu barne eraztuna" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "Poligono" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "Gehitu poligonoa" @@ -1039,198 +1039,207 @@ msgstr "" "phpMyAdmin askoz erabilerraza da frame-ak onartzen duen nabigatzaile " "batekin." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Egin klik hautatzeko" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Klik desautatzeko" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" sententziak ezgaituta daude." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Benetan nahi al duzu " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Datu-base osoa SUNTSITZERA zoaz!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "Taula oso bat SUNTSITZERA zoaz!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Jarraipen datuak ezabatzen" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Ezabatu Giltza nagusi/Indizea" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Eragiketa honek luze jo lezake. Jarraitu nahi?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "BLOG biltegi bat DESGAITZERA zoaz!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Balioa bat falta da formularioan!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Hau ez da zenbaki bat!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Index" +msgid "Add Index" +msgstr "Indizea" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit next row" +msgid "Edit Index" +msgstr "Editatu hurrengo lerroa" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s field(s)" +msgid "Add %d column(s) to index" +msgstr "Gehitu %s zutabe" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Gutira" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Zerbitzariaren izena hutsik dago!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Erabiltzailearen izena hutsik dago!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Pasahitza hutsik dago!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Pasahitzek ez dute bat egiten!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Gehitu erabiltzailea" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Pribilegioak berkargatzen" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Hautatutako erabiltzaileak baztertu" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Itxi" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Editatu" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "Zuzeneko trafikoaren grafika" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy msgid "Live query chart" msgstr "SQL kontsulta" -#: js/messages.php:69 +#: js/messages.php:70 #, fuzzy msgid "Static data" msgstr "Datu estatikoak" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Gutira" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Beste" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "KiB bidali azken freskatzetik" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "KiB jasoak azken freskatzetik" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Zerbitzariaren trafikoa (KiBtan)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Konexio azken freskatzetik" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Prozesuak" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Konexioak / Prozesuak" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "Galdera azken freskatzetik" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 #, fuzzy msgid "Questions (executed statements by the server)" msgstr "Galdera (zerbitzariak exekutatuak)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Kontsulta estatistikak" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "Konfiguratutako monitore lokal bateraezina" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1238,177 +1247,177 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy msgid "Query cache efficiency" msgstr "Kontsulta katxe eragikortasuna" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy msgid "Query cache usage" msgstr "Kontsulta katxe erabilpena" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy msgid "Query cache used" msgstr "Kontsulta katxe erabilia" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "Sistema PUZ erabilera" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Sistemaren memoria" -#: js/messages.php:102 +#: js/messages.php:103 #, fuzzy msgid "System swap" msgstr "Sistemaren swap-a" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KiB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Bataz besteko karga" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "Memoria guztira" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "Memoria katxea" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "Memoria bufferrean" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "Memoria librea" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "Memoria erabilia" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Swap osoa" -#: js/messages.php:114 +#: js/messages.php:115 #, fuzzy msgid "Cached Swap" msgstr "Swap katxea" -#: js/messages.php:115 +#: js/messages.php:116 #, fuzzy msgid "Used Swap" msgstr "Swap erabilia" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Jasota" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Konexioak" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy msgid "Questions" msgstr "Eragiketak" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Trafikoa" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Erlazioen ezaaugarri orokorrak" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy msgid "Remove chart" msgstr "Taula berrizendatu izen honetara: " -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Batez" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1416,185 +1425,185 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Bidali" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Gaituta" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Ezgaituta" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Erlazioen ezaaugarri orokorrak" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Erlazioen ezaaugarri orokorrak" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Import files" msgid "Chart Title" msgstr "Fitxategiak inportatu" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy msgid "Jump to Log table" msgstr "Datu-baserik ez" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Table options" msgid "Log table filter options" msgstr "Taularen hobespenak" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of rows per page" msgid "Sum of grouped rows:" msgstr "Errenkada kopurua orriko" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Gutira" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy msgid "Loading logs" msgstr "Lokal" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy msgid "Reload page" msgstr "Taula berrizendatu izen honetara: " -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 @@ -1602,372 +1611,384 @@ msgstr "" msgid "Import" msgstr "Esportatu" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Kontsulta eguneratu" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dokumentazioa" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Dokumentazioa" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy msgid "Loading" msgstr "Lokal" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Prozesuak" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "Zuzena" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy msgid "Renaming Databases" msgstr "Taula berrizendatu izen honetara: " -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy msgid "Reload Database" msgstr "Taula berrizendatu izen honetara: " -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy msgid "Copying Database" msgstr "Datu-baserik ez" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Karaktere-jokoa" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "You have to choose at least one column to display" msgid "Table must have at least one column" msgstr "Gutxienez bistaratzeko Zutabe bat hautatu duzu." -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Taulak erabili" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Indexes" msgid "Hide indexes" msgstr "Indizeak" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Sareta erakutsi" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Bilatu" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy msgid "Hide search results" msgstr "SQL kontsulta" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy msgid "Show search results" msgstr "SQL kontsulta" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Arakatu" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "%s ezabatzen" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Erabiltzaile berria gehitu" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy msgid "Hide query box" msgstr "SQL kontsulta" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy msgid "Show query box" msgstr "SQL kontsulta" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Aldatu" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Gorde" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy msgid "Hide search criteria" msgstr "SQL kontsulta" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy msgid "Show search criteria" msgstr "SQL kontsulta" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Bilatu" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Gehitu/ezabatu irizpide-zutabea" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "SQL result" +msgid "Query results" +msgstr "SQL emaitza" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Table of contents" +msgid "Data point content" +msgstr "Edukinen taula" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ezikusi" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "Gehitu %s zutabe" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Aukeratu erakutsi beharreko eremua" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "Pasahitza aldatu" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 #, fuzzy msgid "Generate" msgstr "Egilea:" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Pasahitza aldatu" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Astel" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1975,30 +1996,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr "" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "Datu-baserik ez" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy #| msgid "None" msgid "Done" msgstr "Batez" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Aurrekoa" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2006,96 +2027,96 @@ msgid "Next" msgstr "Hurrengoa" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Gutira" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binarioa " -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Api" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Mai" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Eka" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Uzt" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Abu" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Urr" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Urt" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Ots" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Api" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2103,78 +2124,78 @@ msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Eka" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Uzt" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Abu" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Ira" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Urr" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Aza" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Abe" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Iga" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Astel" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Astea" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Osti" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2182,105 +2203,105 @@ msgid "Sun" msgstr "Iga" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Astel" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Astea" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Astez" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Oste" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Osti" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Lar" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Iga" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Astel" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Astea" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Astez" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Oste" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Osti" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Lar" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Denbora" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "lanean" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2360,46 +2381,46 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Ez dago indizerik definituta!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indizeak" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Bakarra" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Kardinalitatea" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 #, fuzzy msgid "Comment" msgstr "Iruzkinak" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Lehen mailako gakoa ezabatu da" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "%s indizea ezabatu da" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2720,14 +2741,14 @@ msgstr "Taulak" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Datuak" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Arazteko hondakina" @@ -2955,7 +2976,7 @@ msgstr "%s egun, %s ordu, %s minutu eta %s segundu" msgid "Missing parameter:" msgstr "" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2963,7 +2984,7 @@ msgctxt "First page" msgid "Begin" msgstr "Hasi" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -2972,7 +2993,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Aurrekoa" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -2981,7 +3002,7 @@ msgctxt "Next page" msgid "Next" msgstr "Hurrengoa" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -2989,22 +3010,22 @@ msgctxt "Last page" msgid "End" msgstr "Amaiera" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr ""%s" datu-basera joan." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3016,7 +3037,7 @@ msgstr "" msgid "Structure" msgstr "Egitura" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3024,43 +3045,43 @@ msgstr "Egitura" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Txertatu" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Eragiketak" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "Fitxategiak igotzeko web-zerbitzariaren direktorioa" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Igoerentzat ezarri duzun direktorioa ez dago eskuragarri" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Inprimatu" @@ -3513,7 +3534,7 @@ msgid "Character set of the file" msgstr "Fitxategiaren karaktereen kodeketa:" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Formatoa" @@ -5456,7 +5477,7 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5860,7 +5881,7 @@ msgstr "Gakoaren arabera ordenatu" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 #, fuzzy msgid "Options" msgstr "Eragiketak" @@ -6416,12 +6437,12 @@ msgid "Data dump options" msgstr "Datu-basea esportatzeko aukerak" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Taula honen datuak irauli" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Taularen egitura taula honentzat: " @@ -6624,32 +6645,32 @@ msgstr "Prozesuak" msgid "Functions" msgstr "Funtzioak" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Iraulitako taulentzako murrizketak" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Taularentzako murrizketak" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 #, fuzzy msgid "Structure for view" msgstr "Egitura soilik" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -6869,7 +6890,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Bidali" @@ -7222,7 +7243,7 @@ msgstr "Aldagaia" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "balioa" @@ -7960,6 +7981,11 @@ msgstr "" msgid "Target database" msgstr "Datu-basean bilatu" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Egin klik hautatzeko" + #: libraries/sql_query_form.lib.php:189 #, fuzzy, php-format msgid "Run SQL query/queries on server %s" @@ -8124,7 +8150,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Indizea" @@ -8913,7 +8939,7 @@ msgstr "" msgid "Original position" msgstr "" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 #, fuzzy msgid "Information" msgstr "Saioa hasteko informazioa" @@ -9793,7 +9819,7 @@ msgstr "minutuko" msgid "per second" msgstr "segunduko" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Sententziak" @@ -11276,40 +11302,36 @@ msgstr "Ezinezkoa indizearen izena ¡PRIMARY! berrizendatzea" msgid "No index parts defined!" msgstr "Ez da indiziaren zatiak definitu!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Indize berri bat sortu" +#| msgid "Print view" +msgid "Edit index" +msgstr "Inprimatzeko ikuspegia" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Indize bat aldatu" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Indizearen izena :" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\"-k, soilik, lehen mailako gako baten izena izan behar du!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Indizearen izena :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Indize mota :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr " %s  zutabe indizean gehituta" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Ezin taula berberara mugitu!" @@ -11440,39 +11462,39 @@ msgstr "Erreferentzien integritatea egiaztatu:" msgid "Showing tables" msgstr "Taulak erakutsi" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Erabilitako lekua" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Erabilpena" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Eraginkorra" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Errenkadaren estatistikak" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dinamikoa" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Errenkadaren luzera" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Errenkadaren tamaina " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11531,10 +11553,6 @@ msgstr "" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11611,13 +11629,13 @@ msgstr "Taularen hasieran" msgid "After %s" msgstr "%s(a)ren ondoren" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Indize bat sortu  %s  zutabetan" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -12921,6 +12939,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "Klik desautatzeko" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Indize berri bat sortu" + +#~ msgid "Modify an index" +#~ msgstr "Indize bat aldatu" + #, fuzzy #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ Berriz hasi txertatzen eta gehitu balio berria" diff --git a/po/fa.po b/po/fa.po index 1461ec6093..d694425d3b 100644 --- a/po/fa.po +++ b/po/fa.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2010-05-19 03:54+0200\n" "Last-Translator: \n" "Language-Team: persian \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.1\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "نمايش همه" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -35,9 +35,9 @@ msgid "" "cross-window updates." msgstr "" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "جستجو" @@ -45,10 +45,10 @@ msgstr "جستجو" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -70,17 +70,17 @@ msgstr "جستجو" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "تاييد" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Keyname" @@ -132,19 +132,19 @@ msgstr "توضيحات پایگاه داده:" msgid "Table comments" msgstr "توضيحات جدول" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "ستون" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -156,18 +156,18 @@ msgstr "ستون" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "نوع" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "خالي" @@ -200,8 +200,8 @@ msgstr "پيوند به" msgid "Comments" msgstr "توضيحات" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -216,8 +216,8 @@ msgstr "توضيحات" msgid "No" msgstr "خير" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -326,12 +326,12 @@ msgstr "اعمال محدودیت ها" msgid "Switch to copied database" msgstr "تعویض به پایگاه داده ی کپی شده" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "مقایسه" @@ -367,36 +367,36 @@ msgstr "جدول" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "سطرها" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "اندازه" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "in use" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "ایجاد" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "آخرین به روز رسانی" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "" @@ -459,7 +459,7 @@ msgid "Del" msgstr "Del" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "يا" @@ -529,8 +529,8 @@ msgid "%s match inside table %s" msgid_plural "%s matches inside table %s" msgstr[0] "%s عبارت همتا در جدول %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "مشاهده" @@ -666,8 +666,8 @@ msgstr "عدم انتخاب همه" msgid "Check tables having overhead" msgstr "" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -681,14 +681,14 @@ msgstr "صدور" msgid "Print view" msgstr "نماي چاپ" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "خالي كردن" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "حذف" @@ -697,7 +697,7 @@ msgstr "حذف" msgid "Check table" msgstr "بررسي جدول" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "بهينه‌سازي جدول" @@ -764,7 +764,7 @@ msgstr "به روز شده" msgid "Status" msgstr "" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -772,7 +772,7 @@ msgstr "" msgid "Action" msgstr "عمل" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -812,22 +812,22 @@ msgstr "بررسي جدول" msgid "Database Log" msgstr "پايگاه داده" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of rows per page" msgid "Values for column %s" msgstr "تعداد سطرها در هر صفحه" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -900,48 +900,48 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy msgid "Add a point" msgstr "افزودن ستون جديد" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "خطوط منتهي به" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -951,17 +951,17 @@ msgstr "" msgid "Add a linestring" msgstr "افزودن يك كاربر جديد" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "افزودن يك كاربر جديد" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy msgid "Add a polygon" msgstr "افزودن ستون جديد" @@ -1061,205 +1061,213 @@ msgstr "بازگشت" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "برای انتخاب کلیک کنبد" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "دستور \"DROP DATABASE\" غيرفعال مي‌باشد." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "آيا مطمئن هستيد " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "مقداري در فرم وارد نشده !" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "اين يك عدد نيست!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Index" +msgid "Add Index" +msgstr "فهرست" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit next row" +msgid "Edit Index" +msgstr "ویرایش کردن ردیف بعدی" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +msgid "Add %d column(s) to index" +msgstr "افزودن ستون جديد" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Total" msgid "Total count" msgstr "جمع كل" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "نام ميزبان خالي است!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "نام كاربر خالي است!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "اسم رمز خالي است!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "اسم رمزها مانند هم نمي‌باشد!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "همه كاربران" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy #| msgid "Edit Privileges" msgid "Reloading Privileges" msgstr "ويرايش امتيازات" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "ويرايش" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server version" msgid "Live traffic chart" msgstr "نسخه سرور" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy msgid "Live query chart" msgstr "پرس و جوي SQL" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "جمع كل" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server version" msgid "Server traffic (in KiB)" msgstr "نسخه سرور" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy msgid "Query statistics" msgstr "آمار سطرها" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1267,178 +1275,178 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Tracking is not active." msgid "Query cache efficiency" msgstr "پیگردی فعال نمی باشد." -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Space usage" msgid "Query cache usage" msgstr "فضاي استفاده‌شده" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Space usage" msgid "Query cache used" msgstr "فضاي استفاده‌شده" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "مگا بايت" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "كيلوبايت" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Total" msgid "Total memory" msgstr "جمع كل" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "جمع كل" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy msgid "Questions" msgstr "فارسي" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "Deleting %s" msgid "Settings" msgstr "در حال پاک کردن %s" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Remove database" msgid "Remove chart" msgstr "حذف پایگاه داده" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "خير" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1446,182 +1454,182 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "ذخيره به صورت پرونده" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "فعال" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "غيرفعال" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "Change" msgid "Change settings" msgstr "تغيير" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy msgid "Current settings" msgstr "پرس و جوي SQL" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy msgid "Chart Title" msgstr "No tables" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy msgid "Jump to Log table" msgstr "No databases" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy msgid "Log table filter options" msgstr "آمار پايگاههاي داده" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of rows per page" msgid "Sum of grouped rows:" msgstr "تعداد سطرها در هر صفحه" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "جمع كل" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy msgid "Loading logs" msgstr "محلی" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy msgid "Reload page" msgstr "بازناميدن جدول به" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 @@ -1629,369 +1637,380 @@ msgstr "" msgid "Import" msgstr "صدور" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "به‌هنگام سازي پرس و جو" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "مستندات" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "مستندات" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "لغو کردن" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy msgid "Loading" msgstr "محلی" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "تاييد" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy msgid "Renaming Databases" msgstr "بازناميدن جدول به" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy msgid "Reload Database" msgstr "بازناميدن جدول به" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy msgid "Copying Database" msgstr "No databases" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "You have to choose at least one column to display" msgid "Table must have at least one column" msgstr "شما حذاقل بايد يك ستون را براي نمايش انتخاب نماييد" -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "بكارگيري جدولها" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Indexes" msgid "Hide indexes" msgstr "فهرست‌ها" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Show grid" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "جستجو" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy msgid "Hide search results" msgstr "پرس و جوي SQL" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy msgid "Show search results" msgstr "پرس و جوي SQL" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "مشاهده" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "در حال پاک کردن %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "افزودن يك كاربر جديد" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy msgid "Hide query box" msgstr "پرس و جوي SQL" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy msgid "Show query box" msgstr "پرس و جوي SQL" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "تغيير" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "ذخيره" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy msgid "Hide search criteria" msgstr "پرس و جوي SQL" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy msgid "Show search criteria" msgstr "پرس و جوي SQL" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "جستجو" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "اضافه/حذف ستون ها" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "SQL result" +msgid "Query results" +msgstr "نتيجه SQL" + +#: js/messages.php:291 +#, fuzzy +msgid "Data point content" +msgstr "توضيحات جدول" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignore" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy msgid "Add columns" msgstr "افزودن ستون جديد" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "ستون را براي نمايش انتخاب نماييد" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "برای انتخاب کلیک کنبد" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "تغيير اسم رمز" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 #, fuzzy msgid "Generate" msgstr "توليد‌شده توسط" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "تغيير اسم رمز" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "دوشنبه" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1999,32 +2018,32 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 #, fuzzy #| msgid "Last version" msgid ", latest stable version:" msgstr "نسخه قبلی" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "No databases" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy #| msgid "None" msgid "Done" msgstr "خير" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "قبل" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2032,96 +2051,96 @@ msgid "Next" msgstr "بعد" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "جمع كل" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "دودويي" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "مارس" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "آوريل" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "مي" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "ژوئن" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "جولاي" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "آگوست" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "اكتبر" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "ژانويه" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "فوريه" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "مارس" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "آوريل" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2129,78 +2148,78 @@ msgid "May" msgstr "مي" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "ژوئن" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "جولاي" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "آگوست" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "سپتامبر" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "اكتبر" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "نوامبر" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "دسامبر" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "يكشنبه" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "دوشنبه" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "سه‌شنبه" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "چهارشنبه" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "پنجشنبه" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "جمعه" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "شنبه" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2208,103 +2227,103 @@ msgid "Sun" msgstr "يكشنبه" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "دوشنبه" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "سه‌شنبه" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "چهارشنبه" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "پنج‌شنبه" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "جمعه" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "شنبه" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "يكشنبه" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "دوشنبه" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "سه‌شنبه" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "چهارشنبه" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "پنج‌شنبه" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "جمعه" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "شنبه" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "هفته" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "ساعت" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "دقیقه" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "ثانیه" @@ -2382,46 +2401,46 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "هيچ فهرستي تعريف‌نشده‌است!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "فهرست‌ها" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "يكتا" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 #, fuzzy msgid "Comment" msgstr "توضيحات" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "كليد اصلي حذف گرديد" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "فهرست %s حذف گرديد" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2737,14 +2756,14 @@ msgstr "جدولها" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "داده" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "" @@ -2974,7 +2993,7 @@ msgstr "%s days, %s hours, %s minutes and %s seconds" msgid "Missing parameter:" msgstr "" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2982,7 +3001,7 @@ msgctxt "First page" msgid "Begin" msgstr "شروع" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -2991,7 +3010,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "قبل" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3000,7 +3019,7 @@ msgctxt "Next page" msgid "Next" msgstr "بعد" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3008,24 +3027,24 @@ msgctxt "Last page" msgid "End" msgstr "انتها" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "برای انتخاب کلیک کنبد" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3037,7 +3056,7 @@ msgstr "برای انتخاب کلیک کنبد" msgid "Structure" msgstr "ساختار" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3045,42 +3064,42 @@ msgstr "ساختار" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "درج" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "عمليات" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "پوشه‌اي را كه براي انتقال فايل انتخاب كرده‌ايد قابل دسترسي نيست." -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "چاپ" @@ -3528,7 +3547,7 @@ msgid "Character set of the file" msgstr "مجموعه كاراكترهاي پرونده:" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "قالب" @@ -5448,7 +5467,7 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5844,7 +5863,7 @@ msgstr "" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 #, fuzzy msgid "Options" msgstr "عمليات" @@ -6390,12 +6409,12 @@ msgid "Data dump options" msgstr "آمار پايگاههاي داده" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "حذف داده‌هاي جدول" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "" @@ -6595,32 +6614,32 @@ msgstr "" msgid "Functions" msgstr "تابع" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 #, fuzzy msgid "Structure for view" msgstr "فقط ساختار" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "" @@ -6840,7 +6859,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "ارسال" @@ -7188,7 +7207,7 @@ msgstr "متغییر" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "مقدار" @@ -7906,6 +7925,11 @@ msgstr "" msgid "Target database" msgstr "جستجو در پايگاه‌داده" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "برای انتخاب کلیک کنبد" + #: libraries/sql_query_form.lib.php:189 #, fuzzy, php-format msgid "Run SQL query/queries on server %s" @@ -8054,7 +8078,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "فهرست" @@ -8772,7 +8796,7 @@ msgstr "" msgid "Original position" msgstr "" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "اطلاعات" @@ -9618,7 +9642,7 @@ msgstr "در دقیقه" msgid "per second" msgstr "در ثانیه" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "شرج" @@ -11094,38 +11118,34 @@ msgstr "بازناميدن فهرست به PRIMARY مقدور نمي‌باشد! msgid "No index parts defined!" msgstr "هيچ فهرستي تعريف‌نشده‌است!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "ساخت فهرست جديد" +#| msgid "Print view" +msgid "Edit index" +msgstr "نماي چاپ" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "اصلاح يك فهرست" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "اسم فهرست :" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(فقط و فقط بايد \"PRIMARY\" نام يك كليد اصلي باشد!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "اسم فهرست :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "نوع فهرست :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, fuzzy, php-format msgid "Add to index  %s column(s)" msgstr "ساخت يك فهرست در %s ستون" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "" @@ -11254,39 +11274,39 @@ msgstr "" msgid "Showing tables" msgstr "نمايش جدولها" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "فضاي استفاده‌شده" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "استفاده" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "موثر" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "آمار سطرها" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "پويا" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "طول سطر" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "اندازه سطر " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11344,10 +11364,6 @@ msgstr "" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11423,13 +11439,13 @@ msgstr "در ابتداي جدول" msgid "After %s" msgstr "بعد از %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "ساخت يك فهرست در %s ستون" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -12717,6 +12733,13 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "ساخت فهرست جديد" + +#~ msgid "Modify an index" +#~ msgstr "اصلاح يك فهرست" + #, fuzzy #~ msgid "Create Table" #~ msgstr "ساخت يك صفحه جديد" diff --git a/po/fi.po b/po/fi.po index 6f58bfa88e..e993b16954 100644 --- a/po/fi.po +++ b/po/fi.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-11-15 17:18+0200\n" "Last-Translator: Macrotus \n" "Language-Team: finnish \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.1.6\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Näytä kaikki" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "isäntäikkuna on suljettu tai että selaimen tietoturva-asetukset estävät " "ikkunoiden väliset päivitystoiminnot." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Etsi" @@ -48,10 +48,10 @@ msgstr "Etsi" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "Etsi" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Siirry" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Avaimen nimi" @@ -135,19 +135,19 @@ msgstr "Tietokannan kommentti: " msgid "Table comments" msgstr "Taulun kommentit" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Sarake" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "Sarake" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Tyyppi" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Tyhjä" @@ -203,8 +203,8 @@ msgstr "Linkitys sarakkeeseen:" msgid "Comments" msgstr "Kommentit" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "Kommentit" msgid "No" msgstr "Ei" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -329,12 +329,12 @@ msgstr "Lisää rajoitteet" msgid "Switch to copied database" msgstr "Siirry kopioituun tietokantaan" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Aakkosjärjestys" @@ -367,36 +367,36 @@ msgstr "Taulu" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Kpl rivejä" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Koko" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "käytössä" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Luotu" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Viimeksi päivitetty" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Viimeksi tarkistettu" @@ -413,7 +413,6 @@ msgstr "Valitse vähintään yksi sarake" #: db_qbe.php:186 #, php-format -#| msgid "visual builder" msgid "Switch to %svisual builder%s" msgstr "Vaihda %svisuaaliseen muokkaimeen%s" @@ -460,7 +459,7 @@ msgid "Del" msgstr "Poista" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Tai" @@ -529,8 +528,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s hakutulosta taulussa %s" msgstr[1] "%s hakutulosta taulussa %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Selaa" @@ -578,7 +577,6 @@ msgid "Words are separated by a space character (\" \")." msgstr "Sanat erotetaan välilyönnein." #: db_search.php:300 -#| msgid "Inside table(s):" msgid "Inside tables:" msgstr "Tauluissa:" @@ -666,8 +664,8 @@ msgstr "Poista valinta kaikista" msgid "Check tables having overhead" msgstr "Valitse taulut, joissa on ylijäämää" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -681,14 +679,14 @@ msgstr "Vienti" msgid "Print view" msgstr "Tulostusversio" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Tyhjennä" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Tuhoa" @@ -697,7 +695,7 @@ msgstr "Tuhoa" msgid "Check table" msgstr "Tarkista taulu" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimoi taulu" @@ -710,17 +708,14 @@ msgid "Analyze table" msgstr "Analysoi taulu" #: db_structure.php:600 -#| msgid "Go to table" msgid "Add prefix to table" msgstr "Lisää etuliite tauluun" #: db_structure.php:602 libraries/mult_submits.inc.php:251 -#| msgid "Replace table data with file" msgid "Replace table prefix" msgstr "Korvaa taulun etuliite" #: db_structure.php:604 libraries/mult_submits.inc.php:251 -#| msgid "Replace table data with file" msgid "Copy table with prefix" msgstr "Kopioi taulun etuliite" @@ -763,7 +758,7 @@ msgstr "Päivitetty" msgid "Status" msgstr "Tila" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -771,7 +766,7 @@ msgstr "Tila" msgid "Action" msgstr "Toiminnot" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Poista tämän taulun seurantatiedot" @@ -807,29 +802,25 @@ msgstr "Seuraa taulua" msgid "Database Log" msgstr "Tietokantaloki" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 -#| msgid "Values for the column \"%s\"" +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "Arvot uudelle sarakkeelle" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, php-format -#| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "Arvot sarakkeelle %s" -#: enum_editor.php:34 js/messages.php:247 -#| msgid "Enter each value in a separate field." +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "Syötä jokainen arvo omaan kenttäänsä" #: enum_editor.php:121 -#| msgid "Add a new server" msgid "Add a value" msgstr "Lisää arvo" @@ -842,7 +833,6 @@ msgid "Copy and paste the joined values into the \"Length/Values\" field" msgstr "Kopioi ja liitä yhdistetyt arvot \"Pituus/Arvot\" -kenttään" #: export.php:29 -#| msgid "Bar type" msgid "Bad type!" msgstr "Virheellinen tyyppi!" @@ -851,7 +841,6 @@ msgid "Selected export type has to be saved in file!" msgstr "Valittu vientityyppi on tallennettava tiedostoon!" #: export.php:106 -#| msgid "Apply index(s)" msgid "Bad parameters!" msgstr "Virheelliset parametrit!" @@ -879,13 +868,11 @@ msgid "Dump has been saved to file %s." msgstr "Vedos tallennettiin tiedostoon %s." #: file_echo.php:21 -#| msgid "Export tables" msgid "Invalid export type" msgstr "Virheellinen vientitapa" #: gis_data_editor.php:84 #, php-format -#| msgid "Values for the column \"%s\"" msgid "Value for the column \"%s\"" msgstr "Arvo sarakkeelle %s" @@ -897,47 +884,45 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "Piste" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "Piste %d" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 -#| msgid "Apply index(s)" +#: js/messages.php:305 msgid "Add a point" msgstr "Lisää piste" -#: gis_data_editor.php:220 js/messages.php:297 -#| msgid "Lines terminated by" +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "Rivimerkkijono" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -947,18 +932,17 @@ msgstr "" msgid "Add a linestring" msgstr "Lisää viivamerkkijono" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Lisää uusi käyttäjä" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "Polygoni" -#: gis_data_editor.php:306 js/messages.php:304 -#| msgid "Add column(s)" +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "Lisää polygoni" @@ -1069,204 +1053,209 @@ msgstr "Takaisin" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "PhpMyAdmin toimii parhaiten kehyksiä tukevalla selaimella." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Valitse painamalla" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Poista valinta painamalla" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" -kyselyjen käyttö on estetty." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Haluatko varmasti " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Olet aikeissasi HÄVITTÄÄ kokonaisen tietokannan!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "Olet aikeissasi HÄVITTÄÄ kokonaisen taulun!" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "Olet aikeissasi HÄVITTÄÄ kokonaisen tietokannan!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Seurantatietojen poisto" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Pääavaimen tai indeksin poisto" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Tämä toiminto voi kestää kauan. Jatketaanko silti?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Olet POISTAMASSA KÄYTÖSTÄ BLOB-tietokannan!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "Haluatko varmasti poistaa käytöstä kaikki BLOB-viittaukset tietokannasta %s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Tarvittava tieto puuttuu lomakkeesta!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Tämä ei ole numero!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Apply index(s)" +msgid "Add Index" +msgstr "Käytä indeksiä/indeksejä" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Muokkaustila" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add column(s)" +msgid "Add %d column(s) to index" +msgstr "Lisää sarake/sarakkeita" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 -#| msgid "Log file count" +#: js/messages.php:52 msgid "Total count" msgstr "Yhteyismäärä" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Palvelimen nimi puuttuu!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Käyttäjän nimi puuttuu!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Salasana puuttuu!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Salasanat eivät ole samat!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Lisää käyttäjä" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Käyttöoikeusten uudelleenlataus" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Poista valitut käyttäjät" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Sulje" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Muokkaa" -#: js/messages.php:65 server_status.php:794 -#| msgid "Server Choice" +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "Liikennetaulu" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy #| msgid "Show query box" msgid "Live query chart" msgstr "Näytä kyselykenttä" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Staattinen data" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Yhteensä" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Toinen" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr " ," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "KiB lähetetty viimeisen päivityksen jäkeen" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 -#| msgid "Server Choice" +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Palvelimen kuormitus (KiB:nä)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Yhteydenttoa viimeisestä päivityksestä" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Prosessit" -#: js/messages.php:84 -#| msgid "Connections" +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Yhteyttä / Prosessi" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "Kysymyksiä viimeisestä päivityksestä lähtien" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Kyselyn ominaisuuksia" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Cannot load or save configuration" msgid "Local monitor configuration incompatible" msgstr "Asetuksia ei voi ladata tai tallentaa" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1274,179 +1263,173 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Kyselyvälimuisti" -#: js/messages.php:97 -#| msgid "Query cache" +#: js/messages.php:98 msgid "Query cache usage" msgstr "Kyselyvälimuistin käyttö" -#: js/messages.php:98 -#| msgid "Query cache" +#: js/messages.php:99 msgid "Query cache used" msgstr "Kyselyvälimuistia käytetty" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "Järjestelmän prosessorin käyttö" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Järjestelmän muisti" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "Mt" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "kt" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Keskimääräinen kuormitus" -#: js/messages.php:107 -#| msgid "Log file count" +#: js/messages.php:108 msgid "Total memory" msgstr "Muistia yhteensä" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "Puskuroitua muistia" -#: js/messages.php:109 -#| msgid "Buffer Pool" +#: js/messages.php:110 msgid "Buffered memory" msgstr "Puskuroitu muisti" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "Vapaata muistia" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "Käytetty muisti" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Yhteensä" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Vapaat sivut" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "Tavua lähetetty" -#: js/messages.php:119 -#| msgid "Received" +#: js/messages.php:120 msgid "Bytes received" msgstr "Tavua vastaanotettu" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Yhteydet" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy #| msgid "Versions" msgid "Questions" msgstr "Versiot" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Liikenne" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Asetukset" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Remove database" msgid "Remove chart" msgstr "Tuhoa tietokanta" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 -#| msgid "Snap to grid" +#: js/messages.php:130 msgid "Add chart to grid" msgstr "Lisää taulukko ruudukkoon" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Ei mitään" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "general_log ja slow_query_log ovat käytössä." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "general_log on käytössä." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "slow_query_log on käytössä." -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log ja general_log ovat poissa käytöstä." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1457,12 +1440,12 @@ msgstr "" "kestävät yli %d sekuntia. On suositeltavaa asettaa long_query_time 0-2 " "sekuntiin riippuen järjestelmästäsi." -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time on asetettu %d sekuntiin." -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1471,33 +1454,30 @@ msgstr "" "palautetaan oletuksiin palvelimen uudelleenkäynnistyksen yhteydessä:" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format -#| msgid "Save as file" msgid "Set log_output to %s" msgstr "Aseta log_output arvoon %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format -#| msgid "Enabled" msgid "Enable %s" msgstr "Ota %s käyttöön" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format -#| msgid "Disabled" msgid "Disable %s" msgstr "Ota %s pois käytöstä" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "Asta long_query_time arvoon %ds" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1505,502 +1485,512 @@ msgstr "" "Et voi muuttaa näitä muuttujia. Ole hyvä, ja kirjaudu root-käyttäjällä tai " "ota yhteyttä tietokantasi järjestelmänvalvojaan." -#: js/messages.php:154 -#| msgid "Other core settings" +#: js/messages.php:155 msgid "Change settings" msgstr "Muuta asetuksia" -#: js/messages.php:155 -#| msgid "settings" +#: js/messages.php:156 msgid "Current settings" msgstr "Nykyiset asetukset" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Raportin otsikko" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 #, fuzzy #| msgid "Difference" msgid "Differential" msgstr "Ero" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy #| msgid "Jump to database" msgid "Jump to Log table" msgstr "Siirry tietokantaan" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "Taulujen näyttöasetukset" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Suodatin" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of inserted rows" msgid "Sum of grouped rows:" msgstr "Lisättyjen rivien määrä" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Yhteensä" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy #| msgid "Loading" msgid "Loading logs" msgstr "Lataa" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Lataa uudelleen" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Tuonti" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Päivitä kysely" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Ohjeet" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details..." msgid "Rule details" msgstr "Lisätiedot..." -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Authentication type" msgid "Justification" msgstr "Todennustyyppi" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Peruuta" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Lataa" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Pyynnön käsittely" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Virhe pyynnön käsittelyssä" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Sarakkeen poisto" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Pääavaimen lisäys" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "Kunnossa" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Muuta tietokantojen nimiä" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Lataa tietokanta uudestaan" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Tietokannan kopiointi" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Merkistökoodauksen vaihtaminen" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "Taulussa on oltava vähintään yksi kenttä." -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Käytä tauluja" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Apply index(s)" msgid "Hide indexes" msgstr "Käytä indeksiä/indeksejä" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Näytä ruudukko" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Etsi" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy #| msgid "Hide query box" msgid "Hide search results" msgstr "Piilota SQL-kyselykenttä" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy #| msgid "Show query box" msgid "Show search results" msgstr "Näytä kyselykenttä" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Selaa" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Poistetaan: %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "Add a new server" msgid "Add %d value(s)" msgstr "Lisää uusi palvelin" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Piilota SQL-kyselykenttä" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Näytä kyselykenttä" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Ei yhtään riviä valittu" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Muokkaa" -#: js/messages.php:259 +#: js/messages.php:260 #, fuzzy #| msgid "Maximum execution time" msgid "Query execution time" msgstr "Suorituksen enimmäiskesto" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Tallenna" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Piilota hakusanat" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Näytä hakusanat" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Etsi" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "Lisää tai poista sarakkeita" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Kyselytulosten toimenpiteet" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Tieto-osoittimen koko" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Älä huomioi" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add column(s)" msgid "Add columns" msgstr "Lisää sarake/sarakkeita" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Valitse viitattava avain" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Valitse liiteavain" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Valitse perusavain tai uniikki avain" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Valitse näytettävä sarake" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Lisää asetus sarakkeelle" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Valitse painamalla" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Siirry näkymään" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Keksi salasana" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Keksi" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Vaihda salasana" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Lisää" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2010,29 +2000,29 @@ msgstr "" "Uusin versio on %s, ja se on julkaistu %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr "Viimeisin vakaa versio" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy #| msgid "Jump to database" msgid "up to date" msgstr "Siirry tietokantaan" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Valmis" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Edellinen" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2040,149 +2030,149 @@ msgid "Next" msgstr "Seuraava" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Tänään" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "Tammi" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "Helmi" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "Maalis" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "Huhti" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Touko" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "Kesä" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "Heinä" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "Elo" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "Syys" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "Loka" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "Marras" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "Joulu" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Tammi" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Helmi" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Maalis" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Huhti" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "Touko" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Kesä" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Heinä" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Elo" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Syys" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Loka" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Marras" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Joulu" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Su" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Ma" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Ti" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "Ke" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "To" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "Pe" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "La" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2190,89 +2180,89 @@ msgid "Sun" msgstr "Su" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Ma" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Ti" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Ke" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "To" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Pe" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "La" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "Su" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "Ti" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "Ke" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "To" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "Pe" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "La" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Vko" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Aika" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Tunti" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Minuutti" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Sekunti" @@ -2356,45 +2346,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Indeksiä ei ole määritelty!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indeksit" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Uniikki" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Pakattu" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Kardinaliteetti" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Kommentti" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Perusavain on poistettu" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Indeksi %s on poistettu" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2736,14 +2726,14 @@ msgstr "Taulut" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Tietoa" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Ylijäämä" @@ -2971,7 +2961,7 @@ msgstr "%s päivää, %s tuntia, %s minuuttia ja %s sekuntia" msgid "Missing parameter:" msgstr "Rutiinit" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2979,7 +2969,7 @@ msgctxt "First page" msgid "Begin" msgstr "Alkuun" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -2988,7 +2978,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Edellinen" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -2997,7 +2987,7 @@ msgctxt "Next page" msgid "Next" msgstr "Seuraava" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3005,24 +2995,24 @@ msgctxt "Last page" msgid "End" msgstr "Loppu" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Siirry tietokantaan "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Toimintoon %s vaikuttaa tunnettu vika, katso %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "Valitse painamalla" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3034,7 +3024,7 @@ msgstr "Valitse painamalla" msgid "Structure" msgstr "Rakenne" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3042,42 +3032,42 @@ msgstr "Rakenne" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Lisää rivi" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Toiminnot" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Selaa tietokonettasi:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Valitse verkkopalvelimen lähetyskansiosta %s:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Tiedostojen lähetykseen valittua hakemistoa ei voida käyttää" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "Lähetettäviä tiedostoja ei ole" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Tulosta" @@ -3545,7 +3535,7 @@ msgid "Character set of the file" msgstr "Tiedoston merkistö" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Muoto" @@ -5673,7 +5663,7 @@ msgstr "Rutiinit" msgid "Events" msgstr "Tapahtumat" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -6109,7 +6099,7 @@ msgstr "Lajittele avaimen mukaan" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Valinnat" @@ -6712,12 +6702,12 @@ msgid "Data dump options" msgstr "Tietokantojen näyttöasetukset" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Vedos taulusta" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Rakenne taululle" @@ -6922,31 +6912,31 @@ msgstr "Proseduurit" msgid "Functions" msgstr "Funktiot" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Rajoitteet vedostauluille" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Rajoitteet taululle" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME-TYYPIT TAULULLE" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELAATIOT TAULULLE" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Näkymän rakenne" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Näkymän vararakenne" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -7188,7 +7178,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Lähetä" @@ -7542,7 +7532,7 @@ msgstr "Muuttuja" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Arvo" @@ -8310,6 +8300,11 @@ msgstr "Ero" msgid "Target database" msgstr "Kohdetietokanta" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Valitse painamalla" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8468,7 +8463,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Indeksi" @@ -9318,7 +9313,7 @@ msgstr "Sijainti" msgid "Original position" msgstr "Alkuperäinen sijainti" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Tiedot" @@ -10212,7 +10207,7 @@ msgstr "minuutissa" msgid "per second" msgstr "sekunnissa" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Tieto" @@ -11966,38 +11961,36 @@ msgstr "Indeksiä ei voi muuttaa PRIMARY-nimiseksi!" msgid "No index parts defined!" msgstr "Indeksin osia ei ole määritelty!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Luo uusi indeksi" +#| msgid "Apply index(s)" +msgid "Add index" +msgstr "Käytä indeksiä/indeksejä" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Muokkaa indeksiä" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Muokkaustila" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Indeksin nimi:" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(\"PRIMARY\" saa olla vain ja ainoastaan perusavaimen nimenä!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Indeksin nimi:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Indeksin tyyppi:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Lisää indeksiin %s sarake(tta)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Sarakkeiden määrän on oltava nollaa suurempi." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Taulua ei voi siirtää itseensä!" @@ -12126,39 +12119,39 @@ msgstr "Tarkista viitteiden eheys:" msgid "Showing tables" msgstr "Näytä taulut" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Levytilan käyttö" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Käyttö" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Pätevä" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Rivitilastot" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "staattinen" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dynaaminen" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Rivin pituus" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Rivin koko " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -12223,12 +12216,6 @@ msgstr "Selaa erilaisia arvoja" msgid "Add primary key" msgstr "Pääavaimen lisäys" -#: tbl_structure.php:169 tbl_structure.php:170 -#, fuzzy -#| msgid "Apply index(s)" -msgid "Add index" -msgstr "Käytä indeksiä/indeksejä" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -12307,13 +12294,13 @@ msgstr "Taulun alkuun" msgid "After %s" msgstr "Jälkeen sarakkeen: %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Luo  %s:n sarakkeen indeksi" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "ositettu" @@ -13677,6 +13664,19 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "Poista valinta painamalla" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Luo uusi indeksi" + +#~ msgid "Modify an index" +#~ msgstr "Muokkaa indeksiä" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Sarakkeiden määrän on oltava nollaa suurempi." + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ Aloita lisääminen alusta ja lisää uusi arvo" diff --git a/po/fr.po b/po/fr.po index ba2431c58f..18c81295dd 100644 --- a/po/fr.po +++ b/po/fr.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" -"PO-Revision-Date: 2011-11-14 22:27+0200\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" +"PO-Revision-Date: 2011-11-19 12:43+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: french \n" "Language: fr\n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Pootle 2.1.6\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Tout afficher" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -39,9 +39,9 @@ msgstr "" "navigateur bloque les mises à jour entre fenêtres pour des raisons de " "sécurité." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Rechercher" @@ -49,10 +49,10 @@ msgstr "Rechercher" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -74,17 +74,17 @@ msgstr "Rechercher" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Exécuter" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Nom de l'index" @@ -136,19 +136,19 @@ msgstr "Commentaire sur la base de données: " msgid "Table comments" msgstr "Commentaires sur la table" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Colonne" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -160,18 +160,18 @@ msgstr "Colonne" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Type" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -204,8 +204,8 @@ msgstr "Relié à" msgid "Comments" msgstr "Commentaires" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -220,8 +220,8 @@ msgstr "Commentaires" msgid "No" msgstr "Non" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -330,12 +330,12 @@ msgstr "Inclure les contraintes de clés étrangères" msgid "Switch to copied database" msgstr "Aller à la base de données copiée" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Interclassement" @@ -368,36 +368,36 @@ msgstr "Table" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Lignes" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Taille" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "utilisé" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Création" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Dernière modification" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Dernière vérification" @@ -460,7 +460,7 @@ msgid "Del" msgstr "Effacer" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Ou" @@ -529,8 +529,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s occurence dans la table %s" msgstr[1] "%s occurences dans la table %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Afficher" @@ -663,8 +663,8 @@ msgstr "Tout décocher" msgid "Check tables having overhead" msgstr "Cocher tables avec pertes" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -678,14 +678,14 @@ msgstr "Exporter" msgid "Print view" msgstr "Version imprimable" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Vider" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Supprimer" @@ -694,7 +694,7 @@ msgstr "Supprimer" msgid "Check table" msgstr "Vérifier la table" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimiser la table" @@ -757,7 +757,7 @@ msgstr "Mis à jour" msgid "Status" msgstr "État" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -765,7 +765,7 @@ msgstr "État" msgid "Action" msgstr "Action" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Supprimer les données de suivi de cette table" @@ -801,22 +801,21 @@ msgstr "Suivre la table" msgid "Database Log" msgstr "Journal de la base de données" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "Éditeur ENUM/SET" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "Valeurs pour une nouvelle colonne" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, php-format -#| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "Valeurs pour la colonne %s" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "Saisir chaque valeur dans un champ séparé" @@ -886,45 +885,45 @@ msgstr "Utiliser OpenStreetMaps comme couche de base" msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Géométrie" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "Point" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "Point %d" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "Ajouter un point" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "Ligne" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "Anneau extérieur" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "Anneau intérieur" @@ -932,15 +931,15 @@ msgstr "Anneau intérieur" msgid "Add a linestring" msgstr "Ajouter une ligne" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "Ajouter un anneau intérieur" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "Polygone" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "Ajouter un polygone" @@ -1057,195 +1056,204 @@ msgstr "" "phpMyAdmin est plus convivial avec un navigateur supportant les cadres." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Cliquer pour sélectionner" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Cliquer pour désélectionner" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "La commande «DROP DATABASE» est désactivée." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Voulez-vous vraiment effectuer " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Vous êtes sur le point de DÉTRUIRE une base de données !" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "Vous êtes sur le point de DÉTRUIRE une table au complet !" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "Vous êtes sur le point de VIDER une table au complet !" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Suppression des données de suivi" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Destruction de clé primaire / index" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Cette opération pourrait être longue. Procéder quand même ?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Vous allez DÉSACTIVER un dépôt BLOB !" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "Êtes-vous certain de vouloir désactiver toutes les références BLOB pour la " "base %s ?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Formulaire incomplet !" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Ce n'est pas un nombre !" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "Ajouter un index" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Mode édition" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "Ajouter %s colonne(s)" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Nombre total" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Le nom de serveur est vide !" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Le nom d'utilisateur est vide !" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Le mot de passe est vide !" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Les mots de passe doivent être identiques !" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Ajouter un utilisateur" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Chargement des privilèges en cours" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Effacement des utilisateurs sélectionnés" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Fermer" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Modifier" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "Graphique du trafic en temps réel" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "Graphique des connexions et processus en temps réel" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "Graphique des requêtes en temps réel" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Données statiques" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Total" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Autres" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "  " #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "," -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "Kio transmis depuis le dernier rafraîchissement" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "Kio reçus depuis le dernier rafraîchissement" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Trafic du serveur (en Kio)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Connexions depuis le dernier rafraîchissement" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Processus" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Connexions / Processus" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "Questions depuis le dernier rafraîchissement" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "Questions (énoncés exécutés par le serveur)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Statistiques sur les requêtes" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "La configuration locale de la surveillance est incompatible" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1257,163 +1265,163 @@ msgstr "" "courante ne fonctionnera probablement pas. Veuillez réinitialiser votre " "configuration via le menu Paramètres." -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "Efficacité de la cache de requêtes" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "Utilisation de la cache de requêtes" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "Cache de requêtes utilisée" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "Utilisation processeur" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Mémoire système" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "Zone d'échange" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "Mio" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "Kio" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Charge moyenne" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "Mémoire système" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "Mémoire cache" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "Mémoire-tampon" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "Mémoire libre" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "Mémoire utilisée" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "Zone d'échange totale" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "Zone d'échange en cache" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "Zone d'échange utilisée" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "Zone d'échange libre" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "Octets envoyés" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "Octets reçus" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Connexions" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "Questions" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Trafic" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Paramètres" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "Supprimer le graphique" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "Éditer titre et étiquettes" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "Ajouter graphique à la grille" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "Veuillez ajouter au moins une variable à la série" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Aucune" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "Reprendre la surveillance" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "Mettre la surveillance en pause" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "general_log et slow_query_log sont activés." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "general_log est activé." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "slow_query_log est activé." -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "general_log et slow_query_log sont désactivés." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "log_output n'est pas réglé à TABLE." -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "log_output est réglé à TABLE." -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1424,12 +1432,12 @@ msgstr "" "prennent plus de %d secondes. Il est recommandé de régler long_query_time à " "0-2 secondes, selon votre système." -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time est réglé à %d seconde(s)." -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1438,30 +1446,30 @@ msgstr "" "défaut lors du rémarrage du serveur :" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "Régler log_output à %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "Activer %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "Désactiver %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "Régler long_query_time à %ds" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1469,43 +1477,43 @@ msgstr "" "Vous ne pouvez changer ces variables. Connectez-vous en tant que root ou " "contactez l'administrateur du serveur." -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "Changer les paramètres" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "Paramètres courants" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "Titre du graphique" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "Différentiel" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "Divisé par %s:" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "Depuis le journal des requêtes lentes" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "Depuis le journal général" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" "Analyse et chargement des journaux en cours. Ceci peut prendre un certain " "temps." -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1516,7 +1524,7 @@ msgstr "" "de regroupement, donc les autres propriétés des requêtes, comme l'heure de " "début, peuvent différer." -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1525,53 +1533,53 @@ msgstr "" "Puisque le groupement des requêtes INSERT a été sélectionné, les requêtes " "INSERT vers une même table sont groupées, peu importe les données insérées." -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "Fichier journal chargé. Requêtes exécutées dans ce laps de temps :" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "Aller à la table du journal" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "Journal analysé, mais aucune donnée trouvée pour ce laps de temps." #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 msgid "Log table filter options" msgstr "Options de filtrage de la table journal" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Filtre" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "Filtrer les requêtes par mot ou expression régulière :" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Grouper les requêtes en ignorant la partie variable des clauses WHERE" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "Somme des lignes regroupées :" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "Total :" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "Chargement des journaux en cours" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "Échec de rafraîchissement de la surveillance" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1580,21 +1588,21 @@ msgstr "" "Le serveur a retourné une réponse invalide. Votre session a probablement " "expiré. Veuillez recharger la page et vous connecter à nouveau." -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "Recharger la page" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "Lignes modifiées :" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" "Échec d'analyse du fichier de configuration. Il ne contient pas de code JSON " "valide" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." @@ -1602,269 +1610,281 @@ msgstr "" "Échec de construction du graphique avec la configuration importée. " "Réinitialisation à la configuration par défaut..." -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importer" -#: js/messages.php:192 +#: js/messages.php:193 msgid "Analyse Query" msgstr "Analyser la requête" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "Conseiller" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "Impact de performance possible" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "Problème" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "Recommandation" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "Détails de règle" -#: js/messages.php:201 +#: js/messages.php:202 msgid "Justification" msgstr "Alignement" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "Variable / formule utilisée" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "Test" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Annuler" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Chargement en cours" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Requête en traitement" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Erreur dans le traitement de la requête" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Suppression de la colonne" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Ajout de clé primaire" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "Cliquer pour éliminer ce message" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Changement de nom de la base de données" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Rafraîchir la base de données" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Copie de la base de données" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Changement du jeu de caractères" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "La table doit comporter au moins une colonne." -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Insérer dans la table" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "Cacher les index" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "Montrer les index" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "En recherche" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Cacher les résultats de recherche" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Afficher les résultats de recherche" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "Affichage en cours" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "Destruction en cours" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "La définition d'une fonction doit comporter un énoncé RETURN!" -#: js/messages.php:248 +#: js/messages.php:249 #, php-format msgid "Add %d value(s)" msgstr "Ajouter %d valeur(s)" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "Note : si le fichier contient plusieurs tables, elles seront combinées" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Cacher zone SQL" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Montrer zone SQL" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Aucune ligne n'a été sélectionnée" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Modifier" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "Durée d'exécution de la requête" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Sauvegarder" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Cacher les critères de recherche" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Afficher les critères de recherche" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 msgid "Zoom Search" msgstr "Recherche par zoom" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "Chaque point représente une ligne de données." -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "Survoler un point montrera sa description." -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" "Utilisez la molette de la souris pour effectuer un zoom avant / arrière." -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" "Cliquez et faites glisser la souris pour vous déplacer dans la série de " "points." -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "Cliquez le lien «Réinitialiser zoom» pour revenir à l'état original." -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Cliquez sur un point pour visualiser et possiblement éditer la ligne de " "données." -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "L'image peut être redimensionnée en faisant glisser le coin inférieur droit." -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "Les chaînes sont converties en nombres entiers aux fins d'affichage" -#: js/messages.php:287 +#: js/messages.php:288 msgid "Select two columns" msgstr "Sélectionnez deux colonnes" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "Sélectionnez deux colonnes différentes" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Opérations sur les résultats de la requête" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Taille du pointeur de données" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignorer" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Copier" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "Ajouter des colonnes" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Sélectionnez la clé référencée" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Choisissez la clé étrangère" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Veuillez choisir la clé primaire ou un index unique" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Colonne descriptive" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1872,15 +1892,15 @@ msgstr "" "Vous n'avez pas sauvegardé les changements. Ils seront perdus si vous ne les " "sauvegardez pas. Voulez-vous continuer?" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Ajouter une option pour la colonne" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "Appuyez sur la touche d'échappement pour annuler l'édition" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -1888,23 +1908,23 @@ msgstr "" "Vous avez modifier des données non encore sauvegardées, êtes vous sûr de " "vouloir quitter cette page avant de sauvegarder?" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "Faire glisser pour réordonner" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "Cliquer pour trier" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "Cliquer pour marquer/enlever les marques" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "Cliquer sur la flèche
pour gérer l'affichage des colonnes" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." @@ -1913,34 +1933,34 @@ msgstr "" "cases à cocher ainsi que les liens Edition, Copie et Supprimer pourrait ne " "plus fonctionner après prise en compte de la modification." -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" "Vous pouvez aussi modifier la plupart des colonnes
en cliquant " "directement sur leur contenu." -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "Suivre le lien" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Générer un mot de passe" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Générer" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Modifier le mot de passe" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "plus" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1950,260 +1970,260 @@ msgstr "" "une mise à niveau. La version la plus récente est %s, publiée le %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", dernière version stable :" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "à jour" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Fermer" -#: js/messages.php:366 +#: js/messages.php:369 msgctxt "Previous month" msgid "Prev" msgstr "Précédent" -#: js/messages.php:371 +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "Suivant" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Aujourd'hui" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "Janvier" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "Février" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "Mars" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "Avril" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Mai" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "Juin" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "Juillet" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "Août" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "Septembre" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "Octobre" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "Novembre" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "Décembre" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Janvier" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Février" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mars" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Avril" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Juin" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Juillet" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Août" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Septembre" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Octobre" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Novembre" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Décembre" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Dimanche" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Lundi" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Mardi" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "Mercredi" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "Jeudi" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "Vendredi" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "Samedi" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 msgid "Sun" msgstr "Dim" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Mer" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Jeu" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Ven" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Sam" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "Di" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "Lu" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "Me" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "Je" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "Ve" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Sem" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Moment" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Heure" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Minute" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Seconde" @@ -2292,45 +2312,45 @@ msgstr "Erreur lors du déplacement du fichier téléversé." msgid "Cannot read (moved) upload file." msgstr "Impossible de lire le fichier téléversé (déplacé)." -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Aucun index n'est défini !" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Index" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Unique" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Compressé" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Cardinalité" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Commentaire" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "La clé primaire a été effacée" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "L'index %s a été effacé" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2663,14 +2683,14 @@ msgstr "Tables" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Données" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Perte" @@ -2902,48 +2922,48 @@ msgstr "%s jours, %s heures, %s minutes et %s secondes" msgid "Missing parameter:" msgstr "Paramètre manquant :" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 msgctxt "First page" msgid "Begin" msgstr "Début" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 msgctxt "Previous page" msgid "Previous" msgstr "Précédent" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 msgctxt "Next page" msgid "Next" msgstr "Suivant" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 msgctxt "Last page" msgid "End" msgstr "Fin" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Aller à la base de données "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "La fonctionnalité %s est affectée par une anomalie connue, voir %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "Cliquer pour basculer" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2955,7 +2975,7 @@ msgstr "Cliquer pour basculer" msgid "Structure" msgstr "Structure" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2963,43 +2983,43 @@ msgstr "Structure" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Insérer" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Opérations" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Parcourir :" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" "Choisissez depuis le répertoire de téléchargement du serveur web %s :" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Le répertoire de transfert est inaccessible" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "Aucun fichier n'est disponible pour le transfert" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "Exécuter" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Imprimer" @@ -3454,7 +3474,7 @@ msgid "Character set of the file" msgstr "Jeu de caractères du fichier" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Format" @@ -5447,6 +5467,7 @@ msgstr "Le serveur ne répond pas." #: libraries/database_interface.lib.php:1772 msgid "Please check privileges of directory containing database." msgstr "" +"Veuillez vérifier les privilèges du répertoire contenant la base de données." #: libraries/database_interface.lib.php:1780 msgid "Details..." @@ -5484,7 +5505,7 @@ msgstr "Procédures stockées" msgid "Events" msgstr "Événements" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5860,7 +5881,7 @@ msgstr "Trier sur l'index" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Options" @@ -6461,12 +6482,12 @@ msgid "Data dump options" msgstr "Options d'exportation" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Contenu de la table" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Structure de la table" @@ -6680,31 +6701,31 @@ msgstr "Procédures" msgid "Functions" msgstr "Fonctions" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Contraintes pour les tables exportées" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Contraintes pour la table" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "TYPES MIME POUR LA TABLE" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELATIONS POUR LA TABLE" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Structure de la vue" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Doublure de structure pour la vue" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "Erreur de lecture des données :" @@ -6930,7 +6951,7 @@ msgid "To" msgstr "Vers" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Exécuter" @@ -7285,7 +7306,7 @@ msgstr "Variable" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Valeur" @@ -7964,6 +7985,11 @@ msgstr "Différence" msgid "Target database" msgstr "Base de données cible" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Cliquer pour sélectionner" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8118,7 +8144,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Index" @@ -8871,7 +8897,7 @@ msgstr "Position" msgid "Original position" msgstr "Position d'origine" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Information" @@ -9343,15 +9369,14 @@ msgstr "... supprimer l'ancien utilisateur." msgid "" "... revoke all active privileges from the old one and delete it afterwards." msgstr "" -" ... effacer tous les privilèges de l'ancien utilisateur, puis l'effacer." +"... effacer tous les privilèges de l'ancien utilisateur, puis l'effacer." #: server_privileges.php:2188 msgid "" "... delete the old one from the user tables and reload the privileges " "afterwards." msgstr "" -" ... supprimer l'ancien utilisateur, puis recharger les privilèges au " -"serveur." +"... supprimer l'ancien utilisateur, puis recharger les privilèges au serveur." #: server_privileges.php:2211 msgid "Database for user" @@ -9750,7 +9775,7 @@ msgstr "par minute" msgid "per second" msgstr "par seconde" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Information" @@ -11401,36 +11426,34 @@ msgstr "La clé ne peut être renommée PRIMARY!" msgid "No index parts defined!" msgstr "Aucune colonne n'a été définie pour cet index!" -#: tbl_indexes.php:169 -msgid "Create an index" -msgstr "Créer un index" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "Ajouter un index" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Modifier un index" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Mode édition" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Nom de l'index :" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(«PRIMARY» doit et ne peut être que le nom d'une clé primaire!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Nom de l'index :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Type d'index :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Ajouter à l'index %s colonne(s)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Le nombre de champs doit être plus grand que zéro." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "On ne peut déplacer la table sur elle-même!" @@ -11551,39 +11574,39 @@ msgstr "Vérifier l'intégrité référentielle" msgid "Showing tables" msgstr "Affichage des tables" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Espace utilisé" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Espace" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Effectif" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Statistiques" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "statique" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dynamique" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Longueur enr." -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Taille enr. " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "Prochain index automatique" @@ -11642,10 +11665,6 @@ msgstr "Affiche les valeurs distinctes" msgid "Add primary key" msgstr "Ajouter une clé primaire" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "Ajouter un index" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "Ajouter un index unique" @@ -11713,12 +11732,12 @@ msgstr "En début de table" msgid "After %s" msgstr "Après %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "Créer un index sur  %s colonnes" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "partitionné" @@ -11941,7 +11960,9 @@ msgstr "Le temps de disponibilité est inférieur à un jour" #: po/advisory_rules.php:6 msgid "Uptime is less than 1 day, performance tuning may not be accurate." -msgstr "Les informations de réglage peuvent être inexactes." +msgstr "" +"Le système est en marche depuis moins d'un jour, les conseils de performance " +"peuvent être inexacts." #: po/advisory_rules.php:7 msgid "" @@ -12790,7 +12811,9 @@ msgstr "Pourcentage du nombre de fichiers ouverts" msgid "" "The number of open files is approaching the max number of open files. You " "may get a \\\"Too many open files\\\" error." -msgstr "Le nombre de fichiers ouverts s'approche du maximum." +msgstr "" +"Le nombre de fichiers ouverts s'approche du maximum. Vous pouvez obtenir " +"l'erreur \\«Trop de fichiers sont ouverts\\»." #: po/advisory_rules.php:187 po/advisory_rules.php:192 msgid "" @@ -13206,6 +13229,18 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "Le paramètre concurrent_insert a une valeur de 0" +#~ msgid "Click to unselect" +#~ msgstr "Cliquer pour désélectionner" + +#~ msgid "Create an index" +#~ msgstr "Créer un index" + +#~ msgid "Modify an index" +#~ msgstr "Modifier un index" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Le nombre de champs doit être plus grand que zéro." + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ Recommencer l'insertion et ajouter une valeur" diff --git a/po/gl.po b/po/gl.po index 8e8bb058c9..70fce4f769 100644 --- a/po/gl.po +++ b/po/gl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-11-06 21:20+0200\n" "Last-Translator: inter981 \n" "Language-Team: galician \n" @@ -14,14 +14,14 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.1.6\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 #, fuzzy msgid "Show all" msgstr "Ver todo" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -39,9 +39,9 @@ msgstr "" "xanela pai ou porque as opcións de seguranza do seu navegador están " "bloqueando as actualizacións entre xanelas." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Buscar" @@ -49,10 +49,10 @@ msgstr "Buscar" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -74,17 +74,17 @@ msgstr "Buscar" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Ir" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Nome da chave" @@ -136,19 +136,19 @@ msgstr "Comentario da base de datos: " msgid "Table comments" msgstr "Comentarios da táboa" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Columnas" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -160,18 +160,18 @@ msgstr "Columnas" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Columna" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Nulo" @@ -204,8 +204,8 @@ msgstr "Ligazóns a" msgid "Comments" msgstr "Comentarios" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -220,8 +220,8 @@ msgstr "Comentarios" msgid "No" msgstr "Non" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -330,12 +330,12 @@ msgstr "Engadir limitacións" msgid "Switch to copied database" msgstr "Pasar á base de datos copiada" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Orde alfabética" @@ -368,36 +368,36 @@ msgstr "Táboa" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Filas" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Tamaño" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "en uso" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Creación" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Última actualización" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Última revisión" @@ -460,7 +460,7 @@ msgid "Del" msgstr "Eliminar" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "ou" @@ -533,8 +533,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s ocorrencia dentro da táboa %s" msgstr[1] "%s ocorrencias dentro da táboa %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Visualizar" @@ -671,8 +671,8 @@ msgstr "Quitarlles as marcas a todos" msgid "Check tables having overhead" msgstr "Exceso na comprobación" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -686,14 +686,14 @@ msgstr "Exportar" msgid "Print view" msgstr "Visualización previa da impresión" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Borrar" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Eliminar" @@ -702,7 +702,7 @@ msgstr "Eliminar" msgid "Check table" msgstr "Verificar a táboa" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimizar a táboa" @@ -771,7 +771,7 @@ msgstr "Actualizada" msgid "Status" msgstr "Estado" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -779,7 +779,7 @@ msgstr "Estado" msgid "Action" msgstr "Acción" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -815,22 +815,22 @@ msgstr "Seguir a táboa" msgid "Database Log" msgstr "Rexistro de actividade da base de datos" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of fields" msgid "Values for column %s" msgstr "Número de campos" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -905,49 +905,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Apply index(s)" msgid "Add a point" msgstr "Aplicar índice(s)" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "As liñas rematan por" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -957,17 +957,17 @@ msgstr "" msgid "Add a linestring" msgstr "Engadir un usuario novo" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Engadir un usuario novo" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add column(s)" msgid "Add a polygon" @@ -1080,216 +1080,225 @@ msgstr "Voltar" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin utilízase mellor cun navegador que acepte molduras." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "Non se permiten as ordes \"DROP DATABASE\"." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Seguro? " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Está a piques de eliminar (DESTROY) unha base de datos enteira!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "Está a piques de eliminar (DESTROY) unha táboa enteira!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "Está a piques de baleirar (TRUNCATE) unha base de datos enteira!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Eliminar os datos de seguemento" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Eliminar chaves primarias/Índice" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "" "Esta operación pode que leve moito tempo. Desexa proceder de todas formas?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Está a piques de desactivar (DISABLE) un repositorio de BLOB!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "Ten a certeza de querer desactivar todas as referencias a BLOB da base de " "datos %s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Falta un valor no formulario!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Non é un número!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Apply index(s)" +msgid "Add Index" +msgstr "Aplicar índice(s)" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Modo de edición" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add column(s)" +msgid "Add %d column(s) to index" +msgstr "Engadir columna(s)" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Log file count" msgid "Total count" msgstr "Número de ficheiros de rexistro" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "O nome do servidor está vacío!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "O nome do usuario está vacío!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "O contrasinal está vacío!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Os contrasinais non son os mesmos." -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Calquera usuario" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy #| msgid "Reloading the privileges" msgid "Reloading Privileges" msgstr "A recargar os privilexios" -#: js/messages.php:60 +#: js/messages.php:61 #, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" msgstr "Eliminar os usuarios seleccionados" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Fechar" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Modificar" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Escolla de servidor" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy #| msgid "SQL Query box" msgid "Live query chart" msgstr "Caixa de Procuras SQL" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Total" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "." #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "," -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Escolla de servidor" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Procesos" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "Conexións" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy #| msgid "Show statistics" msgid "Query statistics" msgstr "Mostrar as estatísticas" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Cannot load or save configuration" msgid "Local monitor configuration incompatible" msgstr "Non se puido cargar ou gravar a configuración" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1297,187 +1306,187 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "caché de procuras" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "caché de procuras" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "caché de procuras" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KiB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Log file count" msgid "Total memory" msgstr "Número de ficheiros de rexistro" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Reserva da memoria intermedia" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Total" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Páxinas libres" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Recibido" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Conexións" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy #| msgid "Versions" msgid "Questions" msgstr "Versións" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Tráfico" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "settings" msgid "Settings" msgstr "opcións" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Rename database to" msgid "Remove chart" msgstr "Mudar o nome da base de datos para" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Axustar á grella" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Ningunha" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1485,575 +1494,587 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "Configurar «log_output» a %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "Activar %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "Desactivar %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "Definir «long_query_time» a %ds" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "Other core settings" msgid "Change settings" msgstr "Outras opcións principais" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "settings" msgid "Current settings" msgstr "opcións" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Título do informe" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 #, fuzzy #| msgid "Difference" msgid "Differential" msgstr "Diferenza" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy #| msgid "Go to database" msgid "Jump to Log table" msgstr "Ir á base de datos" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "Opcións de exhibición das táboas" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Filtro" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of inserted rows" msgid "Sum of grouped rows:" msgstr "Número de fileiras inseridas" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Total" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy #| msgid "Load" msgid "Loading logs" msgstr "Cargar" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Recargar" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importar" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Actualizar a procura" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Documentación" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details..." msgid "Rule details" msgstr "Detalles..." -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Customization" msgid "Justification" msgstr "Personalización" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Cancelar" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy #| msgid "Load" msgid "Loading" msgstr "Cargar" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Procesos" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "Conforme" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Mudar o nome da base de datos para" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Rename database to" msgid "Reload Database" msgstr "Mudar o nome da base de datos para" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Copiar a base de datos para" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Conxunto de caracteres" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "Table must have at least one field." msgid "Table must have at least one column" msgstr "A táboa ha de ter, polo menos, un campo." -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Usar as táboas" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Apply index(s)" msgid "Hide indexes" msgstr "Aplicar índice(s)" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Mostrar a grella" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Procurar" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy #| msgid "SQL Query box" msgid "Hide search results" msgstr "Caixa de Procuras SQL" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy #| msgid "SQL Query box" msgid "Show search results" msgstr "Caixa de Procuras SQL" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Visualizar" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "A eliminar %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "Add a new server" msgid "Add %d value(s)" msgstr "Engadir un servidor novo" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy #| msgid "SQL Query box" msgid "Hide query box" msgstr "Caixa de Procuras SQL" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy #| msgid "SQL Query box" msgid "Show query box" msgstr "Caixa de Procuras SQL" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Non hai ningunha fileira seleccionada" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Mudar" -#: js/messages.php:259 +#: js/messages.php:260 #, fuzzy #| msgid "Maximum execution time" msgid "Query execution time" msgstr "Tempo máximo de execución" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Gardar" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy #| msgid "SQL Query box" msgid "Hide search criteria" msgstr "Caixa de Procuras SQL" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy #| msgid "SQL Query box" msgid "Show search criteria" msgstr "Caixa de Procuras SQL" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Procurar" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Engadir/Eliminar columnas de campo" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Operacións de resultados da procura" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Tamaño do punteiro de datos" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignorar" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add column(s)" msgid "Add columns" msgstr "Engadir columna(s)" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Seleccionar a chave referida" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Escoller unha chave externa" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Escolla a chave primaria ou unha chave única" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Escolla o campo que quere que se mostre" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Ir á vista" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Xerar un contrasinal" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Xerar" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Trocar o contrasinal" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Lu" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2063,33 +2084,33 @@ msgstr "" "actualizala. A versión máis recente é %s, publicada o %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 #, fuzzy #| msgid "Check for latest version" msgid ", latest stable version:" msgstr "Comprobar cal é a última versión" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy #| msgid "Go to database" msgid "up to date" msgstr "Ir á base de datos" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Doar" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Anterior" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2097,96 +2118,96 @@ msgid "Next" msgstr "Seguinte" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Total" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binario " -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Abr" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Maio" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Xuño" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Xullo" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Ago" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Out" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Xan" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2194,78 +2215,78 @@ msgid "May" msgstr "Maio" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Xuño" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Xullo" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Set" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Out" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Dec" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Do" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Lu" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Ma" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Ve" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2273,107 +2294,107 @@ msgid "Sun" msgstr "Do" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Lu" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Ma" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Mé" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Xo" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Ve" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Sá" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Do" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Lu" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Mé" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Xo" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Ve" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sá" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Tempo" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "en uso" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2459,45 +2480,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Non se definiu ningún índice" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Índices" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Único" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Empaquetado" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Cardinalidade" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Comentario" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Eliminouse a chave primaria" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Eliminouse o índice %s" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2845,14 +2866,14 @@ msgstr "Táboas" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Datos" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "De máis (Overhead)" @@ -3095,7 +3116,7 @@ msgstr "%s días, %s horas, %s minutos e %s segundos" msgid "Missing parameter:" msgstr "Rutinas" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3103,7 +3124,7 @@ msgctxt "First page" msgid "Begin" msgstr "Inicio" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3112,7 +3133,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Anterior" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3121,7 +3142,7 @@ msgctxt "Next page" msgid "Next" msgstr "Seguinte" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3129,22 +3150,22 @@ msgctxt "Last page" msgid "End" msgstr "Fin" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Saltar à base de datos "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "A función %s vese afectada por un erro descoñecido; consulte %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3156,7 +3177,7 @@ msgstr "" msgid "Structure" msgstr "Estrutura" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3164,43 +3185,43 @@ msgstr "Estrutura" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Inserir" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operacións" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "directorio de recepción do servidor web" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Non se pode acceder ao directorio que designou para os envíos" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Imprimir" @@ -3689,7 +3710,7 @@ msgid "Character set of the file" msgstr "Conxunto de caracteres do ficheiro" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Formato" @@ -5852,7 +5873,7 @@ msgstr "Rutinas" msgid "Events" msgstr "Acontecementos" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -6295,7 +6316,7 @@ msgstr "Ordenar pola chave" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Opcións" @@ -6910,12 +6931,12 @@ msgid "Data dump options" msgstr "Opcións de exhibición das bases de datos" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "A extraer datos da táboa" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Estrutura da táboa" @@ -7120,31 +7141,31 @@ msgstr "Procedementos" msgid "Functions" msgstr "Funcións" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Limitacións para os volcados das táboas" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Limitacións para a táboa" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "TIPOS MIME PARA A TÁBOA" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELACIÓNS PARA A TÁBOA" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Estrutura para a vista" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Estrutura existente para a vista" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -7384,7 +7405,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Enviar" @@ -7740,7 +7761,7 @@ msgstr "Variábel" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Valor" @@ -8512,6 +8533,11 @@ msgstr "Diferenza" msgid "Target database" msgstr "Base de datos de destino" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8675,7 +8701,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Índice" @@ -9534,7 +9560,7 @@ msgstr "Posición" msgid "Original position" msgstr "Posición orixinal" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Información" @@ -10426,7 +10452,7 @@ msgstr "por minuto" msgid "per second" msgstr "por segundo" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Informacións" @@ -12187,39 +12213,37 @@ msgstr "Non se pode facer que este índice sexa PRIMARIO!" msgid "No index parts defined!" msgstr "Non se definiron partes do índice" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Crear un índice novo" +#| msgid "Apply index(s)" +msgid "Add index" +msgstr "Aplicar índice(s)" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Modificar un índice" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Modo de edición" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Nome do índice :" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARIA\" debe ser o nome de e só de unha chave primaria)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Nome do índice :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Tipo de índice :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Engadir ao índice  %s coluna(s)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "O número de columnas ten que ser maior de cero" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Non se pode mover unha táboa sobre si mesma" @@ -12348,39 +12372,39 @@ msgstr "Comprobar a integridade das referencias:" msgid "Showing tables" msgstr "Mostrar as táboas" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Uso do espazo" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Uso" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Efectivo" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Estatísticas da fileira" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "estático" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dinámico" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Lonxitude da fileira" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Tamaño da fileira " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -12444,12 +12468,6 @@ msgstr "Examinar valores claramente distintos" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -#, fuzzy -#| msgid "Apply index(s)" -msgid "Add index" -msgstr "Aplicar índice(s)" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -12528,13 +12546,13 @@ msgstr "No comezo da táboa" msgid "After %s" msgstr "Despois de %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Crear un índice en %s colunas" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "particionado" @@ -13925,6 +13943,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Crear un índice novo" + +#~ msgid "Modify an index" +#~ msgstr "Modificar un índice" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "O número de columnas ten que ser maior de cero" + #, fuzzy #~ msgid "Create Table" #~ msgstr "Crear táboas" diff --git a/po/he.po b/po/he.po index a8a0da7b89..9ac419f920 100644 --- a/po/he.po +++ b/po/he.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-03-02 20:17+0200\n" "Last-Translator: \n" "Language-Team: hebrew \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "הצג הכל" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -35,9 +35,9 @@ msgid "" "cross-window updates." msgstr "עדכון חלון הדפדפן הנבחר נכשל." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "חיפוש" @@ -45,10 +45,10 @@ msgstr "חיפוש" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -70,17 +70,17 @@ msgstr "חיפוש" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "סע" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "שמות מפתח" @@ -130,21 +130,21 @@ msgstr "הערה על מאגר הנתונים: " msgid "Table comments" msgstr "הערות טבלה" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 #, fuzzy #| msgid "Column names" msgid "Column" msgstr "שמות עמודה" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -156,18 +156,18 @@ msgstr "שמות עמודה" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "סוג" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -200,8 +200,8 @@ msgstr "קישורים אל" msgid "Comments" msgstr "הערות" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -216,8 +216,8 @@ msgstr "הערות" msgid "No" msgstr "לא" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -329,12 +329,12 @@ msgstr "הוספת הגבלות" msgid "Switch to copied database" msgstr "מעבר למאגר נתונים שהועתק" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "קידוד" @@ -371,36 +371,36 @@ msgstr "טבלה" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "שורות" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "גודל" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "בשימוש" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "יצירה" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "עדכון אחרון" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "נבדק לאחרונה" @@ -465,7 +465,7 @@ msgid "Del" msgstr "מחיקה" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "או" @@ -538,8 +538,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "" msgstr[1] "" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "עיון" @@ -681,8 +681,8 @@ msgstr "בטל סימון הכל" msgid "Check tables having overhead" msgstr "בדיקת טבלאות עבור תקורה" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -696,14 +696,14 @@ msgstr "ייצוא" msgid "Print view" msgstr "תצוגת הדפסה" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "ריקון" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "הסרה" @@ -712,7 +712,7 @@ msgstr "הסרה" msgid "Check table" msgstr "בדיקת טבלה" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "ייעול טבלה" @@ -780,7 +780,7 @@ msgstr "" msgid "Status" msgstr "מצב" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -788,7 +788,7 @@ msgstr "מצב" msgid "Action" msgstr "פעולה" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -828,22 +828,22 @@ msgstr "בדיקת טבלה" msgid "Database Log" msgstr "מאגר נתונים" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of fields" msgid "Values for column %s" msgstr "מספר שדות" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -915,49 +915,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add new field" msgid "Add a point" msgstr "הוספת שדה חדש" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "שורות מסתיימות ע\"י" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -967,17 +967,17 @@ msgstr "" msgid "Add a linestring" msgstr "הוספת משתמש חדש" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "הוספת משתמש חדש" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add %s field(s)" msgid "Add a polygon" @@ -1077,212 +1077,221 @@ msgstr "חזרה" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin יותר ידידותי עם דפדפן frames-capable." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "הוראות \"DROP DATABASE\" מבוטלות." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "האם אתה באמת רוצה " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "אתה עומד להרוס מאגר נתונים שלם!" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "אתה עומד להרוס מאגר נתונים שלם!" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "אתה עומד להרוס מאגר נתונים שלם!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "תהליך זה יכול לקחת זמן רב. להמשיך בכל מקרה?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "ערך ריק בטופס!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "זה אינו מספר!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add new field" +msgid "Add Index" +msgstr "הוספת שדה חדש" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit next row" +msgid "Edit Index" +msgstr "עריכת השורה הבאה" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s field(s)" +msgid "Add %d column(s) to index" +msgstr "הוספת %s תאים" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Total" msgid "Total count" msgstr "סה\"כ" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "שם המארח ריק!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "שם המשתמש ריק !" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "הסיסמא ריקה!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "הסיסמאות אינן זהות!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "כל משתמש" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy msgid "Reloading Privileges" msgstr "הרשאות גלובליות" -#: js/messages.php:60 +#: js/messages.php:61 #, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" msgstr "הסרת משתמשים שנבחרו" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "עריכה" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "בחירת שרת" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy msgid "Live query chart" msgstr "שאילתת SQL" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "סה\"כ" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "בחירת שרת" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "תהליכים" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "חיבורים" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy msgid "Query statistics" msgstr "סטטיסטיקת שורה" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1290,179 +1299,179 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy msgid "Query cache efficiency" msgstr "סוג שאילתה" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy msgid "Query cache usage" msgstr "סוג שאילתה" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy msgid "Query cache used" msgstr "סוג שאילתה" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Total" msgid "Total memory" msgstr "סה\"כ" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "סה\"כ" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "דפים חופשיים" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "התקבל" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "חיבורים" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy msgid "Questions" msgstr "Persian" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Traffic" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "תכונות קשר כלליות" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Rename database to" msgid "Remove chart" msgstr "שינוי שם מאגר נתונים אל" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "ללא" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1470,186 +1479,186 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "שמירה כקובץ" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "מופעל" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "מבוטל" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "תכונות קשר כלליות" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "תכונות קשר כלליות" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Import files" msgid "Chart Title" msgstr "קבצי ייבוא" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy msgid "Jump to Log table" msgstr "אין מאגרי נתונים" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Table options" msgid "Log table filter options" msgstr "אפשרויות טבלה" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of fields" msgid "Sum of grouped rows:" msgstr "מספר שדות" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "סה\"כ" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy msgid "Loading logs" msgstr "מקומי" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Rename database to" msgid "Reload page" msgstr "שינוי שם מאגר נתונים אל" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 @@ -1657,374 +1666,386 @@ msgstr "" msgid "Import" msgstr "ייצוא" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "עדכון שאילתה" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "תיעוד" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "תיעוד" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy msgid "Loading" msgstr "מקומי" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "תהליכים" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "אישור" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "שינוי שם מאגר נתונים אל" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Rename database to" msgid "Reload Database" msgstr "שינוי שם מאגר נתונים אל" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "העתקת מאגר נתונים אל" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "קידוד" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "Table must have at least one field." msgid "Table must have at least one column" msgstr "טבלה חייבית להכיל לפחות שדה אחד." -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "השתמש בטבלאות" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Add new field" msgid "Hide indexes" msgstr "הוספת שדה חדש" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "הראה רשת" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "חיפוש" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy msgid "Hide search results" msgstr "שאילתת SQL" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy msgid "Show search results" msgstr "שאילתת SQL" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "עיון" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "מוחק %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "הוספת משתמש חדש" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy msgid "Hide query box" msgstr "שאילתת SQL" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy msgid "Show query box" msgstr "שאילתת SQL" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "לא נבחרו שורות" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "שינוי" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "שמירה" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy msgid "Hide search criteria" msgstr "שאילתת SQL" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy msgid "Show search criteria" msgstr "שאילתת SQL" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "חיפוש" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "הוספת/מחיקת עמודות שדה" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "SQL result" +msgid "Query results" +msgstr "תוצאת SQL" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Table of contents" +msgid "Data point content" +msgstr "תוכן עניניים" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "התעלמות" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "העתקה" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "הוספת %s תאים" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "בחירת שדה להצגה" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "ייצור סיסמא" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "ייצור" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "שינוי סיסמא" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "יום שני" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2032,30 +2053,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr "" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "אין מאגרי נתונים" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy #| msgid "None" msgid "Done" msgstr "ללא" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "הקודם" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2063,96 +2084,96 @@ msgid "Next" msgstr "הבא" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "סה\"כ" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "בינארי" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "מרץ" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "אפריל" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "מאי" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "יוני" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "יולי" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "אוגוסט" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "אוקטובר" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "ינואר" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "פברואר" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "מרץ" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "אפריל" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2160,78 +2181,78 @@ msgid "May" msgstr "מאי" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "יוני" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "יולי" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "אוגוסט" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "ספטמבר" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "אוקטובר" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "נובמבר" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "דצמבר" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "יום ראשון" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "יום שני" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "יום שלישי" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "יום שישי" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2239,105 +2260,105 @@ msgid "Sun" msgstr "יום ראשון" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "יום שני" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "יום שלישי" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "יום רביעי" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "יום חמישי" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "יום שישי" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "שבת" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "יום ראשון" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "יום שני" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "יום שלישי" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "יום רביעי" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "יום חמישי" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "יום שישי" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "שבת" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "זמן" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "בשימוש" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2418,46 +2439,46 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "אין אינדקסים מוגדרים!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "אינדקסים" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "ייחודי" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "מספור" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 #, fuzzy msgid "Comment" msgstr "הערות" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "המפתח הראשי הוסר" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "אינדקס %s הוסר" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2780,14 +2801,14 @@ msgstr "טבלאות" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "נתונים" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "תקורה" @@ -3018,7 +3039,7 @@ msgstr "%s ימים, %s שעות, %s דקות ו- %s שניות" msgid "Missing parameter:" msgstr "הוספת שדה חדש" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3026,7 +3047,7 @@ msgctxt "First page" msgid "Begin" msgstr "התחלה" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3035,7 +3056,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "הקודם" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3044,7 +3065,7 @@ msgctxt "Next page" msgid "Next" msgstr "הבא" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3052,22 +3073,22 @@ msgctxt "Last page" msgid "End" msgstr "סיום" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "קפיצה אל מאגר נתונים "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3079,7 +3100,7 @@ msgstr "" msgid "Structure" msgstr "מבנה" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3087,42 +3108,42 @@ msgstr "מבנה" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "הכנסה" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "פעולות" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format msgid "Select from the web server upload directory %s:" msgstr "שמירת שרת בתוך תיקיית %s" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "הדפסה" @@ -3574,7 +3595,7 @@ msgid "Character set of the file" msgstr "חבילת הקידוד של הקובץ:" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "תבנית" @@ -5522,7 +5543,7 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5928,7 +5949,7 @@ msgstr "" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 #, fuzzy msgid "Options" msgstr "פעולות" @@ -6482,12 +6503,12 @@ msgid "Data dump options" msgstr "אפשרויות ייצוא מאגר נתונים" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "הוצאת מידע עבור טבלה" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "מבנה טבלה עבור טבלה" @@ -6695,32 +6716,32 @@ msgstr "תהליכים" msgid "Functions" msgstr "פונקציה" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "הגבלות לטבלאות שהוצאו" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "הגבלות לטבלה" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 #, fuzzy msgid "Structure for view" msgstr "מבנה בלבד" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy msgid "Error reading data:" msgstr "מאפשר מחיקת מידע." @@ -6941,7 +6962,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "שליחה" @@ -7290,7 +7311,7 @@ msgstr "משתנה" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "ערך" @@ -8029,6 +8050,11 @@ msgstr "" msgid "Target database" msgstr "חפש במסד הנתונים" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, fuzzy, php-format msgid "Run SQL query/queries on server %s" @@ -8179,7 +8205,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "אינדקס" @@ -8919,7 +8945,7 @@ msgstr "מיקום" msgid "Original position" msgstr "מיקום מקורי" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "מידע" @@ -9777,7 +9803,7 @@ msgstr "לדקה" msgid "per second" msgstr "לשנייה" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "משפטים" @@ -11261,38 +11287,36 @@ msgstr "לא ניתן לשנות שם אינדקס אל PRIMARY!" msgid "No index parts defined!" msgstr "No index parts defined!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "יצירת אינדקס חדש" +#| msgid "Add new field" +msgid "Add index" +msgstr "הוספת שדה חדש" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "עריכת אינדקס" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Add new field" +msgid "Edit index" +msgstr "הוספת שדה חדש" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "שם אינדקס:" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "שם אינדקס:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "סוג אינדקס:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "הוספה לאינדקס  %s שורה/שורות" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "מספר העמודות צריך להיות גדול מאפס." - #: tbl_move_copy.php:44 #, fuzzy msgid "Can't move table to same one!" @@ -11424,39 +11448,39 @@ msgstr "" msgid "Showing tables" msgstr "ראיית טבלאות" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "שימוש מקום" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "שימוש" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "יעיל" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "סטטיסטיקת שורה" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "דינאמי" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "אורך שורה" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "גודל שורה " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11515,12 +11539,6 @@ msgstr "עיין בערכים נפרדים" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -#, fuzzy -#| msgid "Add new field" -msgid "Add index" -msgstr "הוספת שדה חדש" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11599,13 +11617,13 @@ msgstr "בתחילת טבלה" msgid "After %s" msgstr "לאחר %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "יצירת אינדקס על %s  עמודות" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -12909,6 +12927,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "יצירת אינדקס חדש" + +#~ msgid "Modify an index" +#~ msgstr "עריכת אינדקס" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "מספר העמודות צריך להיות גדול מאפס." + #, fuzzy #~ msgid "Create Table" #~ msgstr "יצירת עמוד חדש" diff --git a/po/hi.po b/po/hi.po index 3dcd48194a..da57fc3db9 100644 --- a/po/hi.po +++ b/po/hi.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-07-24 19:04+0200\n" "Last-Translator: \n" "Language-Team: hindi \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "सभी दिखाएँ" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -37,9 +37,9 @@ msgstr "" "लक्ष्य ब्राउज़र विंडो को अद्यतन नहीं किया जा सकता है. शायद आपने मूल विंडो बंद कर दिया है," "या अपनी ब्राउसर की सिक्यूरिटी सेट्टिंग को क्रोस-विंडो अद्यतन के लिए कांफिगुर कर रखा है." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "ढूंढें" @@ -47,10 +47,10 @@ msgstr "ढूंढें" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -72,17 +72,17 @@ msgstr "ढूंढें" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "जाएँ" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "मुख्यनाम" @@ -134,19 +134,19 @@ msgstr "डाटाबेस टिप्पणि: " msgid "Table comments" msgstr "टेबल टिप्पणि:" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "स्तम्भ" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -158,18 +158,18 @@ msgstr "स्तम्भ" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "प्रकार/किस्म" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "शून्य" @@ -202,8 +202,8 @@ msgstr "के लिए लिंक" msgid "Comments" msgstr "टिप्पणी" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -218,8 +218,8 @@ msgstr "टिप्पणी" msgid "No" msgstr "नहीं" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -328,12 +328,12 @@ msgstr "शर्तें जोडें" msgid "Switch to copied database" msgstr "नक़ल किये गए डाटाबेस पर जायें" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "क्रम में करें" @@ -366,36 +366,36 @@ msgstr "टेबल " #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "रो" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "आकार" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "उपयोग में है" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "रचना" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "पिछला नवीनीकरण" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "पिछली जाँच" @@ -459,7 +459,7 @@ msgid "Del" msgstr "हटाइए" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "अथवा" @@ -528,8 +528,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s टेबल के अंदर %s मैच हैं." msgstr[1] "%s टेबल के अंदर %s मैच हैं." -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "ब्राउज़" @@ -660,8 +660,8 @@ msgstr "सभी को अनचेक करें" msgid "Check tables having overhead" msgstr "ओवर्हेअद वाली तालुकाओं को चेक करें." -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -675,14 +675,14 @@ msgstr "निर्यात" msgid "Print view" msgstr "छपाई द्रश्य." -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "खाली" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "रद्द" @@ -691,7 +691,7 @@ msgstr "रद्द" msgid "Check table" msgstr "टेबल को चेक करें" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "टेबल को अनुकूलित करें" @@ -754,7 +754,7 @@ msgstr "अद्यतन" msgid "Status" msgstr "स्थिति" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -762,7 +762,7 @@ msgstr "स्थिति" msgid "Action" msgstr "कार्य" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "इस टेबल के लिए ट्रैकिंग डेटा हटाएँ" @@ -798,24 +798,24 @@ msgstr "टेबलओं को ट्रैक करें" msgid "Database Log" msgstr "डेटाबेस का रोजनामचा" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "\"%s\" काँलम के लिए मान " -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "\"%s\" काँलम के लिए मान " -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field" @@ -893,49 +893,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add index" msgid "Add a point" msgstr "अनुक्रमणिका जोड़" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "लाईन समाप्त होता है" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -945,17 +945,17 @@ msgstr "" msgid "Add a linestring" msgstr "नया यूसर जोडें" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "नया यूसर जोडें" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add column" msgid "Add a polygon" @@ -1066,205 +1066,214 @@ msgstr "वापस" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin तख़्त-सक्षम ब्रोव्सेर के लिए ज्यादा दोस्ताना है." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "चयन करने के लिए क्लिक करें." - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "रद्द करने के लिए क्लिक करें." - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" बयान अक्षम हैं." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "क्या आप सचमुच चाहते है की" -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "आप एक पूरा डेटाबेस नष्ट कर रहे हैं! " -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "आप एक पूराटेबल नष्ट कर रहे हैं! " -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "आप एक पूरा डेटाबेस नष्ट कर रहे हैं! " -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "ट्रैकिंग डेटा हटाएँ" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "प्राथमिक-कुंजी/सूची छोड़" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "यह आपरेशन लंबे समय लग सकता है. फिर भी आगे बढ़ें?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "आप एक BLOB भंडार निष्क्रिय करने वाले हैं!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "क्या आप वाकई %s दाताबेस के सारे संदर्भ निष्क्रिय करना चाहते है?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "फॉर्म में मूल्य गूम हैं." -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "यह नंबर नहीं है!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "अनुक्रमणिका जोड़" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "संपादन मोड" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s field(s)" +msgid "Add %d column(s) to index" +msgstr "%s क्षेत्र जोडें" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "कुल गिनती" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "मेज़बान का नाम (hostname) खाली है!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "यूसर नाम खाली है!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "पासवर्ड खाली है" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "पासवर्ड मिलते झूलते नहीं हैं." -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "naya upyokta" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "प्रिविलेज पुनः लोड करें" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "चयनित यूसर को हटायें" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "बंद" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "सम्पादन" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "सर्वर चुनिये" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy #| msgid "Show query chart" msgid "Live query chart" msgstr "क्वरी चार्ट शो" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "कुल" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "सर्वर चुनिये" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "प्रक्रियां" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "कनेक्शन" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "डाटाबेसों के सांख्यिकी" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Could not save configuration" msgid "Local monitor configuration incompatible" msgstr "विन्यास सहेज नहीं सकते" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1272,187 +1281,187 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "क्वेरी कैश" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "क्वेरी कैश" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "क्वेरी कैश" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Total count" msgid "Total memory" msgstr "कुल गिनती" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "बफर पूल" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "कुल" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "मुक्त पृष्ठों" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "प्राप्त" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "कनेक्शन" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy #| msgid "Versions" msgid "Questions" msgstr "संस्करण" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "ट्रैफ़िक" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "सेटिंग्स" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Remove database" msgid "Remove chart" msgstr "डेटाबेस को हटा दे" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "ग्रिड पर स्नैप" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "कोई नहीं" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1460,548 +1469,560 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save output to a file" msgid "Set log_output to %s" msgstr "उत्पादन को फाईल मे सेव करें" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "सक्षम" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disabled" msgid "Disable %s" msgstr "अक्षम" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "सेटिंग्स प्रबंधक" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "अधिक सेटिंग्स" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Default title" msgid "Chart Title" msgstr "डिफ़ॉल्ट शीर्षक" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 #, fuzzy #| msgid "Difference" msgid "Differential" msgstr "अंतर" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy #| msgid "Jump to database" msgid "Jump to Log table" msgstr "डेटाबेस को कूद" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "टेबल प्रदर्शन विकल्प" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of inserted rows" msgid "Sum of grouped rows:" msgstr "डाली गयी पक्न्तियों" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "कुल" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy #| msgid "Loading" msgid "Loading logs" msgstr "लोड हो रहा है" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "पुनः लोड" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "आयात" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "क्वरी का नवीनीकरण करें" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "डोक्युमेंटेशन" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details..." msgid "Rule details" msgstr "विवरण..." -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Authentication" msgid "Justification" msgstr "प्रमाणीकरण" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "रद्द" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "लोड हो रहा है" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "याचिका प्रसंस्करण" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "याचिका प्रसंस्करणमें त्रुटि" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "काँलम गिराना" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "प्राथमिक कुंजी जोड़" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "ठीक है" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "डेटाबेस का नाम बदल कर ____ रखें" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "डेटाबेस पुनः लोड" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "डेटाबेस को ______ में कॉपी करें" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "वर्ण सेट बदलें" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "टेबल में कम से कम एक काँलम होना आवश्यक है" -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "टेबल का उपयोग करो" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Add index" msgid "Hide indexes" msgstr "अनुक्रमणिका जोड़" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "ग्रिड दिखाओ" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "खोजें" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy #| msgid "Hide search criteria" msgid "Hide search results" msgstr "खोज मापदंड छिपाना" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy #| msgid "Show search criteria" msgid "Show search results" msgstr "खोज मापदंड दिखाना" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "ब्राउज़" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Delete" msgid "Deleting" msgstr "मिटाएँ" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "Add a new User" msgid "Add %d value(s)" msgstr "नयी वलुए जोडें" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "क्वरी बॉक्स छुपा" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "क्वेरी बॉक्स दिखाएँ" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "कोई चयनित रो नहीं" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "बदलिये" -#: js/messages.php:259 +#: js/messages.php:260 #, fuzzy #| msgid "Maximum execution time" msgid "Query execution time" msgstr "अधिकतम निष्पादन समय" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "बचाना" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "खोज मापदंड छिपाना" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "खोज मापदंड दिखाना" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "ढूंढें" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "कोलम जोडें/हटायें" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "SQL result" +msgid "Query results" +msgstr "SQLपरिणाम" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "सूचक का आकार डेटा" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "ध्यान न देना" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "अनुकृति" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add column" msgid "Add columns" msgstr "नया काँलम जोडें" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "संदर्भित कुंजी का चयन करें." -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "विदेश कुंजी का चयन करें." -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "कृपया प्राथमिक कुंजी या एक अद्वितीय कुंजी का चयन करें" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "प्रदर्शित करने के लिए काँलम चयन करें." -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "काँलम के लिए एक विकल्प जोड़ें" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "चयन करने के लिए क्लिक करें." -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "दृश्य पर जायें" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "पासव्रड उत्पन्न करें" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "उत्पन्न" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "पासवर्ड बदलिये " -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "अधिक" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2010,29 +2031,29 @@ msgstr "" "phpMyAdmin का एक नया संस्करण उपलब्ध है, यह नया संस्करण %s है,और यह %s को प्रकाशित हुआ" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", नवीनतम स्थिर संस्करण:" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy #| msgid "Jump to database" msgid "up to date" msgstr "डेटाबेस को कूद" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "किया" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "पिछला" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2040,149 +2061,149 @@ msgid "Next" msgstr "अगला" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "आज" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "जनवरी" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "फरवरी" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "मार्च" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "अप्रैल" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "मई" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "जून" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "जुलाई" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "अगस्त" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "सितम्बर" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "अक्तूबर" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "नवम्बर" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "दिसम्बर" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "जनवरी" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "फरवरी" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "मार्च" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "अप्रैल" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "मई" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "जून" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "जुलाई" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "अगस्त" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "सितम्बर" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "अक्तूबर" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "नवम्बर" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "दिसमबर" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "रविवार" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "सोमवार" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "मन्गलवार" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "बुधवार" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "गुरूवार" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "शुक्रवार" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "शनिवार" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2190,89 +2211,89 @@ msgid "Sun" msgstr "रविवार" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "सोमवार" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "मन्गलवार" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "बुधवार" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "गुरुवार" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "शुक्रवार" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "शनिवार" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "रविवार" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "सोमवार" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "मन्गलवार" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "बुधवार" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "गुरुवार" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "शुक्रवार" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "शनिवार" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "हफ्ता" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "समय" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "घंटा" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "मिनट" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "सेकंड" @@ -2354,45 +2375,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "परिभाषित सूचकांक नहीं पाए गए!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "सूचकांक" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "अद्वितीय" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "जमा" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "प्रमुखता" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "टिप्पणी" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "प्राथमिक कुंजी गिरा दी गयी है" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "सूचकांक %s गिरा दिया गया है" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2725,14 +2746,14 @@ msgstr "टेबल" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "डाटा" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "जरूरत से ज्यादा" @@ -2961,7 +2982,7 @@ msgstr "%s दिन, %s घंटे, %s मिनट and %s सेकंड" msgid "Missing parameter:" msgstr "नियमित कार्य" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2969,7 +2990,7 @@ msgctxt "First page" msgid "Begin" msgstr "प्रारंभ" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -2978,7 +2999,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "पिछला" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -2987,7 +3008,7 @@ msgctxt "Next page" msgid "Next" msgstr "अगला" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -2995,24 +3016,24 @@ msgctxt "Last page" msgid "End" msgstr "आखरी" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr ""%s" डेटाबेस पर जायें " -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "%s कार्यक्षमताएक एक बग के द्वारा जनि जाती है| %s पर ध्यान दे " -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "चयन करने के लिए क्लिक करें." -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3024,7 +3045,7 @@ msgstr "चयन करने के लिए क्लिक करें." msgid "Structure" msgstr "संरचना" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3032,42 +3053,42 @@ msgstr "संरचना" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "इनसर्ट" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "कार्रवाई" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "अपने कंप्यूटर ब्राउज़ करें" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "अपने वेब सर्वर डिरेक्टरी से अपलोड चुने %s; " -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "आपकी अपलोड दिरेक्टोरी तक पहुंचा नहीं जा सकता" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "अपलोड करने के लिए फाइल उपलब्ध नहीं" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "छापें" @@ -3512,7 +3533,7 @@ msgid "Character set of the file" msgstr "फ़ाइल का चरित्र सेट" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "प्रारूप" @@ -5442,7 +5463,7 @@ msgstr "नियमित कार्य" msgid "Events" msgstr "" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5811,7 +5832,7 @@ msgstr "कुंजी सॉर्ट" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "विकल्प" @@ -6349,12 +6370,12 @@ msgid "Data dump options" msgstr "" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "" @@ -6554,31 +6575,31 @@ msgstr "प्रक्रियाओं" msgid "Functions" msgstr "" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "दुम्प टेबलओं के लिए प्रतिबन्ध" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "टेबल के लिए प्रतिबन्ध" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "टेबल के लिए MIME प्रकार" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "टेबल के लिए संबंध" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "वीएव के लिए संरचना" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -6808,7 +6829,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "सबमिट" @@ -7157,7 +7178,7 @@ msgstr "स्थिति" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "मूल्य" @@ -7918,6 +7939,11 @@ msgstr "अंतर" msgid "Target database" msgstr "लक्ष्य डेटाबेस" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "चयन करने के लिए क्लिक करें." + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8054,7 +8080,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "सूची" @@ -8773,7 +8799,7 @@ msgstr "स्थिति" msgid "Original position" msgstr "मूल स्थिति" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "सूचना" @@ -9622,7 +9648,7 @@ msgstr "प्रति मिनट" msgid "per second" msgstr "प्रति सेकंड" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "रो आँकड़े" @@ -11109,38 +11135,34 @@ msgstr "इन्डेक्स को PRIMARY नाम मे नहीं msgid "No index parts defined!" msgstr "सूचकांक परिभाषित हिस्सा नहीं " -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "अनुक्रमणिका जोड़" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "एक नया इन्डेक्स बनाऐं" +#| msgid "Edit mode" +msgid "Edit index" +msgstr "संपादन मोड" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "इन्डेक्स बदलें" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "इन्डेक्स नाम" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "\"PRIMARY\" नाम हो सकता है केवल एक प्राथमिक कुंजी का " -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "इन्डेक्स नाम" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "इन्डेक्स प्रकार" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "सूचकांक में जोडें  %s column(s)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "काँलम गणना शुन्य से अधिक होनी चाहिए" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "एक ही टेबल में स्थानांतरित नहीं कर सकते" @@ -11263,39 +11285,39 @@ msgstr "Referential अखंडता की जाँच करें" msgid "Showing tables" msgstr "टेबल दिखाओ" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "स्थान उपयोग" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "उपयोग" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "वास्तविक" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "पंक्ति आँकड़े" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "स्थिर" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "गतिशील" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "रौ की लंबाई" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "रौ का आकार" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11350,10 +11372,6 @@ msgstr "अलग मूल्य ब्राउस करें " msgid "Add primary key" msgstr "प्राथमिक कुंजी जोड़ें" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "अनुक्रमणिका जोड़" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "अद्वितीय अनुक्रमणिका जोड़" @@ -11425,12 +11443,12 @@ msgstr "टेबल के शुरू में" msgid "After %s" msgstr "%s के बाद" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr " %s  कोलम पर इन्डेक्स बनाऐं " -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "विभाजित" @@ -12777,6 +12795,19 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "रद्द करने के लिए क्लिक करें." + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "एक नया इन्डेक्स बनाऐं" + +#~ msgid "Modify an index" +#~ msgstr "इन्डेक्स बदलें" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "काँलम गणना शुन्य से अधिक होनी चाहिए" + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ प्रविष्टि पुनः आरंभ करें और एक नया मान जोड़ने के लिए" diff --git a/po/hr.po b/po/hr.po index 4b96066cef..c5e9409d82 100644 --- a/po/hr.po +++ b/po/hr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2010-07-21 14:54+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: croatian \n" @@ -15,13 +15,13 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.1\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Prikaži sve" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -39,9 +39,9 @@ msgstr "" "nadređeni prozor ili su postavke sigurnosti vašeg preglednika konfigurirane " "za blokiranje ažuriranja preko više prozora." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Traži" @@ -49,10 +49,10 @@ msgstr "Traži" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -74,17 +74,17 @@ msgstr "Traži" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Kreni" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Naziv ključa" @@ -136,21 +136,21 @@ msgstr "Komentar baze podataka: " msgid "Table comments" msgstr "Komentari tablice" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 #, fuzzy #| msgid "Column names" msgid "Column" msgstr "Nazivi stupaca" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -162,18 +162,18 @@ msgstr "Nazivi stupaca" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Vrsta" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -206,8 +206,8 @@ msgstr "Povezano s" msgid "Comments" msgstr "Komentari" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -222,8 +222,8 @@ msgstr "Komentari" msgid "No" msgstr "Ne" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -335,12 +335,12 @@ msgstr "Dodaj prisile" msgid "Switch to copied database" msgstr "Prebaci se na kopiranu bazu podataka" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Uspoređivanje" @@ -378,36 +378,36 @@ msgstr "Tablica" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Redaka" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Veličina" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "u upotrebi" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Izrada" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Posljednje ažuriranje" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Posljednja provjera" @@ -472,7 +472,7 @@ msgid "Del" msgstr "Del" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Ili" @@ -546,8 +546,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s poklapanja unutar tablice %s" msgstr[1] "%s poklapanja unutar tablice %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Pretraživanje" @@ -689,8 +689,8 @@ msgstr "Ukloni sve oznake" msgid "Check tables having overhead" msgstr "Provjeri za prepunjene tablice" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -704,14 +704,14 @@ msgstr "Izvoz" msgid "Print view" msgstr "Prikaz ispisa" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Isprazni" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Ispusti" @@ -720,7 +720,7 @@ msgstr "Ispusti" msgid "Check table" msgstr "Provjeri tablicu" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimiziraj tablicu" @@ -791,7 +791,7 @@ msgstr "" msgid "Status" msgstr "Stanje" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -799,7 +799,7 @@ msgstr "Stanje" msgid "Action" msgstr "Aktivnost" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -840,22 +840,22 @@ msgstr "Provjeri tablicu" msgid "Database Log" msgstr "Baza podataka" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of fields" msgid "Values for column %s" msgstr "Broj polja" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -929,49 +929,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add %s field(s)" msgid "Add a point" msgstr "Dodaj %s polja" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Redovi završeni s" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -981,17 +981,17 @@ msgstr "" msgid "Add a linestring" msgstr "Dodaj novog korisnika" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Dodaj novog korisnika" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add %s field(s)" msgid "Add a polygon" @@ -1106,217 +1106,226 @@ msgstr "" "phpMyAdmin je jednostavniji za upotrebu s preglednikom koji podržava " "okvire." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" izjave su onemogućene." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Želite li zaista " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "UNIŠTIT ĆETE CJELOKUPNU BAZU PODATAKA!" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "UNIŠTIT ĆETE CJELOKUPNU BAZU PODATAKA!" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "UNIŠTIT ĆETE CJELOKUPNU BAZU PODATAKA!" -#: js/messages.php:37 +#: js/messages.php:35 #, fuzzy #| msgid "Allows inserting and replacing data." msgid "Deleting tracking data" msgstr "Dopušta umetanje i zamjenu podataka." -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Ovaj postupak može potrajati dulje vrijeme. Ipak nastaviti?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "U obrascu nedostaje vrijednost!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Ovo nije brojka!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Index" +msgid "Add Index" +msgstr "Indeks" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit next row" +msgid "Edit Index" +msgstr "Uredi sljedeći redak" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s field(s)" +msgid "Add %d column(s) to index" +msgstr "Dodaj %s polja" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Log file count" msgid "Total count" msgstr "Najveći broj datoteka zapisnika" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Naziv računala je prazan!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Korisničko ime je prazno!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Lozinka je prazna!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Lozinke se ne podudaraju!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Bilo koji korisnik" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy #| msgid "Reloading the privileges" msgid "Reloading Privileges" msgstr "Ponovno učitavanje privilegija" -#: js/messages.php:60 +#: js/messages.php:61 #, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" msgstr "Ukloni odabrane korisnike" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Uređivanje" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Odabir poslužitelja" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy msgid "Live query chart" msgstr "SQL upit" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Ukupno" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "." #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "," -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Odabir poslužitelja" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Procesi" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "Veze" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy msgid "Query statistics" msgstr "Statistike redova" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Local monitor configuration incompatible" msgstr "Nije moguće učitati zadanu konfiguraciju iz: \"%1$s\"" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1324,186 +1333,186 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Pohrana upita" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Pohrana upita" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Pohrana upita" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "kB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Log file count" msgid "Total memory" msgstr "Najveći broj datoteka zapisnika" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Međuspremnik" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Ukupno" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Slobodne stranice" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Primljeno" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Veze" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy msgid "Questions" msgstr "Perzijski" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Promet" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Opće osobine relacija" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Rename database to" msgid "Remove chart" msgstr "Preimenuj bazu podataka u" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Poravnaj s mrežom" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "bez kompresije" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1511,562 +1520,574 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Spremi kao datoteku" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Omogućeno" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Onemogućeno" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Opće osobine relacija" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Opće osobine relacija" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Naslov izvještaja" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy msgid "Jump to Log table" msgstr "Nema baza podataka" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy msgid "Log table filter options" msgstr "Opcije izvoza baze podataka" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 #, fuzzy msgid "Filter" msgstr "Datoteke" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy msgid "Sum of grouped rows:" msgstr "Broj presloženih redaka." -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Ukupno" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy msgid "Loading logs" msgstr "Lokalno" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Osvježi" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Uvoz" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Ažuriraj upit" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dokumentacija" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details..." msgid "Rule details" msgstr "Detalji..." -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Dokumentacija" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Odustani" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy msgid "Loading" msgstr "Lokalno" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Procesi" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "U redu " -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Preimenuj bazu podataka u" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Rename database to" msgid "Reload Database" msgstr "Preimenuj bazu podataka u" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Kopiraj bazu podataka u" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Tablica znakova" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "Table must have at least one field." msgid "Table must have at least one column" msgstr "Tablica mora sadržavati najmanje jedno polje." -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Upotrijebi tablice" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Indexes" msgid "Hide indexes" msgstr "Indeksi" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Prikaži mrežu" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Traži" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy msgid "Hide search results" msgstr "SQL upit" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy msgid "Show search results" msgstr "SQL upit" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Pretraživanje" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Brisanje %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Dodaj novog korisnika" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy msgid "Hide query box" msgstr "SQL upit" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy msgid "Show query box" msgstr "SQL upit" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Nema odabranih redova" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Promijeni" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Spremi" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy msgid "Hide search criteria" msgstr "SQL upit" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy msgid "Show search criteria" msgstr "SQL upit" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Traži" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Dodaj/Izbriši stupce polja" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Operacije rezultata upita" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Veličina pokazatelja podataka" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignoriraj" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "Dodaj %s polja" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Odaberite referentni ključ" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Odaberite strani ključ" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Odaberite primarni ključ ili jedinstveni ključ" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Odaberi polje za prikaz" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy msgid "Go to link" msgstr "Nema baza podataka" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Generiraj lozinku" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generiraj" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Promijeni lozinku" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Pon" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2074,30 +2095,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 #, fuzzy msgid ", latest stable version:" msgstr "Izradi relaciju" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "Nema baza podataka" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy msgid "Done" msgstr "Podaci" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Prethodni" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2105,96 +2126,96 @@ msgid "Next" msgstr "Sljedeće" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Ukupno" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binarno" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Ožu" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Tra" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Svi" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Lip" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Srp" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Kol" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Lis" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Sij" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Velj" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Ožu" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Tra" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2202,78 +2223,78 @@ msgid "May" msgstr "Svi" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Lip" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Srp" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Kol" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Ruj" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Lis" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Stu" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Pro" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ned" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Pon" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Uto" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Pet" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2281,107 +2302,107 @@ msgid "Sun" msgstr "Ned" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Uto" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Sri" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Čet" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Pet" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Sub" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ned" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Pon" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Uto" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Sri" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Čet" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pet" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sub" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Vrijeme" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "u upotrebi" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2467,45 +2488,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Nema definiranog indeksa!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indeksi" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Jedinstveno" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Pakirano" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Najvažnije" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Komentar" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Primarni ključ je odbačen" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Index %s je odbačen" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2839,14 +2860,14 @@ msgstr "Tablice" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Podaci" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Prepunjenje" @@ -3085,7 +3106,7 @@ msgstr "%s dana, %s sati, %s minuta i %s sekunda" msgid "Missing parameter:" msgstr "Rutine" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3093,7 +3114,7 @@ msgctxt "First page" msgid "Begin" msgstr "Na vrh stranice" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3102,7 +3123,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Prethodni" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3111,7 +3132,7 @@ msgctxt "Next page" msgid "Next" msgstr "Sljedeće" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3119,22 +3140,22 @@ msgctxt "Last page" msgid "End" msgstr "Završetak" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Skoči do baze podataka \"%s\"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Na funkcionalnost %s utječe poznati nedostatak. Pogledajte %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3146,7 +3167,7 @@ msgstr "" msgid "Structure" msgstr "Strukturu" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3154,43 +3175,43 @@ msgstr "Strukturu" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Umetni" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operacije" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "mapa učitavanja web poslužitelja" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Mapu koju ste odabrali za potrebe učitavanja nije moguće dohvatiti" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Ispiši" @@ -3646,7 +3667,7 @@ msgid "Character set of the file" msgstr "Tablica znakova za datoteku:" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Oblikovanje" @@ -5622,7 +5643,7 @@ msgstr "Rutine" msgid "Events" msgstr "Događaji" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -6053,7 +6074,7 @@ msgstr "Presloži po ključu" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Opcije" @@ -6662,12 +6683,12 @@ msgid "Data dump options" msgstr "Opcije izvoza baze podataka" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Izbacivanje podataka za tablicu" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Tablična struktura za tablicu" @@ -6872,31 +6893,31 @@ msgstr "Postupci" msgid "Functions" msgstr "Funkcije" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Ograničenja za izbačene tablice" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Ograničenja za tablicu" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME VRSTE ZA TABLICU" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELACIJE TABLICE" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Struktura za pregledavanje" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Unutarnja struktura za pregledavanje" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -7123,7 +7144,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Podnesi" @@ -7473,7 +7494,7 @@ msgstr "Varijabla" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Vrijednost" @@ -8229,6 +8250,11 @@ msgstr "" msgid "Target database" msgstr "Traži u bazi podataka" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8391,7 +8417,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Indeks" @@ -9222,7 +9248,7 @@ msgstr "Položaj" msgid "Original position" msgstr "Izvorni položaj" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Podaci" @@ -10093,7 +10119,7 @@ msgstr "po minuti" msgid "per second" msgstr "po sekundi" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Izjave" @@ -11719,39 +11745,35 @@ msgstr "Preimenovanje indeksa u PRIMARY nije moguće!" msgid "No index parts defined!" msgstr "Nema definiranih dijelova indeksa!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Izradi novi indeks" +#| msgid "Print view" +msgid "Edit index" +msgstr "Prikaz ispisa" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Uredi indeks" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Naziv indeksa:" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" mora biti naziv i samo naziv primarnog ključa!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Naziv indeksa:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Vrsta indeksa:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Dodaj u indeks  %s stupci" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Broj stupaca mora biti veći od nule." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Premještanje u istu tablicu nije moguće!" @@ -11879,39 +11901,39 @@ msgstr "Provjeri referencijalan integritet:" msgid "Showing tables" msgstr "Prikaži tablice" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Iskorištenost prostora" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Upotreba" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Na snazi" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Statistike redova" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dinamički" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Duljina retka" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Veličina retka " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11972,10 +11994,6 @@ msgstr "Pretraži prepoznatljive vrijednosti" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -12052,13 +12070,13 @@ msgstr "Pri početku tablice" msgid "After %s" msgstr "Poslije %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Izradi indeks  %s stupaca" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "particionirano" @@ -13402,6 +13420,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Izradi novi indeks" + +#~ msgid "Modify an index" +#~ msgstr "Uredi indeks" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Broj stupaca mora biti veći od nule." + #, fuzzy #~ msgid "Create Table" #~ msgstr "Izradi tablicu" diff --git a/po/hu.po b/po/hu.po index c9ec3f0995..18ae64b4bf 100644 --- a/po/hu.po +++ b/po/hu.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-11-01 14:26+0200\n" "Last-Translator: Balázs Úr \n" "Language-Team: hungarian \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.1.6\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Összes megjelenítése" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "szülőablakot, vagy a böngésző biztonsági beállításai tiltják az ablakok " "közti frissítést." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Keresés" @@ -48,10 +48,10 @@ msgstr "Keresés" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "Keresés" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Indítás" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Kulcsnév" @@ -135,19 +135,19 @@ msgstr "Megjegyzés az adatbázishoz: " msgid "Table comments" msgstr "Tábla megjegyzése" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Oszlop" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "Oszlop" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Típus" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Nulla" @@ -203,8 +203,8 @@ msgstr "Hivatkozás" msgid "Comments" msgstr "Megjegyzések" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "Megjegyzések" msgid "No" msgstr "Nem" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -329,12 +329,12 @@ msgstr "Megszorítás hozzáadása" msgid "Switch to copied database" msgstr "A másolt adatbázisra váltás" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Illesztés" @@ -367,36 +367,36 @@ msgstr "Tábla" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Sorok" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Méret" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "használatban" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Létrehozás" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Utolsó frissítés" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Utolsó ellenőrzés" @@ -459,7 +459,7 @@ msgid "Del" msgstr "Törlés" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Vagy" @@ -528,8 +528,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s találat a(z) %s táblában" msgstr[1] "%s találat a(z) %s táblában" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Tartalom" @@ -662,8 +662,8 @@ msgstr "Kijelölés törlése" msgid "Check tables having overhead" msgstr "A felülírott táblák kijelölése" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -677,14 +677,14 @@ msgstr "Exportálás" msgid "Print view" msgstr "Nyomtatási nézet" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Kiürítés" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Eldobás" @@ -693,7 +693,7 @@ msgstr "Eldobás" msgid "Check table" msgstr "Tábla ellenőrzése" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Tábla optimalizálása" @@ -756,7 +756,7 @@ msgstr "frissítve" msgid "Status" msgstr "Állapot" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -764,7 +764,7 @@ msgstr "Állapot" msgid "Action" msgstr "Művelet" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Tábla nyomkövetési adatainak törlése" @@ -800,24 +800,24 @@ msgstr "Tábla nyomon követése" msgid "Database Log" msgstr "Adatbázis Log" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "\"%s\" oszlop értékei" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "\"%s\" oszlop értékei" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field" @@ -890,47 +890,47 @@ msgstr "OpenStreetMaps használata alaprétegként" msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Geometria" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "Pont" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "Pont hozzáadása" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Sorok vége" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "Külső gyűrű" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "Belső gyűrű" @@ -940,17 +940,17 @@ msgstr "Belső gyűrű" msgid "Add a linestring" msgstr "Új felhasználó hozzáadása" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Új felhasználó hozzáadása" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "Sokszög" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add column" msgid "Add a polygon" @@ -1070,201 +1070,210 @@ msgstr "Vissza" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "A phpMyAdmin keretkezelő böngészőben használhatóbb." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Kattintson a kijelöléshez." - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Kattintson a kijelölés megszüntetéséhez." - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "A \"DROP DATABASE\" utasítást letiltották." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Valóban a következőt akarja " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Ön a teljes adatbázis MEGSEMMISÍTÉSÉRE készül!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "Ön a teljes tábla MEGSEMMISÍTÉSÉRE készül!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "Ön a teljes tábla KIÜRÍTÉSÉRE készül!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Nyomkövetési adatok törlése" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Elsődleges kulcs/index törlése" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Ez a művelet sokáig eltarthat. Mindenképp folytatja?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Ön egy BLOB-raktár LETILTÁSÁRA készül!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "Biztosan le akarja tiltani a(z) %s adatbázis összes BLOB hivatkozását?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Érték hiányzik az űrlapban!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Ez nem szám!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "Index hozzáadása" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Szerkesztő mód" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "%s oszlop hozzáadása" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Log file count" msgid "Total count" msgstr "Naplófájlok száma" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "A hosztnév üres!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Üres a felhasználónév!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Üres a jelszó mező!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Nem egyeznek a jelszavak!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Felhasználó hozzáadása" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "A jogok újratöltése" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "A kijelölt felhasználók törlése" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Bezárás" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Módosítás" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Szerver választása" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy #| msgid "SQL Query box" msgid "Live query chart" msgstr "SQL-lekérdezési panelek" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Statikus adat" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Összesen" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Egyéb" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "KiB került elküldésre a legutóbbi frissítés óta" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "KiB került fogadásra a legutóbbi frissítés óta" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Szerverforgalom (KiB-ban)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Kapcsolatok a legutóbbi frissítés óta" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Folyamatok" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Kapcsolatok / Folyamatok" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "Kérdések a legutóbbi frissítés óta" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "Kérdések (a kiszolgáló által végrehajtott lekérdezések)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Lekérdezések statisztikája" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Cannot load or save configuration" msgid "Local monitor configuration incompatible" msgstr "A beállítások nem tölthetők be vagy menthetők" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1272,175 +1281,175 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Lekérdezési gyorsítótár" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Lekérdezési gyorsítótár" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Lekérdezési gyorsítótár" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "Rendszer CPU használat" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Rendszermemória" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "Rendszer lapozófájl" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Átlagos terhelés" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "Teljes memória" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "Gyorsítótárazott memória" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "Puffer memória" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "Szabad memória" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "Használt memória" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Összesen" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "Gyorsítótárazott lapozófájl" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "Használt lapozófájl" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Szabad lapok" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "Fogadott bájtok" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Kapcsolatok" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "Kérdések" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Forgalom" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Beállítások" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "Diagram eltávolítása" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "Cím és címkék szerkesztése" -#: js/messages.php:129 +#: js/messages.php:130 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Rácshoz illesztés" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Nincs" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "A general_log és a slow_query_log engedélyezve vannak." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "A general_log engedélyezve van." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "A slow_query_log engedélyezve van." -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "A slow_query_log és a general_log titlva vannak." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1448,43 +1457,43 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save output to a file" msgid "Set log_output to %s" msgstr "A kimenet mentése fájlként" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "%s engedélyezése" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "%s letiltása" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1493,386 +1502,398 @@ msgstr "" "rendszergazdaként vagy vegye fel a kapcsolatot az adatbázis " "adminisztrátorával." -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "Beállítások megváltoztatása" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "Jelenlegi beállítások" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "Diagramcím" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "Elemzés és naplók betöltése. Ez eltarthat egy ideig." -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "Ugrás a naplótáblához" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 msgid "Log table filter options" msgstr "Naplótábla szűrő beállításai" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Szűrő" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "A csoportosított sorok összege:" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "Összesen:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "Naplók betöltése" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "Oldal újratöltése" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "Érintett sorok:" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importálás" -#: js/messages.php:192 +#: js/messages.php:193 msgid "Analyse Query" msgstr "Lekérdezés elemzése" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "Javaslat" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "Szabály részletek" -#: js/messages.php:201 +#: js/messages.php:202 msgid "Justification" msgstr "Indoklás" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "Használt változó / képlet" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "Teszt" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Mégse" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Betöltés" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Kérés feldolgozása" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Hiba a kérés feldolgozásában" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Oszlop törlése" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Elsődleges kulcs hozzáadása" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Adatbázis(ok) átnevezése" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Adatbázis újratöltése" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Adatbázis másolása" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Karakterkészlet változtatása" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "A táblázatnak legalább egy oszlopot kell tartalmaznia." -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Tábla beszúrása" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "Indexek elrejtése" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "Indexek megjelenítése" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Keresés" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Keresési eredmények elrejtése" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Keresési eredmények megjelenítése" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "Böngészés" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "Törlés" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "+ Add a value" msgid "Add %d value(s)" msgstr "+ Érték hozzáadása" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" "Megjegyzés: Ha a fájl több táblát tartalmaz, akkor azok egyesítve lesznek" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "SQL-lekérdezési panelek elrejtése" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "SQL-lekérdezési panelek mutatása" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Nem jelölte ki a sort" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Módosítás" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "A lekérdezés végrehajtási ideje" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Mentés" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Keresési kritériumok elrejtése" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Keresési kritériumok mutatása" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Keresés" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "Minden pont egy adatsort ábrázol." -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 msgid "Select two columns" msgstr "Válasszon két oszlopot" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "Válasszon két különböző oszlopot" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Műveletek a lekérdezési eredménnyel" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Adatmutató mérete" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Kihagyás" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Másolás" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "Oszlopok hozzáadása" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Válassza ki a hivatkozott kulcsot" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Idegen kulcs kiválasztása" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Válassza ki az elsődleges kulcsot, vagy egy egyedi kulcsot" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Válassza ki a megjelenítendő oszlopot" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1880,68 +1901,68 @@ msgstr "" "Nem mentette a változtatásokat az elrendezésben. Mentés nélkül ezek el " "fognak veszni. Így is folytatni szeretné?" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Adjon meg egy opciót az oszlophoz " -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "Nyomja meg az escape-et a szerkesztés megszakításához" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "Kattintson a rendezéshez" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "Ugrás a hivatkozáshoz" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Jelszó generálása" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generálás" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Jelszó megváltoztatása" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Több" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1951,260 +1972,260 @@ msgstr "" "%s, kiadás dátuma: %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", utolsó stabil verzió:" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "friss" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Kész" -#: js/messages.php:366 +#: js/messages.php:369 msgctxt "Previous month" msgid "Prev" msgstr "Előző" -#: js/messages.php:371 +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "Következő" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Ma" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "Január" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "Február" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "Március" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "Április" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Május" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "Június" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "Július" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "Augusztus" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "Szeptember" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "Október" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "November" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "December" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "jan." #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "febr." #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "márc." #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "ápr." #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "máj." #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "jún." #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "júl." #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "aug." #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "szept." #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "okt." #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "nov." #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "dec." -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Vasárnap" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Hétfő" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Kedd" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "Szerda" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "Csütörtök" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "Péntek" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "Szombat" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 msgid "Sun" msgstr "Vas" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Hét" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Ked" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Sze" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Csü" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Pén" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Szo" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "Va" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "Hé" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "Ke" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "Sze" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "Cs" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "Pé" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "Szo" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Hét" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Idő" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Óra" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Perc" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "másodperc" @@ -2288,45 +2309,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Nincs meghatározott index!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indexek" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Egyedi" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Csomagolt" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Számosság" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Megjegyzés" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Az elsődleges kulcs eldobása megtörtént" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "A(z) %s index eldobása megtörtént" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2659,14 +2680,14 @@ msgstr "Táblák" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Adatok" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Felülírás" @@ -2892,7 +2913,7 @@ msgstr "%s nap, %s óra, %s perc, %s másodperc" msgid "Missing parameter:" msgstr "Hiányzó paraméter:" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2900,21 +2921,21 @@ msgctxt "First page" msgid "Begin" msgstr "A tetejére" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 msgctxt "Previous page" msgid "Previous" msgstr "Előző" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 msgctxt "Next page" msgid "Next" msgstr "Következő" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -2922,24 +2943,24 @@ msgctxt "Last page" msgid "End" msgstr "Vége" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Ugrás a(z) "%s" adatbázishoz." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "A(z) %s funkcióra egy ismert hiba van hatással, lásd itt: %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "Kattintson a kijelöléshez." -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2951,7 +2972,7 @@ msgstr "Kattintson a kijelöléshez." msgid "Structure" msgstr "Szerkezet" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2959,42 +2980,42 @@ msgstr "Szerkezet" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Beszúrás" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Műveletek" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Számítógép tallózása:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Válasszon a szerver feltöltési könyvtárából %s :" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Nem elérhető a feltöltésekhez megadott könyvtár" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "Nincsenek feltöltendő fájlok" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "Végrehajtás" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Nyomtatás" @@ -3452,7 +3473,7 @@ msgid "Character set of the file" msgstr "A fájl karakterkészlete" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Formátum" @@ -5495,7 +5516,7 @@ msgstr "Eljárások" msgid "Events" msgstr "Események" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5875,7 +5896,7 @@ msgstr "Kulcs szerinti rendezés" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Beállítások" @@ -6461,12 +6482,12 @@ msgid "Data dump options" msgstr "Adatkiírási beállítások" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "A tábla adatainak kiíratása" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Tábla szerkezet:" @@ -6679,31 +6700,31 @@ msgstr "Eljárások" msgid "Functions" msgstr "Függvények" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Megkötések a kiírt táblákhoz" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Megkötések a táblához" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "Tábla MIME-típusok" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "TÁBLA KAPCSOLATAI" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Nézet szerkezete" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "A nézet helyettes szerkezete" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "Hiba az adatolvasás közben:" @@ -6920,7 +6941,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Indítás" @@ -7276,7 +7297,7 @@ msgstr "Változó" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Érték" @@ -7987,6 +8008,11 @@ msgstr "Különbség" msgid "Target database" msgstr "Cél adatbázis" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Kattintson a kijelöléshez." + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8145,7 +8171,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Index" @@ -8920,7 +8946,7 @@ msgstr "Pozíció" msgid "Original position" msgstr "Eredeti pozíció" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Információ" @@ -9771,7 +9797,7 @@ msgstr "percenként" msgid "per second" msgstr "másodpercenként" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Utasítások" @@ -11426,38 +11452,36 @@ msgstr "Nem nevezhető át PRIMARY-re az index!" msgid "No index parts defined!" msgstr "Nincs meghatározott indexrész!" -#: tbl_indexes.php:169 -msgid "Create an index" -msgstr "Index létrehozása" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "Index hozzáadása" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Index módosítása" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Szerkesztő mód" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Index neve:" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(Az elsődleges kulcs nevének, és csak annak \"PRIMARY\"-nak kell lennie!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Index neve:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Index típusa:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Hozzáadás az index  %s oszlophoz" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Az oszlopok számának nullánál nagyobbnak kell lennie." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Nem helyezhető át ugyanabba a tábla!" @@ -11578,39 +11602,39 @@ msgstr "Hivatkozási sértetlenség ellenőrzése:" msgid "Showing tables" msgstr "Táblák megjelenítése" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Területhasználat" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Méret" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Hatásos" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Sorstatisztika" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "statikus" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dinamikus" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Sor hossza" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Sor mérete" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11669,10 +11693,6 @@ msgstr "A különböző értékek tallózása" msgid "Add primary key" msgstr "Elsődleges kuly hozzáadása" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "Index hozzáadása" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "Elsődleges kulcs hozzáadása" @@ -11740,12 +11760,12 @@ msgstr "A tábla elején" msgid "After %s" msgstr "%s után" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "Index készítése a(z)  %s oszlopokon" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "particionált" @@ -13065,6 +13085,18 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "Kattintson a kijelölés megszüntetéséhez." + +#~ msgid "Create an index" +#~ msgstr "Index létrehozása" + +#~ msgid "Modify an index" +#~ msgstr "Index módosítása" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Az oszlopok számának nullánál nagyobbnak kell lennie." + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ Kezdődjön a beszúrás elölről és adjon hozzá egy új értéket" diff --git a/po/id.po b/po/id.po index d6f5a6384d..8345689cc9 100644 --- a/po/id.po +++ b/po/id.po @@ -3,30 +3,26 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-11-19 09:54+0700\n" "Last-Translator: Ivan Lanin \n" "Language-Team: indonesian \n" +"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" "X-Poedit-Basepath: ../../..\n" "X-Poedit-Language: Indonesian\n" -#: browse_foreigners.php:35 -#: browse_foreigners.php:53 -#: js/messages.php:326 -#: libraries/display_tbl.lib.php:358 -#: server_privileges.php:1673 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 +#: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Tampilkan semua" -#: browse_foreigners.php:70 -#: libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: browse_foreigners.php:70 libraries/PDF.class.php:42 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -35,120 +31,76 @@ msgid "Page number:" msgstr "Nomor halaman:" #: browse_foreigners.php:133 -msgid "The target browser window could not be updated. Maybe you have closed the parent window, or your browser's security settings are configured to block cross-window updates." -msgstr "Gagal memperbarui jendela peramban target. Ada kemungkinan Anda telah menutup jendela induk atau pilihan keamanan pada peramban Anda mencekal pembaruan lintas-jendela" +msgid "" +"The target browser window could not be updated. Maybe you have closed the " +"parent window, or your browser's security settings are configured to block " +"cross-window updates." +msgstr "" +"Gagal memperbarui jendela peramban target. Ada kemungkinan Anda telah " +"menutup jendela induk atau pilihan keamanan pada peramban Anda mencekal " +"pembaruan lintas-jendela" -#: browse_foreigners.php:151 -#: libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 -#: libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 -#: libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Cari" -#: browse_foreigners.php:154 -#: db_operations.php:372 -#: db_operations.php:412 -#: db_operations.php:522 -#: db_operations.php:549 -#: db_search.php:337 -#: db_structure.php:614 -#: enum_editor.php:119 -#: gis_data_editor.php:133 -#: gis_data_editor.php:166 -#: gis_data_editor.php:315 -#: js/messages.php:207 -#: libraries/Config.class.php:1326 -#: libraries/Theme_Manager.class.php:309 -#: libraries/auth/cookie.auth.lib.php:245 -#: libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 -#: libraries/core.lib.php:513 +#: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 +#: db_operations.php:522 db_operations.php:549 db_search.php:337 +#: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 +#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 +#: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 -#: libraries/display_export.lib.php:349 -#: libraries/display_import.lib.php:267 -#: libraries/display_tbl.lib.php:567 -#: libraries/display_tbl.lib.php:697 -#: libraries/replication_gui.lib.php:76 -#: libraries/replication_gui.lib.php:375 -#: libraries/rte/rte_events.lib.php:493 -#: libraries/rte/rte_routines.lib.php:970 +#: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 +#: libraries/display_tbl.lib.php:567 libraries/display_tbl.lib.php:697 +#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:375 +#: libraries/rte/rte_events.lib.php:493 libraries/rte/rte_routines.lib.php:970 #: libraries/rte/rte_routines.lib.php:1448 #: libraries/rte/rte_triggers.lib.php:373 #: libraries/schema/User_Schema.class.php:147 #: libraries/schema/User_Schema.class.php:204 #: libraries/schema/User_Schema.class.php:446 #: libraries/schema/User_Schema.class.php:487 -#: libraries/select_server.lib.php:93 -#: libraries/sql_query_form.lib.php:348 -#: libraries/sql_query_form.lib.php:410 -#: libraries/sql_query_form.lib.php:463 -#: libraries/tbl_properties.inc.php:575 -#: main.php:107 -#: navigation.php:172 -#: navigation.php:210 -#: pmd_pdf.php:120 -#: prefs_manage.php:263 -#: prefs_manage.php:314 -#: server_binlog.php:109 -#: server_privileges.php:744 -#: server_privileges.php:1784 -#: server_privileges.php:2148 -#: server_privileges.php:2195 -#: server_privileges.php:2238 -#: server_replication.php:233 -#: server_replication.php:316 -#: server_replication.php:347 -#: server_synchronize.php:1309 -#: tbl_change.php:340 -#: tbl_change.php:1075 -#: tbl_change.php:1112 -#: tbl_indexes.php:268 -#: tbl_operations.php:284 -#: tbl_operations.php:321 -#: tbl_operations.php:523 -#: tbl_operations.php:585 -#: tbl_operations.php:768 -#: tbl_select.php:235 -#: tbl_structure.php:671 -#: tbl_structure.php:708 -#: tbl_tracking.php:416 -#: tbl_tracking.php:554 -#: tbl_zoom_select.php:313 -#: view_create.php:181 +#: libraries/select_server.lib.php:93 libraries/sql_query_form.lib.php:348 +#: libraries/sql_query_form.lib.php:410 libraries/sql_query_form.lib.php:463 +#: libraries/tbl_properties.inc.php:575 main.php:107 navigation.php:172 +#: navigation.php:210 pmd_pdf.php:120 prefs_manage.php:263 +#: prefs_manage.php:314 server_binlog.php:109 server_privileges.php:744 +#: server_privileges.php:1784 server_privileges.php:2148 +#: server_privileges.php:2195 server_privileges.php:2238 +#: server_replication.php:233 server_replication.php:316 +#: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 +#: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 +#: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 +#: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Kirim" -#: browse_foreigners.php:169 -#: browse_foreigners.php:173 -#: libraries/Index.class.php:432 -#: tbl_tracking.php:304 +#: browse_foreigners.php:169 browse_foreigners.php:173 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Nama Kunci" -#: browse_foreigners.php:170 -#: browse_foreigners.php:172 -#: server_collations.php:54 -#: server_collations.php:66 -#: server_engines.php:55 -#: server_plugins.php:147 -#: server_status.php:1466 +#: browse_foreigners.php:170 browse_foreigners.php:172 +#: server_collations.php:54 server_collations.php:66 server_engines.php:55 +#: server_plugins.php:147 server_status.php:1466 msgid "Description" msgstr "Deskripsi" -#: browse_foreigners.php:249 -#: browse_foreigners.php:258 -#: browse_foreigners.php:270 -#: browse_foreigners.php:278 +#: browse_foreigners.php:249 browse_foreigners.php:258 +#: browse_foreigners.php:270 browse_foreigners.php:278 msgid "Use this value" msgstr "Gunakan nilai ini" -#: bs_disp_as_mime_type.php:29 -#: bs_play_media.php:35 +#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: libraries/blobstreaming.lib.php:385 msgid "No blob streaming server configured!" msgstr "Tidak ada blob server streaming yang dikonfigurasi!" @@ -161,212 +113,133 @@ msgstr "Gagal mengambil header" msgid "Failed to open remote URL" msgstr "Gagal membuka URL jauh" -#: changelog.php:32 -#: license.php:28 +#: changelog.php:32 license.php:28 #, php-format -msgid "The %s file is not available on this system, please visit www.phpmyadmin.net for more information." -msgstr "Berkas %s tidak ditemukan dalam sistem ini, harap kunjungi www.phpmyadmin.net untuk informasi lebih lanjut." +msgid "" +"The %s file is not available on this system, please visit www.phpmyadmin.net " +"for more information." +msgstr "" +"Berkas %s tidak ditemukan dalam sistem ini, harap kunjungi www.phpmyadmin." +"net untuk informasi lebih lanjut." #: db_create.php:60 #, php-format msgid "Database %1$s has been created." msgstr "Basis data %1$s telah dibuat." -#: db_datadict.php:49 -#: db_operations.php:364 +#: db_datadict.php:49 db_operations.php:364 msgid "Database comment: " msgstr "Komentar basis data: " -#: db_datadict.php:153 -#: libraries/schema/Pdf_Relation_Schema.class.php:1279 -#: libraries/tbl_properties.inc.php:662 -#: tbl_operations.php:366 +#: db_datadict.php:153 libraries/schema/Pdf_Relation_Schema.class.php:1279 +#: libraries/tbl_properties.inc.php:662 tbl_operations.php:366 #: tbl_printview.php:124 msgid "Table comments" msgstr "Komentar tabel" -#: db_datadict.php:162 -#: db_qbe.php:196 -#: libraries/Index.class.php:436 -#: libraries/export/htmlword.php:249 -#: libraries/export/latex.php:359 -#: libraries/export/odt.php:286 -#: libraries/export/texytext.php:228 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:359 +#: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 -#: libraries/tbl_properties.inc.php:267 -#: libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 -#: tbl_chart.php:89 -#: tbl_indexes.php:196 -#: tbl_printview.php:136 -#: tbl_relation.php:395 -#: tbl_tracking.php:257 -#: tbl_tracking.php:308 -#: tbl_zoom_select.php:434 +#: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 +#: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Kolom" -#: db_datadict.php:163 -#: db_printview.php:103 -#: libraries/Index.class.php:433 -#: libraries/db_structure.lib.php:46 -#: libraries/export/htmlword.php:250 -#: libraries/export/latex.php:359 -#: libraries/export/odt.php:289 -#: libraries/export/texytext.php:229 -#: libraries/rte/rte_list.lib.php:53 -#: libraries/rte/rte_list.lib.php:69 -#: libraries/rte/rte_routines.lib.php:836 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 +#: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 +#: libraries/export/latex.php:359 libraries/export/odt.php:289 +#: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 +#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_routines.lib.php:836 #: libraries/rte/rte_routines.lib.php:861 #: libraries/rte/rte_routines.lib.php:1366 #: libraries/schema/Pdf_Relation_Schema.class.php:1306 #: libraries/schema/Pdf_Relation_Schema.class.php:1327 -#: libraries/tbl_properties.inc.php:93 -#: libraries/tbl_select.lib.php:84 -#: server_privileges.php:2251 -#: tbl_change.php:297 -#: tbl_change.php:324 -#: tbl_printview.php:137 -#: tbl_printview.php:272 -#: tbl_structure.php:202 -#: tbl_structure.php:765 -#: tbl_tracking.php:258 -#: tbl_tracking.php:305 +#: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 +#: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 +#: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Jenis" -#: db_datadict.php:165 -#: libraries/Index.class.php:439 -#: libraries/export/htmlword.php:251 -#: libraries/export/latex.php:359 -#: libraries/export/odt.php:292 -#: libraries/export/texytext.php:230 +#: db_datadict.php:165 libraries/Index.class.php:447 +#: libraries/export/htmlword.php:251 libraries/export/latex.php:359 +#: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 -#: libraries/tbl_properties.inc.php:102 -#: tbl_change.php:333 -#: tbl_printview.php:138 -#: tbl_structure.php:205 -#: tbl_tracking.php:260 -#: tbl_tracking.php:311 -#: tbl_zoom_select.php:435 +#: libraries/tbl_properties.inc.php:102 tbl_change.php:333 +#: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Kosong" -#: db_datadict.php:166 -#: db_structure.php:537 -#: libraries/export/htmlword.php:252 -#: libraries/export/latex.php:359 -#: libraries/export/odt.php:295 +#: db_datadict.php:166 db_structure.php:537 libraries/export/htmlword.php:252 +#: libraries/export/latex.php:359 libraries/export/odt.php:295 #: libraries/export/texytext.php:231 #: libraries/schema/Pdf_Relation_Schema.class.php:1309 #: libraries/schema/Pdf_Relation_Schema.class.php:1330 -#: libraries/tbl_properties.inc.php:99 -#: tbl_printview.php:139 -#: tbl_structure.php:206 -#: tbl_tracking.php:261 +#: libraries/tbl_properties.inc.php:99 tbl_printview.php:139 +#: tbl_structure.php:206 tbl_tracking.php:261 msgid "Default" msgstr "Bawaan" -#: db_datadict.php:170 -#: libraries/export/htmlword.php:254 -#: libraries/export/latex.php:361 -#: libraries/export/odt.php:299 +#: db_datadict.php:170 libraries/export/htmlword.php:254 +#: libraries/export/latex.php:361 libraries/export/odt.php:299 #: libraries/export/texytext.php:233 #: libraries/schema/Pdf_Relation_Schema.class.php:1311 -#: libraries/schema/Pdf_Relation_Schema.class.php:1332 -#: tbl_printview.php:142 +#: libraries/schema/Pdf_Relation_Schema.class.php:1332 tbl_printview.php:142 msgid "Links to" msgstr "Tautan ke" -#: db_datadict.php:172 -#: db_printview.php:109 -#: libraries/config/messages.inc.php:96 -#: libraries/config/messages.inc.php:111 -#: libraries/config/messages.inc.php:133 -#: libraries/export/htmlword.php:257 -#: libraries/export/latex.php:364 -#: libraries/export/odt.php:304 +#: db_datadict.php:172 db_printview.php:109 +#: libraries/config/messages.inc.php:96 libraries/config/messages.inc.php:111 +#: libraries/config/messages.inc.php:133 libraries/export/htmlword.php:257 +#: libraries/export/latex.php:364 libraries/export/odt.php:304 #: libraries/export/texytext.php:236 #: libraries/schema/Pdf_Relation_Schema.class.php:1322 #: libraries/schema/Pdf_Relation_Schema.class.php:1333 -#: libraries/tbl_properties.inc.php:122 -#: tbl_printview.php:144 +#: libraries/tbl_properties.inc.php:122 tbl_printview.php:144 msgid "Comments" msgstr "Komentar" -#: db_datadict.php:233 -#: js/messages.php:226 -#: libraries/Index.class.php:349 -#: libraries/Index.class.php:376 -#: libraries/Index.class.php:674 -#: libraries/config.values.php:45 -#: libraries/config.values.php:51 -#: libraries/config/FormDisplay.tpl.php:230 -#: libraries/export/htmlword.php:299 -#: libraries/export/latex.php:407 -#: libraries/export/odt.php:343 -#: libraries/export/texytext.php:278 -#: libraries/mult_submits.inc.php:287 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 +#: libraries/export/latex.php:407 libraries/export/odt.php:343 +#: libraries/export/texytext.php:278 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1357 -#: libraries/user_preferences.lib.php:284 -#: prefs_manage.php:128 -#: server_privileges.php:1473 -#: server_privileges.php:1483 -#: server_privileges.php:1728 -#: server_privileges.php:1739 -#: server_privileges.php:2060 -#: server_privileges.php:2065 -#: server_privileges.php:2367 -#: sql.php:290 -#: sql.php:354 -#: tbl_printview.php:190 -#: tbl_structure.php:349 -#: tbl_tracking.php:321 -#: tbl_tracking.php:326 +#: libraries/user_preferences.lib.php:284 prefs_manage.php:128 +#: server_privileges.php:1473 server_privileges.php:1483 +#: server_privileges.php:1728 server_privileges.php:1739 +#: server_privileges.php:2060 server_privileges.php:2065 +#: server_privileges.php:2367 sql.php:290 sql.php:354 tbl_printview.php:190 +#: tbl_structure.php:349 tbl_tracking.php:321 tbl_tracking.php:326 msgid "No" msgstr "Tidak" -#: db_datadict.php:233 -#: js/messages.php:225 -#: libraries/Index.class.php:350 -#: libraries/Index.class.php:375 -#: libraries/Index.class.php:674 -#: libraries/config.values.php:45 -#: libraries/config.values.php:51 -#: libraries/config/FormDisplay.tpl.php:230 -#: libraries/export/htmlword.php:299 -#: libraries/export/latex.php:407 -#: libraries/export/odt.php:343 -#: libraries/export/texytext.php:278 -#: libraries/mult_submits.inc.php:46 -#: libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 -#: libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 -#: libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 -#: libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 +#: libraries/export/latex.php:407 libraries/export/odt.php:343 +#: libraries/export/texytext.php:278 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 #: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1357 -#: libraries/user_preferences.lib.php:284 -#: prefs_manage.php:127 -#: server_databases.php:81 -#: server_privileges.php:1471 -#: server_privileges.php:1481 -#: server_privileges.php:1725 -#: server_privileges.php:1739 -#: server_privileges.php:2060 -#: server_privileges.php:2063 -#: server_privileges.php:2367 -#: sql.php:353 -#: tbl_printview.php:190 -#: tbl_structure.php:41 -#: tbl_structure.php:349 -#: tbl_tracking.php:319 -#: tbl_tracking.php:324 +#: libraries/user_preferences.lib.php:284 prefs_manage.php:127 +#: server_databases.php:81 server_privileges.php:1471 +#: server_privileges.php:1481 server_privileges.php:1725 +#: server_privileges.php:1739 server_privileges.php:2060 +#: server_privileges.php:2063 server_privileges.php:2367 sql.php:353 +#: tbl_printview.php:190 tbl_structure.php:41 tbl_structure.php:349 +#: tbl_tracking.php:319 tbl_tracking.php:324 msgid "Yes" msgstr "Ya" @@ -374,29 +247,20 @@ msgstr "Ya" msgid "View dump (schema) of database" msgstr "Tampilkan dump (skema) basis data" -#: db_export.php:30 -#: db_printview.php:94 -#: db_qbe.php:101 -#: db_tracking.php:48 -#: export.php:354 -#: navigation.php:297 +#: db_export.php:30 db_printview.php:94 db_qbe.php:101 db_tracking.php:48 +#: export.php:354 navigation.php:297 msgid "No tables found in database." msgstr "Tidak ada tabel dalam basis data." -#: db_export.php:40 -#: db_search.php:319 -#: server_export.php:26 +#: db_export.php:40 db_search.php:319 server_export.php:26 msgid "Select All" msgstr "Pilih Semua" -#: db_export.php:42 -#: db_search.php:322 -#: server_export.php:28 +#: db_export.php:42 db_search.php:322 server_export.php:28 msgid "Unselect All" msgstr "Lepas Semua" -#: db_operations.php:41 -#: tbl_create.php:22 +#: db_operations.php:41 tbl_create.php:22 msgid "The database name is empty!" msgstr "Nama basis data kosong!" @@ -431,21 +295,15 @@ msgstr "Hapus basis data (DROP)" msgid "Copy database to" msgstr "Salin basis data ke" -#: db_operations.php:485 -#: tbl_operations.php:552 -#: tbl_tracking.php:409 +#: db_operations.php:485 tbl_operations.php:552 tbl_tracking.php:409 msgid "Structure only" msgstr "Struktur saja" -#: db_operations.php:486 -#: tbl_operations.php:553 -#: tbl_tracking.php:411 +#: db_operations.php:486 tbl_operations.php:553 tbl_tracking.php:411 msgid "Structure and data" msgstr "Struktur dan data" -#: db_operations.php:487 -#: tbl_operations.php:554 -#: tbl_tracking.php:410 +#: db_operations.php:487 tbl_operations.php:554 tbl_tracking.php:410 msgid "Data only" msgstr "Data saja" @@ -453,26 +311,20 @@ msgstr "Data saja" msgid "CREATE DATABASE before copying" msgstr "CREATE DATABASE sebelum menyalin" -#: db_operations.php:498 -#: libraries/config/messages.inc.php:128 -#: libraries/config/messages.inc.php:129 -#: libraries/config/messages.inc.php:131 -#: libraries/config/messages.inc.php:137 -#: tbl_operations.php:560 +#: db_operations.php:498 libraries/config/messages.inc.php:128 +#: libraries/config/messages.inc.php:129 libraries/config/messages.inc.php:131 +#: libraries/config/messages.inc.php:137 tbl_operations.php:560 #, php-format msgid "Add %s" msgstr "Tambahkan %s" # Imperative verb -#: db_operations.php:502 -#: libraries/config/messages.inc.php:121 -#: tbl_operations.php:318 -#: tbl_operations.php:562 +#: db_operations.php:502 libraries/config/messages.inc.php:121 +#: tbl_operations.php:318 tbl_operations.php:562 msgid "Add AUTO_INCREMENT value" msgstr "Tambahkan nilai AUTO_INCREMENT" -#: db_operations.php:506 -#: tbl_operations.php:569 +#: db_operations.php:506 tbl_operations.php:569 msgid "Add constraints" msgstr "Tambahkan batasan" @@ -480,108 +332,78 @@ msgstr "Tambahkan batasan" msgid "Switch to copied database" msgstr "Pindah ke basis data hasil penyalinan" -#: db_operations.php:542 -#: libraries/Index.class.php:438 -#: libraries/build_html_for_db.lib.php:20 -#: libraries/db_structure.lib.php:48 -#: libraries/mysql_charsets.lib.php:113 -#: libraries/tbl_properties.inc.php:100 -#: libraries/tbl_properties.inc.php:668 -#: libraries/tbl_select.lib.php:85 -#: server_collations.php:53 -#: server_collations.php:65 -#: tbl_operations.php:382 -#: tbl_structure.php:203 -#: tbl_structure.php:870 -#: tbl_tracking.php:259 +#: db_operations.php:542 libraries/Index.class.php:446 +#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 +#: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 +#: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 +#: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Penyortiran" #: db_operations.php:555 #, php-format -msgid "The phpMyAdmin configuration storage has been deactivated. To find out why click %shere%s." -msgstr "Penyimpanan konfigurasi phpMyAdmin telah dinonaktifkan. Untuk mencari tahu mengapa klik %sdi sini%s." +msgid "" +"The phpMyAdmin configuration storage has been deactivated. To find out why " +"click %shere%s." +msgstr "" +"Penyimpanan konfigurasi phpMyAdmin telah dinonaktifkan. Untuk mencari tahu " +"mengapa klik %sdi sini%s." #: db_operations.php:589 msgid "Edit or export relational schema" msgstr "Edit atau ekspor skema relasional" -#: db_printview.php:101 -#: db_tracking.php:85 -#: db_tracking.php:186 -#: libraries/config/messages.inc.php:508 -#: libraries/db_structure.lib.php:32 -#: libraries/export/pdf.php:95 -#: libraries/export/xml.php:359 -#: libraries/header.inc.php:161 -#: libraries/rte/rte_list.lib.php:59 +#: db_printview.php:101 db_tracking.php:85 db_tracking.php:186 +#: libraries/config/messages.inc.php:508 libraries/db_structure.lib.php:32 +#: libraries/export/pdf.php:95 libraries/export/xml.php:359 +#: libraries/header.inc.php:161 libraries/rte/rte_list.lib.php:59 #: libraries/rte/rte_triggers.lib.php:310 -#: libraries/schema/User_Schema.class.php:272 -#: server_privileges.php:1835 -#: server_privileges.php:1893 -#: server_privileges.php:2162 -#: server_synchronize.php:436 -#: server_synchronize.php:908 -#: tbl_tracking.php:634 +#: libraries/schema/User_Schema.class.php:272 server_privileges.php:1835 +#: server_privileges.php:1893 server_privileges.php:2162 +#: server_synchronize.php:436 server_synchronize.php:908 tbl_tracking.php:634 msgid "Table" msgstr "Tabel" -#: db_printview.php:102 -#: libraries/build_html_for_db.lib.php:31 -#: libraries/db_structure.lib.php:42 -#: libraries/header_printview.inc.php:65 -#: libraries/import.lib.php:151 -#: navigation.php:592 -#: navigation.php:612 -#: tbl_printview.php:353 -#: tbl_structure.php:363 -#: tbl_structure.php:469 -#: tbl_structure.php:880 +#: db_printview.php:102 libraries/build_html_for_db.lib.php:31 +#: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 +#: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 +#: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 +#: tbl_structure.php:881 msgid "Rows" msgstr "Baris" -#: db_printview.php:106 -#: libraries/db_structure.lib.php:53 -#: tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Ukuran" -#: db_printview.php:159 -#: db_structure.php:489 -#: libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "sedang digunakan" -#: db_printview.php:184 -#: libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 -#: libraries/schema/Pdf_Relation_Schema.class.php:1284 -#: tbl_printview.php:393 -#: tbl_structure.php:912 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 +#: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 +#: tbl_structure.php:913 msgid "Creation" msgstr "Pembuatan" -#: db_printview.php:193 -#: libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 -#: libraries/schema/Pdf_Relation_Schema.class.php:1289 -#: tbl_printview.php:403 -#: tbl_structure.php:920 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 +#: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 +#: tbl_structure.php:921 msgid "Last update" msgstr "Pembaruan terakhir" -#: db_printview.php:202 -#: libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 -#: libraries/schema/Pdf_Relation_Schema.class.php:1294 -#: tbl_printview.php:413 -#: tbl_structure.php:928 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 +#: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 +#: tbl_structure.php:929 msgid "Last check" msgstr "Pemeriksaan terakhir" -#: db_printview.php:219 -#: db_structure.php:513 +#: db_printview.php:219 db_structure.php:513 #, php-format msgid "%s table" msgid_plural "%s tables" @@ -596,45 +418,29 @@ msgstr "Anda harus memiliih paling tidak satu kolom untuk ditampilkan" msgid "Switch to %svisual builder%s" msgstr "Alihkan ke %spembangun visual%s" -#: db_qbe.php:222 -#: libraries/db_structure.lib.php:90 +#: db_qbe.php:222 libraries/db_structure.lib.php:90 #: libraries/display_tbl.lib.php:995 msgid "Sort" msgstr "Urutan" -#: db_qbe.php:231 -#: db_qbe.php:265 -#: libraries/db_structure.lib.php:97 -#: libraries/db_structure.lib.php:106 -#: libraries/display_tbl.lib.php:558 -#: libraries/display_tbl.lib.php:951 -#: libraries/display_tbl.lib.php:954 -#: server_databases.php:162 -#: server_databases.php:179 -#: tbl_operations.php:279 +#: db_qbe.php:231 db_qbe.php:265 libraries/db_structure.lib.php:97 +#: libraries/db_structure.lib.php:106 libraries/display_tbl.lib.php:558 +#: libraries/display_tbl.lib.php:951 libraries/display_tbl.lib.php:954 +#: server_databases.php:162 server_databases.php:179 tbl_operations.php:279 #: tbl_select.php:222 msgid "Ascending" msgstr "Menaik" -#: db_qbe.php:232 -#: db_qbe.php:273 -#: libraries/db_structure.lib.php:98 -#: libraries/db_structure.lib.php:107 -#: libraries/display_tbl.lib.php:563 -#: libraries/display_tbl.lib.php:950 -#: libraries/display_tbl.lib.php:955 -#: server_databases.php:162 -#: server_databases.php:179 -#: tbl_operations.php:280 +#: db_qbe.php:232 db_qbe.php:273 libraries/db_structure.lib.php:98 +#: libraries/db_structure.lib.php:107 libraries/display_tbl.lib.php:563 +#: libraries/display_tbl.lib.php:950 libraries/display_tbl.lib.php:955 +#: server_databases.php:162 server_databases.php:179 tbl_operations.php:280 #: tbl_select.php:223 msgid "Descending" msgstr "Menurun" -#: db_qbe.php:286 -#: db_tracking.php:91 -#: libraries/display_tbl.lib.php:426 -#: tbl_change.php:287 -#: tbl_tracking.php:639 +#: db_qbe.php:286 db_tracking.php:91 libraries/display_tbl.lib.php:426 +#: tbl_change.php:287 tbl_tracking.php:639 msgid "Show" msgstr "Tampilkan" @@ -642,34 +448,20 @@ msgstr "Tampilkan" msgid "Criteria" msgstr "Kriteria" -#: db_qbe.php:375 -#: db_qbe.php:457 -#: db_qbe.php:549 -#: db_qbe.php:580 +#: db_qbe.php:375 db_qbe.php:457 db_qbe.php:549 db_qbe.php:580 msgid "Ins" msgstr "Tambahkan" -#: db_qbe.php:379 -#: db_qbe.php:461 -#: db_qbe.php:546 -#: db_qbe.php:577 +#: db_qbe.php:379 db_qbe.php:461 db_qbe.php:546 db_qbe.php:577 msgid "And" msgstr "Dan" -#: db_qbe.php:388 -#: db_qbe.php:469 -#: db_qbe.php:551 -#: db_qbe.php:582 +#: db_qbe.php:388 db_qbe.php:469 db_qbe.php:551 db_qbe.php:582 msgid "Del" msgstr "Hapus" -#: db_qbe.php:392 -#: db_qbe.php:473 -#: db_qbe.php:544 -#: db_qbe.php:575 -#: server_privileges.php:398 -#: tbl_change.php:908 -#: tbl_indexes.php:264 +#: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Atau" @@ -686,8 +478,7 @@ msgstr "Tambahkan/Hapus baris kriteria" msgid "Add/Delete columns" msgstr "Tambahkan/Hapus kolom" -#: db_qbe.php:631 -#: db_qbe.php:656 +#: db_qbe.php:631 db_qbe.php:656 msgid "Update Query" msgstr "Perbarui Kueri" @@ -700,37 +491,30 @@ msgstr "Gunakan Tabel" msgid "SQL query on database %s:" msgstr "Kueri SQL pada basis data %s:" -#: db_qbe.php:955 -#: libraries/common.lib.php:1214 +#: db_qbe.php:955 libraries/common.lib.php:1214 msgid "Submit Query" msgstr "Kirim Kueri" -#: db_search.php:31 -#: libraries/auth/config.auth.lib.php:77 +#: db_search.php:31 libraries/auth/config.auth.lib.php:77 #: libraries/auth/config.auth.lib.php:96 -#: libraries/auth/cookie.auth.lib.php:566 -#: libraries/auth/http.auth.lib.php:51 +#: libraries/auth/cookie.auth.lib.php:566 libraries/auth/http.auth.lib.php:51 #: libraries/auth/signon.auth.lib.php:237 msgid "Access denied" msgstr "Akses ditolak" -#: db_search.php:43 -#: db_search.php:286 +#: db_search.php:43 db_search.php:286 msgid "at least one of the words" msgstr "paling tidak satu kata" -#: db_search.php:44 -#: db_search.php:287 +#: db_search.php:44 db_search.php:287 msgid "all words" msgstr "semua kata" -#: db_search.php:45 -#: db_search.php:288 +#: db_search.php:45 db_search.php:288 msgid "the exact phrase" msgstr "frasa tepat" -#: db_search.php:46 -#: db_search.php:289 +#: db_search.php:46 db_search.php:289 msgid "as regular expression" msgstr "persamaan reguler" @@ -745,12 +529,9 @@ msgid "%s match inside table %s" msgid_plural "%s matches inside table %s" msgstr[0] "%s cocok dalam tabel %s" -#: db_search.php:234 -#: libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 -#: libraries/common.lib.php:3302 -#: libraries/tbl_links.inc.php:55 -#: tbl_structure.php:569 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 +#: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Jelajahi" @@ -759,20 +540,15 @@ msgstr "Jelajahi" msgid "Delete the matches for the %s table?" msgstr "Hapus yang cocok untuk %s tabel?" -#: db_search.php:239 -#: libraries/display_tbl.lib.php:1416 +#: db_search.php:239 libraries/display_tbl.lib.php:1416 #: libraries/display_tbl.lib.php:2463 #: libraries/schema/User_Schema.class.php:197 #: libraries/schema/User_Schema.class.php:273 #: libraries/schema/User_Schema.class.php:308 #: libraries/schema/User_Schema.class.php:338 -#: libraries/sql_query_form.lib.php:403 -#: pmd_general.php:417 -#: setup/frames/index.inc.php:139 -#: setup/frames/index.inc.php:230 -#: tbl_tracking.php:426 -#: tbl_tracking.php:447 -#: tbl_tracking.php:504 +#: libraries/sql_query_form.lib.php:403 pmd_general.php:417 +#: setup/frames/index.inc.php:139 setup/frames/index.inc.php:230 +#: tbl_tracking.php:426 tbl_tracking.php:447 tbl_tracking.php:504 msgid "Delete" msgstr "Hapus" @@ -794,8 +570,7 @@ msgstr "Kata atau hasil untuk dicari (wildcard: \"%\"):" msgid "Find:" msgstr "Cari:" -#: db_search.php:286 -#: db_search.php:287 +#: db_search.php:286 db_search.php:287 msgid "Words are separated by a space character (\" \")." msgstr "Kata dipisahkan oleh karakter spasi (\" \")." @@ -811,54 +586,46 @@ msgstr "Dalam kolom:" msgid "No tables found in database" msgstr "Tidak ada tabel dalam basis data." -#: db_structure.php:314 -#: tbl_operations.php:692 +#: db_structure.php:314 tbl_operations.php:692 #, php-format msgid "Table %s has been emptied" msgstr "Tabel %s telah dikosongkan" -#: db_structure.php:327 -#: tbl_operations.php:709 +#: db_structure.php:327 tbl_operations.php:709 #, php-format msgid "View %s has been dropped" msgstr "View %s telah dihapus" -#: db_structure.php:327 -#: tbl_operations.php:709 +#: db_structure.php:327 tbl_operations.php:709 #, php-format msgid "Table %s has been dropped" msgstr "Tabel %s telah dihapus" -#: db_structure.php:337 -#: tbl_create.php:270 +#: db_structure.php:337 tbl_create.php:270 msgid "Tracking is active." msgstr "Pelacakan aktif" -#: db_structure.php:342 -#: tbl_create.php:273 +#: db_structure.php:342 tbl_create.php:273 msgid "Tracking is not active." msgstr "Pelacakan tidak aktif." -#: db_structure.php:450 -#: libraries/display_tbl.lib.php:2346 +#: db_structure.php:450 libraries/display_tbl.lib.php:2346 #, php-format -msgid "This view has at least this number of rows. Please refer to %sdocumentation%s." -msgstr "Sebuah view setidaknya mempunyai jumlah kolom berikut. Harap lihat %sdokumentasi%s" +msgid "" +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." +msgstr "" +"Sebuah view setidaknya mempunyai jumlah kolom berikut. Harap lihat " +"%sdokumentasi%s" -#: db_structure.php:466 -#: db_structure.php:480 -#: libraries/header.inc.php:161 -#: libraries/tbl_info.inc.php:60 -#: tbl_structure.php:209 +#: db_structure.php:466 db_structure.php:480 libraries/header.inc.php:161 +#: libraries/tbl_info.inc.php:60 tbl_structure.php:209 msgid "View" msgstr "Gambarkan" -#: db_structure.php:520 -#: libraries/db_structure.lib.php:35 -#: libraries/server_links.inc.php:90 -#: server_replication.php:31 -#: server_replication.php:162 -#: server_status.php:588 +#: db_structure.php:520 libraries/db_structure.lib.php:35 +#: libraries/server_links.inc.php:90 server_replication.php:31 +#: server_replication.php:162 server_status.php:588 msgid "Replication" msgstr "Replikasi" @@ -866,42 +633,28 @@ msgstr "Replikasi" msgid "Sum" msgstr "Jumlah" -#: db_structure.php:531 -#: libraries/StorageEngine.class.php:331 +#: db_structure.php:531 libraries/StorageEngine.class.php:331 #, php-format msgid "%s is the default storage engine on this MySQL server." msgstr "%s adalah mesin penyimpanan utama pada server MySQL ini." -#: db_structure.php:560 -#: db_structure.php:577 -#: db_structure.php:578 -#: libraries/display_tbl.lib.php:2488 -#: libraries/display_tbl.lib.php:2493 -#: libraries/mult_submits.inc.php:15 -#: server_databases.php:264 -#: server_databases.php:269 -#: server_privileges.php:1756 -#: tbl_structure.php:557 +#: db_structure.php:560 db_structure.php:577 db_structure.php:578 +#: libraries/display_tbl.lib.php:2488 libraries/display_tbl.lib.php:2493 +#: libraries/mult_submits.inc.php:15 server_databases.php:264 +#: server_databases.php:269 server_privileges.php:1756 tbl_structure.php:557 #: tbl_structure.php:566 msgid "With selected:" msgstr "Dengan pilihan:" -#: db_structure.php:563 -#: libraries/display_tbl.lib.php:2483 -#: server_databases.php:266 -#: server_privileges.php:682 -#: server_privileges.php:1759 -#: tbl_structure.php:560 +#: db_structure.php:563 libraries/display_tbl.lib.php:2483 +#: server_databases.php:266 server_privileges.php:682 +#: server_privileges.php:1759 tbl_structure.php:560 msgid "Check All" msgstr "Pilih Semua" -#: db_structure.php:567 -#: libraries/display_tbl.lib.php:2484 -#: libraries/replication_gui.lib.php:35 -#: server_databases.php:268 -#: server_privileges.php:685 -#: server_privileges.php:1763 -#: tbl_structure.php:564 +#: db_structure.php:567 libraries/display_tbl.lib.php:2484 +#: libraries/replication_gui.lib.php:35 server_databases.php:268 +#: server_privileges.php:685 server_privileges.php:1763 tbl_structure.php:564 msgid "Uncheck All" msgstr "Lepas Semua" @@ -909,68 +662,47 @@ msgstr "Lepas Semua" msgid "Check tables having overhead" msgstr "Pilih tabel berbeban tambahan" -#: db_structure.php:580 -#: libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 -#: libraries/config/messages.inc.php:166 -#: libraries/db_links.inc.php:56 -#: libraries/display_export.lib.php:79 -#: libraries/display_tbl.lib.php:2506 -#: libraries/display_tbl.lib.php:2647 -#: libraries/server_links.inc.php:65 -#: libraries/tbl_links.inc.php:80 -#: prefs_manage.php:286 -#: server_privileges.php:1447 -#: server_status.php:1589 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 +#: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 +#: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 +#: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 +#: prefs_manage.php:286 server_privileges.php:1447 server_status.php:1589 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Ekspor" -#: db_structure.php:582 -#: db_structure.php:638 -#: libraries/display_tbl.lib.php:2596 -#: tbl_structure.php:612 +#: db_structure.php:582 db_structure.php:638 +#: libraries/display_tbl.lib.php:2596 tbl_structure.php:612 msgid "Print view" msgstr "Tampilan cetak" # Imperative menu -#: db_structure.php:586 -#: libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Kosongkan" -#: db_structure.php:588 -#: db_tracking.php:104 -#: enum_editor.php:114 -#: libraries/Index.class.php:482 -#: libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 -#: server_databases.php:270 -#: tbl_structure.php:150 -#: tbl_structure.php:151 -#: tbl_structure.php:573 +#: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 +#: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Hapus" -#: db_structure.php:590 -#: tbl_operations.php:608 +#: db_structure.php:590 tbl_operations.php:608 msgid "Check table" msgstr "Periksa tabel" -#: db_structure.php:593 -#: tbl_operations.php:657 -#: tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimalkan tabel" -#: db_structure.php:595 -#: tbl_operations.php:644 +#: db_structure.php:595 tbl_operations.php:644 msgid "Repair table" msgstr "Perbaiki tabel" -#: db_structure.php:598 -#: tbl_operations.php:631 +#: db_structure.php:598 tbl_operations.php:631 msgid "Analyze table" msgstr "Analisis tabel" @@ -978,18 +710,15 @@ msgstr "Analisis tabel" msgid "Add prefix to table" msgstr "Tambahkan prefiks untuk tabel" -#: db_structure.php:602 -#: libraries/mult_submits.inc.php:251 +#: db_structure.php:602 libraries/mult_submits.inc.php:251 msgid "Replace table prefix" msgstr "Ganti prefiks tabel" -#: db_structure.php:604 -#: libraries/mult_submits.inc.php:251 +#: db_structure.php:604 libraries/mult_submits.inc.php:251 msgid "Copy table with prefix" msgstr "Salin tabel dengan prefiks" -#: db_structure.php:641 -#: libraries/schema/User_Schema.class.php:423 +#: db_structure.php:641 libraries/schema/User_Schema.class.php:423 msgid "Data Dictionary" msgstr "Kamus Data" @@ -997,24 +726,15 @@ msgstr "Kamus Data" msgid "Tracked tables" msgstr "Tabel yang dilacak" -#: db_tracking.php:84 -#: libraries/config/messages.inc.php:502 -#: libraries/export/htmlword.php:78 -#: libraries/export/latex.php:151 -#: libraries/export/odt.php:109 -#: libraries/export/pdf.php:95 -#: libraries/export/sql.php:602 -#: libraries/export/texytext.php:66 -#: libraries/export/xml.php:292 -#: libraries/header.inc.php:146 -#: libraries/header_printview.inc.php:60 -#: server_databases.php:161 -#: server_privileges.php:1830 -#: server_privileges.php:1893 -#: server_privileges.php:2156 -#: server_status.php:1228 -#: server_synchronize.php:1277 -#: server_synchronize.php:1281 +#: db_tracking.php:84 libraries/config/messages.inc.php:502 +#: libraries/export/htmlword.php:78 libraries/export/latex.php:151 +#: libraries/export/odt.php:109 libraries/export/pdf.php:95 +#: libraries/export/sql.php:602 libraries/export/texytext.php:66 +#: libraries/export/xml.php:292 libraries/header.inc.php:146 +#: libraries/header_printview.inc.php:60 server_databases.php:161 +#: server_privileges.php:1830 server_privileges.php:1893 +#: server_privileges.php:2156 server_status.php:1228 +#: server_synchronize.php:1277 server_synchronize.php:1281 #: tbl_tracking.php:633 msgid "Database" msgstr "Basis data" @@ -1023,54 +743,37 @@ msgstr "Basis data" msgid "Last version" msgstr "Versi terakhir" -#: db_tracking.php:87 -#: tbl_tracking.php:636 +#: db_tracking.php:87 tbl_tracking.php:636 msgid "Created" msgstr "Dibuat" -#: db_tracking.php:88 -#: tbl_tracking.php:637 +#: db_tracking.php:88 tbl_tracking.php:637 msgid "Updated" msgstr "Diperbarui" -#: db_tracking.php:89 -#: libraries/rte/rte_events.lib.php:380 -#: libraries/rte/rte_list.lib.php:67 -#: libraries/server_links.inc.php:51 -#: server_status.php:1231 -#: sql.php:893 -#: tbl_tracking.php:638 +#: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 +#: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 +#: server_status.php:1231 sql.php:893 tbl_tracking.php:638 msgid "Status" msgstr "Status" -#: db_tracking.php:90 -#: libraries/Index.class.php:430 -#: libraries/db_structure.lib.php:39 -#: libraries/rte/rte_list.lib.php:52 -#: libraries/rte/rte_list.lib.php:61 -#: libraries/rte/rte_list.lib.php:68 -#: server_databases.php:195 -#: server_privileges.php:1702 -#: server_privileges.php:1897 -#: server_privileges.php:2254 -#: tbl_structure.php:211 +#: db_tracking.php:90 libraries/Index.class.php:438 +#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 +#: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 +#: server_databases.php:195 server_privileges.php:1702 +#: server_privileges.php:1897 server_privileges.php:2254 tbl_structure.php:211 msgid "Action" msgstr "Tindakan" -#: db_tracking.php:101 -#: js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Hapus pelacakan data untuk tabel ini" -#: db_tracking.php:119 -#: tbl_tracking.php:590 -#: tbl_tracking.php:648 +#: db_tracking.php:119 tbl_tracking.php:590 tbl_tracking.php:648 msgid "active" msgstr "aktif" -#: db_tracking.php:121 -#: tbl_tracking.php:592 -#: tbl_tracking.php:650 +#: db_tracking.php:121 tbl_tracking.php:592 tbl_tracking.php:650 msgid "not active" msgstr "tidak aktif" @@ -1078,15 +781,11 @@ msgstr "tidak aktif" msgid "Versions" msgstr "Versi" -#: db_tracking.php:135 -#: tbl_tracking.php:400 -#: tbl_tracking.php:668 +#: db_tracking.php:135 tbl_tracking.php:400 tbl_tracking.php:668 msgid "Tracking report" msgstr "Laporan pelacakan" -#: db_tracking.php:136 -#: tbl_tracking.php:235 -#: tbl_tracking.php:670 +#: db_tracking.php:136 tbl_tracking.php:235 tbl_tracking.php:670 msgid "Structure snapshot" msgstr "Snapshot struktur" @@ -1094,8 +793,7 @@ msgstr "Snapshot struktur" msgid "Untracked tables" msgstr "Tabel yang tidak dilacak" -#: db_tracking.php:199 -#: tbl_structure.php:638 +#: db_tracking.php:199 tbl_structure.php:638 msgid "Track table" msgstr "Lacak tabel" @@ -1103,25 +801,21 @@ msgstr "Lacak tabel" msgid "Database Log" msgstr "Log Basis Data" -#: enum_editor.php:23 -#: js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "Editor ENUM/SET" -#: enum_editor.php:28 -#: js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "Nilai untuk kolom baru" -#: enum_editor.php:30 -#: js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, php-format msgid "Values for column %s" msgstr "Nilai untuk kolom %s" -#: enum_editor.php:34 -#: js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "Masukkan setiap nilai dalam isian terpisah" @@ -1129,8 +823,7 @@ msgstr "Masukkan setiap nilai dalam isian terpisah" msgid "Add a value" msgstr "Tambahkan nilai" -#: enum_editor.php:127 -#: gis_data_editor.php:317 +#: enum_editor.php:127 gis_data_editor.php:317 msgid "Output" msgstr "Keluaran" @@ -1150,20 +843,20 @@ msgstr "Jenis ekspor yang diipilih harus disimpan dalam berkas!" msgid "Bad parameters!" msgstr "Pembatasan yang buruk!" -#: export.php:166 -#: export.php:191 -#: export.php:652 +#: export.php:166 export.php:191 export.php:652 #, php-format msgid "Insufficient space to save the file %s." msgstr "Tidak cukup ruang untuk menyimpan %s." #: export.php:307 #, php-format -msgid "File %s already exists on server, change filename or check overwrite option." -msgstr "Berkas %s sudah ada pada server. Ganti nama berkas atau centang opsi overwrite." +msgid "" +"File %s already exists on server, change filename or check overwrite option." +msgstr "" +"Berkas %s sudah ada pada server. Ganti nama berkas atau centang opsi " +"overwrite." -#: export.php:311 -#: export.php:315 +#: export.php:311 export.php:315 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "Server web tidak memiliki hak akses untuk menyimpan berkas %s." @@ -1182,8 +875,7 @@ msgstr "Jenis ekspor invalid" msgid "Value for the column \"%s\"" msgstr "Nilai untuk kolom \"%s\"" -#: gis_data_editor.php:113 -#: tbl_gis_visualization.php:172 +#: gis_data_editor.php:113 tbl_gis_visualization.php:172 msgid "Use OpenStreetMaps as Base Layer" msgstr "Gunakan OpenStreetMaps sebagai Lapisan Dasar" @@ -1191,62 +883,45 @@ msgstr "Gunakan OpenStreetMaps sebagai Lapisan Dasar" msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 -#: js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Geometri" -#: gis_data_editor.php:172 -#: js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "Titik" -#: gis_data_editor.php:173 -#: gis_data_editor.php:197 -#: gis_data_editor.php:245 -#: gis_data_editor.php:297 -#: js/messages.php:293 +#: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" -#: gis_data_editor.php:175 -#: gis_data_editor.php:199 -#: gis_data_editor.php:247 -#: gis_data_editor.php:299 -#: js/messages.php:294 +#: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" -#: gis_data_editor.php:195 -#: gis_data_editor.php:243 -#: gis_data_editor.php:295 -#: js/messages.php:296 +#: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "Titik %d" -#: gis_data_editor.php:204 -#: gis_data_editor.php:250 -#: gis_data_editor.php:302 -#: js/messages.php:302 +#: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "Tambahkan titik" -#: gis_data_editor.php:220 -#: js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "Segmen garis" -#: gis_data_editor.php:223 -#: gis_data_editor.php:279 -#: js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "Lingkar Luar" -#: gis_data_editor.php:225 -#: gis_data_editor.php:281 -#: js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "Lingkar Dalam" @@ -1254,19 +929,15 @@ msgstr "Lingkar Dalam" msgid "Add a linestring" msgstr "Tambahkan segmen garis" -#: gis_data_editor.php:252 -#: gis_data_editor.php:304 -#: js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "Tambahkan lingkar dalam" -#: gis_data_editor.php:266 -#: js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "Poligon" -#: gis_data_editor.php:306 -#: js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "Tambahkan poligon" @@ -1275,1275 +946,1260 @@ msgid "Add geometry" msgstr "Tambahkan geometri" #: gis_data_editor.php:318 -msgid "Chose \"GeomFromText\" from the \"Function\" column and paste the below string into the \"Value\" field" -msgstr "Pilih \"GeomFromText\" dari kolom \"Fungsi\" dan rekatkan string di bawahnya ke dalam isian \"Value\"" +msgid "" +"Chose \"GeomFromText\" from the \"Function\" column and paste the below " +"string into the \"Value\" field" +msgstr "" +"Pilih \"GeomFromText\" dari kolom \"Fungsi\" dan rekatkan string di bawahnya " +"ke dalam isian \"Value\"" #: import.php:57 #, php-format -msgid "You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit." -msgstr "Anda mungkin mencoba mengunggah berkas yang terlalu besar. Harap lihat %sdokumentasi%s untuk mendapatkan solusi tentang batasan ini." +msgid "" +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." +msgstr "" +"Anda mungkin mencoba mengunggah berkas yang terlalu besar. Harap lihat " +"%sdokumentasi%s untuk mendapatkan solusi tentang batasan ini." -#: import.php:170 -#: import.php:419 +#: import.php:170 import.php:419 msgid "Showing bookmark" msgstr "Tampilkan markah" -#: import.php:180 -#: import.php:415 +#: import.php:180 import.php:415 msgid "The bookmark has been deleted." msgstr "Markah telah dihapus." -#: import.php:291 -#: import.php:344 -#: libraries/File.class.php:457 +#: import.php:291 import.php:344 libraries/File.class.php:457 #: libraries/File.class.php:540 msgid "File could not be read" msgstr "Gagal membaca berkas" -#: import.php:299 -#: import.php:308 -#: import.php:327 -#: import.php:336 -#: libraries/File.class.php:610 -#: libraries/File.class.php:618 -#: libraries/File.class.php:634 -#: libraries/File.class.php:642 +#: import.php:299 import.php:308 import.php:327 import.php:336 +#: libraries/File.class.php:610 libraries/File.class.php:618 +#: libraries/File.class.php:634 libraries/File.class.php:642 #, php-format -msgid "You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration." -msgstr "Anda mencoba untuk memuat berkas dengan kompresi yang tidak didukung (%s). Dukungan belum diimplementasi atau tidak aktif di dalam konfigurasi Anda." +msgid "" +"You attempted to load file with unsupported compression (%s). Either support " +"for it is not implemented or disabled by your configuration." +msgstr "" +"Anda mencoba untuk memuat berkas dengan kompresi yang tidak didukung (%s). " +"Dukungan belum diimplementasi atau tidak aktif di dalam konfigurasi Anda." #: import.php:349 -msgid "No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See [a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]." -msgstr "Tidak ada data untuk diimpor. Kemungkinan karena tidak ada berkas yang diambil atau ukuran berkas melebihi ukuran maksimum yang diizinkan oleh konfigurasi PHP Anda. Lihat [a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]." +msgid "" +"No data was received to import. Either no file name was submitted, or the " +"file size exceeded the maximum size permitted by your PHP configuration. See " +"[a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]." +msgstr "" +"Tidak ada data untuk diimpor. Kemungkinan karena tidak ada berkas yang " +"diambil atau ukuran berkas melebihi ukuran maksimum yang diizinkan oleh " +"konfigurasi PHP Anda. Lihat [a@./Documentation.html#faq1_16@Documentation]" +"FAQ 1.16[/a]." #: import.php:366 -msgid "Cannot convert file's character set without character set conversion library" -msgstr "Tidak dapat mengubah set karakter berkas tanpa pustaka konversi set karakter" +msgid "" +"Cannot convert file's character set without character set conversion library" +msgstr "" +"Tidak dapat mengubah set karakter berkas tanpa pustaka konversi set karakter" -#: import.php:390 -#: libraries/display_import.lib.php:23 +#: import.php:390 libraries/display_import.lib.php:23 msgid "Could not load import plugins, please check your installation!" msgstr "Tidak dapat memuat plugin import, harap periksa instalasi Anda!" -#: import.php:421 -#: sql.php:928 +#: import.php:421 sql.php:928 #, php-format msgid "Bookmark %s created" msgstr "Markah % s dibuat" -#: import.php:427 -#: import.php:433 +#: import.php:427 import.php:433 #, php-format msgid "Import has been successfully finished, %d queries executed." msgstr "Impor telah berhasil menyelesaikan,%d kueri dieksekusi." #: import.php:442 -msgid "Script timeout passed, if you want to finish import, please resubmit same file and import will resume." -msgstr "Script sudah melewati timeout, jika Anda ingin menyelesaikan proses impor, harap kirim ulang arsip yang sama dan proses impor akan berlanjut." +msgid "" +"Script timeout passed, if you want to finish import, please resubmit same " +"file and import will resume." +msgstr "" +"Script sudah melewati timeout, jika Anda ingin menyelesaikan proses impor, " +"harap kirim ulang arsip yang sama dan proses impor akan berlanjut." #: import.php:444 -msgid "However on last run no data has been parsed, this usually means phpMyAdmin won't be able to finish this import unless you increase php time limits." -msgstr "Tidak ada data yang di-parse pada eksekusi terakhir, biasanya ini berarti phpMyAdmin tidak bisa menyelesaikan proses impor kecuali Anda menambah batas waktu eksekusi php." +msgid "" +"However on last run no data has been parsed, this usually means phpMyAdmin " +"won't be able to finish this import unless you increase php time limits." +msgstr "" +"Tidak ada data yang di-parse pada eksekusi terakhir, biasanya ini berarti " +"phpMyAdmin tidak bisa menyelesaikan proses impor kecuali Anda menambah batas " +"waktu eksekusi php." -#: import.php:472 -#: libraries/Message.class.php:175 -#: libraries/display_tbl.lib.php:2383 -#: libraries/rte/rte_routines.lib.php:1204 -#: libraries/sql_query_form.lib.php:113 -#: tbl_operations.php:229 -#: tbl_relation.php:284 -#: tbl_row_action.php:126 -#: view_operations.php:60 +#: import.php:472 libraries/Message.class.php:175 +#: libraries/display_tbl.lib.php:2383 libraries/rte/rte_routines.lib.php:1204 +#: libraries/sql_query_form.lib.php:113 tbl_operations.php:229 +#: tbl_relation.php:284 tbl_row_action.php:126 view_operations.php:60 msgid "Your SQL query has been executed successfully" msgstr "Kueri SQL Anda berhasil dieksekusi" -#: import_status.php:29 -#: libraries/common.lib.php:702 -#: libraries/schema/Export_Relation_Schema.class.php:237 -#: user_password.php:109 +#: import_status.php:29 libraries/common.lib.php:702 +#: libraries/schema/Export_Relation_Schema.class.php:237 user_password.php:109 msgid "Back" msgstr "Kembali" #: index.php:164 msgid "phpMyAdmin is more friendly with a frames-capable browser." -msgstr "Lebih mudah untuk menggunakan phpMyAdmin dengan browser yang mendukung frame." +msgstr "" +"Lebih mudah untuk menggunakan phpMyAdmin dengan browser yang mendukung " +"frame." -#: js/messages.php:27 -#: libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Klik untuk memilih" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Klik untuk batal memilih" - -#: js/messages.php:29 -#: libraries/import.lib.php:103 -#: sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "Perintah \"DROP DATABASE\" dinonaktifkan." -#: js/messages.php:32 -#: libraries/mult_submits.inc.php:282 -#: sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Benarkah Anda ingin untuk " -#: js/messages.php:33 -#: libraries/mult_submits.inc.php:282 -#: sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Anda akan MENGHAPUS seluruh basis data!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "Anda akan MENGHAPUS seluruh tabel!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "Anda akan MENGOSONGKAN seluruh tabel" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Hapus data pelacakan" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Menghapus Kunci/Indeks Primer" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Operasi ini membutuhkan waktu yang lama. Tetap lanjutkan?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Anda akan MENONAKTIFKAN repositori BLOB!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "Apakah Anda yakin ingin menonaktifkan semua referensi BLOB untuk basis data %s?" +msgstr "" +"Apakah Anda yakin ingin menonaktifkan semua referensi BLOB untuk basis data " +"%s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Data dalam form kurang !" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Ini bukan angka!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "Tambahkan indeks" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Modus edit" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "Tambahkan %s kolom" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Jumlah" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Nama inang kosong!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Nama pengguna kosong!" -#: js/messages.php:56 -#: server_privileges.php:1314 -#: user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Kata sandi kosong!" -#: js/messages.php:57 -#: server_privileges.php:1312 -#: user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Kata sandi tidak sama!" -#: js/messages.php:58 -#: server_privileges.php:1769 -#: server_privileges.php:1793 -#: server_privileges.php:2205 -#: server_privileges.php:2404 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 +#: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Tambahkan pengguna" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Muat Ulang Hak Akses" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Hapus pengguna yang dipilih" -#: js/messages.php:61 -#: js/messages.php:130 -#: tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Tutup" -#: js/messages.php:64 -#: js/messages.php:256 -#: libraries/Index.class.php:460 -#: libraries/common.lib.php:641 -#: libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 -#: libraries/common.lib.php:3313 -#: libraries/config/messages.inc.php:482 -#: libraries/display_tbl.lib.php:1380 -#: libraries/schema/User_Schema.class.php:196 -#: setup/frames/index.inc.php:138 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 +#: libraries/common.lib.php:641 libraries/common.lib.php:1190 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 +#: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 +#: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Edit" -#: js/messages.php:65 -#: server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "Bagan lalu lintas langsung" -#: js/messages.php:66 -#: server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "Bagan koneksi/proses langsung" -#: js/messages.php:67 -#: server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "Bagan kueri langsung" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Data statis" #. l10n: Total number of queries -#: js/messages.php:71 -#: libraries/build_html_for_db.lib.php:46 -#: libraries/engines/innodb.lib.php:158 -#: server_databases.php:223 -#: server_status.php:1115 -#: server_status.php:1176 -#: tbl_printview.php:310 -#: tbl_structure.php:802 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 +#: libraries/engines/innodb.lib.php:158 server_databases.php:223 +#: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 +#: tbl_structure.php:803 msgid "Total" msgstr "Jumlah" #. l10n: Other, small valued, queries -#: js/messages.php:73 -#: server_status.php:594 -#: server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Lainnya" #. l10n: Thousands separator -#: js/messages.php:75 -#: libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "." #. l10n: Decimal separator -#: js/messages.php:77 -#: libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "," -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "KB terkirim sejak dibuka terakhir" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "KB diterima sejak dibuka terakhir" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Lalu lintas server (dalam KB)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Koneksi sejak dibuka terakhir" -#: js/messages.php:83 -#: js/messages.php:121 -#: server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Proses Aktif" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Koneksi / Proses" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "Perintah sejak penyegaran terakhir" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "Perintah (perintah yang dieksekusi server)" -#: js/messages.php:90 -#: server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Statistik kueri" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "Konfigurasi monitor lokal tidak kompatibel" -#: js/messages.php:94 -msgid "The chart arrangement configuration in your browsers local storage is not compatible anymore to the newer version of the monitor dialog. It is very likely that your current configuration will not work anymore. Please reset your configuration to default in the Settings menu." -msgstr "Konfigurasi pengaturan bagan dalam penyimpanan lokal peramban Anda tidak lagi kompatibel dengan versi baru dialog monitor. Sangat mungkin konfigurasi Anda saat ini tidak lagi bekerja. Harap reset konfigurasi menjadi bawaan pada menu Pengaturan." +#: js/messages.php:95 +msgid "" +"The chart arrangement configuration in your browsers local storage is not " +"compatible anymore to the newer version of the monitor dialog. It is very " +"likely that your current configuration will not work anymore. Please reset " +"your configuration to default in the Settings menu." +msgstr "" +"Konfigurasi pengaturan bagan dalam penyimpanan lokal peramban Anda tidak " +"lagi kompatibel dengan versi baru dialog monitor. Sangat mungkin konfigurasi " +"Anda saat ini tidak lagi bekerja. Harap reset konfigurasi menjadi bawaan " +"pada menu Pengaturan." -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "Efisiensi singgahan kueri" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "Pemakaian singgahan kueri" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "Singgahan kueri terpakai" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "Penggunaan CPU Sistem" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Memori sistem" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "Swap sistem" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 -#: libraries/common.lib.php:1395 -#: server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 -#: libraries/common.lib.php:1393 -#: server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Beban rata-rata" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "Memori total" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "Memori singgahan" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "Memori tersangga" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "Memori bebas" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "Memori terpakai" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "Swap Total" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "Swap Singgahan" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "Swap Terpakai" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "Swap Bebas" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "Bita dikirim" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "Bita diterima" -#: js/messages.php:120 -#: server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Koneksi" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "Perintah" -#: js/messages.php:125 -#: server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Lalu Lintas" -#: js/messages.php:126 -#: libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Pengaturan" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "Hapus bagan" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "Edit judul dan label" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "Tambahkan bagan pada grid" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "Harap tambahkan paling tidak satu variabel ke dalam seri" -#: js/messages.php:132 -#: libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 -#: libraries/export/sql.php:1092 -#: libraries/tbl_properties.inc.php:530 -#: pmd_general.php:504 -#: server_privileges.php:2046 -#: server_status.php:1257 -#: server_status.php:1686 -#: tbl_zoom_select.php:151 -#: tbl_zoom_select.php:278 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 +#: libraries/tbl_properties.inc.php:530 pmd_general.php:504 +#: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 +#: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Tidak ada" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "Lanjutkan pemantauan" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "Jeda pemantauan" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "general_log dan slow_query_log diaktifkan." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "general_log diaktifkan." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "slow_query_log diaktifkan." -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log dan general_log dinonaktifkan." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "log_output tidak disetel menjadi TABLE." -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "log_output disetel menjadi TABLE." -#: js/messages.php:142 -#, php-format -msgid "slow_query_log is enabled, but the server logs only queries that take longer than %d seconds. It is advisable to set this long_query_time 0-2 seconds, depending on your system." -msgstr "slow_query_log diaktifkan, tetapi server hanya mencatat kueri yang lebih lama dari %d detil. Disarankan untuk menyetel long_query_time 0-2 detik, tergantung sistem Anda." - #: js/messages.php:143 #, php-format +msgid "" +"slow_query_log is enabled, but the server logs only queries that take longer " +"than %d seconds. It is advisable to set this long_query_time 0-2 seconds, " +"depending on your system." +msgstr "" +"slow_query_log diaktifkan, tetapi server hanya mencatat kueri yang lebih " +"lama dari %d detil. Disarankan untuk menyetel long_query_time 0-2 detik, " +"tergantung sistem Anda." + +#: js/messages.php:144 +#, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time disetel menjadi %d detik." -#: js/messages.php:144 -msgid "Following settings will be applied globally and reset to default on server restart:" -msgstr "Pengaturan berikut akan diterapkan secara global dan direset menjadi bawaan sewaktu server dijalankan ulang:" +#: js/messages.php:145 +msgid "" +"Following settings will be applied globally and reset to default on server " +"restart:" +msgstr "" +"Pengaturan berikut akan diterapkan secara global dan direset menjadi bawaan " +"sewaktu server dijalankan ulang:" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "Tetapkan log_output ke %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "Aktifkan %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "Nonaktifkan %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "Setel long_query_time menjadi %d detik" -#: js/messages.php:153 -msgid "You can't change these variables. Please log in as root or contact your database administrator." -msgstr "Anda tidak dapat mengubah variabel tersebut. Harap masuk sebagai root atau hubungi administrator basis data Anda." - #: js/messages.php:154 +msgid "" +"You can't change these variables. Please log in as root or contact your " +"database administrator." +msgstr "" +"Anda tidak dapat mengubah variabel tersebut. Harap masuk sebagai root atau " +"hubungi administrator basis data Anda." + +#: js/messages.php:155 msgid "Change settings" msgstr "Ubah pengaturan" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "Pengaturan saat ini" -#: js/messages.php:157 -#: server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "Judul Bagan" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "Diferensial" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "Dibagi dengan %s:" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "Dari log lambat" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "Dari log umum" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "Menganalisis & memuat log. Mungkin perlu waktu." -#: js/messages.php:165 -msgid "This column shows the amount of identical queries that are grouped together. However only the SQL query itself has been used as a grouping criteria, so the other attributes of queries, such as start time, may differ." -msgstr "Kolom ini menunjukkan jumlah kueri identik yang dikelompokkan bersama. Namun, hanya kueri SQL yang digunakan sebagai kriteria pengelompokan. Atribut kueri lain, seperti waktu mulai, dapat berbeda." - #: js/messages.php:166 -msgid "Since grouping of INSERTs queries has been selected, INSERT queries into the same table are also being grouped together, disregarding of the inserted data." +msgid "" +"This column shows the amount of identical queries that are grouped together. " +"However only the SQL query itself has been used as a grouping criteria, so " +"the other attributes of queries, such as start time, may differ." msgstr "" +"Kolom ini menunjukkan jumlah kueri identik yang dikelompokkan bersama. " +"Namun, hanya kueri SQL yang digunakan sebagai kriteria pengelompokan. " +"Atribut kueri lain, seperti waktu mulai, dapat berbeda." #: js/messages.php:167 +msgid "" +"Since grouping of INSERTs queries has been selected, INSERT queries into the " +"same table are also being grouped together, disregarding of the inserted " +"data." +msgstr "" + +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "Langsung ke tabel Log" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 msgid "Log table filter options" msgstr "Opsi filter tabel log" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Filter" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "Jumlah baris kelompok" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "Total:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "Memuat log" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 -msgid "While requesting new chart data the server returned an invalid response. This is most likely because your session expired. Reloading the page and reentering your credentials should help." +#: js/messages.php:184 +msgid "" +"While requesting new chart data the server returned an invalid response. " +"This is most likely because your session expired. Reloading the page and " +"reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "Muat ulang halaman" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "Baris yang terpengaruh:" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 -msgid "Failed building chart grid with imported config. Resetting to default config..." +#: js/messages.php:190 +msgid "" +"Failed building chart grid with imported config. Resetting to default " +"config..." msgstr "" -#: js/messages.php:190 -#: libraries/config/messages.inc.php:172 -#: libraries/db_links.inc.php:82 -#: libraries/display_import.lib.php:126 -#: libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 -#: prefs_manage.php:229 -#: server_status.php:1589 -#: setup/frames/menu.inc.php:20 +#: js/messages.php:191 libraries/config/messages.inc.php:172 +#: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 +#: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 +#: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Impor" -#: js/messages.php:192 +#: js/messages.php:193 msgid "Analyse Query" msgstr "Analisis Kueri" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "Sistem penasihat" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "Isu kinerja yang mungkin" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "Isu" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "Rekomendasi" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "Detail aturan" -#: js/messages.php:201 +#: js/messages.php:202 msgid "Justification" msgstr "Justifikasi" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "Variabel / formula terpakai" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "Uji" -#: js/messages.php:208 -#: pmd_general.php:382 -#: pmd_general.php:419 -#: pmd_general.php:539 -#: pmd_general.php:587 -#: pmd_general.php:663 -#: pmd_general.php:717 -#: pmd_general.php:780 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 +#: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 +#: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Batal" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Memproses" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Memproses Permintaan" -#: js/messages.php:213 -#: libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Galat sewaktu Memproses Permintaan" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Menghapus Kolom" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Menambahkan Kunci Primer" -#: js/messages.php:216 -#: libraries/relation.lib.php:80 -#: pmd_general.php:380 -#: pmd_general.php:537 -#: pmd_general.php:585 -#: pmd_general.php:661 -#: pmd_general.php:715 -#: pmd_general.php:778 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 +#: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 +#: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "Oke" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "Klik untuk menyingkirkan pemberitahuan" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Ubah nama basis data" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Muat ulang basis data" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Menyalin Basis Data" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Mengganti Set Karakter" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "Tabel harus mengandung sekurangnya satu kolom" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Tambahkan Tabel" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "Sembunyikan indeks" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "Tampilkan indeks" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Pencarian" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Sembunyikan hasil pencarian" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Tampilkan hasil pencarian" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "Menjelajahi" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "Menghapus %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, php-format msgid "Add %d value(s)" msgstr "Tambahkan nilai %d" -#: js/messages.php:251 -msgid "Note: If the file contains multiple tables, they will be combined into one" -msgstr "Catatan: Jika berkas mengandung banyak tabel, mereka akan di gabung menjadi satu" +#: js/messages.php:252 +msgid "" +"Note: If the file contains multiple tables, they will be combined into one" +msgstr "" +"Catatan: Jika berkas mengandung banyak tabel, mereka akan di gabung menjadi " +"satu" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Sembunyikan kotak kueri" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Tampilkan kotak kueri" -#: js/messages.php:257 -#: tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Tidak ada baris yang dipilih" -#: js/messages.php:258 -#: libraries/common.lib.php:2704 -#: libraries/display_tbl.lib.php:2497 -#: querywindow.php:87 -#: tbl_structure.php:149 +#: js/messages.php:259 libraries/common.lib.php:2739 +#: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Ubah" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "Waktu eksekusi kueri" -#: js/messages.php:262 -#: libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 -#: libraries/tbl_properties.inc.php:714 -#: setup/frames/config.inc.php:39 -#: setup/frames/index.inc.php:228 -#: tbl_change.php:1027 -#: tbl_gis_visualization.php:193 -#: tbl_indexes.php:261 -#: tbl_relation.php:559 +#: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 +#: setup/frames/index.inc.php:228 tbl_change.php:1027 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Simpan" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Sembunyikan kriteria pencarian" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Tampilkan kriteria pencarian" -#: js/messages.php:269 -#: libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 msgid "Zoom Search" msgstr "Pencarian Zum" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 msgid "Select two columns" msgstr "Pilih dua kolom" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "Pilih dua kolom yang berbeda" +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Operasi hasil kueri" + #: js/messages.php:291 -#: tbl_change.php:312 -#: tbl_indexes.php:211 -#: tbl_indexes.php:238 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Ukuran petunjuk data (Data Pointer)" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Abaikan" -#: js/messages.php:292 -#: libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Salin" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "Tambahkan kolom" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Pilih kunci rujukan" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Pilih Foreign Key" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Harap pilih kunci primer atau kunci unik" -#: js/messages.php:313 -#: pmd_general.php:77 -#: tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Pilih kolom untuk ditampilkan" -#: js/messages.php:314 -msgid "You haven't saved the changes in the layout. They will be lost if you don't save them.Do you want to continue?" -msgstr "Anda belum menyimpan perubahan pada susunan. Mereka akan hilang jika Anda tidak menyimpannya. Apakah Anda ingin melanjutkan?" - #: js/messages.php:317 +msgid "" +"You haven't saved the changes in the layout. They will be lost if you don't " +"save them.Do you want to continue?" +msgstr "" +"Anda belum menyimpan perubahan pada susunan. Mereka akan hilang jika Anda " +"tidak menyimpannya. Apakah Anda ingin melanjutkan?" + +#: js/messages.php:320 msgid "Add an option for column " msgstr "Tambahkan pilihan untuk kolom" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "Tekan escape untuk membatalkan pengeditan" -#: js/messages.php:321 -msgid "You have edited some data and they have not been saved. Are you sure you want to leave this page before saving the data?" +#: js/messages.php:324 +msgid "" +"You have edited some data and they have not been saved. Are you sure you " +"want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "Seret untuk mengubah urutan" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "Klik untuk mengurutkan" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "Klik untuk memberi/menghapus tanda" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 -msgid "This table does not contain a unique column. Features related to the grid edit, checkbox, Edit, Copy and Delete links may not work after saving." +#: js/messages.php:330 +msgid "" +"This table does not contain a unique column. Features related to the grid " +"edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 -msgid "You can also edit most columns
by clicking directly on their content." -msgstr "Anda juga dapat mengedit sebagian besar
kolom dengan mengeklik langsung konten." +#: js/messages.php:331 +msgid "" +"You can also edit most columns
by clicking directly on their content." +msgstr "" +"Anda juga dapat mengedit sebagian besar
kolom dengan mengeklik langsung " +"konten." -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "Tuju ke tautan" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Hasilkan kata sandi" -#: js/messages.php:333 -#: libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Hasilkan" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Ubah Sandi" -#: js/messages.php:337 -#: tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Lainnya" -#: js/messages.php:340 -#: setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format -msgid "A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s." -msgstr "phpMyAdmin dengan versi yang lebih baru telah tersedia dan Anda disarankan untuk meng-upgrade. Versi terbaru adalah %s, dirilis pada %s." +msgid "" +"A newer version of phpMyAdmin is available and you should consider " +"upgrading. The newest version is %s, released on %s." +msgstr "" +"phpMyAdmin dengan versi yang lebih baru telah tersedia dan Anda disarankan " +"untuk meng-upgrade. Versi terbaru adalah %s, dirilis pada %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", versi stabil terakhir:" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "Mutakhir" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Selesai" -#: js/messages.php:366 +#: js/messages.php:369 msgctxt "Previous month" msgid "Prev" msgstr "Sblm" -#: js/messages.php:371 +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "Brkt" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Hari ini" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "Januari" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "Februari" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "Maret" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "April" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Mei" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "Juni" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "Juli" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "Agustus" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "September" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "Oktober" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "November" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "Desember" #. l10n: Short month name -#: js/messages.php:392 -#: libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:394 -#: libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:396 -#: libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:398 -#: libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:400 -#: libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "Mei" #. l10n: Short month name -#: js/messages.php:402 -#: libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:404 -#: libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:406 -#: libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Agu" #. l10n: Short month name -#: js/messages.php:408 -#: libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:410 -#: libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:412 -#: libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:414 -#: libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Des" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Minggu" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Senin" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Selasa" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "Rabu" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "Kamis" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "Jumat" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "Sabtu" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 msgid "Sun" msgstr "Min" #. l10n: Short week day name -#: js/messages.php:429 -#: libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Sen" #. l10n: Short week day name -#: js/messages.php:431 -#: libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Sel" #. l10n: Short week day name -#: js/messages.php:433 -#: libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Rab" #. l10n: Short week day name -#: js/messages.php:435 -#: libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Kam" #. l10n: Short week day name -#: js/messages.php:437 -#: libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Jum" #. l10n: Short week day name -#: js/messages.php:439 -#: libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "Min" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "Sn" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "Sl" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "Rb" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "Km" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "Jm" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "Sb" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Mingguan" -#: js/messages.php:464 -#: libraries/rte/rte_list.lib.php:62 -#: libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1230 -#: sql.php:894 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 +#: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Waktu" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Jam" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Menit" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Detik" @@ -2573,18 +2229,21 @@ msgstr "Ukuran huruf" msgid "File was not an uploaded file." msgstr "" -#: libraries/File.class.php:260 -#: libraries/File.class.php:389 +#: libraries/File.class.php:260 libraries/File.class.php:389 msgid "Unknown error while uploading." msgstr "Terjadi galat yang tidak dikenal sewaktu mengunggah." #: libraries/File.class.php:278 msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." -msgstr "Berkas yang diunggah melewati ketentuan upload_max_filesize dalam php.ini." +msgstr "" +"Berkas yang diunggah melewati ketentuan upload_max_filesize dalam php.ini." #: libraries/File.class.php:281 -msgid "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form." -msgstr "Berkas yang diunggah melewati MAX_FILE_SIZE yang ditentukan dalam form HTML." +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form." +msgstr "" +"Berkas yang diunggah melewati MAX_FILE_SIZE yang ditentukan dalam form HTML." #: libraries/File.class.php:284 msgid "The uploaded file was only partially uploaded." @@ -2607,8 +2266,12 @@ msgid "Unknown error in file upload." msgstr "Galat tidak dikenal sewaktu mengunggah berkas." #: libraries/File.class.php:496 -msgid "Error moving the uploaded file, see [a@./Documentation.html#faq1_11@Documentation]FAQ 1.11[/a]" -msgstr "Kemungkinan hanya perkiraan saja. Lihat [a@./Documentation.html#faq1_11@Documentation]FAQ 3.11[/a]" +msgid "" +"Error moving the uploaded file, see [a@./Documentation." +"html#faq1_11@Documentation]FAQ 1.11[/a]" +msgstr "" +"Kemungkinan hanya perkiraan saja. Lihat [a@./Documentation." +"html#faq1_11@Documentation]FAQ 3.11[/a]" #: libraries/File.class.php:508 msgid "Error while moving uploaded file." @@ -2618,76 +2281,63 @@ msgstr "Terjadi galat sewaktu memindahkan berkas unggahan." msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 -#: tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Indeks belum ditentukan!" -#: libraries/Index.class.php:423 -#: libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indeks" -#: libraries/Index.class.php:434 -#: libraries/tbl_properties.inc.php:472 -#: tbl_structure.php:154 -#: tbl_structure.php:159 -#: tbl_structure.php:576 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 +#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Unik" -#: libraries/Index.class.php:435 -#: tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Dipadatkan" -#: libraries/Index.class.php:437 -#: tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Kardinalitas" -#: libraries/Index.class.php:440 -#: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:957 -#: tbl_tracking.php:263 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 +#: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Komentar" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Kunci primer telah dihapus" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Indeks %s telah dihapus" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format -msgid "The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed." -msgstr "Indeks %1$s dan %2$s sepertinya sama dan salah satu dari mereka memungkinkan untuk dibuang." +msgid "" +"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " +"removed." +msgstr "" +"Indeks %1$s dan %2$s sepertinya sama dan salah satu dari mereka memungkinkan " +"untuk dibuang." -#: libraries/List_Database.class.php:379 -#: libraries/config/messages.inc.php:179 -#: libraries/server_links.inc.php:43 -#: server_databases.php:104 +#: libraries/List_Database.class.php:379 libraries/config/messages.inc.php:179 +#: libraries/server_links.inc.php:43 server_databases.php:104 #: server_privileges.php:1830 msgid "Databases" msgstr "Basis data" -#: libraries/Message.class.php:193 -#: libraries/blobstreaming.lib.php:356 -#: libraries/blobstreaming.lib.php:365 -#: libraries/common.lib.php:607 -#: libraries/core.lib.php:210 -#: libraries/import.lib.php:140 -#: tbl_change.php:904 -#: tbl_operations.php:229 -#: tbl_relation.php:282 -#: view_operations.php:60 +#: libraries/Message.class.php:193 libraries/blobstreaming.lib.php:356 +#: libraries/blobstreaming.lib.php:365 libraries/common.lib.php:607 +#: libraries/core.lib.php:210 libraries/import.lib.php:140 tbl_change.php:904 +#: tbl_operations.php:229 tbl_relation.php:282 view_operations.php:60 msgid "Error" msgstr "Galat" @@ -2732,7 +2382,8 @@ msgid "There are no recent tables" msgstr "Tidak ada tabel terakhir" #: libraries/StorageEngine.class.php:198 -msgid "There is no detailed status information available for this storage engine." +msgid "" +"There is no detailed status information available for this storage engine." msgstr "Informasi status detail mesin penyimpanan ini tidak tersedia." #: libraries/StorageEngine.class.php:334 @@ -2758,8 +2409,7 @@ msgstr "" msgid "Invalid database" msgstr "Basis data tidak valid" -#: libraries/Table.class.php:1130 -#: tbl_get_field.php:25 +#: libraries/Table.class.php:1130 tbl_get_field.php:25 msgid "Invalid table name" msgstr "Nama tabel tidak valid" @@ -2779,12 +2429,17 @@ msgstr "Tidak dapat menyimpan preferensi UI tabel" #: libraries/Table.class.php:1385 #, php-format -msgid "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]['MaxTableUiprefs'] %s)" +msgid "" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Table.class.php:1511 #, php-format -msgid "Cannot save UI property \"%s\". The changes made will not be persistent after you refresh this page. Please check if the table structure has been changed." +msgid "" +"Cannot save UI property \"%s\". The changes made will not be persistent " +"after you refresh this page. Please check if the table structure has been " +"changed." msgstr "" #: libraries/Theme.class.php:145 @@ -2815,9 +2470,7 @@ msgstr "Tema %s tidak ditemukan!" msgid "Theme path not found for theme %s!" msgstr "\"Path\" untuk tema tidak ditemukan untuk tema %s!" -#: libraries/Theme_Manager.class.php:296 -#: themes.php:20 -#: themes.php:27 +#: libraries/Theme_Manager.class.php:296 themes.php:20 themes.php:27 msgid "Theme" msgstr "Tema" @@ -2826,20 +2479,31 @@ msgid "Cannot connect: invalid settings." msgstr "Koneksi gagal: pengaturan invalid." #: libraries/auth/config.auth.lib.php:85 -#: libraries/auth/cookie.auth.lib.php:172 -#: libraries/auth/http.auth.lib.php:64 +#: libraries/auth/cookie.auth.lib.php:172 libraries/auth/http.auth.lib.php:64 #, php-format msgid "Welcome to %s" msgstr "Selamat Datang di %s" #: libraries/auth/config.auth.lib.php:100 #, php-format -msgid "You probably did not create a configuration file. You might want to use the %1$ssetup script%2$s to create one." -msgstr "Anda mungkin belum membuat berkas konfigurasi. Anda bisa menggunakan %1$ssetup script%2$s untuk membuatnya." +msgid "" +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." +msgstr "" +"Anda mungkin belum membuat berkas konfigurasi. Anda bisa menggunakan " +"%1$ssetup script%2$s untuk membuatnya." #: libraries/auth/config.auth.lib.php:109 -msgid "phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server." -msgstr "phpMyAdmin telah berusaha untuk membuka koneksi ke server MySQL tetapi koneksi ditolak oleh server. Harap periksa kembali nama host, nama pengguna dan kata sandi pada berkas config.inc.php untuk memastikan kecocokannya dengan informasi yang telah diberikan oleh administrator server MySQL." +msgid "" +"phpMyAdmin tried to connect to the MySQL server, and the server rejected the " +"connection. You should check the host, username and password in your " +"configuration and make sure that they correspond to the information given by " +"the administrator of the MySQL server." +msgstr "" +"phpMyAdmin telah berusaha untuk membuka koneksi ke server MySQL tetapi " +"koneksi ditolak oleh server. Harap periksa kembali nama host, nama pengguna " +"dan kata sandi pada berkas config.inc.php untuk memastikan kecocokannya " +"dengan informasi yang telah diberikan oleh administrator server MySQL." #: libraries/auth/cookie.auth.lib.php:35 msgid "Failed to use Blowfish from mcrypt!" @@ -2860,7 +2524,8 @@ msgstr "Dokumentasi phpMyAdmin" #: libraries/auth/cookie.auth.lib.php:211 #: libraries/auth/cookie.auth.lib.php:212 msgid "You can enter hostname/IP address and port separated by space." -msgstr "Anda bisa memasukkan hostname/alamat IP dan port dipisahkan dengan spasi." +msgstr "" +"Anda bisa memasukkan hostname/alamat IP dan port dipisahkan dengan spasi." #: libraries/auth/cookie.auth.lib.php:211 msgid "Server:" @@ -2878,15 +2543,17 @@ msgstr "Kata Sandi:" msgid "Server Choice" msgstr "Pilihan Server" -#: libraries/auth/cookie.auth.lib.php:273 -#: libraries/header.inc.php:87 +#: libraries/auth/cookie.auth.lib.php:273 libraries/header.inc.php:87 msgid "Cookies must be enabled past this point." msgstr "Mulai dari sini cookies harus diaktifkan." #: libraries/auth/cookie.auth.lib.php:564 #: libraries/auth/signon.auth.lib.php:235 -msgid "Login without a password is forbidden by configuration (see AllowNoPassword)" -msgstr "Masuk tanpa kata sandi tidak diperbolehkan dalam konfigurasi (lihat AllowNoPassword)" +msgid "" +"Login without a password is forbidden by configuration (see AllowNoPassword)" +msgstr "" +"Masuk tanpa kata sandi tidak diperbolehkan dalam konfigurasi (lihat " +"AllowNoPassword)" #: libraries/auth/cookie.auth.lib.php:568 #: libraries/auth/signon.auth.lib.php:239 @@ -2969,34 +2636,26 @@ msgid "shared" msgstr "dibagi" #: libraries/build_html_for_db.lib.php:26 -#: libraries/config/messages.inc.php:185 -#: libraries/export/xml.php:51 +#: libraries/config/messages.inc.php:185 libraries/export/xml.php:51 #: server_status.php:590 msgid "Tables" msgstr "Tabel" -#: libraries/build_html_for_db.lib.php:36 -#: libraries/config/setup.forms.php:304 -#: libraries/config/setup.forms.php:340 -#: libraries/config/setup.forms.php:363 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:304 +#: libraries/config/setup.forms.php:340 libraries/config/setup.forms.php:363 #: libraries/config/setup.forms.php:368 #: libraries/config/user_preferences.forms.php:202 #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 -#: libraries/export/sql.php:1092 -#: server_privileges.php:612 -#: server_replication.php:314 -#: tbl_printview.php:276 -#: tbl_structure.php:771 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 +#: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 +#: tbl_structure.php:772 msgid "Data" msgstr "Data" -#: libraries/build_html_for_db.lib.php:51 -#: libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 -#: tbl_structure.php:788 +#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Beban" @@ -3034,7 +2693,9 @@ msgid "Failed to read configuration file" msgstr "Gagal membaca berkas konfigurasi" #: libraries/common.inc.php:598 -msgid "This usually means there is a syntax error in it, please check any errors shown below." +msgid "" +"This usually means there is a syntax error in it, please check any errors " +"shown below." msgstr "" #: libraries/common.inc.php:605 @@ -3043,8 +2704,12 @@ msgid "Could not load default configuration from: %1$s" msgstr "Tidak dapat memuat konfigurasi default dari: %1$s" #: libraries/common.inc.php:610 -msgid "The $cfg['PmaAbsoluteUri'] directive MUST be set in your configuration file!" -msgstr "Directif $cfg['PmaAbsoluteUri'] WAJIB diset dalam berkas konfigurasi!" +msgid "" +"The $cfg['PmaAbsoluteUri'] directive MUST be set in your " +"configuration file!" +msgstr "" +"Directif $cfg['PmaAbsoluteUri'] WAJIB diset dalam berkas " +"konfigurasi!" #: libraries/common.inc.php:640 #, php-format @@ -3054,13 +2719,11 @@ msgstr "Indeks server tidak sah: %s" #: libraries/common.inc.php:647 #, php-format msgid "Invalid hostname for server %1$s. Please review your configuration." -msgstr "Hostname tidak sah untuk server %1$s. Harap lihat kembali konfigurasi Anda." +msgstr "" +"Hostname tidak sah untuk server %1$s. Harap lihat kembali konfigurasi Anda." -#: libraries/common.inc.php:656 -#: libraries/config/messages.inc.php:506 -#: libraries/header.inc.php:134 -#: main.php:160 -#: server_status.php:775 +#: libraries/common.inc.php:656 libraries/config/messages.inc.php:506 +#: libraries/header.inc.php:134 main.php:160 server_status.php:775 #: server_synchronize.php:1257 msgid "Server" msgstr "Server" @@ -3097,46 +2760,31 @@ msgctxt "MySQL 5.0 documentation language" msgid "en" msgstr "en" -#: libraries/common.lib.php:465 -#: libraries/common.lib.php:467 -#: libraries/common.lib.php:469 -#: libraries/common.lib.php:487 -#: libraries/common.lib.php:491 -#: libraries/common.lib.php:510 -#: libraries/common.lib.php:513 -#: libraries/config/FormDisplay.tpl.php:140 -#: libraries/display_export.lib.php:234 -#: libraries/engines/pbms.lib.php:71 -#: libraries/engines/pbxt.lib.php:106 -#: libraries/navigation_header.inc.php:106 -#: libraries/navigation_header.inc.php:107 -#: libraries/relation.lib.php:78 -#: libraries/sql_query_form.lib.php:384 -#: libraries/sql_query_form.lib.php:387 -#: main.php:218 -#: server_variables.php:129 +#: libraries/common.lib.php:465 libraries/common.lib.php:467 +#: libraries/common.lib.php:469 libraries/common.lib.php:487 +#: libraries/common.lib.php:491 libraries/common.lib.php:510 +#: libraries/common.lib.php:513 libraries/config/FormDisplay.tpl.php:140 +#: libraries/display_export.lib.php:234 libraries/engines/pbms.lib.php:71 +#: libraries/engines/pbxt.lib.php:106 libraries/navigation_header.inc.php:106 +#: libraries/navigation_header.inc.php:107 libraries/relation.lib.php:78 +#: libraries/sql_query_form.lib.php:384 libraries/sql_query_form.lib.php:387 +#: main.php:218 server_variables.php:129 msgid "Documentation" msgstr "Dokumentasi" -#: libraries/common.lib.php:619 -#: libraries/header_printview.inc.php:63 -#: server_status.php:577 -#: server_status.php:1233 +#: libraries/common.lib.php:619 libraries/header_printview.inc.php:63 +#: server_status.php:577 server_status.php:1233 msgid "SQL query" msgstr "Pencarian SQL" -#: libraries/common.lib.php:660 -#: libraries/rte/rte_events.lib.php:103 -#: libraries/rte/rte_events.lib.php:108 -#: libraries/rte/rte_events.lib.php:118 -#: libraries/rte/rte_events.lib.php:131 -#: libraries/rte/rte_routines.lib.php:253 +#: libraries/common.lib.php:660 libraries/rte/rte_events.lib.php:103 +#: libraries/rte/rte_events.lib.php:108 libraries/rte/rte_events.lib.php:118 +#: libraries/rte/rte_events.lib.php:131 libraries/rte/rte_routines.lib.php:253 #: libraries/rte/rte_routines.lib.php:258 #: libraries/rte/rte_routines.lib.php:268 #: libraries/rte/rte_routines.lib.php:282 #: libraries/rte/rte_routines.lib.php:1254 -#: libraries/rte/rte_triggers.lib.php:76 -#: libraries/rte/rte_triggers.lib.php:81 +#: libraries/rte/rte_triggers.lib.php:76 libraries/rte/rte_triggers.lib.php:81 #: libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:104 msgid "MySQL said: " @@ -3146,8 +2794,7 @@ msgstr "MySQL menyatakan: " msgid "Failed to connect to SQL validator!" msgstr "Gagal melakukan koneksi ke validator SQL!" -#: libraries/common.lib.php:1164 -#: libraries/config/messages.inc.php:483 +#: libraries/common.lib.php:1164 libraries/config/messages.inc.php:483 msgid "Explain SQL" msgstr "Jelaskan SQL" @@ -3159,16 +2806,12 @@ msgstr "Lewati Penjelasan SQL" msgid "Without PHP Code" msgstr "Kode PHP tidak ditemukan" -#: libraries/common.lib.php:1206 -#: libraries/config/messages.inc.php:485 +#: libraries/common.lib.php:1206 libraries/config/messages.inc.php:485 msgid "Create PHP Code" msgstr "Buat kode PHP" -#: libraries/common.lib.php:1226 -#: libraries/config/messages.inc.php:484 -#: server_status.php:786 -#: server_status.php:808 -#: server_status.php:827 +#: libraries/common.lib.php:1226 libraries/config/messages.inc.php:484 +#: server_status.php:786 server_status.php:808 server_status.php:827 msgid "Refresh" msgstr "Segarkan" @@ -3176,8 +2819,7 @@ msgstr "Segarkan" msgid "Skip Validate SQL" msgstr "Lewati Validasi SQL" -#: libraries/common.lib.php:1239 -#: libraries/config/messages.inc.php:487 +#: libraries/common.lib.php:1239 libraries/config/messages.inc.php:487 msgid "Validate SQL" msgstr "Validasi SQL" @@ -3190,8 +2832,7 @@ msgctxt "Inline edit query" msgid "Inline" msgstr "Edit di tempat" -#: libraries/common.lib.php:1366 -#: sql.php:889 +#: libraries/common.lib.php:1366 sql.php:889 msgid "Profiling" msgstr "Profil" @@ -3241,134 +2882,107 @@ msgstr "%s hari, %s jam, %s menit dan %s detik" msgid "Missing parameter:" msgstr "Parameter yang hilang:" -#: libraries/common.lib.php:2415 -#: libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 msgctxt "First page" msgid "Begin" msgstr "Awal" -#: libraries/common.lib.php:2416 -#: libraries/common.lib.php:2419 -#: libraries/display_tbl.lib.php:307 -#: server_binlog.php:135 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 +#: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 msgctxt "Previous page" msgid "Previous" msgstr "Sebelumnya" -#: libraries/common.lib.php:2446 -#: libraries/common.lib.php:2449 -#: libraries/display_tbl.lib.php:372 -#: server_binlog.php:170 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 +#: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 msgctxt "Next page" msgid "Next" msgstr "Berikutnya" -#: libraries/common.lib.php:2447 -#: libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 msgctxt "Last page" msgid "End" msgstr "Akhir" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Langsung ke basis data "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Fungsionalitas %s dipengaruhi oleh suatu bug, lihat %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "Klik untuk beralih" -#: libraries/common.lib.php:3085 -#: libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 -#: libraries/config/setup.forms.php:295 -#: libraries/config/setup.forms.php:332 -#: libraries/config/setup.forms.php:358 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 +#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 #: libraries/config/user_preferences.forms.php:256 -#: libraries/db_links.inc.php:48 -#: libraries/export/latex.php:336 -#: libraries/import.lib.php:1125 -#: libraries/tbl_links.inc.php:61 -#: libraries/tbl_properties.inc.php:591 -#: pmd_general.php:140 -#: server_privileges.php:612 -#: server_replication.php:313 -#: tbl_tracking.php:253 +#: libraries/db_links.inc.php:48 libraries/export/latex.php:336 +#: libraries/import.lib.php:1125 libraries/tbl_links.inc.php:61 +#: libraries/tbl_properties.inc.php:591 pmd_general.php:140 +#: server_privileges.php:612 server_replication.php:313 tbl_tracking.php:253 msgid "Structure" msgstr "Struktur" -#: libraries/common.lib.php:3086 -#: libraries/common.lib.php:3093 -#: libraries/config/messages.inc.php:216 -#: libraries/db_links.inc.php:53 -#: libraries/export/sql.php:25 -#: libraries/import/sql.php:18 -#: libraries/server_links.inc.php:47 -#: libraries/tbl_links.inc.php:65 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 +#: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 +#: libraries/export/sql.php:25 libraries/import/sql.php:18 +#: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 #: querywindow.php:64 msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 -#: libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 -#: libraries/sql_query_form.lib.php:282 -#: libraries/sql_query_form.lib.php:285 -#: libraries/tbl_links.inc.php:74 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 +#: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Tambahkan" -#: libraries/common.lib.php:3095 -#: libraries/db_links.inc.php:85 -#: libraries/tbl_links.inc.php:93 -#: libraries/tbl_links.inc.php:114 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 +#: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operasi" -#: libraries/common.lib.php:3239 -#: libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Telusuri komputer Anda:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Pilih dari direktori unggah %s pada web server:" -#: libraries/common.lib.php:3279 -#: libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Direktori yang telah ditetapkan untuk mengunggah tidak dapat dihubungi" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "Tidak ada arsip untuk diunggah" -#: libraries/common.lib.php:3316 -#: libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "Eksekusi" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Cetak" -#: libraries/config.values.php:45 -#: libraries/config.values.php:47 +#: libraries/config.values.php:45 libraries/config.values.php:47 #: libraries/config.values.php:51 msgid "Both" msgstr "Keduanya" @@ -3393,38 +3007,27 @@ msgstr "Buka" msgid "Closed" msgstr "Tutup" -#: libraries/config.values.php:78 -#: libraries/config/FormDisplay.tpl.php:199 -#: libraries/relation.lib.php:82 -#: libraries/relation.lib.php:89 +#: libraries/config.values.php:78 libraries/config/FormDisplay.tpl.php:199 +#: libraries/relation.lib.php:82 libraries/relation.lib.php:89 #: pmd_relation_new.php:66 msgid "Disabled" msgstr "Tidak aktif" -#: libraries/config.values.php:99 -#: libraries/export/htmlword.php:25 -#: libraries/export/latex.php:42 -#: libraries/export/odt.php:34 -#: libraries/export/sql.php:129 -#: libraries/export/texytext.php:24 +#: libraries/config.values.php:99 libraries/export/htmlword.php:25 +#: libraries/export/latex.php:42 libraries/export/odt.php:34 +#: libraries/export/sql.php:129 libraries/export/texytext.php:24 msgid "structure" msgstr "struktur" -#: libraries/config.values.php:100 -#: libraries/export/htmlword.php:25 -#: libraries/export/latex.php:42 -#: libraries/export/odt.php:34 -#: libraries/export/sql.php:130 -#: libraries/export/texytext.php:24 +#: libraries/config.values.php:100 libraries/export/htmlword.php:25 +#: libraries/export/latex.php:42 libraries/export/odt.php:34 +#: libraries/export/sql.php:130 libraries/export/texytext.php:24 msgid "data" msgstr "data" -#: libraries/config.values.php:101 -#: libraries/export/htmlword.php:25 -#: libraries/export/latex.php:42 -#: libraries/export/odt.php:34 -#: libraries/export/sql.php:131 -#: libraries/export/texytext.php:24 +#: libraries/config.values.php:101 libraries/export/htmlword.php:25 +#: libraries/export/latex.php:42 libraries/export/odt.php:34 +#: libraries/export/sql.php:131 libraries/export/texytext.php:24 msgid "structure and data" msgstr "struktur dan data" @@ -3473,8 +3076,7 @@ msgstr "Bukan angka port yang sah" #: libraries/config/FormDisplay.class.php:86 #: libraries/config/FormDisplay.class.php:547 -#: libraries/config/validate.lib.php:378 -#: libraries/config/validate.lib.php:465 +#: libraries/config/validate.lib.php:378 libraries/config/validate.lib.php:465 msgid "Incorrect value" msgstr "Nilai yang salah" @@ -3523,14 +3125,15 @@ msgstr "Ekstensi SOAP tidak ditemukan" msgid "maximum %s" msgstr "maksimum %s" -#: libraries/config/FormDisplay.tpl.php:141 -#: main.php:219 +#: libraries/config/FormDisplay.tpl.php:141 main.php:219 msgid "Wiki" msgstr "Wiki" #: libraries/config/FormDisplay.tpl.php:199 msgid "This setting is disabled, it will not be applied to your configuration" -msgstr "Pengaturan ini tidak diaktifkan, pengaturan tidak akan diterapkan pada konfigurasi anda" +msgstr "" +"Pengaturan ini tidak diaktifkan, pengaturan tidak akan diterapkan pada " +"konfigurasi anda" #: libraries/config/FormDisplay.tpl.php:274 #, php-format @@ -3547,10 +3150,8 @@ msgid "Allow users to customize this value" msgstr "Izinkan pengguna untuk mengubah nilai ini" #: libraries/config/FormDisplay.tpl.php:356 -#: libraries/schema/User_Schema.class.php:508 -#: prefs_manage.php:318 -#: prefs_manage.php:323 -#: tbl_change.php:1076 +#: libraries/schema/User_Schema.class.php:508 prefs_manage.php:318 +#: prefs_manage.php:323 tbl_change.php:1076 msgid "Reset" msgstr "Reset" @@ -3563,16 +3164,25 @@ msgid "Enable Ajax" msgstr "Aktifkan Ajax" #: libraries/config/messages.inc.php:19 -msgid "If enabled user can enter any MySQL server in login form for cookie auth" -msgstr "Jika diaktifkan, pengguna bisa memasukkan server MySQL manapun pada formulir masuk untuk autentikasi cookie" +msgid "" +"If enabled user can enter any MySQL server in login form for cookie auth" +msgstr "" +"Jika diaktifkan, pengguna bisa memasukkan server MySQL manapun pada formulir " +"masuk untuk autentikasi cookie" #: libraries/config/messages.inc.php:20 msgid "Allow login to any MySQL server" msgstr "Izinkan masuk ke server MySQL mana pun" #: libraries/config/messages.inc.php:21 -msgid "Enabling this allows a page located on a different domain to call phpMyAdmin inside a frame, and is a potential [strong]security hole[/strong] allowing cross-frame scripting attacks" -msgstr "Mengaktifkan ini memungkinkan halaman yang terletak pada domain yang berbeda untuk memanggil phpMyAdmin di dalam frame, dan merupakan [strong]lubang keamanan[/strong] potensial yang memungkinkan serangan scripting lintas-frame" +msgid "" +"Enabling this allows a page located on a different domain to call phpMyAdmin " +"inside a frame, and is a potential [strong]security hole[/strong] allowing " +"cross-frame scripting attacks" +msgstr "" +"Mengaktifkan ini memungkinkan halaman yang terletak pada domain yang berbeda " +"untuk memanggil phpMyAdmin di dalam frame, dan merupakan [strong]lubang " +"keamanan[/strong] potensial yang memungkinkan serangan scripting lintas-frame" #: libraries/config/messages.inc.php:22 msgid "Allow third party framing" @@ -3583,7 +3193,9 @@ msgid "Show "Drop database" link to normal users" msgstr "Tampilkan tautan "Hapus basis data" kepada pengguna biasa" #: libraries/config/messages.inc.php:24 -msgid "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication" +msgid "" +"Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " +"authentication" msgstr "" #: libraries/config/messages.inc.php:25 @@ -3607,7 +3219,9 @@ msgid "Highlight pointer" msgstr "Sorot penunjuk" #: libraries/config/messages.inc.php:30 -msgid "Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations" +msgid "" +"Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " +"import and export operations" msgstr "" #: libraries/config/messages.inc.php:31 @@ -3615,15 +3229,23 @@ msgid "Bzip2" msgstr "Bzip2" #: libraries/config/messages.inc.php:32 -msgid "Defines which type of editing controls should be used for CHAR and VARCHAR columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in columns" -msgstr "Menentukan jenis masukan yang dipakai untuk kolom CHAR dan VARCHAR; [kbd]input[/kbd] - mengizinkan pembatasan panjang masukan, [kbd]textarea[/kbd] - mengizinkan baris baru dalam kolom" +msgid "" +"Defines which type of editing controls should be used for CHAR and VARCHAR " +"columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" +"kbd] - allows newlines in columns" +msgstr "" +"Menentukan jenis masukan yang dipakai untuk kolom CHAR dan VARCHAR; [kbd]" +"input[/kbd] - mengizinkan pembatasan panjang masukan, [kbd]textarea[/kbd] - " +"mengizinkan baris baru dalam kolom" #: libraries/config/messages.inc.php:33 msgid "CHAR columns editing" msgstr "Pengeditan kolom CHAR" #: libraries/config/messages.inc.php:34 -msgid "Defines the minimum size for input fields generated for CHAR and VARCHAR columns" +msgid "" +"Defines the minimum size for input fields generated for CHAR and VARCHAR " +"columns" msgstr "Menentukan besar minimum isian masukan untuk kolom CHAR dan VARCHAR" #: libraries/config/messages.inc.php:35 @@ -3631,7 +3253,9 @@ msgid "Minimum size for input field" msgstr "Besar minimum isian masukan" #: libraries/config/messages.inc.php:36 -msgid "Defines the maximum size for input fields generated for CHAR and VARCHAR columns" +msgid "" +"Defines the maximum size for input fields generated for CHAR and VARCHAR " +"columns" msgstr "Menentukan besar maksimum isian masukan untuk kolom CHAR dan VARCHAR" #: libraries/config/messages.inc.php:37 @@ -3659,21 +3283,24 @@ msgid "Check config file permissions" msgstr "Periksa izin berkas config" #: libraries/config/messages.inc.php:43 -msgid "Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature" +msgid "" +"Compress gzip/bzip2 exports on the fly without the need for much memory; if " +"you encounter problems with created gzip/bzip2 files disable this feature" msgstr "" #: libraries/config/messages.inc.php:44 msgid "Compress on the fly" msgstr "Pampatkan sambil jalan" -#: libraries/config/messages.inc.php:45 -#: setup/frames/config.inc.php:25 +#: libraries/config/messages.inc.php:45 setup/frames/config.inc.php:25 #: setup/frames/index.inc.php:166 msgid "Configuration file" msgstr "Berkas konfigurasi" #: libraries/config/messages.inc.php:46 -msgid "Whether a warning ("Are your really sure...") should be displayed when you're about to lose data" +msgid "" +"Whether a warning ("Are your really sure...") should be displayed " +"when you're about to lose data" msgstr "" #: libraries/config/messages.inc.php:47 @@ -3716,8 +3343,7 @@ msgstr "Tab tabel bawaan" msgid "Show binary contents as HEX by default" msgstr "Tampilkan konten biner dalam HEX sebagai bawaan" -#: libraries/config/messages.inc.php:57 -#: libraries/display_tbl.lib.php:671 +#: libraries/config/messages.inc.php:57 libraries/display_tbl.lib.php:671 msgid "Show binary contents as HEX" msgstr "Tampilkan konten biner dalam HEX" @@ -3738,7 +3364,9 @@ msgid "Display servers as a list" msgstr "Tampilkan server dalam bentuk daftar" #: libraries/config/messages.inc.php:62 -msgid "Disable the table maintenance mass operations, like optimizing or repairing the selected tables of a database." +msgid "" +"Disable the table maintenance mass operations, like optimizing or repairing " +"the selected tables of a database." msgstr "" #: libraries/config/messages.inc.php:63 @@ -3770,28 +3398,25 @@ msgid "Iconic errors" msgstr "Galat dengan ikon" #: libraries/config/messages.inc.php:70 -msgid "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)" +msgid "" +"Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " +"limit)" msgstr "" #: libraries/config/messages.inc.php:71 msgid "Maximum execution time" msgstr "Waktu eksekusi maksimum" -#: libraries/config/messages.inc.php:72 -#: prefs_manage.php:297 +#: libraries/config/messages.inc.php:72 prefs_manage.php:297 msgid "Save as file" msgstr "Simpan sebagai berkas" -#: libraries/config/messages.inc.php:73 -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:73 libraries/config/messages.inc.php:241 msgid "Character set of the file" msgstr "Set karakter berkas" -#: libraries/config/messages.inc.php:74 -#: libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 -#: tbl_printview.php:335 -#: tbl_structure.php:840 +#: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Format" @@ -3799,71 +3424,49 @@ msgstr "Format" msgid "Compression" msgstr "Kompresi" -#: libraries/config/messages.inc.php:76 -#: libraries/config/messages.inc.php:83 -#: libraries/config/messages.inc.php:91 -#: libraries/config/messages.inc.php:95 -#: libraries/config/messages.inc.php:108 -#: libraries/config/messages.inc.php:110 -#: libraries/config/messages.inc.php:143 -#: libraries/config/messages.inc.php:146 -#: libraries/config/messages.inc.php:148 -#: libraries/export/csv.php:30 -#: libraries/export/excel.php:25 -#: libraries/export/htmlword.php:30 -#: libraries/export/latex.php:72 -#: libraries/export/ods.php:25 -#: libraries/export/odt.php:58 -#: libraries/export/texytext.php:28 +#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:83 +#: libraries/config/messages.inc.php:91 libraries/config/messages.inc.php:95 +#: libraries/config/messages.inc.php:108 libraries/config/messages.inc.php:110 +#: libraries/config/messages.inc.php:143 libraries/config/messages.inc.php:146 +#: libraries/config/messages.inc.php:148 libraries/export/csv.php:30 +#: libraries/export/excel.php:25 libraries/export/htmlword.php:30 +#: libraries/export/latex.php:72 libraries/export/ods.php:25 +#: libraries/export/odt.php:58 libraries/export/texytext.php:28 msgid "Put columns names in the first row" msgstr "Masukkan nama kolom pada baris pertama" -#: libraries/config/messages.inc.php:77 -#: libraries/config/messages.inc.php:243 -#: libraries/config/messages.inc.php:250 -#: libraries/import/csv.php:76 +#: libraries/config/messages.inc.php:77 libraries/config/messages.inc.php:243 +#: libraries/config/messages.inc.php:250 libraries/import/csv.php:76 #: libraries/import/ldi.php:42 msgid "Columns enclosed by" msgstr "Kolom diapit oleh" -#: libraries/config/messages.inc.php:78 -#: libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:251 -#: libraries/import/csv.php:81 +#: libraries/config/messages.inc.php:78 libraries/config/messages.inc.php:244 +#: libraries/config/messages.inc.php:251 libraries/import/csv.php:81 #: libraries/import/ldi.php:43 msgid "Columns escaped by" msgstr "Kolom dikembalikan oleh" -#: libraries/config/messages.inc.php:79 -#: libraries/config/messages.inc.php:85 -#: libraries/config/messages.inc.php:92 -#: libraries/config/messages.inc.php:101 -#: libraries/config/messages.inc.php:109 -#: libraries/config/messages.inc.php:113 -#: libraries/config/messages.inc.php:144 -#: libraries/config/messages.inc.php:147 -#: libraries/config/messages.inc.php:149 -#: libraries/export/texytext.php:27 +#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:85 +#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:101 +#: libraries/config/messages.inc.php:109 libraries/config/messages.inc.php:113 +#: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:147 +#: libraries/config/messages.inc.php:149 libraries/export/texytext.php:27 msgid "Replace NULL by" msgstr "Ganti NULL dengan" -#: libraries/config/messages.inc.php:80 -#: libraries/config/messages.inc.php:86 +#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:86 msgid "Remove CRLF characters within columns" msgstr "Hapus karakter CRLF dalam kolom" -#: libraries/config/messages.inc.php:81 -#: libraries/config/messages.inc.php:247 -#: libraries/config/messages.inc.php:255 -#: libraries/import/csv.php:63 +#: libraries/config/messages.inc.php:81 libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:255 libraries/import/csv.php:63 #: libraries/import/ldi.php:41 msgid "Columns terminated by" msgstr "Kolom diakhiri oleh" -#: libraries/config/messages.inc.php:82 -#: libraries/config/messages.inc.php:242 -#: libraries/import/csv.php:86 -#: libraries/import/ldi.php:44 +#: libraries/config/messages.inc.php:82 libraries/config/messages.inc.php:242 +#: libraries/import/csv.php:86 libraries/import/ldi.php:44 msgid "Lines terminated by" msgstr "Baris diakhiri oleh" @@ -3883,55 +3486,40 @@ msgstr "Templat nama server" msgid "Table name template" msgstr "Templat nama tabel" -#: libraries/config/messages.inc.php:93 -#: libraries/config/messages.inc.php:106 -#: libraries/config/messages.inc.php:115 -#: libraries/config/messages.inc.php:139 -#: libraries/config/messages.inc.php:145 -#: libraries/export/htmlword.php:24 -#: libraries/export/latex.php:40 -#: libraries/export/odt.php:32 -#: libraries/export/sql.php:123 -#: libraries/export/texytext.php:23 +#: libraries/config/messages.inc.php:93 libraries/config/messages.inc.php:106 +#: libraries/config/messages.inc.php:115 libraries/config/messages.inc.php:139 +#: libraries/config/messages.inc.php:145 libraries/export/htmlword.php:24 +#: libraries/export/latex.php:40 libraries/export/odt.php:32 +#: libraries/export/sql.php:123 libraries/export/texytext.php:23 msgid "Dump table" msgstr "Tabel dump" -#: libraries/config/messages.inc.php:94 -#: libraries/export/latex.php:32 +#: libraries/config/messages.inc.php:94 libraries/export/latex.php:32 msgid "Include table caption" msgstr "Masukkan judul halaman tabel" -#: libraries/config/messages.inc.php:97 -#: libraries/config/messages.inc.php:103 -#: libraries/export/latex.php:50 -#: libraries/export/latex.php:74 +#: libraries/config/messages.inc.php:97 libraries/config/messages.inc.php:103 +#: libraries/export/latex.php:50 libraries/export/latex.php:74 msgid "Table caption" msgstr "Judul halaman" -#: libraries/config/messages.inc.php:98 -#: libraries/config/messages.inc.php:104 +#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:104 msgid "Continued table caption" msgstr "Lanjutan dari judul halaman tabel" -#: libraries/config/messages.inc.php:99 -#: libraries/config/messages.inc.php:105 -#: libraries/export/latex.php:54 -#: libraries/export/latex.php:78 +#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105 +#: libraries/export/latex.php:54 libraries/export/latex.php:78 msgid "Label key" msgstr "Kunci nama" -#: libraries/config/messages.inc.php:100 -#: libraries/config/messages.inc.php:112 -#: libraries/config/messages.inc.php:136 -#: libraries/export/odt.php:310 +#: libraries/config/messages.inc.php:100 libraries/config/messages.inc.php:112 +#: libraries/config/messages.inc.php:136 libraries/export/odt.php:310 #: libraries/tbl_properties.inc.php:135 msgid "MIME type" msgstr "Jenis MIME" -#: libraries/config/messages.inc.php:102 -#: libraries/config/messages.inc.php:114 -#: libraries/config/messages.inc.php:138 -#: tbl_relation.php:392 +#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114 +#: libraries/config/messages.inc.php:138 tbl_relation.php:392 msgid "Relations" msgstr "Tabel Relasi" @@ -3939,15 +3527,12 @@ msgstr "Tabel Relasi" msgid "Export method" msgstr "Metode ekspor" -#: libraries/config/messages.inc.php:116 -#: libraries/config/messages.inc.php:118 +#: libraries/config/messages.inc.php:116 libraries/config/messages.inc.php:118 msgid "Save on server" msgstr "Simpan di server" -#: libraries/config/messages.inc.php:117 -#: libraries/config/messages.inc.php:119 -#: libraries/display_export.lib.php:190 -#: libraries/display_export.lib.php:216 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:119 +#: libraries/display_export.lib.php:190 libraries/display_export.lib.php:216 msgid "Overwrite existing file(s)" msgstr "Timpa berkas yang ada" @@ -3959,14 +3544,12 @@ msgstr "Ingat templat nama berkas" msgid "Enclose table and column names with backquotes" msgstr "Apit nama tabel dan kolom dengan tanda petik balik" -#: libraries/config/messages.inc.php:123 -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:262 #: libraries/display_export.lib.php:348 msgid "SQL compatibility mode" msgstr "Modus kompatibilitas SQL" -#: libraries/config/messages.inc.php:124 -#: libraries/export/sql.php:190 +#: libraries/config/messages.inc.php:124 libraries/export/sql.php:190 msgid "CREATE TABLE options:" msgstr "Opsi CREATE TABLE:" @@ -3978,8 +3561,7 @@ msgstr "Tanggal Pembuatan/Pembaruan/Pemeriksaan" msgid "Use delayed inserts" msgstr "Gunakan perintah INSERT memperlambat" -#: libraries/config/messages.inc.php:127 -#: libraries/export/sql.php:81 +#: libraries/config/messages.inc.php:127 libraries/export/sql.php:81 msgid "Disable foreign key checks" msgstr "Tanpa pemeriksaan kunci asing" @@ -3995,8 +3577,7 @@ msgstr "Gunakan INSERT dengan IGNORE" msgid "Syntax to use when inserting data" msgstr "Sintaks yang digunakan sewaktu menambahkan data" -#: libraries/config/messages.inc.php:135 -#: libraries/export/sql.php:285 +#: libraries/config/messages.inc.php:135 libraries/export/sql.php:285 msgid "Maximal length of created query" msgstr "Panjang maksimum kueri yang dibuat" @@ -4004,8 +3585,7 @@ msgstr "Panjang maksimum kueri yang dibuat" msgid "Export type" msgstr "Jenis ekspor" -#: libraries/config/messages.inc.php:141 -#: libraries/export/sql.php:73 +#: libraries/config/messages.inc.php:141 libraries/export/sql.php:73 msgid "Enclose export in a transaction" msgstr "Jalankan ekspor dalam transaksi" @@ -4022,7 +3602,9 @@ msgid "Force SSL connection" msgstr "Paksa koneksi SSL" #: libraries/config/messages.inc.php:152 -msgid "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value" +msgid "" +"Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " +"the referenced data, [kbd]id[/kbd] is the key value" msgstr "" #: libraries/config/messages.inc.php:153 @@ -4045,22 +3627,17 @@ msgstr "Modus jelajah" msgid "Customize browse mode" msgstr "Atur modus jelajah" -#: libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:161 -#: libraries/config/messages.inc.php:178 -#: libraries/config/messages.inc.php:189 -#: libraries/config/messages.inc.php:191 -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:159 libraries/config/messages.inc.php:161 +#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:191 libraries/config/messages.inc.php:219 #: libraries/config/messages.inc.php:231 msgid "Customize default options" msgstr "Sesuaikan opsi bawaan" -#: libraries/config/messages.inc.php:160 -#: libraries/config/setup.forms.php:242 +#: libraries/config/messages.inc.php:160 libraries/config/setup.forms.php:242 #: libraries/config/setup.forms.php:315 #: libraries/config/user_preferences.forms.php:142 -#: libraries/config/user_preferences.forms.php:213 -#: libraries/export/csv.php:19 +#: libraries/config/user_preferences.forms.php:213 libraries/export/csv.php:19 #: libraries/import/csv.php:22 msgid "CSV" msgstr "Data CSV" @@ -4089,8 +3666,7 @@ msgstr "Bawaan ekspor" msgid "Customize default export options" msgstr "Atur opsi ekspor bawaan" -#: libraries/config/messages.inc.php:169 -#: libraries/config/messages.inc.php:211 +#: libraries/config/messages.inc.php:169 libraries/config/messages.inc.php:211 #: setup/frames/menu.inc.php:16 msgid "Features" msgstr "Fitur" @@ -4119,8 +3695,7 @@ msgstr "Impor / ekspor" msgid "Set import and export directories and compression options" msgstr "Tetapkan opsi direktori dan kompresi impor dan ekspor" -#: libraries/config/messages.inc.php:177 -#: libraries/export/latex.php:27 +#: libraries/config/messages.inc.php:177 libraries/export/latex.php:27 msgid "LaTeX" msgstr "LaTeX" @@ -4128,8 +3703,7 @@ msgstr "LaTeX" msgid "Databases display options" msgstr "Opsi tampilan basis data" -#: libraries/config/messages.inc.php:181 -#: setup/frames/menu.inc.php:18 +#: libraries/config/messages.inc.php:181 setup/frames/menu.inc.php:18 msgid "Navigation frame" msgstr "Bingkai navigasi" @@ -4137,8 +3711,7 @@ msgstr "Bingkai navigasi" msgid "Customize appearance of the navigation frame" msgstr "Atur tampilan bingkai navigasi" -#: libraries/config/messages.inc.php:183 -#: libraries/select_server.lib.php:35 +#: libraries/config/messages.inc.php:183 libraries/select_server.lib.php:35 #: setup/frames/index.inc.php:111 msgid "Servers" msgstr "Server" @@ -4151,8 +3724,7 @@ msgstr "Opsi tampilan server" msgid "Tables display options" msgstr "Opsi tampilan tabel" -#: libraries/config/messages.inc.php:187 -#: setup/frames/menu.inc.php:19 +#: libraries/config/messages.inc.php:187 setup/frames/menu.inc.php:19 msgid "Main frame" msgstr "Bingkai utama" @@ -4177,7 +3749,10 @@ msgid "Page titles" msgstr "Judul halaman" #: libraries/config/messages.inc.php:195 -msgid "Specify browser's title bar text. Refer to [a@Documentation.html#cfg_TitleTable]documentation[/a] for magic strings that can be used to get special values." +msgid "" +"Specify browser's title bar text. Refer to [a@Documentation." +"html#cfg_TitleTable]documentation[/a] for magic strings that can be used to " +"get special values." msgstr "" #: libraries/config/messages.inc.php:196 @@ -4196,7 +3771,9 @@ msgid "Security" msgstr "Keamanan" #: libraries/config/messages.inc.php:199 -msgid "Please note that phpMyAdmin is just a user interface and its features do not limit MySQL" +msgid "" +"Please note that phpMyAdmin is just a user interface and its features do not " +"limit MySQL" msgstr "" #: libraries/config/messages.inc.php:200 @@ -4216,7 +3793,9 @@ msgid "Server configuration" msgstr "Konfigurasi server" #: libraries/config/messages.inc.php:204 -msgid "Advanced server configuration, do not change these options unless you know what they are for" +msgid "" +"Advanced server configuration, do not change these options unless you know " +"what they are for" msgstr "" #: libraries/config/messages.inc.php:205 @@ -4228,7 +3807,10 @@ msgid "Configuration storage" msgstr "Penyimpanan konfigurasi" #: libraries/config/messages.inc.php:207 -msgid "Configure phpMyAdmin configuration storage to gain access to additional features, see [a@Documentation.html#linked-tables]phpMyAdmin configuration storage[/a] in documentation" +msgid "" +"Configure phpMyAdmin configuration storage to gain access to additional " +"features, see [a@Documentation.html#linked-tables]phpMyAdmin configuration " +"storage[/a] in documentation" msgstr "" #: libraries/config/messages.inc.php:208 @@ -4236,7 +3818,9 @@ msgid "Changes tracking" msgstr "Pelacakan perubahan" #: libraries/config/messages.inc.php:209 -msgid "Tracking of changes made in database. Requires the phpMyAdmin configuration storage." +msgid "" +"Tracking of changes made in database. Requires the phpMyAdmin configuration " +"storage." msgstr "" #: libraries/config/messages.inc.php:210 @@ -4255,8 +3839,7 @@ msgstr "Atur bingkai navigasi" msgid "Customize main frame" msgstr "Atur bingkai utama" -#: libraries/config/messages.inc.php:215 -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:215 libraries/config/messages.inc.php:220 #: setup/frames/menu.inc.php:17 msgid "SQL queries" msgstr "Kueri SQL" @@ -4278,7 +3861,11 @@ msgid "SQL Validator" msgstr "Validator SQL" #: libraries/config/messages.inc.php:223 -msgid "If you wish to use the SQL Validator service, you should be aware that [strong]all SQL statements are stored anonymously for statistical purposes[/strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], Copyright 2002 Upright Database Technology. All rights reserved.[/em]" +msgid "" +"If you wish to use the SQL Validator service, you should be aware that " +"[strong]all SQL statements are stored anonymously for statistical purposes[/" +"strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], " +"Copyright 2002 Upright Database Technology. All rights reserved.[/em]" msgstr "" #: libraries/config/messages.inc.php:224 @@ -4305,8 +3892,7 @@ msgstr "Isian teks" msgid "Customize text input fields" msgstr "Sesuaikan isian masukan teks" -#: libraries/config/messages.inc.php:230 -#: libraries/export/texytext.php:18 +#: libraries/config/messages.inc.php:230 libraries/export/texytext.php:18 msgid "Texy! text" msgstr "Teks Texy!" @@ -4319,7 +3905,9 @@ msgid "Disable some of the warnings shown by phpMyAdmin" msgstr "Nonaktifkan beberapa peringatan dari phpMyAdmin" #: libraries/config/messages.inc.php:234 -msgid "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations" +msgid "" +"Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " +"and export operations" msgstr "" #: libraries/config/messages.inc.php:235 @@ -4331,7 +3919,9 @@ msgid "Extra parameters for iconv" msgstr "Parameter tambahan untuk iconv" #: libraries/config/messages.inc.php:237 -msgid "If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed" +msgid "" +"If enabled, phpMyAdmin continues computing multiple-statement queries even " +"if one of the queries failed" msgstr "" #: libraries/config/messages.inc.php:238 @@ -4339,48 +3929,46 @@ msgid "Ignore multiple statement errors" msgstr "Abaikan galat perintah jamak" #: libraries/config/messages.inc.php:239 -msgid "Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions." +msgid "" +"Allow interrupt of import in case script detects it is close to time limit. " +"This might be good way to import large files, however it can break " +"transactions." msgstr "" #: libraries/config/messages.inc.php:240 msgid "Partial import: allow interrupt" msgstr "Impor parsial: izinkan interupsi" -#: libraries/config/messages.inc.php:245 -#: libraries/config/messages.inc.php:252 -#: libraries/import/csv.php:27 -#: libraries/import/ldi.php:40 +#: libraries/config/messages.inc.php:245 libraries/config/messages.inc.php:252 +#: libraries/import/csv.php:27 libraries/import/ldi.php:40 msgid "Do not abort on INSERT error" msgstr "Jangan gugurkan sewaktu galat INSERT" -#: libraries/config/messages.inc.php:246 -#: libraries/config/messages.inc.php:254 -#: libraries/import/csv.php:26 -#: libraries/import/ldi.php:39 +#: libraries/config/messages.inc.php:246 libraries/config/messages.inc.php:254 +#: libraries/import/csv.php:26 libraries/import/ldi.php:39 msgid "Replace table data with file" msgstr "Ganti data tabel dengan berkas" #: libraries/config/messages.inc.php:248 -msgid "Default format; be aware that this list depends on location (database, table) and only SQL is always available" +msgid "" +"Default format; be aware that this list depends on location (database, " +"table) and only SQL is always available" msgstr "" #: libraries/config/messages.inc.php:249 msgid "Format of imported file" msgstr "Format berkas impor" -#: libraries/config/messages.inc.php:253 -#: libraries/import/ldi.php:46 +#: libraries/config/messages.inc.php:253 libraries/import/ldi.php:46 msgid "Use LOCAL keyword" msgstr "Gunakan kata kunci LOCAL" -#: libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:256 libraries/config/messages.inc.php:264 #: libraries/config/messages.inc.php:265 msgid "Column names in first row" msgstr "Nama kolom pada baris pertama" -#: libraries/config/messages.inc.php:257 -#: libraries/import/ods.php:34 +#: libraries/config/messages.inc.php:257 libraries/import/ods.php:34 msgid "Do not import empty rows" msgstr "Jangan impor baris kosong" @@ -4442,15 +4030,20 @@ msgstr "Jumlah minimum tabel yang ditampilkan di kotak filter tabel" #: libraries/config/messages.inc.php:275 msgid "String that separates databases into different tree levels" -msgstr "String yang memisahkan basis data ke dalam tingkat hierarki yang berbeda" +msgstr "" +"String yang memisahkan basis data ke dalam tingkat hierarki yang berbeda" #: libraries/config/messages.inc.php:276 msgid "Database tree separator" msgstr "Pemisah hierarki basis data" #: libraries/config/messages.inc.php:277 -msgid "Only light version; display databases in a tree (determined by the separator defined below)" -msgstr "Hanya untuk versi ringan; tampilkan basis data dalam hierarki (ditentukan oleh pemisah yang ditentukan di bawah)" +msgid "" +"Only light version; display databases in a tree (determined by the separator " +"defined below)" +msgstr "" +"Hanya untuk versi ringan; tampilkan basis data dalam hierarki (ditentukan " +"oleh pemisah yang ditentukan di bawah)" #: libraries/config/messages.inc.php:278 msgid "Display databases in a tree" @@ -4458,7 +4051,8 @@ msgstr "Tampilkan basis data dalam hierarki" #: libraries/config/messages.inc.php:279 msgid "Disable this if you want to see all databases at once" -msgstr "Nonaktifkan opsi ini jika Anda ingin melihat semua basis data sekaligus" +msgstr "" +"Nonaktifkan opsi ini jika Anda ingin melihat semua basis data sekaligus" #: libraries/config/messages.inc.php:280 msgid "Use light version" @@ -4485,8 +4079,12 @@ msgid "Logo link URL" msgstr "URL tautan logo" #: libraries/config/messages.inc.php:286 -msgid "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])" -msgstr "Buka halaman tertaut di jendela utama ([kbd]main[/kbd]) atau jendela baru ([kbd]new[/kbd])" +msgid "" +"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " +"([kbd]new[/kbd])" +msgstr "" +"Buka halaman tertaut di jendela utama ([kbd]main[/kbd]) atau jendela baru " +"([kbd]new[/kbd])" #: libraries/config/messages.inc.php:287 msgid "Logo link target" @@ -4502,7 +4100,8 @@ msgstr "Aktifkan penyorotan" #: libraries/config/messages.inc.php:290 msgid "Maximum number of recently used tables; set 0 to disable" -msgstr "Jumlah maksimum tabel yang terakhir digunakan; masukkan 0 untuk menonaktifkan" +msgstr "" +"Jumlah maksimum tabel yang terakhir digunakan; masukkan 0 untuk menonaktifkan" #: libraries/config/messages.inc.php:291 msgid "Recently used tables" @@ -4517,15 +4116,21 @@ msgid "Light tabs" msgstr "Tab ringan" #: libraries/config/messages.inc.php:294 -msgid "Maximum number of characters shown in any non-numeric column on browse view" -msgstr "Jumlah karakter maksimum yang ditunjukkan pada kolom non-angka pada modus jelajah" +msgid "" +"Maximum number of characters shown in any non-numeric column on browse view" +msgstr "" +"Jumlah karakter maksimum yang ditunjukkan pada kolom non-angka pada modus " +"jelajah" #: libraries/config/messages.inc.php:295 msgid "Limit column characters" msgstr "Batas karakter kolom" #: libraries/config/messages.inc.php:296 -msgid "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers." +msgid "" +"If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " +"only occurs for the current server. Setting this to FALSE makes it easy to " +"forget to log out from other servers when connected to multiple servers." msgstr "" #: libraries/config/messages.inc.php:297 @@ -4533,7 +4138,9 @@ msgid "Delete all cookies on logout" msgstr "Hapus semua kuki sewaktu keluar" #: libraries/config/messages.inc.php:298 -msgid "Define whether the previous login should be recalled or not in cookie authentication mode" +msgid "" +"Define whether the previous login should be recalled or not in cookie " +"authentication mode" msgstr "" #: libraries/config/messages.inc.php:299 @@ -4541,7 +4148,11 @@ msgid "Recall user name" msgstr "Ingat nama pengguna" #: libraries/config/messages.inc.php:300 -msgid "Defines how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments." +msgid "" +"Defines how long (in seconds) a login cookie should be stored in browser. " +"The default of 0 means that it will be kept for the existing session only, " +"and will be deleted as soon as you close the browser window. This is " +"recommended for non-trusted environments." msgstr "" #: libraries/config/messages.inc.php:301 @@ -4576,22 +4187,26 @@ msgstr "Jumlah maksimum karakter yang dipakai sewaktu menampilkan kueri SQL" msgid "Maximum displayed SQL length" msgstr "Panjang SQL maksimum yang ditayangkan" -#: libraries/config/messages.inc.php:309 -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:309 libraries/config/messages.inc.php:314 #: libraries/config/messages.inc.php:341 msgid "Users cannot set a higher value" msgstr "Pengguna tidak dapat menetapkan nilai yang lebih tinggi" #: libraries/config/messages.inc.php:310 msgid "Maximum number of databases displayed in left frame and database list" -msgstr "Jumlah maksimum basis data yang ditampilkan di bingkai kiri dan daftar basis data" +msgstr "" +"Jumlah maksimum basis data yang ditampilkan di bingkai kiri dan daftar basis " +"data" #: libraries/config/messages.inc.php:311 msgid "Maximum databases" msgstr "Basis data maksimum" #: libraries/config/messages.inc.php:312 -msgid "Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown." +msgid "" +"Number of rows displayed when browsing a result set. If the result set " +"contains more rows, "Previous" and "Next" links will be " +"shown." msgstr "" #: libraries/config/messages.inc.php:313 @@ -4607,15 +4222,21 @@ msgid "Maximum tables" msgstr "Tabel maksimum" #: libraries/config/messages.inc.php:317 -msgid "Disable the default warning that is displayed if mcrypt is missing for cookie authentication" -msgstr "Nonaktifkan peringatan bawaan yang ditampilkan sewaktu mcrypt tidak ditemukan untuk autentikasi kuki" +msgid "" +"Disable the default warning that is displayed if mcrypt is missing for " +"cookie authentication" +msgstr "" +"Nonaktifkan peringatan bawaan yang ditampilkan sewaktu mcrypt tidak " +"ditemukan untuk autentikasi kuki" #: libraries/config/messages.inc.php:318 msgid "mcrypt warning" msgstr "Peringatan mcrypt" #: libraries/config/messages.inc.php:319 -msgid "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)" +msgid "" +"The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " +"([kbd]0[/kbd] for no limit)" msgstr "" #: libraries/config/messages.inc.php:320 @@ -4638,8 +4259,7 @@ msgstr "Gunakan urutan alami untuk pengurutan nama tabel dan basis data" msgid "Natural order" msgstr "Urutan alami" -#: libraries/config/messages.inc.php:325 -#: libraries/config/messages.inc.php:335 +#: libraries/config/messages.inc.php:325 libraries/config/messages.inc.php:335 msgid "Use only icons, only text or both" msgstr "Gunakan hanya ikon, hanya teks, atau keduanya" @@ -4656,7 +4276,9 @@ msgid "GZip output buffering" msgstr "Penyanggaan keluaran GZip" #: libraries/config/messages.inc.php:329 -msgid "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise" +msgid "" +"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " +"DATETIME and TIMESTAMP, ascending order otherwise" msgstr "" #: libraries/config/messages.inc.php:330 @@ -4672,7 +4294,10 @@ msgid "Persistent connections" msgstr "Koneksi persisten" #: libraries/config/messages.inc.php:333 -msgid "Disable the default warning that is displayed on the database details Structure page if any of the required tables for the phpMyAdmin configuration storage could not be found" +msgid "" +"Disable the default warning that is displayed on the database details " +"Structure page if any of the required tables for the phpMyAdmin " +"configuration storage could not be found" msgstr "" #: libraries/config/messages.inc.php:334 @@ -4692,7 +4317,10 @@ msgid "Protect binary columns" msgstr "Lindungi kolom biner" #: libraries/config/messages.inc.php:339 -msgid "Enable if you want DB-based query history (requires phpMyAdmin configuration storage). If disabled, this utilizes JS-routines to display query history (lost by window close)." +msgid "" +"Enable if you want DB-based query history (requires phpMyAdmin configuration " +"storage). If disabled, this utilizes JS-routines to display query history " +"(lost by window close)." msgstr "" #: libraries/config/messages.inc.php:340 @@ -4808,7 +4436,10 @@ msgid "HTTP Realm" msgstr "HTTP Realm" #: libraries/config/messages.inc.php:370 -msgid "The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)" +msgid "" +"The path for the config file for [a@http://swekey.com]SweKey hardware " +"authentication[/a] (not located in your document root; suggested: /etc/" +"swekey.conf)" msgstr "" #: libraries/config/messages.inc.php:371 @@ -4819,13 +4450,14 @@ msgstr "Berkas config SweKey" msgid "Authentication method to use" msgstr "Metode autentikasi yang dipakai" -#: libraries/config/messages.inc.php:373 -#: setup/frames/index.inc.php:127 +#: libraries/config/messages.inc.php:373 setup/frames/index.inc.php:127 msgid "Authentication type" msgstr "Jenis autentikasi" #: libraries/config/messages.inc.php:374 -msgid "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]" +msgid "" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"support, suggested: [kbd]pma_bookmark[/kbd]" msgstr "" #: libraries/config/messages.inc.php:375 @@ -4833,7 +4465,9 @@ msgid "Bookmark table" msgstr "Tabel markah" #: libraries/config/messages.inc.php:376 -msgid "Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]" +msgid "" +"Leave blank for no column comments/mime types, suggested: [kbd]" +"pma_column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:377 @@ -4861,7 +4495,9 @@ msgid "Control user password" msgstr "Sandi pengguna pengendali" #: libraries/config/messages.inc.php:383 -msgid "A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +msgid "" +"A special MySQL user configured with limited permissions, more information " +"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:384 @@ -4869,7 +4505,9 @@ msgid "Control user" msgstr "Pengguna pengendali" #: libraries/config/messages.inc.php:385 -msgid "An alternate host to hold the configuration storage; leave blank to use the already defined host" +msgid "" +"An alternate host to hold the configuration storage; leave blank to use the " +"already defined host" msgstr "" #: libraries/config/messages.inc.php:386 @@ -4885,7 +4523,9 @@ msgid "Count tables" msgstr "Hitung tabel" #: libraries/config/messages.inc.php:389 -msgid "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]" +msgid "" +"Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" +"kbd]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -4893,7 +4533,9 @@ msgid "Designer table" msgstr "Tabel desainer" #: libraries/config/messages.inc.php:391 -msgid "More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" +msgid "" +"More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug " +"tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" #: libraries/config/messages.inc.php:392 @@ -4917,7 +4559,9 @@ msgid "Hide databases" msgstr "Sembunyikan basis data" #: libraries/config/messages.inc.php:397 -msgid "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]" +msgid "" +"Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" +"kbd]" msgstr "" #: libraries/config/messages.inc.php:398 @@ -4937,7 +4581,9 @@ msgid "Logout URL" msgstr "URL keluar" #: libraries/config/messages.inc.php:402 -msgid "This configuration make sure that we only keep N (N = MaxTableUiprefs) newest record in \"table_uiprefs\" and automatically delete older records" +msgid "" +"This configuration make sure that we only keep N (N = MaxTableUiprefs) " +"newest record in \"table_uiprefs\" and automatically delete older records" msgstr "" #: libraries/config/messages.inc.php:403 @@ -4953,15 +4599,19 @@ msgid "Connect without password" msgstr "Tersambung tanpa sandi" #: libraries/config/messages.inc.php:406 -msgid "You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not [kbd]'my_db'[/kbd]. Using this option you can sort database list, just enter their names in order and use [kbd]*[/kbd] at the end to show the rest in alphabetical order." +msgid "" +"You can use MySQL wildcard characters (% and _), escape them if you want to " +"use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " +"[kbd]'my_db'[/kbd]. Using this option you can sort database list, just enter " +"their names in order and use [kbd]*[/kbd] at the end to show the rest in " +"alphabetical order." msgstr "" #: libraries/config/messages.inc.php:407 msgid "Show only listed databases" msgstr "Tampilkan hanya basis data terdaftar" -#: libraries/config/messages.inc.php:408 -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:408 libraries/config/messages.inc.php:449 msgid "Leave empty if not using config auth" msgstr "" @@ -4970,7 +4620,8 @@ msgid "Password for config auth" msgstr "Sandi untuk autentikasi config" #: libraries/config/messages.inc.php:410 -msgid "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" +msgid "" +"Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" msgstr "" #: libraries/config/messages.inc.php:411 @@ -4978,7 +4629,10 @@ msgid "PDF schema: pages table" msgstr "Skema PDF: tabel halaman" #: libraries/config/messages.inc.php:412 -msgid "Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]" +msgid "" +"Database used for relations, bookmarks, and PDF features. See [a@http://wiki." +"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " +"no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" #: libraries/config/messages.inc.php:413 @@ -4994,7 +4648,9 @@ msgid "Server port" msgstr "Porta server" #: libraries/config/messages.inc.php:416 -msgid "Leave blank for no \"persistent\" recently used tables across sessions, suggested: [kbd]pma_recent[/kbd]" +msgid "" +"Leave blank for no \"persistent\" recently used tables across sessions, " +"suggested: [kbd]pma_recent[/kbd]" msgstr "" #: libraries/config/messages.inc.php:417 @@ -5002,7 +4658,9 @@ msgid "Recently used table" msgstr "Tabel yang baru digunakan" #: libraries/config/messages.inc.php:418 -msgid "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]" +msgid "" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" +"[/a] support, suggested: [kbd]pma_relation[/kbd]" msgstr "" #: libraries/config/messages.inc.php:419 @@ -5018,7 +4676,9 @@ msgid "SHOW DATABASES command" msgstr "Perintah SHOW DATABASES" #: libraries/config/messages.inc.php:422 -msgid "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" +"[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:423 @@ -5046,7 +4706,8 @@ msgid "Use SSL" msgstr "Gunakan SSL" #: libraries/config/messages.inc.php:429 -msgid "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]" +msgid "" +"Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]" msgstr "" #: libraries/config/messages.inc.php:430 @@ -5054,7 +4715,9 @@ msgid "PDF schema: table coordinates" msgstr "Skema PDF: koordinat tabel" #: libraries/config/messages.inc.php:431 -msgid "Table to describe the display columns, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]" +msgid "" +"Table to describe the display columns, leave blank for no support; " +"suggested: [kbd]pma_table_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:432 @@ -5062,7 +4725,9 @@ msgid "Display columns table" msgstr "Tabel kolom tampilan" #: libraries/config/messages.inc.php:433 -msgid "Leave blank for no \"persistent\" tables'UI preferences across sessions, suggested: [kbd]pma_table_uiprefs[/kbd]" +msgid "" +"Leave blank for no \"persistent\" tables'UI preferences across sessions, " +"suggested: [kbd]pma_table_uiprefs[/kbd]" msgstr "" #: libraries/config/messages.inc.php:434 @@ -5070,7 +4735,9 @@ msgid "UI preferences table" msgstr "Tabel preferensi UI" #: libraries/config/messages.inc.php:435 -msgid "Whether a DROP DATABASE IF EXISTS statement will be added as first line to the log when creating a database." +msgid "" +"Whether a DROP DATABASE IF EXISTS statement will be added as first line to " +"the log when creating a database." msgstr "" #: libraries/config/messages.inc.php:436 @@ -5078,7 +4745,9 @@ msgid "Add DROP DATABASE" msgstr "Tambahkan DROP DATABASE" #: libraries/config/messages.inc.php:437 -msgid "Whether a DROP TABLE IF EXISTS statement will be added as first line to the log when creating a table." +msgid "" +"Whether a DROP TABLE IF EXISTS statement will be added as first line to the " +"log when creating a table." msgstr "" #: libraries/config/messages.inc.php:438 @@ -5086,7 +4755,9 @@ msgid "Add DROP TABLE" msgstr "Tambahkan DROP TABLE" #: libraries/config/messages.inc.php:439 -msgid "Whether a DROP VIEW IF EXISTS statement will be added as first line to the log when creating a view." +msgid "" +"Whether a DROP VIEW IF EXISTS statement will be added as first line to the " +"log when creating a view." msgstr "" #: libraries/config/messages.inc.php:440 @@ -5102,7 +4773,9 @@ msgid "Statements to track" msgstr "Statement untuk dilacak" #: libraries/config/messages.inc.php:443 -msgid "Leave blank for no SQL query tracking support, suggested: [kbd]pma_tracking[/kbd]" +msgid "" +"Leave blank for no SQL query tracking support, suggested: [kbd]pma_tracking[/" +"kbd]" msgstr "" #: libraries/config/messages.inc.php:444 @@ -5110,7 +4783,9 @@ msgid "SQL query tracking table" msgstr "Tabel pelacakan kueri SQL" #: libraries/config/messages.inc.php:445 -msgid "Whether the tracking mechanism creates versions for tables and views automatically." +msgid "" +"Whether the tracking mechanism creates versions for tables and views " +"automatically." msgstr "" #: libraries/config/messages.inc.php:446 @@ -5118,8 +4793,12 @@ msgid "Automatically create versions" msgstr "Buat versi secara otomatis" #: libraries/config/messages.inc.php:447 -msgid "Leave blank for no user preferences storage in database, suggested: [kbd]pma_userconfig[/kbd]" -msgstr "Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, saran: [kbd]pma_userconfig[/kbd]" +msgid "" +"Leave blank for no user preferences storage in database, suggested: [kbd]" +"pma_userconfig[/kbd]" +msgstr "" +"Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, " +"saran: [kbd]pma_userconfig[/kbd]" #: libraries/config/messages.inc.php:448 msgid "User preferences storage table" @@ -5130,16 +4809,24 @@ msgid "User for config auth" msgstr "Pengguna autentikasi config" #: libraries/config/messages.inc.php:451 -msgid "Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance" -msgstr "Nonaktifkan jika yakin semua tabel pma_* Anda terbarui. Hal ini akan mencegah pemeriksaan kompatibilitas dan meningkatkan kinerja" +msgid "" +"Disable if you know that your pma_* tables are up to date. This prevents " +"compatibility checks and thereby increases performance" +msgstr "" +"Nonaktifkan jika yakin semua tabel pma_* Anda terbarui. Hal ini akan " +"mencegah pemeriksaan kompatibilitas dan meningkatkan kinerja" #: libraries/config/messages.inc.php:452 msgid "Verbose check" msgstr "Pemeriksaan terperinci" #: libraries/config/messages.inc.php:453 -msgid "A user-friendly description of this server. Leave blank to display the hostname instead." -msgstr "Deskripsi server yang lebih jelas. Biarkan kosong untuk menampilkan nama inang saja." +msgid "" +"A user-friendly description of this server. Leave blank to display the " +"hostname instead." +msgstr "" +"Deskripsi server yang lebih jelas. Biarkan kosong untuk menampilkan nama " +"inang saja." #: libraries/config/messages.inc.php:454 msgid "Verbose name of this server" @@ -5154,7 +4841,10 @@ msgid "Allow to display all the rows" msgstr "Izinkan tampilan semua baris" #: libraries/config/messages.inc.php:457 -msgid "Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly" +msgid "" +"Please note that enabling this has no effect with [kbd]config[/kbd] " +"authentication mode because the password is hard coded in the configuration " +"file; this does not limit the ability to execute the same command directly" msgstr "" #: libraries/config/messages.inc.php:458 @@ -5166,7 +4856,9 @@ msgid "Show create database form" msgstr "Tampilkan formulir pembuatan basis data" #: libraries/config/messages.inc.php:460 -msgid "Defines whether or not type display direction option is shown when browsing a table" +msgid "" +"Defines whether or not type display direction option is shown when browsing " +"a table" msgstr "" #: libraries/config/messages.inc.php:461 @@ -5174,7 +4866,9 @@ msgid "Show display direction" msgstr "Tampilkan arah tampilan" #: libraries/config/messages.inc.php:462 -msgid "Defines whether or not type fields should be initially displayed in edit/insert mode" +msgid "" +"Defines whether or not type fields should be initially displayed in edit/" +"insert mode" msgstr "" #: libraries/config/messages.inc.php:463 @@ -5198,8 +4892,12 @@ msgid "Show hint" msgstr "Tampilkan petunjuk" #: libraries/config/messages.inc.php:468 -msgid "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output" -msgstr "Tampilkan tautan untuk melihat hasil [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a]" +msgid "" +"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " +"output" +msgstr "" +"Tampilkan tautan untuk melihat hasil [a@http://php.net/manual/function." +"phpinfo.php]phpinfo()[/a]" #: libraries/config/messages.inc.php:469 msgid "Show phpinfo() link" @@ -5226,7 +4924,9 @@ msgid "Show statistics" msgstr "Tampilkan statistik" #: libraries/config/messages.inc.php:475 -msgid "If tooltips are enabled and a database comment is set, this will flip the comment and the real name" +msgid "" +"If tooltips are enabled and a database comment is set, this will flip the " +"comment and the real name" msgstr "" #: libraries/config/messages.inc.php:476 @@ -5234,7 +4934,11 @@ msgid "Display database comment instead of its name" msgstr "Tampilkan komentar basis data dan bukan namanya" #: libraries/config/messages.inc.php:477 -msgid "When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg['LeftFrameTableSeparator'] directive, so only the folder is called like the alias, the table name itself stays unchanged" +msgid "" +"When setting this to [kbd]nested[/kbd], the alias of the table name is only " +"used to split/nest the tables according to the $cfg" +"['LeftFrameTableSeparator'] directive, so only the folder is called like the " +"alias, the table name itself stays unchanged" msgstr "" #: libraries/config/messages.inc.php:478 @@ -5246,7 +4950,8 @@ msgid "Display table comments in tooltips" msgstr "Tampilkan komentar tabel pada balon informasi" #: libraries/config/messages.inc.php:480 -msgid "Mark used tables and make it possible to show databases with locked tables" +msgid "" +"Mark used tables and make it possible to show databases with locked tables" msgstr "" #: libraries/config/messages.inc.php:481 @@ -5259,21 +4964,18 @@ msgstr "" #: libraries/config/messages.inc.php:488 #: libraries/display_change_password.lib.php:40 -#: libraries/replication_gui.lib.php:62 -#: libraries/replication_gui.lib.php:63 -#: libraries/replication_gui.lib.php:341 -#: libraries/replication_gui.lib.php:345 -#: libraries/replication_gui.lib.php:355 -#: server_privileges.php:877 -#: server_privileges.php:881 -#: server_privileges.php:892 -#: server_privileges.php:1698 -#: server_synchronize.php:1273 +#: libraries/replication_gui.lib.php:62 libraries/replication_gui.lib.php:63 +#: libraries/replication_gui.lib.php:341 libraries/replication_gui.lib.php:345 +#: libraries/replication_gui.lib.php:355 server_privileges.php:877 +#: server_privileges.php:881 server_privileges.php:892 +#: server_privileges.php:1698 server_synchronize.php:1273 msgid "Password" msgstr "Kata Sandi" #: libraries/config/messages.inc.php:489 -msgid "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be installed" +msgid "" +"[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " +"installed" msgstr "" #: libraries/config/messages.inc.php:490 @@ -5281,18 +4983,23 @@ msgid "Enable SQL Validator" msgstr "Aktifkan Validator SQL" #: libraries/config/messages.inc.php:491 -msgid "If you have a custom username, specify it here (defaults to [kbd]anonymous[/kbd])" +msgid "" +"If you have a custom username, specify it here (defaults to [kbd]anonymous[/" +"kbd])" msgstr "" -#: libraries/config/messages.inc.php:492 -#: tbl_tracking.php:445 +#: libraries/config/messages.inc.php:492 tbl_tracking.php:445 #: tbl_tracking.php:502 msgid "Username" msgstr "Nama Pengguna" #: libraries/config/messages.inc.php:493 -msgid "Suggest a database name on the "Create Database" form (if possible) or keep the text field empty" -msgstr "Sarankan suatu nama basis data pada formulir "Buat Basis Data" (jika mungkin) atau biarkan isian teks kosong" +msgid "" +"Suggest a database name on the "Create Database" form (if " +"possible) or keep the text field empty" +msgstr "" +"Sarankan suatu nama basis data pada formulir "Buat Basis Data" " +"(jika mungkin) atau biarkan isian teks kosong" #: libraries/config/messages.inc.php:494 msgid "Suggest new database name" @@ -5307,7 +5014,9 @@ msgid "Suhosin warning" msgstr "Peringatan Suhosin" #: libraries/config/messages.inc.php:497 -msgid "Textarea size (columns) in edit mode, this value will be emphasized for SQL query textareas (*2) and for query window (*1.25)" +msgid "" +"Textarea size (columns) in edit mode, this value will be emphasized for SQL " +"query textareas (*2) and for query window (*1.25)" msgstr "" #: libraries/config/messages.inc.php:498 @@ -5315,7 +5024,9 @@ msgid "Textarea columns" msgstr "Kolom textarea" #: libraries/config/messages.inc.php:499 -msgid "Textarea size (rows) in edit mode, this value will be emphasized for SQL query textareas (*2) and for query window (*1.25)" +msgid "" +"Textarea size (rows) in edit mode, this value will be emphasized for SQL " +"query textareas (*2) and for query window (*1.25)" msgstr "" #: libraries/config/messages.inc.php:500 @@ -5343,7 +5054,11 @@ msgid "Title of browser window when a table is selected" msgstr "Judul jendela peramban sewaktu tabel dipilih" #: libraries/config/messages.inc.php:509 -msgid "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]" +msgid "" +"Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " +"specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" +"For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: " +"HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" #: libraries/config/messages.inc.php:510 @@ -5367,7 +5082,9 @@ msgid "Use database search" msgstr "Gunakan pencarian basis data" #: libraries/config/messages.inc.php:515 -msgid "When disabled, users cannot set any of the options below, regardless of the checkbox on the right" +msgid "" +"When disabled, users cannot set any of the options below, regardless of the " +"checkbox on the right" msgstr "" #: libraries/config/messages.inc.php:516 @@ -5375,15 +5092,17 @@ msgid "Enable the Developer tab in settings" msgstr "Aktifkan tab pengembang dalam pengaturan" #: libraries/config/messages.inc.php:517 -msgid "Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain." +msgid "" +"Show affected rows of each statement on multiple-statement queries. See " +"libraries/import.lib.php for defaults on how many queries a statement may " +"contain." msgstr "" #: libraries/config/messages.inc.php:518 msgid "Verbose multiple statements" msgstr "Uraikan perintah jamak" -#: libraries/config/messages.inc.php:519 -#: setup/frames/index.inc.php:242 +#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:242 msgid "Check for latest version" msgstr "Periksa versi terbaru" @@ -5391,20 +5110,18 @@ msgstr "Periksa versi terbaru" msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 -#: setup/lib/index.lib.php:121 -#: setup/lib/index.lib.php:131 -#: setup/lib/index.lib.php:151 -#: setup/lib/index.lib.php:161 -#: setup/lib/index.lib.php:172 -#: setup/lib/index.lib.php:179 -#: setup/lib/index.lib.php:185 +#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:121 +#: setup/lib/index.lib.php:131 setup/lib/index.lib.php:151 +#: setup/lib/index.lib.php:161 setup/lib/index.lib.php:172 +#: setup/lib/index.lib.php:179 setup/lib/index.lib.php:185 #: setup/lib/index.lib.php:224 msgid "Version check" msgstr "Pemeriksaan versi" #: libraries/config/messages.inc.php:522 -msgid "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations" +msgid "" +"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " +"for import and export operations" msgstr "" #: libraries/config/messages.inc.php:523 @@ -5428,16 +5145,13 @@ msgid "Signon authentication" msgstr "Autentikasi signon" #: libraries/config/setup.forms.php:250 -#: libraries/config/user_preferences.forms.php:150 -#: libraries/import/ldi.php:35 +#: libraries/config/user_preferences.forms.php:150 libraries/import/ldi.php:35 msgid "CSV using LOAD DATA" msgstr "CSV menggunakan LOAD DATA" -#: libraries/config/setup.forms.php:259 -#: libraries/config/setup.forms.php:352 +#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352 #: libraries/config/user_preferences.forms.php:158 -#: libraries/config/user_preferences.forms.php:250 -#: libraries/export/ods.php:18 +#: libraries/config/user_preferences.forms.php:250 libraries/export/ods.php:18 #: libraries/import/ods.php:29 msgid "Open Document Spreadsheet" msgstr "Open Document Spreadsheet" @@ -5470,8 +5184,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: libraries/config/setup.forms.php:356 -#: libraries/config/user_preferences.forms.php:254 -#: libraries/export/odt.php:22 +#: libraries/config/user_preferences.forms.php:254 libraries/export/odt.php:22 msgid "Open Document Text" msgstr "Open Document Text" @@ -5479,13 +5192,11 @@ msgstr "Open Document Text" msgid "Could not initialize Drizzle connection library" msgstr "" -#: libraries/config/validate.lib.php:205 -#: libraries/config/validate.lib.php:212 +#: libraries/config/validate.lib.php:205 libraries/config/validate.lib.php:212 msgid "Could not connect to Drizzle server" msgstr "Tidak dapat terhubung ke server Drizzle" -#: libraries/config/validate.lib.php:223 -#: libraries/config/validate.lib.php:230 +#: libraries/config/validate.lib.php:223 libraries/config/validate.lib.php:230 msgid "Could not connect to MySQL server" msgstr "" @@ -5495,7 +5206,8 @@ msgstr "Kosongkan nama pengguna sewaktu menggunakan metode autentikasi config" #: libraries/config/validate.lib.php:258 msgid "Empty signon session name while using signon authentication method" -msgstr "Kosongkan nama sesi signon sewaktu menggunakan metode autentikasi signon" +msgstr "" +"Kosongkan nama sesi signon sewaktu menggunakan metode autentikasi signon" #: libraries/config/validate.lib.php:262 msgid "Empty signon URL while using signon authentication method" @@ -5507,7 +5219,8 @@ msgstr "Kosongkan pengguna pengendali phpMyAdmin sewaktu menggunakan pmadb" #: libraries/config/validate.lib.php:299 msgid "Empty phpMyAdmin control user password while using pmadb" -msgstr "Kosongkan sandi pengguna pengendali phpMyAdmin sewaktu menggunakan pmadb" +msgstr "" +"Kosongkan sandi pengguna pengendali phpMyAdmin sewaktu menggunakan pmadb" #: libraries/config/validate.lib.php:385 #, php-format @@ -5530,8 +5243,12 @@ msgid "possible deep recursion attack" msgstr "" #: libraries/database_interface.lib.php:1765 -msgid "The server is not responding (or the local server's socket is not correctly configured)." -msgstr "Server tidak merespons (atau soket server lokal tidak dikonfigurasi dengan benar)" +msgid "" +"The server is not responding (or the local server's socket is not correctly " +"configured)." +msgstr "" +"Server tidak merespons (atau soket server lokal tidak dikonfigurasi dengan " +"benar)" #: libraries/database_interface.lib.php:1768 msgid "The server is not responding." @@ -5545,14 +5262,12 @@ msgstr "Harap periksa hak akses direktori basis data." msgid "Details..." msgstr "Rincian..." -#: libraries/db_links.inc.php:42 -#: libraries/db_links.inc.php:43 +#: libraries/db_links.inc.php:42 libraries/db_links.inc.php:43 #: libraries/db_links.inc.php:44 msgid "Database seems to be empty!" msgstr "Basis data kelihatannya kosong!" -#: libraries/db_links.inc.php:65 -#: libraries/relation.lib.php:144 +#: libraries/db_links.inc.php:65 libraries/relation.lib.php:144 #: libraries/tbl_links.inc.php:97 msgid "Tracking" msgstr "Pelacakan" @@ -5561,66 +5276,57 @@ msgstr "Pelacakan" msgid "Query" msgstr "Kueri" -#: libraries/db_links.inc.php:75 -#: libraries/relation.lib.php:132 +#: libraries/db_links.inc.php:75 libraries/relation.lib.php:132 msgid "Designer" msgstr "Desainer" -#: libraries/db_links.inc.php:92 -#: server_privileges.php:119 -#: server_privileges.php:1894 -#: server_privileges.php:2252 +#: libraries/db_links.inc.php:92 server_privileges.php:119 +#: server_privileges.php:1894 server_privileges.php:2252 msgid "Privileges" msgstr "Hak Akses" -#: libraries/db_links.inc.php:96 -#: libraries/rte/rte_words.lib.php:25 +#: libraries/db_links.inc.php:96 libraries/rte/rte_words.lib.php:25 msgid "Routines" msgstr "Routine" -#: libraries/db_links.inc.php:100 -#: libraries/export/sql.php:641 +#: libraries/db_links.inc.php:100 libraries/export/sql.php:641 #: libraries/rte/rte_words.lib.php:49 msgid "Events" msgstr "Event" -#: libraries/db_links.inc.php:104 -#: libraries/export/sql.php:1031 -#: libraries/export/xml.php:57 -#: libraries/rte/rte_words.lib.php:37 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 +#: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" msgstr "Trigger" -#: libraries/db_structure.lib.php:43 -#: libraries/display_tbl.lib.php:2218 -msgid "May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ 3.11[/a]" -msgstr "Kemungkinan hanya perkiraan saja. Lihat [a@./Documentation.html#faq3_11@Dokumentasi]FAQ 3.11[/a]" +#: libraries/db_structure.lib.php:43 libraries/display_tbl.lib.php:2218 +msgid "" +"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ " +"3.11[/a]" +msgstr "" +"Kemungkinan hanya perkiraan saja. Lihat [a@./Documentation." +"html#faq3_11@Dokumentasi]FAQ 3.11[/a]" -#: libraries/dbi/drizzle.dbi.lib.php:114 -#: libraries/dbi/mysql.dbi.lib.php:117 +#: libraries/dbi/drizzle.dbi.lib.php:114 libraries/dbi/mysql.dbi.lib.php:117 #: libraries/dbi/mysqli.dbi.lib.php:186 msgid "Connection for controluser as defined in your configuration failed." -msgstr "Koneksi untuk controluser yang di definisikan di konfigurasi Anda gagal." +msgstr "" +"Koneksi untuk controluser yang di definisikan di konfigurasi Anda gagal." -#: libraries/display_change_password.lib.php:29 -#: main.php:93 -#: user_password.php:105 -#: user_password.php:123 +#: libraries/display_change_password.lib.php:29 main.php:93 +#: user_password.php:105 user_password.php:123 msgid "Change password" msgstr "Ubah Sandi" #: libraries/display_change_password.lib.php:34 -#: libraries/replication_gui.lib.php:351 -#: server_privileges.php:888 +#: libraries/replication_gui.lib.php:351 server_privileges.php:888 msgid "No Password" msgstr "Kata Sandi belum ditetapkan" #: libraries/display_change_password.lib.php:45 -#: libraries/replication_gui.lib.php:359 -#: libraries/replication_gui.lib.php:362 -#: server_privileges.php:896 -#: server_privileges.php:899 +#: libraries/replication_gui.lib.php:359 libraries/replication_gui.lib.php:362 +#: server_privileges.php:896 server_privileges.php:899 msgid "Re-type" msgstr "Ketik ulang" @@ -5641,29 +5347,21 @@ msgstr "Buat basis data" msgid "Create" msgstr "Buat" -#: libraries/display_create_database.lib.php:43 -#: server_privileges.php:121 -#: server_privileges.php:1583 -#: server_replication.php:33 +#: libraries/display_create_database.lib.php:43 server_privileges.php:121 +#: server_privileges.php:1583 server_replication.php:33 msgid "No Privileges" msgstr "Tidak Ada Hak Akses" -#: libraries/display_create_table.lib.php:46 -#: pmd_general.php:71 -#: server_synchronize.php:442 -#: server_synchronize.php:914 +#: libraries/display_create_table.lib.php:46 pmd_general.php:71 +#: server_synchronize.php:442 server_synchronize.php:914 msgid "Create table" msgstr "Buat tabel" -#: libraries/display_create_table.lib.php:51 -#: libraries/rte/rte_list.lib.php:51 -#: libraries/rte/rte_list.lib.php:57 -#: libraries/rte/rte_list.lib.php:66 +#: libraries/display_create_table.lib.php:51 libraries/rte/rte_list.lib.php:51 +#: libraries/rte/rte_list.lib.php:57 libraries/rte/rte_list.lib.php:66 #: libraries/rte/rte_routines.lib.php:860 -#: libraries/rte/rte_routines.lib.php:1365 -#: libraries/tbl_properties.inc.php:92 -#: setup/frames/index.inc.php:126 -#: tbl_structure.php:201 +#: libraries/rte/rte_routines.lib.php:1365 libraries/tbl_properties.inc.php:92 +#: setup/frames/index.inc.php:126 tbl_structure.php:201 msgid "Name" msgstr "Nama" @@ -5729,13 +5427,11 @@ msgstr "Baris untuk memulai:" msgid "Dump all rows" msgstr "Dump semua row" -#: libraries/display_export.lib.php:176 -#: libraries/display_export.lib.php:197 +#: libraries/display_export.lib.php:176 libraries/display_export.lib.php:197 msgid "Output:" msgstr "Hasil:" -#: libraries/display_export.lib.php:183 -#: libraries/display_export.lib.php:209 +#: libraries/display_export.lib.php:183 libraries/display_export.lib.php:209 #, php-format msgid "Save on server in the directory %s" msgstr "Simpan ke direktori %s di server" @@ -5762,17 +5458,18 @@ msgstr ", @TABLE@ akan menjadi nama tabel" #: libraries/display_export.lib.php:232 #, php-format -msgid "This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +msgid "" +"This value is interpreted using %1$sstrftime%2$s, so you can use time " +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" #: libraries/display_export.lib.php:270 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:276 -#: libraries/display_import.lib.php:188 -#: libraries/display_import.lib.php:201 -#: libraries/sql_query_form.lib.php:460 +#: libraries/display_export.lib.php:276 libraries/display_import.lib.php:188 +#: libraries/display_import.lib.php:201 libraries/sql_query_form.lib.php:460 msgid "Character set of the file:" msgstr "Set karakter berkas:" @@ -5796,8 +5493,7 @@ msgstr "di-bzip" msgid "View output as text" msgstr "Tampilkan hasil sebagai teks" -#: libraries/display_export.lib.php:328 -#: libraries/display_import.lib.php:244 +#: libraries/display_export.lib.php:328 libraries/display_import.lib.php:244 #: libraries/export/codegen.php:38 msgid "Format:" msgstr "Format:" @@ -5807,16 +5503,20 @@ msgid "Format-specific options:" msgstr "Opsi khusus format:" #: libraries/display_export.lib.php:334 -msgid "Scroll down to fill in the options for the selected format and ignore the options for other formats." +msgid "" +"Scroll down to fill in the options for the selected format and ignore the " +"options for other formats." msgstr "" -#: libraries/display_export.lib.php:342 -#: libraries/display_import.lib.php:260 +#: libraries/display_export.lib.php:342 libraries/display_import.lib.php:260 msgid "Encoding Conversion:" msgstr "Konversi Pengodean:" #: libraries/display_import.lib.php:66 -msgid "The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers." +msgid "" +"The file being uploaded is probably larger than the maximum allowed size or " +"this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) " +"browsers." msgstr "" #: libraries/display_import.lib.php:76 @@ -5824,7 +5524,9 @@ msgid "The file is being processed, please be patient." msgstr "" #: libraries/display_import.lib.php:98 -msgid "Please be patient, the file is being uploaded. Details about the upload are not available." +msgid "" +"Please be patient, the file is being uploaded. Details about the upload are " +"not available." msgstr "" #: libraries/display_import.lib.php:129 @@ -5851,8 +5553,12 @@ msgid "File may be compressed (%s) or uncompressed." msgstr "Dapat berupa berkas terkompresi (%s) atau tidak." #: libraries/display_import.lib.php:158 -msgid "A compressed file's name must end in .[format].[compression]. Example: .sql.zip" -msgstr "Nama berkas terkompresi harus diakhir dengan .[format].[kompresi]. Contoh: .sql.zip" +msgid "" +"A compressed file's name must end in .[format].[compression]. " +"Example: .sql.zip" +msgstr "" +"Nama berkas terkompresi harus diakhir dengan .[format].[kompresi]. " +"Contoh: .sql.zip" #: libraries/display_import.lib.php:178 msgid "File uploads are not allowed on this server." @@ -5864,12 +5570,19 @@ msgstr "Impor Parsial:" #: libraries/display_import.lib.php:214 #, php-format -msgid "Previous import timed out, after resubmitting will continue from position %d." +msgid "" +"Previous import timed out, after resubmitting will continue from position %d." msgstr "" #: libraries/display_import.lib.php:221 -msgid "Allow the interruption of an import in case the script detects it is close to the PHP timeout limit. (This might be good way to import large files, however it can break transactions.)" -msgstr "Izinkan interupsi proses impor jika skrip hampir mencapai batas waktu habis PHP. (Ini mungkin cara terbaik untuk mengimpor berkas besar, meskipun dapat memotong transaksi.)" +msgid "" +"Allow the interruption of an import in case the script detects it is close " +"to the PHP timeout limit. (This might be good way to import large files, " +"however it can break transactions.)" +msgstr "" +"Izinkan interupsi proses impor jika skrip hampir mencapai batas waktu habis " +"PHP. (Ini mungkin cara terbaik untuk mengimpor berkas besar, meskipun " +"dapat memotong transaksi.)" #: libraries/display_import.lib.php:228 msgid "Number of rows to skip, starting from the first row:" @@ -5880,8 +5593,7 @@ msgid "Format-Specific Options:" msgstr "Opsi Format Khusus:" #: libraries/display_select_lang.lib.php:46 -#: libraries/display_select_lang.lib.php:47 -#: setup/frames/index.inc.php:72 +#: libraries/display_select_lang.lib.php:47 setup/frames/index.inc.php:72 msgid "Language" msgstr "Bahasa" @@ -5931,44 +5643,28 @@ msgstr "Judul setiap %s baris" msgid "Sort by key" msgstr "Urut berdasarkan kunci" -#: libraries/display_tbl.lib.php:619 -#: libraries/export/codegen.php:41 -#: libraries/export/csv.php:34 -#: libraries/export/excel.php:37 -#: libraries/export/htmlword.php:33 -#: libraries/export/json.php:29 -#: libraries/export/latex.php:35 -#: libraries/export/mediawiki.php:23 -#: libraries/export/ods.php:29 -#: libraries/export/odt.php:27 -#: libraries/export/pdf.php:29 -#: libraries/export/php_array.php:29 -#: libraries/export/sql.php:88 -#: libraries/export/texytext.php:31 -#: libraries/export/xml.php:27 -#: libraries/export/yaml.php:30 -#: libraries/import.lib.php:1104 -#: libraries/import.lib.php:1125 -#: libraries/import/csv.php:33 -#: libraries/import/docsql.php:35 -#: libraries/import/ldi.php:49 -#: libraries/import/ods.php:39 -#: libraries/import/shp.php:22 -#: libraries/import/sql.php:20 -#: libraries/import/xml.php:32 -#: libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 -#: tbl_structure.php:856 +#: libraries/display_tbl.lib.php:619 libraries/export/codegen.php:41 +#: libraries/export/csv.php:34 libraries/export/excel.php:37 +#: libraries/export/htmlword.php:33 libraries/export/json.php:29 +#: libraries/export/latex.php:35 libraries/export/mediawiki.php:23 +#: libraries/export/ods.php:29 libraries/export/odt.php:27 +#: libraries/export/pdf.php:29 libraries/export/php_array.php:29 +#: libraries/export/sql.php:88 libraries/export/texytext.php:31 +#: libraries/export/xml.php:27 libraries/export/yaml.php:30 +#: libraries/import.lib.php:1104 libraries/import.lib.php:1125 +#: libraries/import/csv.php:33 libraries/import/docsql.php:35 +#: libraries/import/ldi.php:49 libraries/import/ods.php:39 +#: libraries/import/shp.php:22 libraries/import/sql.php:20 +#: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Opsi" -#: libraries/display_tbl.lib.php:624 -#: libraries/display_tbl.lib.php:642 +#: libraries/display_tbl.lib.php:624 libraries/display_tbl.lib.php:642 msgid "Partial texts" msgstr "Teks parsial" -#: libraries/display_tbl.lib.php:625 -#: libraries/display_tbl.lib.php:646 +#: libraries/display_tbl.lib.php:625 libraries/display_tbl.lib.php:646 msgid "Full texts" msgstr "Teks penuh" @@ -5988,17 +5684,13 @@ msgstr "Tampilkan konten biner" msgid "Show BLOB contents" msgstr "Tampilkan konten BLOB" -#: libraries/display_tbl.lib.php:679 -#: pmd_general.php:147 -#: tbl_change.php:324 +#: libraries/display_tbl.lib.php:679 pmd_general.php:147 tbl_change.php:324 #: tbl_change.php:330 msgid "Hide" msgstr "Sembunyikan" -#: libraries/display_tbl.lib.php:679 -#: libraries/relation.lib.php:116 -#: libraries/tbl_properties.inc.php:136 -#: transformation_overview.php:46 +#: libraries/display_tbl.lib.php:679 libraries/relation.lib.php:116 +#: libraries/tbl_properties.inc.php:136 transformation_overview.php:46 msgid "Browser transformation" msgstr "Transformasi Browser" @@ -6010,13 +5702,11 @@ msgstr "" msgid "Well Known Binary" msgstr "" -#: libraries/display_tbl.lib.php:1396 -#: libraries/display_tbl.lib.php:1408 +#: libraries/display_tbl.lib.php:1396 libraries/display_tbl.lib.php:1408 msgid "The row has been deleted" msgstr "Baris telah dihapus" -#: libraries/display_tbl.lib.php:1435 -#: libraries/display_tbl.lib.php:2463 +#: libraries/display_tbl.lib.php:1435 libraries/display_tbl.lib.php:2463 #: server_status.php:1253 msgid "Kill" msgstr "Tutup" @@ -6033,8 +5723,7 @@ msgstr "Tampilan baris" msgid "total" msgstr "total" -#: libraries/display_tbl.lib.php:2372 -#: sql.php:726 +#: libraries/display_tbl.lib.php:2372 sql.php:726 #, php-format msgid "Query took %01.4f sec" msgstr "Pencarian dilakukan dalam %01.4f detik" @@ -6047,8 +5736,7 @@ msgstr "Operasi hasil kueri" msgid "Print view (with full texts)" msgstr "Tampilan cetak (teks lengkap)" -#: libraries/display_tbl.lib.php:2654 -#: tbl_chart.php:86 +#: libraries/display_tbl.lib.php:2654 tbl_chart.php:86 msgid "Display chart" msgstr "Tampilkan bagan" @@ -6064,8 +5752,7 @@ msgstr "Buat tampilan" msgid "Link not found" msgstr "Tautan tidak ditemukan" -#: libraries/engines/bdb.lib.php:20 -#: main.php:217 +#: libraries/engines/bdb.lib.php:20 main.php:217 msgid "Version information" msgstr "Informasi versi" @@ -6075,7 +5762,8 @@ msgstr "Direktori awal data" #: libraries/engines/innodb.lib.php:21 msgid "The common part of the directory path for all InnoDB data files." -msgstr "Bagian lazim dari Directory Path untuk seluruh berkas data milik InnoDB." +msgstr "" +"Bagian lazim dari Directory Path untuk seluruh berkas data milik InnoDB." #: libraries/engines/innodb.lib.php:24 msgid "Data files" @@ -6086,23 +5774,29 @@ msgid "Autoextend increment" msgstr "Pembesaran otomatis" #: libraries/engines/innodb.lib.php:28 -msgid "The increment size for extending the size of an autoextending tablespace when it becomes full." -msgstr "Besar peningkatan ukuran ruang tabel yang otomatis ditambahkan sewaktu penuh." +msgid "" +"The increment size for extending the size of an autoextending tablespace " +"when it becomes full." +msgstr "" +"Besar peningkatan ukuran ruang tabel yang otomatis ditambahkan sewaktu penuh." #: libraries/engines/innodb.lib.php:32 msgid "Buffer pool size" msgstr "Besar penampungan penyangga" #: libraries/engines/innodb.lib.php:33 -msgid "The size of the memory buffer InnoDB uses to cache data and indexes of its tables." -msgstr "Besar penyangga memori yang digunakan oleh InnoDB untuk menyinggahkan data dan indeks dari tabelnya." +msgid "" +"The size of the memory buffer InnoDB uses to cache data and indexes of its " +"tables." +msgstr "" +"Besar penyangga memori yang digunakan oleh InnoDB untuk menyinggahkan data " +"dan indeks dari tabelnya." #: libraries/engines/innodb.lib.php:130 msgid "Buffer Pool" msgstr "Penampungan Penyangga" -#: libraries/engines/innodb.lib.php:131 -#: server_status.php:638 +#: libraries/engines/innodb.lib.php:131 server_status.php:638 msgid "InnoDB Status" msgstr "Status InnoDB" @@ -6171,48 +5865,79 @@ msgid "Data pointer size" msgstr "Ukuran petunjuk data (Data Pointer)" #: libraries/engines/myisam.lib.php:23 -msgid "The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified." -msgstr "Ukuran standar dari petunjuk (Pointer) dalam Byte untuk digunakan oleh CREATE TABLE untuk tabel jenis MyISAM bila pilihan MAX_ROWS tidak ditentukan." +msgid "" +"The default pointer size in bytes, to be used by CREATE TABLE for MyISAM " +"tables when no MAX_ROWS option is specified." +msgstr "" +"Ukuran standar dari petunjuk (Pointer) dalam Byte untuk digunakan oleh " +"CREATE TABLE untuk tabel jenis MyISAM bila pilihan MAX_ROWS tidak ditentukan." #: libraries/engines/myisam.lib.php:27 msgid "Automatic recovery mode" msgstr "Modus restorasi otomatis" #: libraries/engines/myisam.lib.php:28 -msgid "The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option." -msgstr "Modus untuk restorasi secara otomatis sebuah tabel MyISAM yang telah runtuh sesuai dengan pengaturan melalui pilihan --myisam-recover pada startup server." +msgid "" +"The mode for automatic recovery of crashed MyISAM tables, as set via the --" +"myisam-recover server startup option." +msgstr "" +"Modus untuk restorasi secara otomatis sebuah tabel MyISAM yang telah runtuh " +"sesuai dengan pengaturan melalui pilihan --myisam-recover pada startup " +"server." #: libraries/engines/myisam.lib.php:31 msgid "Maximum size for temporary sort files" msgstr "Ukuran maksimal untuk penyortiran berkas sementara" #: libraries/engines/myisam.lib.php:32 -msgid "The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE)." -msgstr "Ukuran maksimal untuk berkas sementara yang diperbolehkan untuk digunakan oleh MySQL pada sewaktu pembuatan ulang sebuah indeks MyISAM (sewaktu menjalankan REPAIR TABLE, ALTER TABLE, atau LOAD DATA INFILE)." +msgid "" +"The maximum size of the temporary file MySQL is allowed to use while re-" +"creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA " +"INFILE)." +msgstr "" +"Ukuran maksimal untuk berkas sementara yang diperbolehkan untuk digunakan " +"oleh MySQL pada sewaktu pembuatan ulang sebuah indeks MyISAM (sewaktu " +"menjalankan REPAIR TABLE, ALTER TABLE, atau LOAD DATA INFILE)." #: libraries/engines/myisam.lib.php:36 msgid "Maximum size for temporary files on index creation" msgstr "Ukuran maksimal untuk berkas sementara pada pembuatan indeks" #: libraries/engines/myisam.lib.php:37 -msgid "If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method." -msgstr "Jika ukuran berkas sementara untuk pembuatan Indeks MyISAM Cepat lebih besar dibandingkan dengan ukuran Key Cache yang disebut di sini, disarankan untuk menggunakan metode Key Cache." +msgid "" +"If the temporary file used for fast MyISAM index creation would be larger " +"than using the key cache by the amount specified here, prefer the key cache " +"method." +msgstr "" +"Jika ukuran berkas sementara untuk pembuatan Indeks MyISAM Cepat lebih besar " +"dibandingkan dengan ukuran Key Cache yang disebut di sini, disarankan untuk " +"menggunakan metode Key Cache." #: libraries/engines/myisam.lib.php:41 msgid "Repair threads" msgstr "Perbaiki proses" #: libraries/engines/myisam.lib.php:42 -msgid "If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the repair by sorting process." -msgstr "Jika nilai ini lebih besar dari 1, pembuatan indeks MyISAM akan dijalankan dalam modus paralel (setiap indeks memiliki proses tersendiri) selama perbaikan dijalankan oleh proses penyortiran." +msgid "" +"If this value is greater than 1, MyISAM table indexes are created in " +"parallel (each index in its own thread) during the repair by sorting process." +msgstr "" +"Jika nilai ini lebih besar dari 1, pembuatan indeks MyISAM akan dijalankan " +"dalam modus paralel (setiap indeks memiliki proses tersendiri) selama " +"perbaikan dijalankan oleh proses penyortiran." #: libraries/engines/myisam.lib.php:46 msgid "Sort buffer size" msgstr "Urutkan ukuran Buffer" #: libraries/engines/myisam.lib.php:47 -msgid "The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE." -msgstr "Buffer yang dialokasikan bila menyortir indeks MyISAM pada saat REPAIR TABLE atau pada sewaktu membuat indeks dengan cara CREATE INDEX atau cara ALTER TABLE." +msgid "" +"The buffer that is allocated when sorting MyISAM indexes during a REPAIR " +"TABLE or when creating indexes with CREATE INDEX or ALTER TABLE." +msgstr "" +"Buffer yang dialokasikan bila menyortir indeks MyISAM pada saat REPAIR TABLE " +"atau pada sewaktu membuat indeks dengan cara CREATE INDEX atau cara ALTER " +"TABLE." #: libraries/engines/pbms.lib.php:30 msgid "Garbage Threshold" @@ -6222,14 +5947,15 @@ msgstr "" msgid "The percentage of garbage in a repository file before it is compacted." msgstr "" -#: libraries/engines/pbms.lib.php:35 -#: libraries/replication_gui.lib.php:70 +#: libraries/engines/pbms.lib.php:35 libraries/replication_gui.lib.php:70 #: server_synchronize.php:1261 msgid "Port" msgstr "Porta" #: libraries/engines/pbms.lib.php:36 -msgid "The port for the PBMS stream-based communications. Setting this value to 0 will disable HTTP communication with the daemon." +msgid "" +"The port for the PBMS stream-based communications. Setting this value to 0 " +"will disable HTTP communication with the daemon." msgstr "" #: libraries/engines/pbms.lib.php:40 @@ -6237,7 +5963,10 @@ msgid "Repository Threshold" msgstr "" #: libraries/engines/pbms.lib.php:41 -msgid "The maximum size of a BLOB repository file. You may use Kb, MB or GB to indicate the unit of the value. A value in bytes is assumed when no unit is specified." +msgid "" +"The maximum size of a BLOB repository file. You may use Kb, MB or GB to " +"indicate the unit of the value. A value in bytes is assumed when no unit is " +"specified." msgstr "" #: libraries/engines/pbms.lib.php:45 @@ -6245,7 +5974,9 @@ msgid "Temp Blob Timeout" msgstr "" #: libraries/engines/pbms.lib.php:46 -msgid "The timeout, in seconds, for temporary BLOBs. Uploaded BLOB data is removed after this time, unless they are referenced by a record in the database." +msgid "" +"The timeout, in seconds, for temporary BLOBs. Uploaded BLOB data is removed " +"after this time, unless they are referenced by a record in the database." msgstr "" #: libraries/engines/pbms.lib.php:50 @@ -6253,7 +5984,10 @@ msgid "Temp Log Threshold" msgstr "" #: libraries/engines/pbms.lib.php:51 -msgid "The maximum size of a temporary BLOB log file. You may use Kb, MB or GB to indicate the unit of the value. A value in bytes is assumed when no unit is specified." +msgid "" +"The maximum size of a temporary BLOB log file. You may use Kb, MB or GB to " +"indicate the unit of the value. A value in bytes is assumed when no unit is " +"specified." msgstr "" #: libraries/engines/pbms.lib.php:55 @@ -6261,7 +5995,9 @@ msgid "Max Keep Alive" msgstr "" #: libraries/engines/pbms.lib.php:56 -msgid "The timeout for inactive connection with the keep-alive flag set. After this time the connection will be closed. The time-out is in milliseconds (1/1000)." +msgid "" +"The timeout for inactive connection with the keep-alive flag set. After this " +"time the connection will be closed. The time-out is in milliseconds (1/1000)." msgstr "" #: libraries/engines/pbms.lib.php:60 @@ -6269,16 +6005,19 @@ msgid "Metadata Headers" msgstr "Kepala Metadata" #: libraries/engines/pbms.lib.php:61 -msgid "A \":\" delimited list of metadata headers to be used to initialize the pbms_metadata_header table when a database is created." +msgid "" +"A \":\" delimited list of metadata headers to be used to initialize the " +"pbms_metadata_header table when a database is created." msgstr "" #: libraries/engines/pbms.lib.php:94 #, php-format -msgid "Documentation and further information about PBMS can be found on %sThe PrimeBase Media Streaming home page%s." +msgid "" +"Documentation and further information about PBMS can be found on %sThe " +"PrimeBase Media Streaming home page%s." msgstr "" -#: libraries/engines/pbms.lib.php:96 -#: libraries/engines/pbxt.lib.php:127 +#: libraries/engines/pbms.lib.php:96 libraries/engines/pbxt.lib.php:127 msgid "Related Links" msgstr "Tautan Terkait" @@ -6295,7 +6034,9 @@ msgid "Index cache size" msgstr "Besar singgahan indeks" #: libraries/engines/pbxt.lib.php:23 -msgid "This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages." +msgid "" +"This is the amount of memory allocated to the index cache. Default value is " +"32MB. The memory allocated here is used only for caching index pages." msgstr "" #: libraries/engines/pbxt.lib.php:27 @@ -6303,7 +6044,10 @@ msgid "Record cache size" msgstr "Besar singgahan data" #: libraries/engines/pbxt.lib.php:28 -msgid "This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files." +msgid "" +"This is the amount of memory allocated to the record cache used to cache " +"table data. The default value is 32MB. This memory is used to cache changes " +"to the handle data (.xtd) and row pointer (.xtr) files." msgstr "" #: libraries/engines/pbxt.lib.php:32 @@ -6311,7 +6055,9 @@ msgid "Log cache size" msgstr "Besar singgahan log" #: libraries/engines/pbxt.lib.php:33 -msgid "The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB." +msgid "" +"The amount of memory allocated to the transaction log cache used to cache on " +"transaction log data. The default is 16MB." msgstr "" #: libraries/engines/pbxt.lib.php:37 @@ -6319,7 +6065,9 @@ msgid "Log file threshold" msgstr "Ambang berkas log" #: libraries/engines/pbxt.lib.php:38 -msgid "The size of a transaction log before rollover, and a new log is created. The default value is 16MB." +msgid "" +"The size of a transaction log before rollover, and a new log is created. The " +"default value is 16MB." msgstr "" #: libraries/engines/pbxt.lib.php:42 @@ -6327,7 +6075,9 @@ msgid "Transaction buffer size" msgstr "Besar penyangga transaksi" #: libraries/engines/pbxt.lib.php:43 -msgid "The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB." +msgid "" +"The size of the global transaction log buffer (the engine allocates 2 " +"buffers of this size). The default is 1MB." msgstr "" #: libraries/engines/pbxt.lib.php:47 @@ -6335,7 +6085,9 @@ msgid "Checkpoint frequency" msgstr "Frekuensi checkpoint" #: libraries/engines/pbxt.lib.php:48 -msgid "The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB." +msgid "" +"The amount of data written to the transaction log before a checkpoint is " +"performed. The default value is 24MB." msgstr "" #: libraries/engines/pbxt.lib.php:52 @@ -6343,7 +6095,11 @@ msgid "Data log threshold" msgstr "Ambang log data" #: libraries/engines/pbxt.lib.php:53 -msgid "The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database." +msgid "" +"The maximum size of a data log file. The default value is 64MB. PBXT can " +"create a maximum of 32000 data logs, which are used by all tables. So the " +"value of this variable can be increased to increase the total amount of data " +"that can be stored in the database." msgstr "" #: libraries/engines/pbxt.lib.php:57 @@ -6351,7 +6107,9 @@ msgid "Garbage threshold" msgstr "Ambang sampah" #: libraries/engines/pbxt.lib.php:58 -msgid "The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50." +msgid "" +"The percentage of garbage in a data log file before it is compacted. This is " +"a value between 1 and 99. The default is 50." msgstr "" #: libraries/engines/pbxt.lib.php:62 @@ -6359,7 +6117,10 @@ msgid "Log buffer size" msgstr "Besar penyangga log" #: libraries/engines/pbxt.lib.php:63 -msgid "The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log." +msgid "" +"The size of the buffer used when writing a data log. The default is 256MB. " +"The engine allocates one buffer per thread, but only if the thread is " +"required to write a data log." msgstr "" #: libraries/engines/pbxt.lib.php:67 @@ -6383,12 +6144,18 @@ msgid "Log file count" msgstr "Jumlah berkas log" #: libraries/engines/pbxt.lib.php:78 -msgid "This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number." +msgid "" +"This is the number of transaction log files (pbxt/system/xlog*.xt) the " +"system will maintain. If the number of logs exceeds this value then old logs " +"will be deleted, otherwise they are renamed and given the next highest " +"number." msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format -msgid "Documentation and further information about PBXT can be found on the %sPrimeBase XT Home Page%s." +msgid "" +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr "" #: libraries/engines/pbxt.lib.php:129 @@ -6399,37 +6166,29 @@ msgstr "" msgid "The PrimeBase Media Streaming (PBMS) home page" msgstr "" -#: libraries/export/csv.php:24 -#: libraries/import/csv.php:28 +#: libraries/export/csv.php:24 libraries/import/csv.php:28 msgid "Columns separated with:" msgstr "Kolom dipisahkan oleh:" -#: libraries/export/csv.php:25 -#: libraries/import/csv.php:29 +#: libraries/export/csv.php:25 libraries/import/csv.php:29 msgid "Columns enclosed with:" msgstr "Kolom diapit oleh:" -#: libraries/export/csv.php:26 -#: libraries/import/csv.php:30 +#: libraries/export/csv.php:26 libraries/import/csv.php:30 msgid "Columns escaped with:" msgstr "Kolom dikembalikan oleh:" -#: libraries/export/csv.php:27 -#: libraries/import/csv.php:31 +#: libraries/export/csv.php:27 libraries/import/csv.php:31 msgid "Lines terminated with:" msgstr "Baris diakhir dengan:" -#: libraries/export/csv.php:28 -#: libraries/export/excel.php:23 -#: libraries/export/htmlword.php:29 -#: libraries/export/latex.php:80 -#: libraries/export/ods.php:24 -#: libraries/export/odt.php:60 +#: libraries/export/csv.php:28 libraries/export/excel.php:23 +#: libraries/export/htmlword.php:29 libraries/export/latex.php:80 +#: libraries/export/ods.php:24 libraries/export/odt.php:60 msgid "Replace NULL with:" msgstr "Ganti NULL dengan:" -#: libraries/export/csv.php:29 -#: libraries/export/excel.php:24 +#: libraries/export/csv.php:29 libraries/export/excel.php:24 msgid "Remove carriage return/line feed characters within columns" msgstr "" @@ -6437,26 +6196,19 @@ msgstr "" msgid "Excel edition:" msgstr "Versi Excel:" -#: libraries/export/htmlword.php:28 -#: libraries/export/latex.php:70 -#: libraries/export/odt.php:56 -#: libraries/export/sql.php:222 -#: libraries/export/texytext.php:26 -#: libraries/export/xml.php:73 +#: libraries/export/htmlword.php:28 libraries/export/latex.php:70 +#: libraries/export/odt.php:56 libraries/export/sql.php:222 +#: libraries/export/texytext.php:26 libraries/export/xml.php:73 msgid "Data dump options" msgstr "Opsi dump data" -#: libraries/export/htmlword.php:121 -#: libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 -#: libraries/export/texytext.php:109 +#: libraries/export/htmlword.php:121 libraries/export/odt.php:161 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Dumping data untuk tabel" -#: libraries/export/htmlword.php:195 -#: libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 -#: libraries/export/texytext.php:177 +#: libraries/export/htmlword.php:195 libraries/export/odt.php:235 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Struktur dari tabel" @@ -6472,67 +6224,51 @@ msgstr "(dilanjutkan)" msgid "Structure of table @TABLE@" msgstr "Struktur tabel @TABLE@" -#: libraries/export/latex.php:48 -#: libraries/export/odt.php:40 +#: libraries/export/latex.php:48 libraries/export/odt.php:40 #: libraries/export/sql.php:142 msgid "Object creation options" msgstr "Opsi pembuatan objek" -#: libraries/export/latex.php:52 -#: libraries/export/latex.php:76 +#: libraries/export/latex.php:52 libraries/export/latex.php:76 msgid "Table caption (continued)" msgstr "Judul halaman (lanjutan)" -#: libraries/export/latex.php:57 -#: libraries/export/odt.php:43 +#: libraries/export/latex.php:57 libraries/export/odt.php:43 #: libraries/export/sql.php:56 msgid "Display foreign key relationships" msgstr "Tampilkan hubungan kunci luar" -#: libraries/export/latex.php:60 -#: libraries/export/odt.php:46 +#: libraries/export/latex.php:60 libraries/export/odt.php:46 msgid "Display comments" msgstr "Tampilkan komentar" -#: libraries/export/latex.php:63 -#: libraries/export/odt.php:49 +#: libraries/export/latex.php:63 libraries/export/odt.php:49 #: libraries/export/sql.php:63 msgid "Display MIME types" msgstr "Tampilkan jenis MIME" -#: libraries/export/latex.php:129 -#: libraries/export/sql.php:482 -#: libraries/export/xml.php:131 -#: libraries/header_printview.inc.php:59 -#: libraries/replication_gui.lib.php:66 -#: libraries/replication_gui.lib.php:179 -#: libraries/replication_gui.lib.php:275 -#: libraries/replication_gui.lib.php:278 -#: libraries/replication_gui.lib.php:335 -#: server_privileges.php:812 -#: server_privileges.php:815 -#: server_privileges.php:871 -#: server_privileges.php:1697 -#: server_privileges.php:2250 +#: libraries/export/latex.php:129 libraries/export/sql.php:482 +#: libraries/export/xml.php:131 libraries/header_printview.inc.php:59 +#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:179 +#: libraries/replication_gui.lib.php:275 libraries/replication_gui.lib.php:278 +#: libraries/replication_gui.lib.php:335 server_privileges.php:812 +#: server_privileges.php:815 server_privileges.php:871 +#: server_privileges.php:1697 server_privileges.php:2250 #: server_status.php:1227 msgid "Host" msgstr "Inang" -#: libraries/export/latex.php:134 -#: libraries/export/sql.php:487 -#: libraries/export/xml.php:136 -#: libraries/header_printview.inc.php:61 +#: libraries/export/latex.php:134 libraries/export/sql.php:487 +#: libraries/export/xml.php:136 libraries/header_printview.inc.php:61 msgid "Generation Time" msgstr "Waktu pembuatan" -#: libraries/export/latex.php:135 -#: libraries/export/sql.php:489 +#: libraries/export/latex.php:135 libraries/export/sql.php:489 #: libraries/export/xml.php:137 msgid "Server version" msgstr "Versi Server" -#: libraries/export/latex.php:136 -#: libraries/export/sql.php:490 +#: libraries/export/latex.php:136 libraries/export/sql.php:490 #: libraries/export/xml.php:138 msgid "PHP Version" msgstr "Versi PHP" @@ -6558,27 +6294,27 @@ msgid "PHP array" msgstr "Larik PHP" #: libraries/export/sql.php:40 -msgid "Display comments (includes info such as export timestamp, PHP version, and server version)" +msgid "" +"Display comments (includes info such as export timestamp, PHP version, " +"and server version)" msgstr "" #: libraries/export/sql.php:45 -msgid "" -"Additional custom header comment (\\n" -" splits lines):" -msgstr "" -"Menambahkan komentar judul kustom (\\n" -" memotong baris)" +msgid "Additional custom header comment (\\n splits lines):" +msgstr "Menambahkan komentar judul kustom (\\n memotong baris)" #: libraries/export/sql.php:50 -msgid "Include a timestamp of when databases were created, last updated, and last checked" +msgid "" +"Include a timestamp of when databases were created, last updated, and last " +"checked" msgstr "" #: libraries/export/sql.php:100 -msgid "Database system or older MySQL server to maximize output compatibility with:" +msgid "" +"Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: libraries/export/sql.php:114 -#: libraries/export/sql.php:173 +#: libraries/export/sql.php:114 libraries/export/sql.php:173 #: libraries/export/sql.php:180 #, php-format msgid "Add %s statement" @@ -6589,7 +6325,9 @@ msgid "Add statements:" msgstr "Tambahkan statement:" #: libraries/export/sql.php:211 -msgid "Enclose table and column names with backquotes (Protects column and table names formed with special characters or keywords)" +msgid "" +"Enclose table and column names with backquotes (Protects column and table " +"names formed with special characters or keywords)" msgstr "" #: libraries/export/sql.php:231 @@ -6613,69 +6351,80 @@ msgid "Syntax to use when inserting data:" msgstr "Sintaks yang digunakan sewaktu menambah data:" #: libraries/export/sql.php:274 -msgid "include column names in every INSERT statement
      Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3)" +msgid "" +"include column names in every INSERT statement
  " +"    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " +"(1,2,3)" msgstr "" #: libraries/export/sql.php:275 -msgid "insert multiple rows in every INSERT statement
      Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)" +msgid "" +"insert multiple rows in every INSERT statement
  " +"    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " +"(7,8,9)" msgstr "" #: libraries/export/sql.php:276 -msgid "both of the above
      Example: INSERT INTO tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" +msgid "" +"both of the above
      Example: INSERT INTO " +"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" #: libraries/export/sql.php:277 -msgid "neither of the above
      Example: INSERT INTO tbl_name VALUES (1,2,3)" +msgid "" +"neither of the above
      Example: INSERT INTO " +"tbl_name VALUES (1,2,3)" msgstr "" #: libraries/export/sql.php:292 -msgid "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes 0x616263)" +msgid "" +"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " +"0x616263)" msgstr "" #: libraries/export/sql.php:301 -msgid "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and reloaded between servers in different time zones)" +msgid "" +"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " +"reloaded between servers in different time zones)" msgstr "" -#: libraries/export/sql.php:342 -#: libraries/export/xml.php:45 +#: libraries/export/sql.php:342 libraries/export/xml.php:45 msgid "Procedures" msgstr "Prosedur" -#: libraries/export/sql.php:359 -#: libraries/export/xml.php:40 +#: libraries/export/sql.php:359 libraries/export/xml.php:40 msgid "Functions" msgstr "Fungsi" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Ketidakleluasaan untuk tabel pelimpahan (Dumped Tables)" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Ketidakleluasaan untuk tabel" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "JENIS MIME UNTUK TABEL" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELASI UNTUK TABEL" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Struktur untuk view" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "Galat pembacaan data:" -#: libraries/export/xml.php:19 -#: libraries/import/xml.php:28 +#: libraries/export/xml.php:19 libraries/import/xml.php:28 msgid "XML" msgstr "XML" @@ -6691,8 +6440,7 @@ msgstr "View" msgid "Export contents" msgstr "Ekspor isi" -#: libraries/footer.inc.php:163 -#: libraries/footer.inc.php:165 +#: libraries/footer.inc.php:163 libraries/footer.inc.php:165 #: libraries/footer.inc.php:168 msgid "Open new phpMyAdmin window" msgstr "Buka jendela phpMyAdmin baru" @@ -6701,13 +6449,11 @@ msgstr "Buka jendela phpMyAdmin baru" msgid "No data found for GIS visualization." msgstr "Data untuk visualisasi GIS tidak ditemukan." -#: libraries/header_http.inc.php:15 -#: libraries/header_meta_style.inc.php:15 +#: libraries/header_http.inc.php:15 libraries/header_meta_style.inc.php:15 msgid "GLOBALS overwrite attempt" msgstr "" -#: libraries/header_printview.inc.php:49 -#: libraries/header_printview.inc.php:57 +#: libraries/header_printview.inc.php:49 libraries/header_printview.inc.php:57 msgid "SQL result" msgstr "Hasil SQL" @@ -6715,16 +6461,14 @@ msgstr "Hasil SQL" msgid "Generated by" msgstr "Diciptakan oleh" -#: libraries/import.lib.php:157 -#: libraries/rte/rte_routines.lib.php:1248 -#: sql.php:722 -#: tbl_change.php:188 -#: tbl_get_field.php:34 +#: libraries/import.lib.php:157 libraries/rte/rte_routines.lib.php:1248 +#: sql.php:722 tbl_change.php:188 tbl_get_field.php:34 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL memberikan hasil kosong (atau nol baris)." #: libraries/import.lib.php:1100 -msgid "The following structures have either been created or altered. Here you can:" +msgid "" +"The following structures have either been created or altered. Here you can:" msgstr "" #: libraries/import.lib.php:1101 @@ -6732,7 +6476,8 @@ msgid "View a structure's contents by clicking on its name" msgstr "" #: libraries/import.lib.php:1102 -msgid "Change any of its settings by clicking the corresponding \"Options\" link" +msgid "" +"Change any of its settings by clicking the corresponding \"Options\" link" msgstr "" #: libraries/import.lib.php:1103 @@ -6743,8 +6488,7 @@ msgstr "" msgid "Go to database" msgstr "Tuju ke basis data" -#: libraries/import.lib.php:1109 -#: libraries/import.lib.php:1132 +#: libraries/import.lib.php:1109 libraries/import.lib.php:1132 #, php-format msgid "Edit settings for %s" msgstr "Edit pengaturan %s" @@ -6762,34 +6506,37 @@ msgstr "Struktur %s" msgid "Go to view" msgstr "Tuju ke view" -#: libraries/import/csv.php:38 -#: libraries/import/ods.php:33 -msgid "The first line of the file contains the table column names (if this is unchecked, the first line will become part of the data)" +#: libraries/import/csv.php:38 libraries/import/ods.php:33 +msgid "" +"The first line of the file contains the table column names (if this is " +"unchecked, the first line will become part of the data)" msgstr "" #: libraries/import/csv.php:40 -msgid "If the data in each row of the file is not in the same order as in the database, list the corresponding column names here. Column names must be separated by commas and not enclosed in quotations." +msgid "" +"If the data in each row of the file is not in the same order as in the " +"database, list the corresponding column names here. Column names must be " +"separated by commas and not enclosed in quotations." msgstr "" #: libraries/import/csv.php:42 msgid "Column names: " msgstr "Nama kolom" -#: libraries/import/csv.php:62 -#: libraries/import/csv.php:75 -#: libraries/import/csv.php:80 -#: libraries/import/csv.php:85 +#: libraries/import/csv.php:62 libraries/import/csv.php:75 +#: libraries/import/csv.php:80 libraries/import/csv.php:85 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" #: libraries/import/csv.php:132 #, php-format -msgid "Invalid column (%s) specified! Ensure that columns names are spelled correctly, separated by commas, and not enclosed in quotes." +msgid "" +"Invalid column (%s) specified! Ensure that columns names are spelled " +"correctly, separated by commas, and not enclosed in quotes." msgstr "" -#: libraries/import/csv.php:190 -#: libraries/import/csv.php:437 +#: libraries/import/csv.php:190 libraries/import/csv.php:437 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" @@ -6803,15 +6550,12 @@ msgstr "" msgid "DocSQL" msgstr "DocSQL" -#: libraries/import/docsql.php:32 -#: libraries/tbl_properties.inc.php:568 -#: server_synchronize.php:441 -#: server_synchronize.php:913 +#: libraries/import/docsql.php:32 libraries/tbl_properties.inc.php:568 +#: server_synchronize.php:441 server_synchronize.php:913 msgid "Table name" msgstr "Nama tabel" -#: libraries/import/ldi.php:45 -#: libraries/schema/User_Schema.class.php:351 +#: libraries/import/ldi.php:45 libraries/schema/User_Schema.class.php:351 #: view_create.php:147 msgid "Column names" msgstr "Nama kolom" @@ -6828,11 +6572,14 @@ msgstr "" msgid "Import currencies (ex. $5.00 to 5.00)" msgstr "" -#: libraries/import/ods.php:88 -#: libraries/import/xml.php:83 +#: libraries/import/ods.php:88 libraries/import/xml.php:83 #: libraries/import/xml.php:139 -msgid "The XML file specified was either malformed or incomplete. Please correct the issue and try again." -msgstr "Berkas XML yang ditentukan cacat atau tidak lengkap. Harap perbaiki dan coba lagi." +msgid "" +"The XML file specified was either malformed or incomplete. Please correct " +"the issue and try again." +msgstr "" +"Berkas XML yang ditentukan cacat atau tidak lengkap. Harap perbaiki dan coba " +"lagi." #: libraries/import/shp.php:19 msgid "ESRI Shape File" @@ -6844,7 +6591,9 @@ msgid "There was an error importing the ESRI shape file: \"%s\"." msgstr "" #: libraries/import/shp.php:336 -msgid "You tried to import an invalid file or the imported file contains invalid data" +msgid "" +"You tried to import an invalid file or the imported file contains invalid " +"data" msgstr "" #: libraries/import/shp.php:338 @@ -6882,10 +6631,8 @@ msgstr "Dari" msgid "To" msgstr "Menjadi" -#: libraries/mult_submits.inc.php:262 -#: libraries/mult_submits.inc.php:276 +#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 #: libraries/sql_query_form.lib.php:395 -#: tbl_zoom_select.php:469 msgid "Submit" msgstr "Kirim" @@ -6897,8 +6644,7 @@ msgstr "Tambahkan prefiks tabel" msgid "Add prefix" msgstr "Tambahkan prefiks" -#: libraries/mult_submits.inc.php:488 -#: tbl_replace.php:344 +#: libraries/mult_submits.inc.php:488 tbl_replace.php:344 msgid "No change" msgstr "Tidak ada perubahan" @@ -6906,8 +6652,7 @@ msgstr "Tidak ada perubahan" msgid "Charset" msgstr "Perangkat karakter (Charset)" -#: libraries/mysql_charsets.lib.php:212 -#: libraries/mysql_charsets.lib.php:413 +#: libraries/mysql_charsets.lib.php:212 libraries/mysql_charsets.lib.php:413 #: tbl_change.php:572 msgid "Binary" msgstr "Biner" @@ -6916,23 +6661,19 @@ msgstr "Biner" msgid "Bulgarian" msgstr "Bulgaria" -#: libraries/mysql_charsets.lib.php:228 -#: libraries/mysql_charsets.lib.php:353 +#: libraries/mysql_charsets.lib.php:228 libraries/mysql_charsets.lib.php:353 msgid "Simplified Chinese" msgstr "Cina Sederhana" -#: libraries/mysql_charsets.lib.php:230 -#: libraries/mysql_charsets.lib.php:373 +#: libraries/mysql_charsets.lib.php:230 libraries/mysql_charsets.lib.php:373 msgid "Traditional Chinese" msgstr "Cina Tradisional" -#: libraries/mysql_charsets.lib.php:234 -#: libraries/mysql_charsets.lib.php:420 +#: libraries/mysql_charsets.lib.php:234 libraries/mysql_charsets.lib.php:420 msgid "case-insensitive" msgstr "peka kapitalisasi" -#: libraries/mysql_charsets.lib.php:237 -#: libraries/mysql_charsets.lib.php:422 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:422 msgid "case-sensitive" msgstr "tidak peka kapitalisasi" @@ -6960,8 +6701,7 @@ msgstr "Esperanto" msgid "Estonian" msgstr "Estonia" -#: libraries/mysql_charsets.lib.php:258 -#: libraries/mysql_charsets.lib.php:261 +#: libraries/mysql_charsets.lib.php:258 libraries/mysql_charsets.lib.php:261 msgid "German" msgstr "Jerman" @@ -6981,8 +6721,7 @@ msgstr "Hungaria" msgid "Icelandic" msgstr "Islandia" -#: libraries/mysql_charsets.lib.php:270 -#: libraries/mysql_charsets.lib.php:360 +#: libraries/mysql_charsets.lib.php:270 libraries/mysql_charsets.lib.php:360 msgid "Japanese" msgstr "Jepang" @@ -6994,8 +6733,7 @@ msgstr "Latvia" msgid "Lithuanian" msgstr "Lithuania" -#: libraries/mysql_charsets.lib.php:279 -#: libraries/mysql_charsets.lib.php:382 +#: libraries/mysql_charsets.lib.php:279 libraries/mysql_charsets.lib.php:382 msgid "Korean" msgstr "Korea" @@ -7007,8 +6745,7 @@ msgstr "Persia" msgid "Polish" msgstr "Polandia" -#: libraries/mysql_charsets.lib.php:288 -#: libraries/mysql_charsets.lib.php:336 +#: libraries/mysql_charsets.lib.php:288 libraries/mysql_charsets.lib.php:336 msgid "West European" msgstr "Eropa Barat" @@ -7032,37 +6769,29 @@ msgstr "Spanyol" msgid "Traditional Spanish" msgstr "Spanyol tradisional" -#: libraries/mysql_charsets.lib.php:306 -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:403 msgid "Swedish" msgstr "Swedia" -#: libraries/mysql_charsets.lib.php:309 -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:309 libraries/mysql_charsets.lib.php:406 msgid "Thai" msgstr "Thailand" -#: libraries/mysql_charsets.lib.php:312 -#: libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:312 libraries/mysql_charsets.lib.php:400 msgid "Turkish" msgstr "Turki" -#: libraries/mysql_charsets.lib.php:315 -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:397 msgid "Ukrainian" msgstr "Ukrainia" -#: libraries/mysql_charsets.lib.php:318 -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:318 libraries/mysql_charsets.lib.php:327 msgid "Unicode" msgstr "Unikode" -#: libraries/mysql_charsets.lib.php:318 -#: libraries/mysql_charsets.lib.php:327 -#: libraries/mysql_charsets.lib.php:336 -#: libraries/mysql_charsets.lib.php:343 -#: libraries/mysql_charsets.lib.php:365 -#: libraries/mysql_charsets.lib.php:376 +#: libraries/mysql_charsets.lib.php:318 libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:343 +#: libraries/mysql_charsets.lib.php:365 libraries/mysql_charsets.lib.php:376 msgid "multilingual" msgstr "berbagai bahasa" @@ -7106,8 +6835,7 @@ msgstr "Yunani" msgid "Czech-Slovak" msgstr "Cecko-Slovakia" -#: libraries/mysql_charsets.lib.php:409 -#: libraries/mysql_charsets.lib.php:416 +#: libraries/mysql_charsets.lib.php:409 libraries/mysql_charsets.lib.php:416 msgid "unknown" msgstr "tidak diketahui" @@ -7141,8 +6869,7 @@ msgstr "tidak oke" msgid "Enabled" msgstr "Aktif" -#: libraries/relation.lib.php:88 -#: libraries/relation.lib.php:100 +#: libraries/relation.lib.php:88 libraries/relation.lib.php:100 #: pmd_relation_new.php:66 msgid "General relation features" msgstr "Ciri-ciri dari General Relation" @@ -7160,17 +6887,17 @@ msgid "Displaying Column Comments" msgstr "Tampilkan komentar kolom" #: libraries/relation.lib.php:119 -msgid "Please see the documentation on how to update your column_comments table" -msgstr "Harap pelajari dokumentasi tentang cara memperbarui tabel column_comments Anda" +msgid "" +"Please see the documentation on how to update your column_comments table" +msgstr "" +"Harap pelajari dokumentasi tentang cara memperbarui tabel column_comments " +"Anda" -#: libraries/relation.lib.php:124 -#: libraries/sql_query_form.lib.php:368 +#: libraries/relation.lib.php:124 libraries/sql_query_form.lib.php:368 msgid "Bookmarked SQL query" msgstr "Kueri SQL yang dimarkahi" -#: libraries/relation.lib.php:128 -#: querywindow.php:74 -#: querywindow.php:169 +#: libraries/relation.lib.php:128 querywindow.php:74 querywindow.php:169 msgid "SQL history" msgstr "Riwayat SQL" @@ -7191,7 +6918,8 @@ msgid "Quick steps to setup advanced features:" msgstr "Langkah cepat untuk menyiapkan fitur lanjut:" #: libraries/relation.lib.php:154 -msgid "Create the needed tables with the script/create_tables.sql." +msgid "" +"Create the needed tables with the script/create_tables.sql." msgstr "" #: libraries/relation.lib.php:155 @@ -7199,7 +6927,9 @@ msgid "Create a pma user and give access to these tables." msgstr "" #: libraries/relation.lib.php:156 -msgid "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." +msgid "" +"Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" #: libraries/relation.lib.php:157 @@ -7214,23 +6944,20 @@ msgstr "tidak ada deskripsi" msgid "Slave configuration" msgstr "Konfigurasi slave" -#: libraries/replication_gui.lib.php:54 -#: server_replication.php:353 +#: libraries/replication_gui.lib.php:54 server_replication.php:353 msgid "Change or reconfigure master server" msgstr "Ubah atau konfigurasikan ulang server master" #: libraries/replication_gui.lib.php:55 -msgid "Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:" +msgid "" +"Make sure, you have unique server-id in your configuration file (my.cnf). If " +"not, please add the following line into [mysqld] section:" msgstr "" -#: libraries/replication_gui.lib.php:58 -#: libraries/replication_gui.lib.php:59 -#: libraries/replication_gui.lib.php:255 -#: libraries/replication_gui.lib.php:258 -#: libraries/replication_gui.lib.php:265 -#: server_privileges.php:792 -#: server_privileges.php:795 -#: server_privileges.php:802 +#: libraries/replication_gui.lib.php:58 libraries/replication_gui.lib.php:59 +#: libraries/replication_gui.lib.php:255 libraries/replication_gui.lib.php:258 +#: libraries/replication_gui.lib.php:265 server_privileges.php:792 +#: server_privileges.php:795 server_privileges.php:802 #: server_synchronize.php:1269 msgid "User name" msgstr "Nama pengguna" @@ -7243,96 +6970,76 @@ msgstr "Status master" msgid "Slave status" msgstr "Status slave" -#: libraries/replication_gui.lib.php:118 -#: libraries/sql_query_form.lib.php:380 -#: server_status.php:1464 -#: server_variables.php:123 +#: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:380 +#: server_status.php:1464 server_variables.php:123 msgid "Variable" msgstr "Variabel" #: libraries/replication_gui.lib.php:119 -#: libraries/rte/rte_routines.lib.php:1370 -#: libraries/tbl_select.lib.php:87 -#: pmd_general.php:470 -#: pmd_general.php:529 -#: pmd_general.php:652 -#: pmd_general.php:769 -#: server_status.php:1465 -#: tbl_change.php:334 -#: tbl_printview.php:329 -#: tbl_structure.php:832 -#: tbl_zoom_select.php:436 +#: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 +#: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 +#: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Nilai" -#: libraries/replication_gui.lib.php:178 -#: server_binlog.php:183 +#: libraries/replication_gui.lib.php:178 server_binlog.php:183 msgid "Server ID" msgstr "ID Server" #: libraries/replication_gui.lib.php:197 -msgid "Only slaves started with the --report-host=host_name option are visible in this list." +msgid "" +"Only slaves started with the --report-host=host_name option are visible in " +"this list." msgstr "" -#: libraries/replication_gui.lib.php:246 -#: server_replication.php:192 +#: libraries/replication_gui.lib.php:246 server_replication.php:192 msgid "Add slave replication user" msgstr "Tambahkan pengguna replikasi slave" -#: libraries/replication_gui.lib.php:260 -#: server_privileges.php:797 +#: libraries/replication_gui.lib.php:260 server_privileges.php:797 msgid "Any user" msgstr "Setiap pengguna" -#: libraries/replication_gui.lib.php:261 -#: libraries/replication_gui.lib.php:329 -#: libraries/replication_gui.lib.php:352 -#: server_privileges.php:798 -#: server_privileges.php:865 -#: server_privileges.php:889 -#: server_privileges.php:2105 -#: server_privileges.php:2135 +#: libraries/replication_gui.lib.php:261 libraries/replication_gui.lib.php:329 +#: libraries/replication_gui.lib.php:352 server_privileges.php:798 +#: server_privileges.php:865 server_privileges.php:889 +#: server_privileges.php:2105 server_privileges.php:2135 msgid "Use text field" msgstr "Gunakan text field" -#: libraries/replication_gui.lib.php:308 -#: server_privileges.php:845 +#: libraries/replication_gui.lib.php:308 server_privileges.php:845 msgid "Any host" msgstr "Semua inang" -#: libraries/replication_gui.lib.php:312 -#: server_privileges.php:849 +#: libraries/replication_gui.lib.php:312 server_privileges.php:849 msgid "Local" msgstr "Lokal" -#: libraries/replication_gui.lib.php:318 -#: server_privileges.php:854 +#: libraries/replication_gui.lib.php:318 server_privileges.php:854 msgid "This Host" msgstr "Inang Ini" -#: libraries/replication_gui.lib.php:324 -#: server_privileges.php:860 +#: libraries/replication_gui.lib.php:324 server_privileges.php:860 msgid "Use Host Table" msgstr "Gunakan Host Table" -#: libraries/replication_gui.lib.php:337 -#: server_privileges.php:873 -msgid "When Host table is used, this field is ignored and values stored in Host table are used instead." +#: libraries/replication_gui.lib.php:337 server_privileges.php:873 +msgid "" +"When Host table is used, this field is ignored and values stored in Host " +"table are used instead." msgstr "" #: libraries/replication_gui.lib.php:366 msgid "Generate Password" msgstr "Menghasilkan kata sandi" -#: libraries/rte/rte_events.lib.php:102 -#: libraries/rte/rte_events.lib.php:107 -#: libraries/rte/rte_events.lib.php:130 -#: libraries/rte/rte_routines.lib.php:252 +#: libraries/rte/rte_events.lib.php:102 libraries/rte/rte_events.lib.php:107 +#: libraries/rte/rte_events.lib.php:130 libraries/rte/rte_routines.lib.php:252 #: libraries/rte/rte_routines.lib.php:257 #: libraries/rte/rte_routines.lib.php:281 #: libraries/rte/rte_routines.lib.php:1253 -#: libraries/rte/rte_triggers.lib.php:75 -#: libraries/rte/rte_triggers.lib.php:80 +#: libraries/rte/rte_triggers.lib.php:75 libraries/rte/rte_triggers.lib.php:80 #: libraries/rte/rte_triggers.lib.php:103 #, php-format msgid "The following query has failed: \"%s\"" @@ -7342,8 +7049,7 @@ msgstr "" msgid "Sorry, we failed to restore the dropped event." msgstr "Maaf, kami gagal memulihkan event yang dihapus." -#: libraries/rte/rte_events.lib.php:117 -#: libraries/rte/rte_routines.lib.php:267 +#: libraries/rte/rte_events.lib.php:117 libraries/rte/rte_routines.lib.php:267 #: libraries/rte/rte_triggers.lib.php:90 msgid "The backed up query was:" msgstr "" @@ -7358,8 +7064,7 @@ msgstr "Event %1$s telah diubah." msgid "Event %1$s has been created." msgstr "Event %1$s telah dibuat." -#: libraries/rte/rte_events.lib.php:141 -#: libraries/rte/rte_routines.lib.php:292 +#: libraries/rte/rte_events.lib.php:141 libraries/rte/rte_routines.lib.php:292 #: libraries/rte/rte_triggers.lib.php:114 msgid "One or more errors have occured while processing your request:" msgstr "" @@ -7368,16 +7073,14 @@ msgstr "" msgid "Edit event" msgstr "Edit event" -#: libraries/rte/rte_events.lib.php:212 -#: libraries/rte/rte_routines.lib.php:370 +#: libraries/rte/rte_events.lib.php:212 libraries/rte/rte_routines.lib.php:370 #: libraries/rte/rte_routines.lib.php:1275 #: libraries/rte/rte_routines.lib.php:1311 #: libraries/rte/rte_triggers.lib.php:187 msgid "Error in processing request" msgstr "Galat sewaktu memproses permintaan." -#: libraries/rte/rte_events.lib.php:371 -#: libraries/rte/rte_routines.lib.php:828 +#: libraries/rte/rte_events.lib.php:371 libraries/rte/rte_routines.lib.php:828 #: libraries/rte/rte_triggers.lib.php:302 msgid "Details" msgstr "Detail" @@ -7386,13 +7089,11 @@ msgstr "Detail" msgid "Event name" msgstr "Nama event" -#: libraries/rte/rte_events.lib.php:395 -#: server_binlog.php:182 +#: libraries/rte/rte_events.lib.php:395 server_binlog.php:182 msgid "Event type" msgstr "Jenis event" -#: libraries/rte/rte_events.lib.php:416 -#: libraries/rte/rte_routines.lib.php:849 +#: libraries/rte/rte_events.lib.php:416 libraries/rte/rte_routines.lib.php:849 #, php-format msgid "Change to %s" msgstr "Ubah menjadi %s" @@ -7415,8 +7116,7 @@ msgctxt "End of recurring event" msgid "End" msgstr "Selesai" -#: libraries/rte/rte_events.lib.php:465 -#: libraries/rte/rte_routines.lib.php:923 +#: libraries/rte/rte_events.lib.php:465 libraries/rte/rte_routines.lib.php:923 #: libraries/rte/rte_triggers.lib.php:354 msgid "Definition" msgstr "Definisi" @@ -7425,14 +7125,12 @@ msgstr "Definisi" msgid "On completion preserve" msgstr "Sewaktu selesai pertahankan" -#: libraries/rte/rte_events.lib.php:475 -#: libraries/rte/rte_routines.lib.php:933 +#: libraries/rte/rte_events.lib.php:475 libraries/rte/rte_routines.lib.php:933 #: libraries/rte/rte_triggers.lib.php:360 msgid "Definer" msgstr "" -#: libraries/rte/rte_events.lib.php:518 -#: libraries/rte/rte_routines.lib.php:997 +#: libraries/rte/rte_events.lib.php:518 libraries/rte/rte_routines.lib.php:997 #: libraries/rte/rte_triggers.lib.php:398 msgid "The definer must be in the \"username@hostname\" format" msgstr "" @@ -7477,13 +7175,15 @@ msgstr "Status penjadwal event" msgid "Returns" msgstr "Hasil" -#: libraries/rte/rte_list.lib.php:63 -#: libraries/rte/rte_triggers.lib.php:340 +#: libraries/rte/rte_list.lib.php:63 libraries/rte/rte_triggers.lib.php:340 msgid "Event" msgstr "Event" #: libraries/rte/rte_routines.lib.php:64 -msgid "You are using PHP's deprecated 'mysql' extension, which is not capable of handling multi queries. The execution of some stored routines may fail! Please use the improved 'mysqli' extension to avoid any problems." +msgid "" +"You are using PHP's deprecated 'mysql' extension, which is not capable of " +"handling multi queries. The execution of some stored routines may fail! Please use the improved 'mysqli' extension to avoid any problems." msgstr "" #: libraries/rte/rte_routines.lib.php:245 @@ -7522,8 +7222,7 @@ msgstr "Parameter" msgid "Direction" msgstr "Arah" -#: libraries/rte/rte_routines.lib.php:862 -#: libraries/tbl_properties.inc.php:98 +#: libraries/rte/rte_routines.lib.php:862 libraries/tbl_properties.inc.php:98 msgid "Length/Values" msgstr "Panjang/Nilai" @@ -7570,8 +7269,12 @@ msgstr "" #: libraries/rte/rte_routines.lib.php:1048 #: libraries/rte/rte_routines.lib.php:1086 -msgid "You must provide length/values for routine parameters of type ENUM, SET, VARCHAR and VARBINARY." -msgstr "Anda harus memasukkan panjang/nilai untuk parameter routine bagi jenis ENUM, SET, VARCHAR, dan VARBINARY." +msgid "" +"You must provide length/values for routine parameters of type ENUM, SET, " +"VARCHAR and VARBINARY." +msgstr "" +"Anda harus memasukkan panjang/nilai untuk parameter routine bagi jenis ENUM, " +"SET, VARCHAR, dan VARBINARY." #: libraries/rte/rte_routines.lib.php:1066 msgid "You must provide a name and a type for each routine parameter." @@ -7606,10 +7309,8 @@ msgstr "Jalankan routine" msgid "Routine parameters" msgstr "Parameter routine" -#: libraries/rte/rte_routines.lib.php:1368 -#: libraries/tbl_select.lib.php:79 -#: tbl_change.php:292 -#: tbl_change.php:330 +#: libraries/rte/rte_routines.lib.php:1368 libraries/tbl_select.lib.php:79 +#: tbl_change.php:292 tbl_change.php:330 msgid "Function" msgstr "Fungsi" @@ -7778,14 +7479,12 @@ msgstr "Daftar Isi" #: libraries/schema/Pdf_Relation_Schema.class.php:1307 #: libraries/schema/Pdf_Relation_Schema.class.php:1328 -#: libraries/tbl_properties.inc.php:101 -#: tbl_structure.php:204 +#: libraries/tbl_properties.inc.php:101 tbl_structure.php:204 msgid "Attributes" msgstr "Atribut" #: libraries/schema/Pdf_Relation_Schema.class.php:1310 -#: libraries/schema/Pdf_Relation_Schema.class.php:1331 -#: tbl_structure.php:207 +#: libraries/schema/Pdf_Relation_Schema.class.php:1331 tbl_structure.php:207 #: tbl_tracking.php:262 msgid "Extra" msgstr "Ekstra" @@ -7867,8 +7566,12 @@ msgid "Paper size" msgstr "Ukuran kertas" #: libraries/schema/User_Schema.class.php:482 -msgid "The current page has references to tables that no longer exist. Would you like to delete those references?" -msgstr "Halaman ini berisi referensi tentang tabel yang sudah tidak ada. Apakah Anda ingin hapus referensi yang bersangkutan?" +msgid "" +"The current page has references to tables that no longer exist. Would you " +"like to delete those references?" +msgstr "" +"Halaman ini berisi referensi tentang tabel yang sudah tidak ada. Apakah Anda " +"ingin hapus referensi yang bersangkutan?" #: libraries/schema/User_Schema.class.php:507 msgid "Toggle scratchboard" @@ -7879,15 +7582,13 @@ msgstr "pindah buku catatan (Scratchboard)" msgid "ltr" msgstr "ltr" -#: libraries/select_lang.lib.php:493 -#: libraries/select_lang.lib.php:499 +#: libraries/select_lang.lib.php:493 libraries/select_lang.lib.php:499 #: libraries/select_lang.lib.php:505 #, php-format msgid "Unknown language: %1$s." msgstr "Bahasa tidak dikenal: %1$s." -#: libraries/select_server.lib.php:32 -#: libraries/select_server.lib.php:37 +#: libraries/select_server.lib.php:32 libraries/select_server.lib.php:37 msgid "Current Server" msgstr "Server Saat Ini" @@ -7895,22 +7596,18 @@ msgstr "Server Saat Ini" msgid "Users" msgstr "Pengguna" -#: libraries/server_links.inc.php:79 -#: server_synchronize.php:1154 +#: libraries/server_links.inc.php:79 server_synchronize.php:1154 #: server_synchronize.php:1162 msgid "Synchronize" msgstr "Sinkronisasi" -#: libraries/server_links.inc.php:84 -#: server_binlog.php:77 +#: libraries/server_links.inc.php:84 server_binlog.php:77 #: server_status.php:583 msgid "Binary log" msgstr "Log biner" -#: libraries/server_links.inc.php:95 -#: server_engines.php:121 -#: server_engines.php:125 -#: server_status.php:636 +#: libraries/server_links.inc.php:95 server_engines.php:121 +#: server_engines.php:125 server_status.php:636 msgid "Variables" msgstr "Variabel" @@ -7918,8 +7615,7 @@ msgstr "Variabel" msgid "Charsets" msgstr "Set Karakter" -#: libraries/server_links.inc.php:104 -#: server_plugins.php:47 +#: libraries/server_links.inc.php:104 server_plugins.php:47 #: server_plugins.php:80 msgid "Plugins" msgstr "Plugin" @@ -7928,8 +7624,7 @@ msgstr "Plugin" msgid "Engines" msgstr "Mesin" -#: libraries/server_synchronize.lib.php:1286 -#: server_synchronize.php:1186 +#: libraries/server_synchronize.lib.php:1286 server_synchronize.php:1186 msgid "Source database" msgstr "Basis data sumber" @@ -7947,24 +7642,26 @@ msgstr "Server jauh" msgid "Difference" msgstr "Perbedaan" -#: libraries/server_synchronize.lib.php:1294 -#: server_synchronize.php:1188 +#: libraries/server_synchronize.lib.php:1294 server_synchronize.php:1188 msgid "Target database" msgstr "Basis data target" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Klik untuk memilih" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" msgstr "Jalankan perintah SQL pada basis data %s" -#: libraries/sql_query_form.lib.php:206 -#: libraries/sql_query_form.lib.php:228 +#: libraries/sql_query_form.lib.php:206 libraries/sql_query_form.lib.php:228 #, php-format msgid "Run SQL query/queries on database %s" msgstr "Jalankan perintah SQL pada basis data %s" -#: libraries/sql_query_form.lib.php:260 -#: navigation.php:270 +#: libraries/sql_query_form.lib.php:260 navigation.php:270 #: setup/frames/index.inc.php:232 msgid "Clear" msgstr "Bersihkan" @@ -7973,14 +7670,11 @@ msgstr "Bersihkan" msgid "Columns" msgstr "Kolom" -#: libraries/sql_query_form.lib.php:300 -#: sql.php:968 -#: sql.php:985 +#: libraries/sql_query_form.lib.php:300 sql.php:968 sql.php:985 msgid "Bookmark this SQL query" msgstr "Markahi kueri SQL ini" -#: libraries/sql_query_form.lib.php:307 -#: sql.php:979 +#: libraries/sql_query_form.lib.php:307 sql.php:979 msgid "Let every user access this bookmark" msgstr "Izinkan semua pengguna untuk mengakses markah ini" @@ -8004,18 +7698,39 @@ msgstr "Tampilkan ulang perintah SQL " msgid "View only" msgstr "Hanya melihat" -#: libraries/sql_query_form.lib.php:447 -#: tbl_change.php:908 +#: libraries/sql_query_form.lib.php:447 tbl_change.php:908 msgid "web server upload directory" msgstr "direktori unggahan server web" #: libraries/sqlparser.lib.php:136 -msgid "There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem" -msgstr "Tampaknya ada galat pada kueri SQL Anda. Keluaran galat server MySQL di bawah, jika ada, mungkin dapat membantu Anda mendiagnosis masalah." +msgid "" +"There seems to be an error in your SQL query. The MySQL server error output " +"below, if there is any, may also help you in diagnosing the problem" +msgstr "" +"Tampaknya ada galat pada kueri SQL Anda. Keluaran galat server MySQL di " +"bawah, jika ada, mungkin dapat membantu Anda mendiagnosis masalah." #: libraries/sqlparser.lib.php:175 -msgid "There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:" -msgstr "Anda mungkin telah menemukan sebuah pada parser SQL. Harap periksa kueri Anda dengan teliti dan periksa apakah seluruh tanda petik benar dan seimbang. Kegagalan dapat juga terjadi sewaktu Anda mengunggah sebuah berkas dengan biner di luar teks kutipan. Anda dapat mencob kueri Anda dengan menggunakan CLI MySQL. Keluaran galat server MySQL di bawah, jika ada, mungkin dapat membantu Anda untuk mendiagnosis masalah ini. Jika masalah ini tetap muncul atau parser kami gagal meskipun CLI berhasil, harap kurangi masukan kueri SQL Anda sampai kueri tunggal yang menyebabkan masalah, lalu kirimkan laporan bug dengan potongan data pada bagian CUT di bawah ini:" +msgid "" +"There is a chance that you may have found a bug in the SQL parser. Please " +"examine your query closely, and check that the quotes are correct and not " +"mis-matched. Other possible failure causes may be that you are uploading a " +"file with binary outside of a quoted text area. You can also try your query " +"on the MySQL command line interface. The MySQL server error output below, if " +"there is any, may also help you in diagnosing the problem. If you still have " +"problems or if the parser fails where the command line interface succeeds, " +"please reduce your SQL query input to the single query that causes problems, " +"and submit a bug report with the data chunk in the CUT section below:" +msgstr "" +"Anda mungkin telah menemukan sebuah pada parser SQL. Harap periksa kueri " +"Anda dengan teliti dan periksa apakah seluruh tanda petik benar dan " +"seimbang. Kegagalan dapat juga terjadi sewaktu Anda mengunggah sebuah berkas " +"dengan biner di luar teks kutipan. Anda dapat mencob kueri Anda dengan " +"menggunakan CLI MySQL. Keluaran galat server MySQL di bawah, jika ada, " +"mungkin dapat membantu Anda untuk mendiagnosis masalah ini. Jika masalah ini " +"tetap muncul atau parser kami gagal meskipun CLI berhasil, harap kurangi " +"masukan kueri SQL Anda sampai kueri tunggal yang menyebabkan masalah, lalu " +"kirimkan laporan bug dengan potongan data pada bagian CUT di bawah ini:" #: libraries/sqlparser.lib.php:177 msgid "BEGIN CUT" @@ -8051,11 +7766,14 @@ msgstr "Punctation String tidak dikenali" #: libraries/sqlvalidator.lib.php:67 #, php-format -msgid "The SQL validator could not be initialized. Please check if you have installed the necessary PHP extensions as described in the %sdocumentation%s." -msgstr "Validator SQL tidak dapat dijalankan. Harap periksa kembali ekstension PHP yang diperlukan seperti yang tercatat dalam %sdokumentasi%s." +msgid "" +"The SQL validator could not be initialized. Please check if you have " +"installed the necessary PHP extensions as described in the %sdocumentation%s." +msgstr "" +"Validator SQL tidak dapat dijalankan. Harap periksa kembali ekstension PHP " +"yang diperlukan seperti yang tercatat dalam %sdokumentasi%s." -#: libraries/tbl_links.inc.php:118 -#: libraries/tbl_links.inc.php:119 +#: libraries/tbl_links.inc.php:118 libraries/tbl_links.inc.php:119 msgid "Table seems to be empty!" msgstr "Tampaknya tabel kosong!" @@ -8065,35 +7783,55 @@ msgid "Tracking of %s.%s is activated." msgstr "Pelacakan %s.%s diaktifkan." #: libraries/tbl_properties.inc.php:98 -msgid "If column type is \"enum\" or \"set\", please enter the values using this format: 'a','b','c'...
If you ever need to put a backslash (\"\\\") or a single quote (\"'\") amongst those values, precede it with a backslash (for example '\\\\xyz' or 'a\\'b')." -msgstr "Jika jenis kolom adalah \"enum\" atau \"set\", harap masukkan nilai dengan format: 'a','b','c'...
Jika perlu memasukkan petik balik (\"\\\") atau petik tunggal (\"'\"), awali dengan petik balik (mis. '\\\\xyz' atau 'a\\'b')." +msgid "" +"If column type is \"enum\" or \"set\", please enter the values using this " +"format: 'a','b','c'...
If you ever need to put a backslash (\"\\\") or " +"a single quote (\"'\") amongst those values, precede it with a backslash " +"(for example '\\\\xyz' or 'a\\'b')." +msgstr "" +"Jika jenis kolom adalah \"enum\" atau \"set\", harap masukkan nilai dengan " +"format: 'a','b','c'...
Jika perlu memasukkan petik balik (\"\\\") atau " +"petik tunggal (\"'\"), awali dengan petik balik (mis. '\\\\xyz' atau 'a" +"\\'b')." #: libraries/tbl_properties.inc.php:99 -msgid "For default values, please enter just a single value, without backslash escaping or quotes, using this format: a" -msgstr "Untuk nilai (value) default cukup diisi single value saja tanpa menggunakan backslash, escaping atau quotes dan dengan menggunakan format sbb.: a" +msgid "" +"For default values, please enter just a single value, without backslash " +"escaping or quotes, using this format: a" +msgstr "" +"Untuk nilai (value) default cukup diisi single value saja tanpa menggunakan " +"backslash, escaping atau quotes dan dengan menggunakan format sbb.: a" -#: libraries/tbl_properties.inc.php:109 -#: libraries/tbl_properties.inc.php:478 -#: tbl_printview.php:285 -#: tbl_structure.php:153 -#: tbl_structure.php:158 -#: tbl_structure.php:577 -#: tbl_structure.php:779 +#: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 +#: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Indeks" #: libraries/tbl_properties.inc.php:129 #, php-format -msgid "For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s" -msgstr "Untuk tampilan daftar tentang pilihan transformasi dan transformasi jenis MIME-nya, harap klik pada %sDeskripsi Transformasi%s" +msgid "" +"For a list of available transformation options and their MIME type " +"transformations, click on %stransformation descriptions%s" +msgstr "" +"Untuk tampilan daftar tentang pilihan transformasi dan transformasi jenis " +"MIME-nya, harap klik pada %sDeskripsi Transformasi%s" #: libraries/tbl_properties.inc.php:137 msgid "Transformation options" msgstr "Pilihan transformasi" #: libraries/tbl_properties.inc.php:138 -msgid "Please enter the values for transformation options using this format: 'a', 100, b,'c'...
If you ever need to put a backslash (\"\\\") or a single quote (\"'\") amongst those values, precede it with a backslash (for example '\\\\xyz' or 'a\\'b')." -msgstr "Harap masukkan nilai untuk pilihan transformasi dengan menggunakan format sbb.: 'a', 100, b,'c'...
Bila sebuah Backslash (\"\\\") atau Single Quote (\"'\") diperlukan di antara nilai tersebut, harap gunakan tanda Backslash (contoh: '\\\\xyz' atau 'a\\'b')." +msgid "" +"Please enter the values for transformation options using this format: 'a', " +"100, b,'c'...
If you ever need to put a backslash (\"\\\") or a single " +"quote (\"'\") amongst those values, precede it with a backslash (for example " +"'\\\\xyz' or 'a\\'b')." +msgstr "" +"Harap masukkan nilai untuk pilihan transformasi dengan menggunakan format " +"sbb.: 'a', 100, b,'c'...
Bila sebuah Backslash (\"\\\") atau Single " +"Quote (\"'\") diperlukan di antara nilai tersebut, harap gunakan tanda " +"Backslash (contoh: '\\\\xyz' atau 'a\\'b')." #: libraries/tbl_properties.inc.php:321 msgid "ENUM or SET data too long?" @@ -8112,39 +7850,35 @@ msgstr "Tidak ada" msgid "As defined:" msgstr "Seperti yang didefinisikan" -#: libraries/tbl_properties.inc.php:466 -#: tbl_structure.php:152 -#: tbl_structure.php:157 -#: tbl_structure.php:575 +#: libraries/tbl_properties.inc.php:466 tbl_structure.php:152 +#: tbl_structure.php:157 tbl_structure.php:575 msgid "Primary" msgstr "Kunci Utama" -#: libraries/tbl_properties.inc.php:485 -#: tbl_structure.php:156 -#: tbl_structure.php:161 -#: tbl_structure.php:584 +#: libraries/tbl_properties.inc.php:485 tbl_structure.php:156 +#: tbl_structure.php:161 tbl_structure.php:584 msgid "Fulltext" msgstr "Teks penuh" -#: libraries/tbl_properties.inc.php:535 -#: transformation_overview.php:57 +#: libraries/tbl_properties.inc.php:535 transformation_overview.php:57 #, php-format -msgid "No description is available for this transformation.
Please ask the author what %s does." -msgstr "Tidak ada deskripsi untuk transformasi ini.
Harap tanyakan kepada pembuat tentang apa arti %s." +msgid "" +"No description is available for this transformation.
Please ask the " +"author what %s does." +msgstr "" +"Tidak ada deskripsi untuk transformasi ini.
Harap tanyakan kepada " +"pembuat tentang apa arti %s." -#: libraries/tbl_properties.inc.php:574 -#: tbl_structure.php:651 +#: libraries/tbl_properties.inc.php:574 tbl_structure.php:651 #, php-format msgid "Add %s column(s)" msgstr "Tambahkan %s kolom" -#: libraries/tbl_properties.inc.php:576 -#: tbl_structure.php:645 +#: libraries/tbl_properties.inc.php:576 tbl_structure.php:645 msgid "You have to add at least one column." msgstr "Anda perlu menambahkan paling tidak satu kolom." -#: libraries/tbl_properties.inc.php:664 -#: server_engines.php:54 +#: libraries/tbl_properties.inc.php:664 server_engines.php:54 #: tbl_operations.php:374 msgid "Storage Engine" msgstr "Mesin Penyimpanan" @@ -8153,12 +7887,8 @@ msgstr "Mesin Penyimpanan" msgid "PARTITION definition" msgstr "Definisi PARTITION" -#: libraries/tbl_select.lib.php:86 -#: pmd_general.php:481 -#: pmd_general.php:501 -#: pmd_general.php:623 -#: pmd_general.php:636 -#: pmd_general.php:699 +#: libraries/tbl_select.lib.php:86 pmd_general.php:481 pmd_general.php:501 +#: pmd_general.php:623 pmd_general.php:636 pmd_general.php:699 #: pmd_general.php:753 msgid "Operator" msgstr "Operator" @@ -8167,50 +7897,110 @@ msgstr "Operator" msgid "Table Search" msgstr "Pencarian Tabel" -#: libraries/tbl_select.lib.php:182 -#: tbl_change.php:1002 +#: libraries/tbl_select.lib.php:182 tbl_change.php:1002 msgid "Edit/Insert" msgstr "Edit/Tambah" #: libraries/transformations/application_octetstream__download.inc.php:10 -msgid "Displays a link to download the binary data of the column. You can use the first option to specify the filename, or use the second option as the name of a column which contains the filename. If you use the second option, you need to set the first option to the empty string." -msgstr "Tampilkan tautan untuk mengunduh data biner kolom. Anda dapat menggunakan opsi pertama untuk menentukan nama berkas, atau opsi kedua sebagai nama kolom yang menyimpan nama berkas. Jika Anda menggunakan opsi kedua, Anda harus memasukkan string kosong ke dalam pilihan pertama." +msgid "" +"Displays a link to download the binary data of the column. You can use the " +"first option to specify the filename, or use the second option as the name " +"of a column which contains the filename. If you use the second option, you " +"need to set the first option to the empty string." +msgstr "" +"Tampilkan tautan untuk mengunduh data biner kolom. Anda dapat menggunakan " +"opsi pertama untuk menentukan nama berkas, atau opsi kedua sebagai nama " +"kolom yang menyimpan nama berkas. Jika Anda menggunakan opsi kedua, Anda " +"harus memasukkan string kosong ke dalam pilihan pertama." #: libraries/transformations/application_octetstream__hex.inc.php:10 -msgid "Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles)." -msgstr "Tampilkan representasi hexadecimal dari data. Parameter opsional pertama menentukan seberapa sering space akan ditambahkan (default 2 nibble)" +msgid "" +"Displays hexadecimal representation of data. Optional first parameter " +"specifies how often space will be added (defaults to 2 nibbles)." +msgstr "" +"Tampilkan representasi hexadecimal dari data. Parameter opsional pertama " +"menentukan seberapa sering space akan ditambahkan (default 2 nibble)" #: libraries/transformations/image_jpeg__inline.inc.php:10 #: libraries/transformations/image_png__inline.inc.php:10 -msgid "Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved." -msgstr "Tampilkan Thumbnail yang bisa diklik; pilihan: lebar, tinggi dalam piksel (rasio asli dipertahankan)" +msgid "" +"Displays a clickable thumbnail. The options are the maximum width and height " +"in pixels. The original aspect ratio is preserved." +msgstr "" +"Tampilkan Thumbnail yang bisa diklik; pilihan: lebar, tinggi dalam piksel " +"(rasio asli dipertahankan)" #: libraries/transformations/image_jpeg__link.inc.php:10 msgid "Displays a link to download this image." msgstr "Tampilkan tautan untuk mengunduh gambar ini." #: libraries/transformations/text_plain__dateformat.inc.php:10 -msgid "Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp column as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use \"local\" or \"utc\" strings) for that. According to that, date format has different value - for \"local\" see the documentation for PHP's strftime() function and for \"utc\" it is done using gmdate() function." +msgid "" +"Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp column as " +"formatted date. The first option is the offset (in hours) which will be " +"added to the timestamp (Default: 0). Use second option to specify a " +"different date/time format string. Third option determines whether you want " +"to see local date or UTC one (use \"local\" or \"utc\" strings) for that. " +"According to that, date format has different value - for \"local\" see the " +"documentation for PHP's strftime() function and for \"utc\" it is done using " +"gmdate() function." msgstr "" #: libraries/transformations/text_plain__external.inc.php:10 -msgid "LINUX ONLY: Launches an external application and feeds it the column data via standard input. Returns the standard output of the application. The default is Tidy, to pretty-print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and list the tools you want to make available. The first option is then the number of the program you want to use and the second option is the parameters for the program. The third option, if set to 1, will convert the output using htmlspecialchars() (Default 1). The fourth option, if set to 1, will prevent wrapping and ensure that the output appears all on one line (Default 1)." -msgstr "HANYA UNTUK LINUX: Jalankan aplikasi eksternal dan berikan data kolom melalui masukan standar. Mengembalikan keluaran standar kepada aplikasi. Bawaan adalah Tidy, untuk mempercantik cetakan kode HTML. Untuk keamanan, Anda harus mengedit berkas libraries/transformations/text_plain__external.inc.php secara manual dan mendaftarkan alat yang ingin Anda sediakan. Opsi pertama adalah jumlah aplikasi yang ingin dipakai dan opsi kedua adalah parameter untuk program. Opsi ketiga, jika disetel menjadi 1, akan mengubah keluaran dengan menggunakan htmlspecialchars() (Bawaan 1). Opsi keempat, jika disetel menjadi 1, akan mencegah pemenggalan dan memastikan bahwa semua keluaran tampil dalam satu baris (Bawaan 1)." +msgid "" +"LINUX ONLY: Launches an external application and feeds it the column data " +"via standard input. Returns the standard output of the application. The " +"default is Tidy, to pretty-print HTML code. For security reasons, you have " +"to manually edit the file libraries/transformations/text_plain__external.inc." +"php and list the tools you want to make available. The first option is then " +"the number of the program you want to use and the second option is the " +"parameters for the program. The third option, if set to 1, will convert the " +"output using htmlspecialchars() (Default 1). The fourth option, if set to 1, " +"will prevent wrapping and ensure that the output appears all on one line " +"(Default 1)." +msgstr "" +"HANYA UNTUK LINUX: Jalankan aplikasi eksternal dan berikan data kolom " +"melalui masukan standar. Mengembalikan keluaran standar kepada aplikasi. " +"Bawaan adalah Tidy, untuk mempercantik cetakan kode HTML. Untuk keamanan, " +"Anda harus mengedit berkas libraries/transformations/text_plain__external." +"inc.php secara manual dan mendaftarkan alat yang ingin Anda sediakan. Opsi " +"pertama adalah jumlah aplikasi yang ingin dipakai dan opsi kedua adalah " +"parameter untuk program. Opsi ketiga, jika disetel menjadi 1, akan mengubah " +"keluaran dengan menggunakan htmlspecialchars() (Bawaan 1). Opsi keempat, " +"jika disetel menjadi 1, akan mencegah pemenggalan dan memastikan bahwa semua " +"keluaran tampil dalam satu baris (Bawaan 1)." #: libraries/transformations/text_plain__formatted.inc.php:10 -msgid "Displays the contents of the column as-is, without running it through htmlspecialchars(). That is, the column is assumed to contain valid HTML." -msgstr "Tampilkan konten kolom apa adanya, tanpa melalui htmlspecialchars(). Kolom diasumsikan mengandung HTML yang valid." +msgid "" +"Displays the contents of the column as-is, without running it through " +"htmlspecialchars(). That is, the column is assumed to contain valid HTML." +msgstr "" +"Tampilkan konten kolom apa adanya, tanpa melalui htmlspecialchars(). Kolom " +"diasumsikan mengandung HTML yang valid." #: libraries/transformations/text_plain__imagelink.inc.php:10 -msgid "Displays an image and a link; the column contains the filename. The first option is a URL prefix like \"http://www.example.com/\". The second and third options are the width and the height in pixels." -msgstr "Tampilkan gambar dan tautan; kolom mengandung nama berkas. Opsi pertama adalah prefiks URL seperti \"http://www.example.com/\". Opsi kedua dan ketiga adalah lebar dan tinggi dalam piksel." +msgid "" +"Displays an image and a link; the column contains the filename. The first " +"option is a URL prefix like \"http://www.example.com/\". The second and " +"third options are the width and the height in pixels." +msgstr "" +"Tampilkan gambar dan tautan; kolom mengandung nama berkas. Opsi pertama " +"adalah prefiks URL seperti \"http://www.example.com/\". Opsi kedua dan " +"ketiga adalah lebar dan tinggi dalam piksel." #: libraries/transformations/text_plain__link.inc.php:10 -msgid "Displays a link; the column contains the filename. The first option is a URL prefix like \"http://www.example.com/\". The second option is a title for the link." -msgstr "Tampilkan tautan; kolom mengandung nama berkas. Opsi pertama adalah prefiks URL seperti \"http://www.example.com/\". Opsi kedua adalah judul tautan." +msgid "" +"Displays a link; the column contains the filename. The first option is a URL " +"prefix like \"http://www.example.com/\". The second option is a title for " +"the link." +msgstr "" +"Tampilkan tautan; kolom mengandung nama berkas. Opsi pertama adalah prefiks " +"URL seperti \"http://www.example.com/\". Opsi kedua adalah judul tautan." #: libraries/transformations/text_plain__longToIpv4.inc.php:10 -msgid "Converts an (IPv4) Internet network address into a string in Internet standard dotted format." +msgid "" +"Converts an (IPv4) Internet network address into a string in Internet " +"standard dotted format." msgstr "" #: libraries/transformations/text_plain__sql.inc.php:10 @@ -8218,21 +8008,33 @@ msgid "Formats text as SQL query with syntax highlighting." msgstr "Format teks sebagai kueri SQL dengan penyorotan sintaks." #: libraries/transformations/text_plain__substr.inc.php:10 -msgid "Displays a part of a string. The first option is the number of characters to skip from the beginning of the string (Default 0). The second option is the number of characters to return (Default: until end of string). The third option is the string to append and/or prepend when truncation occurs (Default: \"...\")." -msgstr "Hanya menampilkan sebagian dari sebuah String. Pilihan pertama adalah sebuah Offset untuk menentukan tempat dari permulaan teks Anda (Default 0). Pilihan kedua adalah sebuah Offset untuk menentukan jumlah teks yang akan dikembalikan. Bila ditinggal kosong, seluruh teks yang tersisa akan dibalikkan. Pilihan ketiga mendefinisikan Chars yang akan ditambahkan pada Output bila sebuah Substring dibalikkan (Default: ...) ." +msgid "" +"Displays a part of a string. The first option is the number of characters to " +"skip from the beginning of the string (Default 0). The second option is the " +"number of characters to return (Default: until end of string). The third " +"option is the string to append and/or prepend when truncation occurs " +"(Default: \"...\")." +msgstr "" +"Hanya menampilkan sebagian dari sebuah String. Pilihan pertama adalah sebuah " +"Offset untuk menentukan tempat dari permulaan teks Anda (Default 0). Pilihan " +"kedua adalah sebuah Offset untuk menentukan jumlah teks yang akan " +"dikembalikan. Bila ditinggal kosong, seluruh teks yang tersisa akan " +"dibalikkan. Pilihan ketiga mendefinisikan Chars yang akan ditambahkan pada " +"Output bila sebuah Substring dibalikkan (Default: ...) ." #: libraries/user_preferences.inc.php:33 msgid "Manage your settings" msgstr "Kelola pengaturan Anda" -#: libraries/user_preferences.inc.php:50 -#: prefs_manage.php:289 +#: libraries/user_preferences.inc.php:50 prefs_manage.php:289 msgid "Configuration has been saved" msgstr "Konfigurasi telah disimpan" #: libraries/user_preferences.inc.php:71 #, php-format -msgid "Your preferences will be saved for current session only. Storing them permanently requires %sphpMyAdmin configuration storage%s." +msgid "" +"Your preferences will be saved for current session only. Storing them " +"permanently requires %sphpMyAdmin configuration storage%s." msgstr "" #: libraries/user_preferences.lib.php:116 @@ -8240,15 +8042,16 @@ msgid "Could not save configuration" msgstr "Konfigurasi tidak dapat disimpan" #: libraries/user_preferences.lib.php:282 -msgid "Your browser has phpMyAdmin configuration for this domain. Would you like to import it for current session?" +msgid "" +"Your browser has phpMyAdmin configuration for this domain. Would you like to " +"import it for current session?" msgstr "" #: libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "Tidak ada berkas ditemukan dalam arsip ZIP!" -#: libraries/zip_extension.lib.php:53 -#: libraries/zip_extension.lib.php:55 +#: libraries/zip_extension.lib.php:53 libraries/zip_extension.lib.php:55 #: libraries/zip_extension.lib.php:70 msgid "Error in ZIP archive:" msgstr "Galat pada arsip ZIP:" @@ -8265,8 +8068,7 @@ msgstr "Penyortiran koneksi server" msgid "Appearance Settings" msgstr "Pengaturan Tampilan" -#: main.php:144 -#: prefs_manage.php:272 +#: main.php:144 prefs_manage.php:272 msgid "More settings" msgstr "Pengaturan lain" @@ -8286,11 +8088,8 @@ msgstr "Versi perangkat lunak" msgid "Protocol version" msgstr "Versi protokol" -#: main.php:165 -#: server_privileges.php:1543 -#: server_privileges.php:1696 -#: server_privileges.php:1820 -#: server_privileges.php:2249 +#: main.php:165 server_privileges.php:1543 server_privileges.php:1696 +#: server_privileges.php:1820 server_privileges.php:2249 #: server_status.php:1226 msgid "User" msgstr "Pengguna" @@ -8332,55 +8131,100 @@ msgid "List of changes" msgstr "Daftar perubahan" #: main.php:249 -msgid "Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole by setting a password for user 'root'." -msgstr "File konfigurasi Anda ditentukan dengan pengguna Root dan tanpa adanya Kata Sandi (sama dengan Default MySQL Privileged Account). Jika MySQL-Server dijalankan dengan sedemikian, server Anda terbuka lebar untuk suatu penyerangan. Disarankan untuk memperbaiki kelemahan keamanan (security hole) ini." +msgid "" +"Your configuration file contains settings (root with no password) that " +"correspond to the default MySQL privileged account. Your MySQL server is " +"running with this default, is open to intrusion, and you really should fix " +"this security hole by setting a password for user 'root'." +msgstr "" +"File konfigurasi Anda ditentukan dengan pengguna Root dan tanpa adanya Kata " +"Sandi (sama dengan Default MySQL Privileged Account). Jika MySQL-Server " +"dijalankan dengan sedemikian, server Anda terbuka lebar untuk suatu " +"penyerangan. Disarankan untuk memperbaiki kelemahan keamanan (security hole) " +"ini." #: main.php:257 -msgid "You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause some data to be corrupted!" -msgstr "Fungsi mbstring.func_overload aktif pada konfigurasi PHP Anda. Pilihan ini tidak cocok dengan phpMyAdmin dan mampu merusak sebagian data!" +msgid "" +"You have enabled mbstring.func_overload in your PHP configuration. This " +"option is incompatible with phpMyAdmin and might cause some data to be " +"corrupted!" +msgstr "" +"Fungsi mbstring.func_overload aktif pada konfigurasi PHP Anda. Pilihan ini " +"tidak cocok dengan phpMyAdmin dan mampu merusak sebagian data!" #: main.php:265 -msgid "The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results." -msgstr "Ekstensi PHP mbstring tidak ditemukan dan rupanya Anda menggunakan Charset Multibyte. Tanpa ekstensi mbstring phpMyAdmin tidak sanggup untuk membagikan baris-baris dengan cara yang benar. Hal ini mampu mengakibatkan hasil yang tidak diinginkan." +msgid "" +"The mbstring PHP extension was not found and you seem to be using a " +"multibyte charset. Without the mbstring extension phpMyAdmin is unable to " +"split strings correctly and it may result in unexpected results." +msgstr "" +"Ekstensi PHP mbstring tidak ditemukan dan rupanya Anda menggunakan Charset " +"Multibyte. Tanpa ekstensi mbstring phpMyAdmin tidak sanggup untuk membagikan " +"baris-baris dengan cara yang benar. Hal ini mampu mengakibatkan hasil yang " +"tidak diinginkan." #: main.php:273 -msgid "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin." +msgid "" +"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." +"session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie " +"validity configured in phpMyAdmin, because of this, your login will expire " +"sooner than configured in phpMyAdmin." msgstr "" #: main.php:280 -msgid "Login cookie store is lower than cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin." +msgid "" +"Login cookie store is lower than cookie validity configured in phpMyAdmin, " +"because of this, your login will expire sooner than configured in phpMyAdmin." msgstr "" #: main.php:288 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." -msgstr "File konfigurasi membutuhkan susunan kata-kata rahasia (blowfish_secret)." +msgstr "" +"File konfigurasi membutuhkan susunan kata-kata rahasia (blowfish_secret)." #: main.php:296 -msgid "Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured." -msgstr "Direktori [code]config[/code], yang digunakan oleh skrip pengaturan, masih ada di direktori phpMyAdmin Anda. Anda harus menghapusnya setelah phpMyAdmin dikonfigurasi." +msgid "" +"Directory [code]config[/code], which is used by the setup script, still " +"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin " +"has been configured." +msgstr "" +"Direktori [code]config[/code], yang digunakan oleh skrip pengaturan, masih " +"ada di direktori phpMyAdmin Anda. Anda harus menghapusnya setelah phpMyAdmin " +"dikonfigurasi." #: main.php:302 #, php-format -msgid "The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click %shere%s." -msgstr "Fasilitas penambahan untuk bekerja dengan tabel yang di-link di nonaktifkan. Untuk mengetahui sebabnya harap klik %sdi sini%s." +msgid "" +"The phpMyAdmin configuration storage is not completely configured, some " +"extended features have been deactivated. To find out why click %shere%s." +msgstr "" +"Fasilitas penambahan untuk bekerja dengan tabel yang di-link di nonaktifkan. " +"Untuk mengetahui sebabnya harap klik %sdi sini%s." #: main.php:317 -msgid "Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically." +msgid "" +"Javascript support is missing or disabled in your browser, some phpMyAdmin " +"functionality will be missing. For example navigation frame will not refresh " +"automatically." msgstr "" #: main.php:333 #, php-format -msgid "Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior." +msgid "" +"Your PHP MySQL library version %s differs from your MySQL server version %s. " +"This may cause unpredictable behavior." msgstr "" #: main.php:345 #, php-format -msgid "Server running with Suhosin. Please refer to %sdocumentation%s for possible issues." -msgstr "Server berjalan dengan Suhosin. Harap rujuk %sdokumentasi%s untuk kemungkinan masalah." +msgid "" +"Server running with Suhosin. Please refer to %sdocumentation%s for possible " +"issues." +msgstr "" +"Server berjalan dengan Suhosin. Harap rujuk %sdokumentasi%s untuk " +"kemungkinan masalah." -#: navigation.php:183 -#: server_databases.php:285 -#: server_synchronize.php:1294 +#: navigation.php:183 server_databases.php:285 server_synchronize.php:1294 msgid "No databases" msgstr "Basis data tidak ditemukan" @@ -8388,14 +8232,12 @@ msgstr "Basis data tidak ditemukan" msgid "Filter tables by name" msgstr "Filter tabel menurut nama" -#: navigation.php:304 -#: navigation.php:305 +#: navigation.php:304 navigation.php:305 msgctxt "short form" msgid "Create table" msgstr "Buat tabel" -#: navigation.php:310 -#: navigation.php:474 +#: navigation.php:310 navigation.php:474 msgid "Please select a database" msgstr "Harap pilih basis data" @@ -8407,8 +8249,7 @@ msgstr "Tampilkan/Sembunyikan menu kiri." msgid "Save position" msgstr "Simpan posisi" -#: pmd_general.php:74 -#: pmd_general.php:346 +#: pmd_general.php:74 pmd_general.php:346 msgid "Create relation" msgstr "Buat relasi" @@ -8440,8 +8281,7 @@ msgstr "" msgid "Toggle small/big" msgstr "" -#: pmd_general.php:104 -#: pmd_pdf.php:76 +#: pmd_general.php:104 pmd_pdf.php:76 msgid "Import/Export coordinates for PDF schema" msgstr "" @@ -8469,37 +8309,29 @@ msgstr "Jumlah tabel" msgid "Delete relation" msgstr "Hapus relasi" -#: pmd_general.php:454 -#: pmd_general.php:513 +#: pmd_general.php:454 pmd_general.php:513 msgid "Relation operator" msgstr "Operator relasi" -#: pmd_general.php:464 -#: pmd_general.php:523 -#: pmd_general.php:646 +#: pmd_general.php:464 pmd_general.php:523 pmd_general.php:646 #: pmd_general.php:763 msgid "Except" msgstr "Kecuali" -#: pmd_general.php:470 -#: pmd_general.php:529 -#: pmd_general.php:652 +#: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 msgid "subquery" msgstr "subkueri" -#: pmd_general.php:474 -#: pmd_general.php:570 +#: pmd_general.php:474 pmd_general.php:570 msgid "Rename to" msgstr "Ubah nama menjadi" -#: pmd_general.php:476 -#: pmd_general.php:575 +#: pmd_general.php:476 pmd_general.php:575 msgid "New name" msgstr "Nama baru" -#: pmd_general.php:479 -#: pmd_general.php:694 +#: pmd_general.php:479 pmd_general.php:694 msgid "Aggregate" msgstr "Agregasi" @@ -8547,8 +8379,7 @@ msgstr "direkomendasikan" msgid "Error: relation already exists." msgstr "Galat: relasi sudah ada." -#: pmd_relation_new.php:59 -#: pmd_relation_new.php:84 +#: pmd_relation_new.php:59 pmd_relation_new.php:84 msgid "Error: Relation not added." msgstr "Galat: Relasi tidak ditambahkan." @@ -8588,8 +8419,7 @@ msgstr "Konfigurasi mengandung data yang tidak tepat pada beberapa isian." msgid "Do you want to import remaining settings?" msgstr "Apakah Anda ingin mengimpor pengaturan yang lain?" -#: prefs_manage.php:223 -#: prefs_manage.php:249 +#: prefs_manage.php:223 prefs_manage.php:249 msgid "Saved on: @DATE@" msgstr "Disimpan pada: @DATE@" @@ -8609,8 +8439,7 @@ msgstr "Pengaturan akan diimpor dari penyimpanan lokal peramban Anda" msgid "You have no saved settings!" msgstr "Anda tidak punya pengaturan tersimpan!" -#: prefs_manage.php:256 -#: prefs_manage.php:310 +#: prefs_manage.php:256 prefs_manage.php:310 msgid "This feature is not supported by your web browser" msgstr "Fitur ini tidak didukung oleh peramban web Anda" @@ -8620,8 +8449,12 @@ msgstr "Gabungkan dengan konfigurasi saat ini" #: prefs_manage.php:275 #, php-format -msgid "You can set more settings by modifying config.inc.php, eg. by using %sSetup script%s." -msgstr "Anda dapat mengatur pengaturan lain dengan mengubah config.inc.php, mis. dengan menggunakan %sskrip pengaturan%s." +msgid "" +"You can set more settings by modifying config.inc.php, eg. by using %sSetup " +"script%s." +msgstr "" +"Anda dapat mengatur pengaturan lain dengan mengubah config.inc.php, mis. " +"dengan menggunakan %sskrip pengaturan%s." #: prefs_manage.php:300 msgid "Save to browser's storage" @@ -8637,7 +8470,8 @@ msgstr "Pengaturan yang ada akan ditimpa!" #: prefs_manage.php:321 msgid "You can reset all your settings and restore them to default values." -msgstr "Anda dapat mengatur ulang semua pengaturan Anda dan memulihkan nilai bawaan. " +msgstr "" +"Anda dapat mengatur ulang semua pengaturan Anda dan memulihkan nilai bawaan. " #: querywindow.php:69 msgid "Import files" @@ -8647,10 +8481,7 @@ msgstr "Impor berkas" msgid "All" msgstr "Semua" -#: schema_edit.php:38 -#: schema_edit.php:44 -#: schema_edit.php:50 -#: schema_edit.php:55 +#: schema_edit.php:38 schema_edit.php:44 schema_edit.php:50 schema_edit.php:55 #, php-format msgid "%s table not found or not set in %s" msgstr "%s tabel tidak ditemukan atau tidak diset di %s" @@ -8663,21 +8494,16 @@ msgstr "Berkas tidak ditemukan" msgid "Select binary log to view" msgstr "Pilih log biner untuk ditampilkan" -#: server_binlog.php:103 -#: server_status.php:592 +#: server_binlog.php:103 server_status.php:592 msgid "Files" msgstr "Berkas" -#: server_binlog.php:150 -#: server_binlog.php:152 -#: server_status.php:1237 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1237 #: server_status.php:1239 msgid "Truncate Shown Queries" msgstr "Potongkan pencarian yang ditampilkan" -#: server_binlog.php:158 -#: server_binlog.php:160 -#: server_status.php:1237 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1237 #: server_status.php:1239 msgid "Show Full Queries" msgstr "Tampilkan pencarian yang lengkap" @@ -8694,7 +8520,7 @@ msgstr "Posisi" msgid "Original position" msgstr "Posisi aslinya" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Informasi" @@ -8715,25 +8541,26 @@ msgstr "Sukses menghapus basis data %s." msgid "Databases statistics" msgstr "Statistik basis data" -#: server_databases.php:187 -#: server_replication.php:179 +#: server_databases.php:187 server_replication.php:179 #: server_replication.php:207 msgid "Master replication" msgstr "Replikasi master" -#: server_databases.php:189 -#: server_replication.php:246 +#: server_databases.php:189 server_replication.php:246 msgid "Slave replication" msgstr "Replikasi slave" -#: server_databases.php:276 -#: server_databases.php:277 +#: server_databases.php:276 server_databases.php:277 msgid "Enable Statistics" msgstr "Aktifkan Statistik" #: server_databases.php:279 -msgid "Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server." -msgstr "Perhatian: Pengaktifan statistik basis data dapat mengakibatkan lalu lintas besar antara webserver dan server MySQL." +msgid "" +"Note: Enabling the database statistics here might cause heavy traffic " +"between the web server and the MySQL server." +msgstr "" +"Perhatian: Pengaktifan statistik basis data dapat mengakibatkan lalu lintas " +"besar antara webserver dan server MySQL." #: server_engines.php:45 msgid "Storage Engines" @@ -8755,29 +8582,23 @@ msgstr "Awal" msgid "Plugin" msgstr "Plugin" -#: server_plugins.php:112 -#: server_plugins.php:146 +#: server_plugins.php:112 server_plugins.php:146 msgid "Module" msgstr "Modul" -#: server_plugins.php:113 -#: server_plugins.php:148 +#: server_plugins.php:113 server_plugins.php:148 msgid "Library" msgstr "Pustaka" -#: server_plugins.php:114 -#: server_plugins.php:149 -#: tbl_tracking.php:635 +#: server_plugins.php:114 server_plugins.php:149 tbl_tracking.php:635 msgid "Version" msgstr "Versi" -#: server_plugins.php:115 -#: server_plugins.php:150 +#: server_plugins.php:115 server_plugins.php:150 msgid "Author" msgstr "Pembuat" -#: server_plugins.php:116 -#: server_plugins.php:151 +#: server_plugins.php:116 server_plugins.php:151 msgid "License" msgstr "Lisensi" @@ -8785,239 +8606,214 @@ msgstr "Lisensi" msgid "disabled" msgstr "tidak aktif" -#: server_privileges.php:32 -#: server_privileges.php:367 +#: server_privileges.php:32 server_privileges.php:367 msgid "Includes all privileges except GRANT." msgstr "Mencakup semua hak akses selain GRANT." -#: server_privileges.php:33 -#: server_privileges.php:243 +#: server_privileges.php:33 server_privileges.php:243 #: server_privileges.php:628 msgid "Allows altering the structure of existing tables." msgstr "Mengizinkan untuk mengubah struktur dari tabel yang ada." -#: server_privileges.php:34 -#: server_privileges.php:301 +#: server_privileges.php:34 server_privileges.php:301 #: server_privileges.php:634 msgid "Allows altering and dropping stored routines." msgstr "Mengizinkan untuk mengubah dan menghapus routine tersimpan." -#: server_privileges.php:35 -#: server_privileges.php:211 +#: server_privileges.php:35 server_privileges.php:211 #: server_privileges.php:627 msgid "Allows creating new databases and tables." msgstr "Mengizinkan untuk membuat basis data dan tabel baru." -#: server_privileges.php:36 -#: server_privileges.php:297 +#: server_privileges.php:36 server_privileges.php:297 #: server_privileges.php:633 msgid "Allows creating stored routines." msgstr "Mengizinkan untuk membuat routine tersimpan." -#: server_privileges.php:37 -#: server_privileges.php:627 +#: server_privileges.php:37 server_privileges.php:627 msgid "Allows creating new tables." msgstr "Mengizinkan untuk membuat tabel baru." -#: server_privileges.php:38 -#: server_privileges.php:255 +#: server_privileges.php:38 server_privileges.php:255 #: server_privileges.php:631 msgid "Allows creating temporary tables." msgstr "Mengizinkan untuk membuat tabel temporer." -#: server_privileges.php:39 -#: server_privileges.php:305 +#: server_privileges.php:39 server_privileges.php:305 #: server_privileges.php:667 msgid "Allows creating, dropping and renaming user accounts." msgstr "Mengizinkan untuk membuat, menghapus, dan mengubah nama akun pengguna." -#: server_privileges.php:40 -#: server_privileges.php:271 -#: server_privileges.php:284 -#: server_privileges.php:639 +#: server_privileges.php:40 server_privileges.php:271 +#: server_privileges.php:284 server_privileges.php:639 #: server_privileges.php:643 msgid "Allows creating new views." msgstr "Mengizinkan untuk membuat view baru." -#: server_privileges.php:41 -#: server_privileges.php:207 +#: server_privileges.php:41 server_privileges.php:207 #: server_privileges.php:619 msgid "Allows deleting data." msgstr "Mengizinkan untuk menghapus data." -#: server_privileges.php:42 -#: server_privileges.php:215 +#: server_privileges.php:42 server_privileges.php:215 #: server_privileges.php:630 msgid "Allows dropping databases and tables." msgstr "Mengizinkan penghapusan basis data dan tabel." -#: server_privileges.php:43 -#: server_privileges.php:630 +#: server_privileges.php:43 server_privileges.php:630 msgid "Allows dropping tables." msgstr "Mengizinkan untuk hapus tabel." -#: server_privileges.php:44 -#: server_privileges.php:275 +#: server_privileges.php:44 server_privileges.php:275 #: server_privileges.php:647 msgid "Allows to set up events for the event scheduler" msgstr "Mengizinkan penyiapan event untuk penjadwal event" -#: server_privileges.php:45 -#: server_privileges.php:309 +#: server_privileges.php:45 server_privileges.php:309 #: server_privileges.php:635 msgid "Allows executing stored routines." msgstr "Mengizinkan eksekusi routine tersimpan." -#: server_privileges.php:46 -#: server_privileges.php:231 +#: server_privileges.php:46 server_privileges.php:231 #: server_privileges.php:622 msgid "Allows importing data from and exporting data into files." msgstr "Mengizinkan mengimpor data dari dan mengekspor data ke berkas." -#: server_privileges.php:47 -#: server_privileges.php:653 -msgid "Allows adding users and privileges without reloading the privilege tables." -msgstr "Mengizinkan untuk menambah pengguna dan hak akses tanpa harus memuat ulang tabel hak akses." +#: server_privileges.php:47 server_privileges.php:653 +msgid "" +"Allows adding users and privileges without reloading the privilege tables." +msgstr "" +"Mengizinkan untuk menambah pengguna dan hak akses tanpa harus memuat ulang " +"tabel hak akses." -#: server_privileges.php:48 -#: server_privileges.php:239 +#: server_privileges.php:48 server_privileges.php:239 #: server_privileges.php:629 msgid "Allows creating and dropping indexes." msgstr "Mengizinkan untuk menciptakan dan hapus Indeks." -#: server_privileges.php:49 -#: server_privileges.php:199 -#: server_privileges.php:548 -#: server_privileges.php:617 +#: server_privileges.php:49 server_privileges.php:199 +#: server_privileges.php:548 server_privileges.php:617 msgid "Allows inserting and replacing data." msgstr "Mengizinkan untuk tambah dan ganti data." -#: server_privileges.php:50 -#: server_privileges.php:259 +#: server_privileges.php:50 server_privileges.php:259 #: server_privileges.php:662 msgid "Allows locking tables for the current thread." msgstr "Mengizinkan untuk mengunci tabel dalam Thread yang lagi berjalan." -#: server_privileges.php:51 -#: server_privileges.php:726 +#: server_privileges.php:51 server_privileges.php:726 #: server_privileges.php:728 msgid "Limits the number of new connections the user may open per hour." -msgstr "Membatasi jumlah koneksi baru yang diperbolehkan untuk setiap pengguna dalam batas waktu satu jam." +msgstr "" +"Membatasi jumlah koneksi baru yang diperbolehkan untuk setiap pengguna dalam " +"batas waktu satu jam." -#: server_privileges.php:52 -#: server_privileges.php:714 +#: server_privileges.php:52 server_privileges.php:714 #: server_privileges.php:716 msgid "Limits the number of queries the user may send to the server per hour." -msgstr "Membatasi jumlah kueri yang diperbolehkan untuk setiap pengguna dalam batas waktu satu jam." +msgstr "" +"Membatasi jumlah kueri yang diperbolehkan untuk setiap pengguna dalam batas " +"waktu satu jam." -#: server_privileges.php:53 -#: server_privileges.php:720 +#: server_privileges.php:53 server_privileges.php:720 #: server_privileges.php:722 -msgid "Limits the number of commands that change any table or database the user may execute per hour." -msgstr "Membatasi jumlah perintah untuk merubah sebuah tabel atau basis data untuk setiap pengguna dalam batas waktu satu jam." +msgid "" +"Limits the number of commands that change any table or database the user may " +"execute per hour." +msgstr "" +"Membatasi jumlah perintah untuk merubah sebuah tabel atau basis data untuk " +"setiap pengguna dalam batas waktu satu jam." -#: server_privileges.php:54 -#: server_privileges.php:732 +#: server_privileges.php:54 server_privileges.php:732 #: server_privileges.php:734 msgid "Limits the number of simultaneous connections the user may have." msgstr "Membatasi jumlah koneksi simultan yang dapat dibuat pengguna." -#: server_privileges.php:55 -#: server_privileges.php:227 +#: server_privileges.php:55 server_privileges.php:227 #: server_privileges.php:657 msgid "Allows viewing processes of all users" msgstr "Mengizinkan untuk melihat proses dari semua pengguna" -#: server_privileges.php:56 -#: server_privileges.php:235 -#: server_privileges.php:558 -#: server_privileges.php:663 +#: server_privileges.php:56 server_privileges.php:235 +#: server_privileges.php:558 server_privileges.php:663 msgid "Has no effect in this MySQL version." msgstr "Tidak ada efek dalam versi MySQL yang digunakan." -#: server_privileges.php:57 -#: server_privileges.php:219 +#: server_privileges.php:57 server_privileges.php:219 #: server_privileges.php:658 msgid "Allows reloading server settings and flushing the server's caches." -msgstr "Mengizinkan untuk memuat ulang pengaturan server dan membersihkan singgahan server." +msgstr "" +"Mengizinkan untuk memuat ulang pengaturan server dan membersihkan singgahan " +"server." -#: server_privileges.php:58 -#: server_privileges.php:267 +#: server_privileges.php:58 server_privileges.php:267 #: server_privileges.php:665 msgid "Allows the user to ask where the slaves / masters are." -msgstr "Memberi hak kepada pengguna untuk menanyakan lokasi dari slaves / masters." +msgstr "" +"Memberi hak kepada pengguna untuk menanyakan lokasi dari slaves / masters." -#: server_privileges.php:59 -#: server_privileges.php:263 +#: server_privileges.php:59 server_privileges.php:263 #: server_privileges.php:666 msgid "Needed for the replication slaves." msgstr "Digunakan untuk replikasi dari slaves." -#: server_privileges.php:60 -#: server_privileges.php:195 -#: server_privileges.php:543 -#: server_privileges.php:616 +#: server_privileges.php:60 server_privileges.php:195 +#: server_privileges.php:543 server_privileges.php:616 msgid "Allows reading data." msgstr "Mengizinkan untuk baca data." -#: server_privileges.php:61 -#: server_privileges.php:247 +#: server_privileges.php:61 server_privileges.php:247 #: server_privileges.php:660 msgid "Gives access to the complete list of databases." msgstr "Memberi akses ke seluruh daftar basis data." -#: server_privileges.php:62 -#: server_privileges.php:288 -#: server_privileges.php:293 -#: server_privileges.php:632 +#: server_privileges.php:62 server_privileges.php:288 +#: server_privileges.php:293 server_privileges.php:632 msgid "Allows performing SHOW CREATE VIEW queries." msgstr "Mengizinkan pencarian dengan cara SHOW CREATE VIEW." -#: server_privileges.php:63 -#: server_privileges.php:223 +#: server_privileges.php:63 server_privileges.php:223 #: server_privileges.php:659 msgid "Allows shutting down the server." msgstr "Mengizinkan untuk shut-down server." -#: server_privileges.php:64 -#: server_privileges.php:251 +#: server_privileges.php:64 server_privileges.php:251 #: server_privileges.php:656 -msgid "Allows connecting, even if maximum number of connections is reached; required for most administrative operations like setting global variables or killing threads of other users." -msgstr "Mengizinkan untuk tetap konek meskipun jumlah batas koneksi telah tercapai; diperlukan untuk hampir semua operasi administratif seperti stelan variabel global atau untuk menonaktifkan sebuah Thread yang dimiliki oleh pengguna lain." +msgid "" +"Allows connecting, even if maximum number of connections is reached; " +"required for most administrative operations like setting global variables or " +"killing threads of other users." +msgstr "" +"Mengizinkan untuk tetap konek meskipun jumlah batas koneksi telah tercapai; " +"diperlukan untuk hampir semua operasi administratif seperti stelan variabel " +"global atau untuk menonaktifkan sebuah Thread yang dimiliki oleh pengguna " +"lain." -#: server_privileges.php:65 -#: server_privileges.php:279 +#: server_privileges.php:65 server_privileges.php:279 #: server_privileges.php:648 msgid "Allows creating and dropping triggers" msgstr "Mengizinkan untuk membuat dan menghapus trigger" -#: server_privileges.php:66 -#: server_privileges.php:203 -#: server_privileges.php:553 -#: server_privileges.php:618 +#: server_privileges.php:66 server_privileges.php:203 +#: server_privileges.php:553 server_privileges.php:618 msgid "Allows changing data." msgstr "Mengizinkan untuk ubah data." -#: server_privileges.php:67 -#: server_privileges.php:361 +#: server_privileges.php:67 server_privileges.php:361 msgid "No privileges." msgstr "Tanpa hak akses." -#: server_privileges.php:403 -#: server_privileges.php:404 +#: server_privileges.php:403 server_privileges.php:404 msgctxt "None privileges" msgid "None" msgstr "Tidak ada" -#: server_privileges.php:534 -#: server_privileges.php:679 -#: server_privileges.php:1890 -#: server_privileges.php:1896 +#: server_privileges.php:534 server_privileges.php:679 +#: server_privileges.php:1890 server_privileges.php:1896 msgid "Table-specific privileges" msgstr "Hak akses khusus tabel" -#: server_privileges.php:535 -#: server_privileges.php:687 +#: server_privileges.php:535 server_privileges.php:687 #: server_privileges.php:1700 msgid "Note: MySQL privilege names are expressed in English" msgstr "Catatan: Nama hak akses MySQL dalam bahasa Inggris " @@ -9026,13 +8822,11 @@ msgstr "Catatan: Nama hak akses MySQL dalam bahasa Inggris " msgid "Administration" msgstr "Administrasi" -#: server_privileges.php:676 -#: server_privileges.php:1699 +#: server_privileges.php:676 server_privileges.php:1699 msgid "Global privileges" msgstr "Hak akses global" -#: server_privileges.php:678 -#: server_privileges.php:1890 +#: server_privileges.php:678 server_privileges.php:1890 msgid "Database-specific privileges" msgstr "Hak akses khusus basis data" @@ -9042,7 +8836,9 @@ msgstr "Batas dari sumber" #: server_privileges.php:711 msgid "Note: Setting these options to 0 (zero) removes the limit." -msgstr "Perhatian: Perubahan pilihan ini ke posisi 0 (zero) akan menghapus batas yang telah ditentukan." +msgstr "" +"Perhatian: Perubahan pilihan ini ke posisi 0 (zero) akan menghapus batas " +"yang telah ditentukan." #: server_privileges.php:789 msgid "Login Information" @@ -9052,8 +8848,7 @@ msgstr "Informasi Masuk" msgid "Do not change the password" msgstr "Jangan ubah Kata Sandi" -#: server_privileges.php:915 -#: server_privileges.php:2388 +#: server_privileges.php:915 server_privileges.php:2388 msgid "No user found." msgstr "Pengguna tidak ditemukan." @@ -9102,8 +8897,7 @@ msgstr "Sukses menghapus pengguna yang dipilih." msgid "The privileges were reloaded successfully." msgstr "Hak akses berhasil dimuat ulang." -#: server_privileges.php:1430 -#: server_privileges.php:1819 +#: server_privileges.php:1430 server_privileges.php:1819 msgid "Edit Privileges" msgstr "Edit Hak Akses" @@ -9111,8 +8905,7 @@ msgstr "Edit Hak Akses" msgid "Revoke" msgstr "Cabut" -#: server_privileges.php:1466 -#: server_privileges.php:1720 +#: server_privileges.php:1466 server_privileges.php:1720 #: server_privileges.php:2342 msgid "Any" msgstr "Semua" @@ -9122,8 +8915,7 @@ msgid "Users overview" msgstr "Ikhtisar pengguna" # Table column to indicate if the user able to grant a privilege -#: server_privileges.php:1701 -#: server_privileges.php:1895 +#: server_privileges.php:1701 server_privileges.php:1895 #: server_privileges.php:2253 msgid "Grant" msgstr "Pemberi Izin" @@ -9136,16 +8928,24 @@ msgstr "Hapus pengguna yang dipilih" msgid "Revoke all active privileges from the users and delete them afterwards." msgstr "Cabut semua hak akses dari pengguna dan hapus setelahnya" -#: server_privileges.php:1778 -#: server_privileges.php:1779 +#: server_privileges.php:1778 server_privileges.php:1779 #: server_privileges.php:1780 msgid "Drop the databases that have the same names as the users." msgstr "Hapus basis data yang memiliki nama yang sama dengan pengguna." #: server_privileges.php:1801 #, php-format -msgid "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege tables. The content of these tables may differ from the privileges the server uses, if they have been changed manually. In this case, you should %sreload the privileges%s before you continue." -msgstr "Perhatian: phpMyAdmin membaca data tentang pengguna secara langsung dari tabel profil pengguna MySQL. Isi dari tabel bisa saja berbeda dengan profil pengguna yang digunakan oleh Server pada saat ini bila tabel tsb. pernah diubah secara manual. Disarankan untuk %sme-reload profil pengguna%s sebelum melanjut." +msgid "" +"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " +"tables. The content of these tables may differ from the privileges the " +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." +msgstr "" +"Perhatian: phpMyAdmin membaca data tentang pengguna secara langsung dari " +"tabel profil pengguna MySQL. Isi dari tabel bisa saja berbeda dengan profil " +"pengguna yang digunakan oleh Server pada saat ini bila tabel tsb. pernah " +"diubah secara manual. Disarankan untuk %sme-reload profil pengguna%s sebelum " +"melanjut." #: server_privileges.php:1854 msgid "The selected user was not found in the privilege table." @@ -9161,7 +8961,9 @@ msgstr "Tambahkan hak akses pada basis data berikut" #: server_privileges.php:2120 msgid "Wildcards % and _ should be escaped with a \\ to use them literally" -msgstr "Wildcard _ dan % sebaiknya diakhiri dengan tanda \\ untuk mengunakannya secara harfiah" +msgstr "" +"Wildcard _ dan % sebaiknya diakhiri dengan tanda \\ untuk mengunakannya " +"secara harfiah" #: server_privileges.php:2123 msgid "Add privileges on the following table" @@ -9184,12 +8986,16 @@ msgid "... delete the old one from the user tables." msgstr "... hapus yang lama dari User Table." #: server_privileges.php:2187 -msgid "... revoke all active privileges from the old one and delete it afterwards." +msgid "" +"... revoke all active privileges from the old one and delete it afterwards." msgstr "... cabut seluruh hak yang aktif, kemudian hapuskan yang lama." #: server_privileges.php:2188 -msgid "... delete the old one from the user tables and reload the privileges afterwards." -msgstr "... hapuskan yang lama dari tabel pengguna, kemudian muat ulang hak akses." +msgid "" +"... delete the old one from the user tables and reload the privileges " +"afterwards." +msgstr "" +"... hapuskan yang lama dari tabel pengguna, kemudian muat ulang hak akses." #: server_privileges.php:2211 msgid "Database for user" @@ -9244,8 +9050,11 @@ msgid "Unable to connect to master %s." msgstr "Tidak dapat tersambung ke master %s." #: server_replication.php:63 -msgid "Unable to read master log position. Possible privilege problem on master." -msgstr "Tidak dapat membaca posisi log master. Mungkin ada masalah hak akses pada master." +msgid "" +"Unable to read master log position. Possible privilege problem on master." +msgstr "" +"Tidak dapat membaca posisi log master. Mungkin ada masalah hak akses pada " +"master." #: server_replication.php:69 msgid "Unable to change master" @@ -9260,8 +9069,7 @@ msgstr "Server master berhasil diubah menjadi %s" msgid "This server is configured as master in a replication process." msgstr "Server ini dikonfigurasikan sebagai master dalam proses replikasi." -#: server_replication.php:182 -#: server_status.php:613 +#: server_replication.php:182 server_status.php:613 msgid "Show master status" msgstr "Tampilkan status master" @@ -9271,15 +9079,24 @@ msgstr "Tampilkan slave yang tersambung" #: server_replication.php:208 #, php-format -msgid "This server is not configured as master in a replication process. Would you like to configure it?" -msgstr "Server ini tidak dikonfigurasikan sebagai master dalam proses replikasi. Apakah Anda ingin mengonfigurasikannya?" +msgid "" +"This server is not configured as master in a replication process. Would you " +"like to configure it?" +msgstr "" +"Server ini tidak dikonfigurasikan sebagai master dalam proses replikasi. " +"Apakah Anda ingin mengonfigurasikannya?" #: server_replication.php:215 msgid "Master configuration" msgstr "Konfigurasi master" #: server_replication.php:216 -msgid "This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:" +msgid "" +"This server is not configured as master server in a replication process. You " +"can choose from either replicating all databases and ignoring certain " +"(useful if you want to replicate majority of databases) or you can choose to " +"ignore all databases by default and allow only certain databases to be " +"replicated. Please select the mode:" msgstr "" #: server_replication.php:219 @@ -9295,11 +9112,16 @@ msgid "Please select databases:" msgstr "Harap pilih basis data:" #: server_replication.php:226 -msgid "Now, add the following lines at the end of [mysqld] section in your my.cnf and please restart the MySQL server afterwards." +msgid "" +"Now, add the following lines at the end of [mysqld] section in your my.cnf " +"and please restart the MySQL server afterwards." msgstr "" #: server_replication.php:228 -msgid "Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master" +msgid "" +"Once you restarted MySQL server, please click on Go button. Afterwards, you " +"should see a message informing you, that this server is configured as " +"master" msgstr "" #: server_replication.php:291 @@ -9311,8 +9133,11 @@ msgid "Slave IO Thread not running!" msgstr "Thread IO slave tidak berjalan!" #: server_replication.php:303 -msgid "Server is configured as slave in a replication process. Would you like to:" -msgstr "Server ini dikonfiguraskan sebagai slave dalam proses replikasi. Apakah Anda ingin:" +msgid "" +"Server is configured as slave in a replication process. Would you like to:" +msgstr "" +"Server ini dikonfiguraskan sebagai slave dalam proses replikasi. Apakah Anda " +"ingin:" #: server_replication.php:306 msgid "See slave status table" @@ -9360,7 +9185,8 @@ msgstr "Kelola galat:" #: server_replication.php:340 msgid "Skipping errors might lead into unsynchronized master and slave!" -msgstr "Pengabaian galat dapat menyebabkan master dan slave tidak tersinkronisasi" +msgstr "" +"Pengabaian galat dapat menyebabkan master dan slave tidak tersinkronisasi" #: server_replication.php:342 msgid "Skip current error" @@ -9376,8 +9202,12 @@ msgstr "galat." #: server_replication.php:361 #, php-format -msgid "This server is not configured as slave in a replication process. Would you like to configure it?" -msgstr "Server ini tidak dikonfigurasikan sebagai slave dalam proses replikasi. Apakah Anda ingin mengonfigurasikannya?" +msgid "" +"This server is not configured as slave in a replication process. Would you " +"like to configure it?" +msgstr "" +"Server ini tidak dikonfigurasikan sebagai slave dalam proses replikasi. " +"Apakah Anda ingin mengonfigurasikannya?" #: server_status.php:450 #, php-format @@ -9386,8 +9216,11 @@ msgstr "Sukses hentikan Thread %s." #: server_status.php:452 #, php-format -msgid "phpMyAdmin was unable to kill thread %s. It probably has already been closed." -msgstr "phpMyAdmin gagal menutup Thread %s. Kemungkinan Thread tersebut sudah ditutup terlebih dahulu" +msgid "" +"phpMyAdmin was unable to kill thread %s. It probably has already been closed." +msgstr "" +"phpMyAdmin gagal menutup Thread %s. Kemungkinan Thread tersebut sudah " +"ditutup terlebih dahulu" #: server_status.php:580 msgid "Handler" @@ -9461,8 +9294,7 @@ msgstr "Pemantauan" msgid "Advisor" msgstr "Penasihat" -#: server_status.php:789 -#: server_status.php:811 +#: server_status.php:789 server_status.php:811 msgid "Refresh rate: " msgstr "Laju penyegaran:" @@ -9495,19 +9327,30 @@ msgid "Instructions" msgstr "Instruksi" #: server_status.php:900 -msgid "The Advisor system can provide recommendations on server variables by analyzing the server status variables." +msgid "" +"The Advisor system can provide recommendations on server variables by " +"analyzing the server status variables." msgstr "" #: server_status.php:902 -msgid "Do note however that this system provides recommendations based on simple calculations and by rule of thumb which may not necessarily apply to your system." +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." msgstr "" #: server_status.php:904 -msgid "Prior to changing any of the configuration, be sure to know what you are changing (by reading the documentation) and how to undo the change. Wrong tuning can have a very negative effect on performance." +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." msgstr "" #: server_status.php:906 -msgid "The best way to tune your system would be to change only one setting at a time, observe or benchmark your database, and undo the change if there was no clearly measurable improvement." +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable @@ -9516,9 +9359,7 @@ msgstr "" msgid "Questions since startup: %s" msgstr "Perintah sejak awal: %s" -#: server_status.php:934 -#: server_status.php:970 -#: server_status.php:1090 +#: server_status.php:934 server_status.php:970 server_status.php:1090 #: server_status.php:1135 msgid "per hour" msgstr "dalam sejam" @@ -9531,9 +9372,7 @@ msgstr "per menit" msgid "per second" msgstr "per detik" -#: server_status.php:964 -#: tbl_printview.php:328 -#: tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Keterangan" @@ -9550,22 +9389,33 @@ msgstr "Lalu lintas jaringan sejak awal: %sw" #: server_status.php:1047 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." -msgstr "Server MySQL ini telah berjalan selama %1$s. Server ini dijalankan pada %2$s." +msgstr "" +"Server MySQL ini telah berjalan selama %1$s. Server ini dijalankan pada %2$s." #: server_status.php:1057 -msgid "This MySQL server works as master and slave in replication process." -msgstr "Server MySQL ini berfungsi sebagai master dan slave dalam proses replication." +msgid "" +"This MySQL server works as master and slave in replication process." +msgstr "" +"Server MySQL ini berfungsi sebagai master dan slave dalam " +"proses replication." #: server_status.php:1059 msgid "This MySQL server works as master in replication process." -msgstr "Server MySQL ini berfungsi sebagai master dalam proses replication." +msgstr "" +"Server MySQL ini berfungsi sebagai master dalam proses " +"replication." #: server_status.php:1061 msgid "This MySQL server works as slave in replication process." -msgstr "Server MySQL ini berfungsi sebagai slave dalam proses replication." +msgstr "" +"Server MySQL ini berfungsi sebagai slave dalam proses replication." #: server_status.php:1064 -msgid "For further information about replication status on the server, please visit the replication section." +msgid "" +"For further information about replication status on the server, please visit " +"the replication section." msgstr "" #: server_status.php:1073 @@ -9573,7 +9423,9 @@ msgid "Replication status" msgstr "Status replikasi" #: server_status.php:1089 -msgid "On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect." +msgid "" +"On a busy server, the byte counters may overrun, so those statistics as " +"reported by the MySQL server may be incorrect." msgstr "" #: server_status.php:1095 @@ -9605,44 +9457,75 @@ msgid "Command" msgstr "Perintah" #: server_status.php:1291 -msgid "The number of connections that were aborted because the client died without closing the connection properly." -msgstr "Jumlah koneksi yang digugurkan karena klien terputus tanpa menutup koneksi dengan baik." +msgid "" +"The number of connections that were aborted because the client died without " +"closing the connection properly." +msgstr "" +"Jumlah koneksi yang digugurkan karena klien terputus tanpa menutup koneksi " +"dengan baik." #: server_status.php:1292 msgid "The number of failed attempts to connect to the MySQL server." msgstr "Jumlah upaya koneksi ke server MySQL yang gagal." #: server_status.php:1293 -msgid "The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction." -msgstr "Jumlah transaksi yang menggunakan singgahan log biner temporer, namun melebihi nilai binlog_cache_size dan menggunakan berkas temporer untuk menyimpan perintah dari transaksi." +msgid "" +"The number of transactions that used the temporary binary log cache but that " +"exceeded the value of binlog_cache_size and used a temporary file to store " +"statements from the transaction." +msgstr "" +"Jumlah transaksi yang menggunakan singgahan log biner temporer, namun " +"melebihi nilai binlog_cache_size dan menggunakan berkas temporer untuk " +"menyimpan perintah dari transaksi." #: server_status.php:1294 msgid "The number of transactions that used the temporary binary log cache." msgstr "Jumlah transaksi yang menggunakan singgahan log biner temporer." #: server_status.php:1295 -msgid "The number of connection attempts (successful or not) to the MySQL server." +msgid "" +"The number of connection attempts (successful or not) to the MySQL server." msgstr "Jumlah upaya koneksi ke server MySQL (baik berhasil maupun tidak)." #: server_status.php:1296 -msgid "The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based." -msgstr "Jumlah tabel temporer pada diska yang dibuat otomatis oleh server sewaktu mengeksekusi perintah. Kalau Created_tmp_disk_tables besar, Anda mungkin perlu meningkatkan nilai tmp_table_size agar tabel temporer disimpan di memori, alih-alih di diska." +msgid "" +"The number of temporary tables on disk created automatically by the server " +"while executing statements. If Created_tmp_disk_tables is big, you may want " +"to increase the tmp_table_size value to cause temporary tables to be memory-" +"based instead of disk-based." +msgstr "" +"Jumlah tabel temporer pada diska yang dibuat otomatis oleh server sewaktu " +"mengeksekusi perintah. Kalau Created_tmp_disk_tables besar, Anda mungkin " +"perlu meningkatkan nilai tmp_table_size agar tabel temporer disimpan di " +"memori, alih-alih di diska." #: server_status.php:1297 msgid "How many temporary files mysqld has created." msgstr "Jumlah berkas temporer yang telah dibuat mysqld." #: server_status.php:1298 -msgid "The number of in-memory temporary tables created automatically by the server while executing statements." -msgstr "Jumlah tabel temporer dalam-memori yang dibuat otomatis oleh server sewaktu mengeksekusi perintah." +msgid "" +"The number of in-memory temporary tables created automatically by the server " +"while executing statements." +msgstr "" +"Jumlah tabel temporer dalam-memori yang dibuat otomatis oleh server sewaktu " +"mengeksekusi perintah." #: server_status.php:1299 -msgid "The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key)." -msgstr "Jumlah baris yang ditulis oleh INSERT DELAYED yang menyebabkan beberapa galat (kemungkinan karena kunci duplikat)." +msgid "" +"The number of rows written with INSERT DELAYED for which some error occurred " +"(probably duplicate key)." +msgstr "" +"Jumlah baris yang ditulis oleh INSERT DELAYED yang menyebabkan beberapa " +"galat (kemungkinan karena kunci duplikat)." #: server_status.php:1300 -msgid "The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread." -msgstr "Jumlah thread handler INSERT DELAYED yang dipakai. Setiap tabel berbeda yang menggunakan INSERT DELAYED mendapat satu thread sendiri." +msgid "" +"The number of INSERT DELAYED handler threads in use. Every different table " +"on which one uses INSERT DELAYED gets its own thread." +msgstr "" +"Jumlah thread handler INSERT DELAYED yang dipakai. Setiap tabel berbeda yang " +"menggunakan INSERT DELAYED mendapat satu thread sendiri." #: server_status.php:1301 msgid "The number of INSERT DELAYED rows written." @@ -9661,32 +9544,72 @@ msgid "The number of times a row was deleted from a table." msgstr "Berapa kali suatu baris dihapus dari suatu tabel." #: server_status.php:1305 -msgid "The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered." +msgid "" +"The MySQL server can ask the NDB Cluster storage engine if it knows about a " +"table with a given name. This is called discovery. Handler_discover " +"indicates the number of time tables have been discovered." msgstr "" #: server_status.php:1306 -msgid "The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed." -msgstr "Berapa kali entri pertama dibaca dari suatu indeks. Nilai tinggi menunjukkan bahwa server melakukan banyak pemindaian indeks lengkap; sebagai contoh, SELECT col1 FROM foo, dengan asumsi bahwa col1 diindeks." +msgid "" +"The number of times the first entry was read from an index. If this is high, " +"it suggests that the server is doing a lot of full index scans; for example, " +"SELECT col1 FROM foo, assuming that col1 is indexed." +msgstr "" +"Berapa kali entri pertama dibaca dari suatu indeks. Nilai tinggi menunjukkan " +"bahwa server melakukan banyak pemindaian indeks lengkap; sebagai contoh, " +"SELECT col1 FROM foo, dengan asumsi bahwa col1 diindeks." #: server_status.php:1307 -msgid "The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed." -msgstr "Jumlah permintaan membaca suatu baris berdasarkan suatu kunci. Nilai yang tinggi merupakan indikasi bagus bahwa kueri dan tabel Anda diindeks dengan baik." +msgid "" +"The number of requests to read a row based on a key. If this is high, it is " +"a good indication that your queries and tables are properly indexed." +msgstr "" +"Jumlah permintaan membaca suatu baris berdasarkan suatu kunci. Nilai yang " +"tinggi merupakan indikasi bagus bahwa kueri dan tabel Anda diindeks dengan " +"baik." #: server_status.php:1308 -msgid "The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan." -msgstr "Jumlah permintaan membaca baris berikut dalam urutan kunci. Nilai ini bertambah jika Anda melakukan kueri terhadap kolom indeks dengan suatu rentang batasan atau jika Anda melakukan pemindaian indeks." +msgid "" +"The number of requests to read the next row in key order. This is " +"incremented if you are querying an index column with a range constraint or " +"if you are doing an index scan." +msgstr "" +"Jumlah permintaan membaca baris berikut dalam urutan kunci. Nilai ini " +"bertambah jika Anda melakukan kueri terhadap kolom indeks dengan suatu " +"rentang batasan atau jika Anda melakukan pemindaian indeks." #: server_status.php:1309 -msgid "The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC." -msgstr "Jumlah permintaan membaca baris sebelumnya dalam urutan kunci. Metode baca ini terutama digunakan untuk mengoptimalkan ORDER BY ... DESC." +msgid "" +"The number of requests to read the previous row in key order. This read " +"method is mainly used to optimize ORDER BY ... DESC." +msgstr "" +"Jumlah permintaan membaca baris sebelumnya dalam urutan kunci. Metode baca " +"ini terutama digunakan untuk mengoptimalkan ORDER BY ... DESC." #: server_status.php:1310 -msgid "The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don't use keys properly." -msgstr "Jumlah permintaan membaca suatu baris berdasarkan posisi tetap. Nilai ini tinggi jika Anda melakukan banyak kueri yang membutuhkan pengurutan hasil. Anda mungkin memiliki banyak kueri yang mengharuskan MySQL memindai seluruh tabel atau Anda memiliki join yang tidak menggunakan kunci dengan baik." +msgid "" +"The number of requests to read a row based on a fixed position. This is high " +"if you are doing a lot of queries that require sorting of the result. You " +"probably have a lot of queries that require MySQL to scan whole tables or " +"you have joins that don't use keys properly." +msgstr "" +"Jumlah permintaan membaca suatu baris berdasarkan posisi tetap. Nilai ini " +"tinggi jika Anda melakukan banyak kueri yang membutuhkan pengurutan hasil. " +"Anda mungkin memiliki banyak kueri yang mengharuskan MySQL memindai seluruh " +"tabel atau Anda memiliki join yang tidak menggunakan kunci dengan baik." #: server_status.php:1311 -msgid "The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have." -msgstr "Jumlah permintaan membaca baris berikut dalam berkas data. Nilai ini tinggi jika Anda melakukan banyak pemindaian tabel. Hal ini secara umum menunjukkan bahwa tabel Anda tidak diindeks dengan baik atau bahwa kueri Anda tidak ditulis dengan memanfaatkan indeks yang Anda miliki." +msgid "" +"The number of requests to read the next row in the data file. This is high " +"if you are doing a lot of table scans. Generally this suggests that your " +"tables are not properly indexed or that your queries are not written to take " +"advantage of the indexes you have." +msgstr "" +"Jumlah permintaan membaca baris berikut dalam berkas data. Nilai ini tinggi " +"jika Anda melakukan banyak pemindaian tabel. Hal ini secara umum menunjukkan " +"bahwa tabel Anda tidak diindeks dengan baik atau bahwa kueri Anda tidak " +"ditulis dengan memanfaatkan indeks yang Anda miliki." #: server_status.php:1312 msgid "The number of internal ROLLBACK statements." @@ -9717,11 +9640,18 @@ msgid "The number of free pages." msgstr "Jumlah halaman bebas." #: server_status.php:1319 -msgid "The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can't be flushed or removed for some other reason." +msgid "" +"The number of latched pages in InnoDB buffer pool. These are pages currently " +"being read or written or that can't be flushed or removed for some other " +"reason." msgstr "" #: server_status.php:1320 -msgid "The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." +msgid "" +"The number of pages busy because they have been allocated for administrative " +"overhead such as row locks or the adaptive hash index. This value can also " +"be calculated as Innodb_buffer_pool_pages_total - " +"Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" #: server_status.php:1321 @@ -9729,11 +9659,15 @@ msgid "Total size of buffer pool, in pages." msgstr "" #: server_status.php:1322 -msgid "The number of \"random\" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order." +msgid "" +"The number of \"random\" read-aheads InnoDB initiated. This happens when a " +"query is to scan a large portion of a table but in random order." msgstr "" #: server_status.php:1323 -msgid "The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan." +msgid "" +"The number of sequential read-aheads InnoDB initiated. This happens when " +"InnoDB does a sequential full table scan." msgstr "" #: server_status.php:1324 @@ -9741,11 +9675,18 @@ msgid "The number of logical read requests InnoDB has done." msgstr "" #: server_status.php:1325 -msgid "The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read." +msgid "" +"The number of logical reads that InnoDB could not satisfy from buffer pool " +"and had to do a single-page read." msgstr "" #: server_status.php:1326 -msgid "Normally, writes to the InnoDB buffer pool happen in the background. However, if it's necessary to read or create a page and no clean pages are available, it's necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small." +msgid "" +"Normally, writes to the InnoDB buffer pool happen in the background. " +"However, if it's necessary to read or create a page and no clean pages are " +"available, it's necessary to wait for pages to be flushed first. This " +"counter counts instances of these waits. If the buffer pool size was set " +"properly, this value should be small." msgstr "" #: server_status.php:1327 @@ -9793,7 +9734,9 @@ msgid "The number of doublewrite operations that have been performed." msgstr "" #: server_status.php:1338 -msgid "The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing." +msgid "" +"The number of waits we had because log buffer was too small and we had to " +"wait for it to be flushed before continuing." msgstr "" #: server_status.php:1339 @@ -9825,7 +9768,9 @@ msgid "The number of pages created." msgstr "" #: server_status.php:1346 -msgid "The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes." +msgid "" +"The compiled-in InnoDB page size (default 16KB). Many values are counted in " +"pages; the page size allows them to be easily converted to bytes." msgstr "" #: server_status.php:1347 @@ -9873,15 +9818,22 @@ msgid "The number of rows updated in InnoDB tables." msgstr "Jumlah baris yang diperbarui pada tabel InnoDB." #: server_status.php:1358 -msgid "The number of key blocks in the key cache that have changed but haven't yet been flushed to disk. It used to be known as Not_flushed_key_blocks." +msgid "" +"The number of key blocks in the key cache that have changed but haven't yet " +"been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" #: server_status.php:1359 -msgid "The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use." +msgid "" +"The number of unused blocks in the key cache. You can use this value to " +"determine how much of the key cache is in use." msgstr "" #: server_status.php:1360 -msgid "The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time." +msgid "" +"The number of used blocks in the key cache. This value is a high-water mark " +"that indicates the maximum number of blocks that have ever been in use at " +"one time." msgstr "" #: server_status.php:1361 @@ -9889,7 +9841,10 @@ msgid "The number of requests to read a key block from the cache." msgstr "" #: server_status.php:1362 -msgid "The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests." +msgid "" +"The number of physical reads of a key block from disk. If Key_reads is big, " +"then your key_buffer_size value is probably too small. The cache miss rate " +"can be calculated as Key_reads/Key_read_requests." msgstr "" #: server_status.php:1363 @@ -9901,11 +9856,16 @@ msgid "The number of physical writes of a key block to disk." msgstr "" #: server_status.php:1365 -msgid "The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet." +msgid "" +"The total cost of the last compiled query as computed by the query " +"optimizer. Useful for comparing the cost of different query plans for the " +"same query. The default value of 0 means that no query has been compiled yet." msgstr "" #: server_status.php:1366 -msgid "The maximum number of connections that have been in use simultaneously since the server started." +msgid "" +"The maximum number of connections that have been in use simultaneously since " +"the server started." msgstr "" #: server_status.php:1367 @@ -9913,7 +9873,9 @@ msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" #: server_status.php:1368 -msgid "The number of tables that have been opened. If opened tables is big, your table cache value is probably too small." +msgid "" +"The number of tables that have been opened. If opened tables is big, your " +"table cache value is probably too small." msgstr "" #: server_status.php:1369 @@ -9929,7 +9891,10 @@ msgid "The number of tables that are open." msgstr "" #: server_status.php:1372 -msgid "The number of free memory blocks in query cache. High numbers can indicate fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE statement." +msgid "" +"The number of free memory blocks in query cache. High numbers can indicate " +"fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " +"statement." msgstr "" #: server_status.php:1373 @@ -9945,11 +9910,17 @@ msgid "The number of queries added to the cache." msgstr "" #: server_status.php:1376 -msgid "The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache." +msgid "" +"The number of queries that have been removed from the cache to free up " +"memory for caching new queries. This information can help you tune the query " +"cache size. The query cache uses a least recently used (LRU) strategy to " +"decide which queries to remove from the cache." msgstr "" #: server_status.php:1377 -msgid "The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting)." +msgid "" +"The number of non-cached queries (not cachable, or not cached due to the " +"query_cache_type setting)." msgstr "" #: server_status.php:1378 @@ -9965,7 +9936,9 @@ msgid "The status of failsafe replication (not yet implemented)." msgstr "" #: server_status.php:1381 -msgid "The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables." +msgid "" +"The number of joins that do not use indexes. If this value is not 0, you " +"should carefully check the indexes of your tables." msgstr "" #: server_status.php:1382 @@ -9973,11 +9946,15 @@ msgid "The number of joins that used a range search on a reference table." msgstr "" #: server_status.php:1383 -msgid "The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)" +msgid "" +"The number of joins without keys that check for key usage after each row. " +"(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" #: server_status.php:1384 -msgid "The number of joins that used ranges on the first table. (It's normally not critical even if this is big.)" +msgid "" +"The number of joins that used ranges on the first table. (It's normally not " +"critical even if this is big.)" msgstr "" #: server_status.php:1385 @@ -9989,7 +9966,9 @@ msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" #: server_status.php:1387 -msgid "Total (since startup) number of times the replication slave SQL thread has retried transactions." +msgid "" +"Total (since startup) number of times the replication slave SQL thread has " +"retried transactions." msgstr "" #: server_status.php:1388 @@ -9997,15 +9976,21 @@ msgid "This is ON if this server is a slave that is connected to a master." msgstr "" #: server_status.php:1389 -msgid "The number of threads that have taken more than slow_launch_time seconds to create." +msgid "" +"The number of threads that have taken more than slow_launch_time seconds to " +"create." msgstr "" #: server_status.php:1390 -msgid "The number of queries that have taken more than long_query_time seconds." +msgid "" +"The number of queries that have taken more than long_query_time seconds." msgstr "" #: server_status.php:1391 -msgid "The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable." +msgid "" +"The number of merge passes the sort algorithm has had to do. If this value " +"is large, you should consider increasing the value of the sort_buffer_size " +"system variable." msgstr "" #: server_status.php:1392 @@ -10025,11 +10010,18 @@ msgid "The number of times that a table lock was acquired immediately." msgstr "" #: server_status.php:1396 -msgid "The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication." +msgid "" +"The number of times that a table lock could not be acquired immediately and " +"a wait was needed. If this is high, and you have performance problems, you " +"should first optimize your queries, and then either split your table or " +"tables or use replication." msgstr "" #: server_status.php:1397 -msgid "The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size." +msgid "" +"The number of threads in the thread cache. The cache hit rate can be " +"calculated as Threads_created/Connections. If this value is red you should " +"raise your thread_cache_size." msgstr "" #: server_status.php:1398 @@ -10037,7 +10029,11 @@ msgid "The number of currently open connections." msgstr "" #: server_status.php:1399 -msgid "The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn't give a notable performance improvement if you have a good thread implementation.)" +msgid "" +"The number of threads created to handle connections. If Threads_created is " +"big, you may want to increase the thread_cache_size value. (Normally this " +"doesn't give a notable performance improvement if you have a good thread " +"implementation.)" msgstr "" #: server_status.php:1400 @@ -10077,7 +10073,9 @@ msgid "Chart arrangement" msgstr "Pengaturan bagan" #: server_status.php:1588 -msgid "The arrangement of the charts is stored to the browsers local storage. You may want to export it if you have a complicated set up." +msgid "" +"The arrangement of the charts is stored to the browsers local storage. You " +"may want to export it if you have a complicated set up." msgstr "" #: server_status.php:1589 @@ -10089,11 +10087,20 @@ msgid "Monitor Instructions" msgstr "Instruksi Pemantauan" #: server_status.php:1594 -msgid "The phpMyAdmin Monitor can assist you in optimizing the server configuration and track down time intensive queries. For the latter you will need to set log_output to 'TABLE' and have either the slow_query_log or general_log enabled. Note however, that the general_log produces a lot of data and increases server load by up to 15%" +msgid "" +"The phpMyAdmin Monitor can assist you in optimizing the server configuration " +"and track down time intensive queries. For the latter you will need to set " +"log_output to 'TABLE' and have either the slow_query_log or general_log " +"enabled. Note however, that the general_log produces a lot of data and " +"increases server load by up to 15%" msgstr "" #: server_status.php:1599 -msgid "Unfortunately your Database server does not support logging to table, which is a requirement for analyzing the database logs with phpMyAdmin. Logging to table is supported by MySQL 5.1.6 and onwards. You may still use the server charting features however." +msgid "" +"Unfortunately your Database server does not support logging to table, which " +"is a requirement for analyzing the database logs with phpMyAdmin. Logging to " +"table is supported by MySQL 5.1.6 and onwards. You may still use the server " +"charting features however." msgstr "" #: server_status.php:1612 @@ -10101,11 +10108,19 @@ msgid "Using the monitor:" msgstr "" #: server_status.php:1614 -msgid "Ok, you are good to go! Once you click 'Start monitor' your browser will refresh all displayed charts in a regular interval. You may add charts and change the refresh rate under 'Settings', or remove any chart using the cog icon on each respective chart." +msgid "" +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." msgstr "" #: server_status.php:1616 -msgid "To display queries from the logs, select the relevant time span on any chart by holding down the left mouse button and panning over the chart. Once confirmed, this will load a table of grouped queries, there you may click on any occuring SELECT statements to further analyze them." +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " +"confirmed, this will load a table of grouped queries, there you may click on " +"any occuring SELECT statements to further analyze them." msgstr "" #: server_status.php:1623 @@ -10113,7 +10128,11 @@ msgid "Please note:" msgstr "Harap catat:" #: server_status.php:1625 -msgid "Enabling the general_log may increase the server load by 5-15%. Also be aware that generating statistics from the logs is a load intensive task, so it is advisable to select only a small time span and to disable the general_log and empty its table once monitoring is not required any more." +msgid "" +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" #: server_status.php:1637 @@ -10208,9 +10227,7 @@ msgstr "Tidak dapat terhubung ke sumber" msgid "Could not connect to the target" msgstr "Tidak dapat terhubung ke target" -#: server_synchronize.php:130 -#: server_synchronize.php:133 -#: tbl_create.php:50 +#: server_synchronize.php:130 server_synchronize.php:133 tbl_create.php:50 #: tbl_get_field.php:19 #, php-format msgid "'%s' database does not exist." @@ -10224,68 +10241,55 @@ msgstr "Sinkronisasi Struktur" msgid "Data Synchronization" msgstr "Sinkronisasi Data" -#: server_synchronize.php:401 -#: server_synchronize.php:852 +#: server_synchronize.php:401 server_synchronize.php:852 msgid "not present" msgstr "tidak ada" -#: server_synchronize.php:437 -#: server_synchronize.php:909 +#: server_synchronize.php:437 server_synchronize.php:909 msgid "Structure Difference" msgstr "Perbedaan Struktur" -#: server_synchronize.php:438 -#: server_synchronize.php:910 +#: server_synchronize.php:438 server_synchronize.php:910 msgid "Data Difference" msgstr "Perbedaan data" -#: server_synchronize.php:443 -#: server_synchronize.php:915 +#: server_synchronize.php:443 server_synchronize.php:915 msgid "Add column(s)" msgstr "Tambahkan kolom" -#: server_synchronize.php:444 -#: server_synchronize.php:916 +#: server_synchronize.php:444 server_synchronize.php:916 msgid "Remove column(s)" msgstr "Hapus kolom" -#: server_synchronize.php:445 -#: server_synchronize.php:917 +#: server_synchronize.php:445 server_synchronize.php:917 msgid "Alter column(s)" msgstr "Ubah kolom" -#: server_synchronize.php:446 -#: server_synchronize.php:918 +#: server_synchronize.php:446 server_synchronize.php:918 msgid "Remove index(s)" msgstr "Hapus indeks" -#: server_synchronize.php:447 -#: server_synchronize.php:919 +#: server_synchronize.php:447 server_synchronize.php:919 msgid "Apply index(s)" msgstr "Terapkan indeks" -#: server_synchronize.php:448 -#: server_synchronize.php:920 +#: server_synchronize.php:448 server_synchronize.php:920 msgid "Update row(s)" msgstr "Perbarui baris" -#: server_synchronize.php:449 -#: server_synchronize.php:921 +#: server_synchronize.php:449 server_synchronize.php:921 msgid "Insert row(s)" msgstr "Tambahkan baris" -#: server_synchronize.php:460 -#: server_synchronize.php:933 +#: server_synchronize.php:460 server_synchronize.php:933 msgid "Would you like to delete all the previous rows from target tables?" msgstr "" -#: server_synchronize.php:465 -#: server_synchronize.php:938 +#: server_synchronize.php:465 server_synchronize.php:938 msgid "Apply Selected Changes" msgstr "Terapkan Perubahan Terpilih" -#: server_synchronize.php:469 -#: server_synchronize.php:941 +#: server_synchronize.php:469 server_synchronize.php:941 msgid "Synchronize Databases" msgstr "Sinkronisasi Basis Data" @@ -10319,8 +10323,12 @@ msgid "Socket" msgstr "Soket" #: server_synchronize.php:1313 -msgid "Target database will be completely synchronized with source database. Source database will remain unchanged." -msgstr "Basis data target akan disinkronisasikan secara lengkap dengan basis data sumber. Basis data sumber tetap tidak berubah." +msgid "" +"Target database will be completely synchronized with source database. Source " +"database will remain unchanged." +msgstr "" +"Basis data target akan disinkronisasikan secara lengkap dengan basis data " +"sumber. Basis data sumber tetap tidak berubah." #: server_variables.php:80 msgid "Setting variable failed" @@ -10330,8 +10338,7 @@ msgstr "Pengaturan variabel gagal" msgid "Server variables and settings" msgstr "Variabel dan pengaturan server" -#: server_variables.php:126 -#: server_variables.php:152 +#: server_variables.php:126 server_variables.php:152 msgid "Session value" msgstr "Nilai sesi" @@ -10339,8 +10346,7 @@ msgstr "Nilai sesi" msgid "Global value" msgstr "Nilai global" -#: setup/frames/config.inc.php:38 -#: setup/frames/index.inc.php:226 +#: setup/frames/config.inc.php:38 setup/frames/index.inc.php:226 msgid "Download" msgstr "Unduh" @@ -10353,16 +10359,23 @@ msgid "Cannot load or save configuration" msgstr "Tidak dapat memuat atau menyimpan konfigurasi" #: setup/frames/index.inc.php:50 -msgid "Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it." +msgid "" +"Please create web server writable folder [em]config[/em] in phpMyAdmin top " +"level directory as described in [a@Documentation.html#setup_script]" +"documentation[/a]. Otherwise you will be only able to download or display it." msgstr "" #: setup/frames/index.inc.php:57 -msgid "You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!" +msgid "" +"You are not using a secure connection; all data (including potentially " +"sensitive information, like passwords) is transferred unencrypted!" msgstr "" #: setup/frames/index.inc.php:61 #, php-format -msgid "If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection." +msgid "" +"If your server is also configured to accept HTTPS requests follow [a@%s]this " +"link[/a] to use a secure connection." msgstr "" #: setup/frames/index.inc.php:65 @@ -10374,11 +10387,12 @@ msgid "Configuration saved." msgstr "Konfigurasi disimpan." #: setup/frames/index.inc.php:94 -msgid "Configuration saved to file config/config.inc.php in phpMyAdmin top level directory, copy it to top level one and delete directory config to use it." +msgid "" +"Configuration saved to file config/config.inc.php in phpMyAdmin top level " +"directory, copy it to top level one and delete directory config to use it." msgstr "" -#: setup/frames/index.inc.php:101 -#: setup/frames/menu.inc.php:15 +#: setup/frames/index.inc.php:101 setup/frames/menu.inc.php:15 msgid "Overview" msgstr "Ikhtisar" @@ -10463,11 +10477,14 @@ msgid "Show form" msgstr "Tampilkan formulir" #: setup/lib/index.lib.php:122 -msgid "Neither URL wrapper nor CURL is available. Version check is not possible." +msgid "" +"Neither URL wrapper nor CURL is available. Version check is not possible." msgstr "" #: setup/lib/index.lib.php:132 -msgid "Reading of version failed. Maybe you're offline or the upgrade server does not respond." +msgid "" +"Reading of version failed. Maybe you're offline or the upgrade server does " +"not respond." msgstr "" #: setup/lib/index.lib.php:152 @@ -10480,7 +10497,9 @@ msgstr "" #: setup/lib/index.lib.php:180 #, php-format -msgid "You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable version is %s, released on %s." +msgid "" +"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable " +"version is %s, released on %s." msgstr "" #: setup/lib/index.lib.php:186 @@ -10489,20 +10508,31 @@ msgstr "" #: setup/lib/index.lib.php:274 #, php-format -msgid "This %soption%s should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use %strusted proxies list%s. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to." +msgid "" +"This %soption%s should be disabled as it allows attackers to bruteforce " +"login to any MySQL server. If you feel this is necessary, use %strusted " +"proxies list%s. However, IP-based protection may not be reliable if your IP " +"belongs to an ISP where thousands of users, including you, are connected to." msgstr "" #: setup/lib/index.lib.php:276 -msgid "You didn't have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don't need to remember it." +msgid "" +"You didn't have blowfish secret set and have enabled cookie authentication, " +"so a key was automatically generated for you. It is used to encrypt cookies; " +"you don't need to remember it." msgstr "" #: setup/lib/index.lib.php:277 #, php-format -msgid "%sBzip2 compression and decompression%s requires functions (%s) which are unavailable on this system." +msgid "" +"%sBzip2 compression and decompression%s requires functions (%s) which are " +"unavailable on this system." msgstr "" #: setup/lib/index.lib.php:279 -msgid "This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server." +msgid "" +"This value should be double checked to ensure that this directory is neither " +"world accessible nor readable or writable by other users on your server." msgstr "" #: setup/lib/index.lib.php:280 @@ -10512,47 +10542,70 @@ msgstr "" #: setup/lib/index.lib.php:282 #, php-format -msgid "%sGZip compression and decompression%s requires functions (%s) which are unavailable on this system." +msgid "" +"%sGZip compression and decompression%s requires functions (%s) which are " +"unavailable on this system." msgstr "" #: setup/lib/index.lib.php:284 #, php-format -msgid "%sLogin cookie validity%s greater than 1440 seconds may cause random session invalidation if %ssession.gc_maxlifetime%s is lower than its value (currently %d)." +msgid "" +"%sLogin cookie validity%s greater than 1440 seconds may cause random session " +"invalidation if %ssession.gc_maxlifetime%s is lower than its value " +"(currently %d)." msgstr "" #: setup/lib/index.lib.php:286 #, php-format -msgid "%sLogin cookie validity%s should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation." +msgid "" +"%sLogin cookie validity%s should be set to 1800 seconds (30 minutes) at " +"most. Values larger than 1800 may pose a security risk such as impersonation." msgstr "" #: setup/lib/index.lib.php:288 #, php-format -msgid "If using cookie authentication and %sLogin cookie store%s is not 0, %sLogin cookie validity%s must be set to a value less or equal to it." +msgid "" +"If using cookie authentication and %sLogin cookie store%s is not 0, %sLogin " +"cookie validity%s must be set to a value less or equal to it." msgstr "" #: setup/lib/index.lib.php:290 #, php-format -msgid "If you feel this is necessary, use additional protection settings - %shost authentication%s settings and %strusted proxies list%s. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to." +msgid "" +"If you feel this is necessary, use additional protection settings - %shost " +"authentication%s settings and %strusted proxies list%s. However, IP-based " +"protection may not be reliable if your IP belongs to an ISP where thousands " +"of users, including you, are connected to." msgstr "" #: setup/lib/index.lib.php:292 #, php-format -msgid "You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]http[/kbd]." +msgid "" +"You set the [kbd]config[/kbd] authentication type and included username and " +"password for auto-login, which is not a desirable option for live hosts. " +"Anyone who knows or guesses your phpMyAdmin URL can directly access your " +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" +"http[/kbd]." msgstr "" #: setup/lib/index.lib.php:294 #, php-format -msgid "%sZip compression%s requires functions (%s) which are unavailable on this system." +msgid "" +"%sZip compression%s requires functions (%s) which are unavailable on this " +"system." msgstr "" #: setup/lib/index.lib.php:296 #, php-format -msgid "%sZip decompression%s requires functions (%s) which are unavailable on this system." +msgid "" +"%sZip decompression%s requires functions (%s) which are unavailable on this " +"system." msgstr "" #: setup/lib/index.lib.php:323 msgid "You should use SSL connections if your web server supports it." -msgstr "Anda sebaiknya menggunakan sambungan SSL jika server web Anda mendukung." +msgstr "" +"Anda sebaiknya menggunakan sambungan SSL jika server web Anda mendukung." #: setup/lib/index.lib.php:336 msgid "You should use mysqli for performance reasons." @@ -10564,7 +10617,8 @@ msgstr "Anda mengizinkan sambungan ke server tanpa sandi." #: setup/lib/index.lib.php:389 msgid "Key is too short, it should have at least 8 characters." -msgstr "Kunci terlalu pendek dan sebaiknya terdiri dari paling tidak 8 karakter." +msgstr "" +"Kunci terlalu pendek dan sebaiknya terdiri dari paling tidak 8 karakter." #: setup/lib/index.lib.php:396 msgid "Key should contain letters, numbers [em]and[/em] special characters." @@ -10574,10 +10628,7 @@ msgstr "Kunci harus terdiri dari huruf, angka, [em]dan[/em] karakter khusus." msgid "Wrong data" msgstr "Data salah" -#: sql.php:103 -#: tbl_change.php:262 -#: tbl_select.php:28 -#: tbl_zoom_select.php:58 +#: sql.php:103 tbl_change.php:262 tbl_select.php:28 tbl_zoom_select.php:58 msgid "Browse foreign values" msgstr "Menjelajahi nilai luar" @@ -10586,8 +10637,7 @@ msgstr "Menjelajahi nilai luar" msgid "Using bookmark \"%s\" as default browse query." msgstr "Menggunakan markah \"%s\" sebagai kueri penjelajahan bawaan." -#: sql.php:698 -#: tbl_replace.php:400 +#: sql.php:698 tbl_replace.php:400 #, php-format msgid "Inserted row id: %1$d" msgstr "Nomor baris baru: %1$d" @@ -10596,8 +10646,7 @@ msgstr "Nomor baris baru: %1$d" msgid "Showing as PHP code" msgstr "Tampilkan sebagai kode PHP" -#: sql.php:718 -#: tbl_replace.php:374 +#: sql.php:718 tbl_replace.php:374 msgid "Showing SQL query" msgstr "Menampilkan kueri SQL" @@ -10614,9 +10663,7 @@ msgstr "Ditemukan masalah dengan indeks dalam tabel `%s`" msgid "Label" msgstr "Judul" -#: tbl_addfield.php:185 -#: tbl_alter.php:99 -#: tbl_indexes.php:98 +#: tbl_addfield.php:185 tbl_alter.php:99 tbl_indexes.php:98 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Tabel %1$s berhasil diubah" @@ -10670,8 +10717,11 @@ msgid "Edit next row" msgstr "Edit baris berikut" #: tbl_change.php:1072 -msgid "Use TAB key to move from value to value, or CTRL+arrows to move anywhere" -msgstr "Gunakan tombol TAB untuk maju dari angka ke angka atau gunakan CTRL+panah untuk maju kemana saja" +msgid "" +"Use TAB key to move from value to value, or CTRL+arrows to move anywhere" +msgstr "" +"Gunakan tombol TAB untuk maju dari angka ke angka atau gunakan CTRL+panah " +"untuk maju kemana saja" #: tbl_change.php:1110 #, php-format @@ -10792,36 +10842,36 @@ msgstr "Gagal ubah nama Indeks ke PRIMARY!" msgid "No index parts defined!" msgstr "Bagian indeks belum diberi definisin!" -#: tbl_indexes.php:169 -msgid "Create an index" -msgstr "Buat indeks" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "Tambahkan indeks" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Ubah indeks" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Modus edit" -#: tbl_indexes.php:176 -msgid "(\"PRIMARY\" must be the name of and only of a primary key!)" -msgstr "(\"PRIMARY\" harus menjadi nama dan hanya dipakai sebagai nama kunci primer!)" - -#: tbl_indexes.php:179 +#: tbl_indexes.php:186 msgid "Index name:" msgstr "Nama indeks:" -#: tbl_indexes.php:185 +#: tbl_indexes.php:188 +msgid "" +"(\"PRIMARY\" must be the name of and only of a primary key!)" +msgstr "" +"(\"PRIMARY\" harus menjadi nama dan hanya dipakai sebagai nama " +"kunci primer!)" + +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Jenis indeks:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Tambahkan kolom  %s  pada indeks" -#: tbl_indexes.php:270 -#: tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Perhitungan kolom wajib lebih besar dari nol." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Memindahkan tabel ke diri-sendiri tidak bisa dilakukan!" @@ -10942,48 +10992,39 @@ msgstr "Cek integriti referensial:" msgid "Showing tables" msgstr "Menampilkan tabel" -#: tbl_printview.php:269 -#: tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Penggunaan ruang" -#: tbl_printview.php:273 -#: tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Penggunaan" -#: tbl_printview.php:300 -#: tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Efektif" -#: tbl_printview.php:325 -#: tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Statistik Baris" -#: tbl_printview.php:339 -#: tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 -#: tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dinamis" -#: tbl_printview.php:363 -#: tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Panjang baris" -#: tbl_printview.php:373 -#: tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Besar baris " -#: tbl_printview.php:383 -#: tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "Indeks otomatis berikut" @@ -10997,7 +11038,9 @@ msgid "Internal relation" msgstr "Relasi internal" #: tbl_relation.php:400 -msgid "An internal relation is not necessary when a corresponding FOREIGN KEY relation exists." +msgid "" +"An internal relation is not necessary when a corresponding FOREIGN KEY " +"relation exists." msgstr "" #: tbl_relation.php:406 @@ -11024,39 +11067,27 @@ msgstr "Jumlah baris per halaman" msgid "Display order:" msgstr "Urutan tampilan:" -#: tbl_structure.php:155 -#: tbl_structure.php:160 -#: tbl_structure.php:581 +#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:581 msgid "Spatial" msgstr "Spasial" -#: tbl_structure.php:162 -#: tbl_structure.php:166 +#: tbl_structure.php:162 tbl_structure.php:166 msgid "Browse distinct values" msgstr "Jelajahi nilai distingtif" -#: tbl_structure.php:167 -#: tbl_structure.php:168 +#: tbl_structure.php:167 tbl_structure.php:168 msgid "Add primary key" msgstr "Tambahkan kunci primer" -#: tbl_structure.php:169 -#: tbl_structure.php:170 -msgid "Add index" -msgstr "Tambahkan indeks" - -#: tbl_structure.php:171 -#: tbl_structure.php:172 +#: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "Tambahkan indeks unik" -#: tbl_structure.php:173 -#: tbl_structure.php:174 +#: tbl_structure.php:173 tbl_structure.php:174 msgid "Add SPATIAL index" msgstr "Tambahkan indeks SPATIAL" -#: tbl_structure.php:175 -#: tbl_structure.php:176 +#: tbl_structure.php:175 tbl_structure.php:176 msgid "Add FULLTEXT index" msgstr "Tambahkan indeks FULLTEXT" @@ -11070,20 +11101,14 @@ msgstr "Tidak ada" msgid "Column %s has been dropped" msgstr "Kolom %s telah dihapus" -#: tbl_structure.php:383 -#: tbl_structure.php:477 +#: tbl_structure.php:383 tbl_structure.php:477 #, php-format msgid "A primary key has been added on %s" msgstr "Suatu kunci primer telah ditambahkan pada %s" -#: tbl_structure.php:398 -#: tbl_structure.php:413 -#: tbl_structure.php:433 -#: tbl_structure.php:448 -#: tbl_structure.php:490 -#: tbl_structure.php:503 -#: tbl_structure.php:517 -#: tbl_structure.php:530 +#: tbl_structure.php:398 tbl_structure.php:413 tbl_structure.php:433 +#: tbl_structure.php:448 tbl_structure.php:490 tbl_structure.php:503 +#: tbl_structure.php:517 tbl_structure.php:530 #, php-format msgid "An index has been added on %s" msgstr "Suatu indeks telah ditambahkan pada %s" @@ -11121,12 +11146,12 @@ msgstr "Pada Awal Tabel" msgid "After %s" msgstr "Setelah %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "Buat indeks pada  %s  kolom" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -11155,8 +11180,12 @@ msgid "SQL statements executed." msgstr "Perintah SQL dieksekusi." #: tbl_tracking.php:205 -msgid "You can execute the dump by creating and using a temporary database. Please ensure that you have the privileges to do so." -msgstr "Anda dapat mengeksekusi dump dengan membuat dan menggunakan basis data sementara. Harap pastikan Anda mempunyai hak untuk melakukannya." +msgid "" +"You can execute the dump by creating and using a temporary database. Please " +"ensure that you have the privileges to do so." +msgstr "" +"Anda dapat mengeksekusi dump dengan membuat dan menggunakan basis data " +"sementara. Harap pastikan Anda mempunyai hak untuk melakukannya." #: tbl_tracking.php:206 msgid "Comment out these two lines if you do not need them." @@ -11175,8 +11204,7 @@ msgstr "Versi snapshot %s (kode SQL)" msgid "Tracking data definition successfully deleted" msgstr "Pelacakan definisi data berhasil dihapus" -#: tbl_tracking.php:375 -#: tbl_tracking.php:392 +#: tbl_tracking.php:375 tbl_tracking.php:392 msgid "Query error" msgstr "Galat kueri" @@ -11188,8 +11216,7 @@ msgstr "Pelacakan manipulasi data berhasil dihapus" msgid "Tracking statements" msgstr "" -#: tbl_tracking.php:418 -#: tbl_tracking.php:546 +#: tbl_tracking.php:418 tbl_tracking.php:546 #, php-format msgid "Show %s with dates from %s to %s by user %s %s" msgstr "" @@ -11202,8 +11229,7 @@ msgstr "Hapus baris pelacakan data dari laporan" msgid "No data" msgstr "Tidak ada data" -#: tbl_tracking.php:444 -#: tbl_tracking.php:501 +#: tbl_tracking.php:444 tbl_tracking.php:501 msgid "Date" msgstr "Tanggal" @@ -11277,7 +11303,9 @@ msgstr "Buat versi" #: tbl_zoom_select.php:135 msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns" -msgstr "Lakukan \"kueri dengan contoh\" (wildcard: \"%\") untuk dua kolom yang berbeda" +msgstr "" +"Lakukan \"kueri dengan contoh\" (wildcard: \"%\") untuk dua kolom yang " +"berbeda" #: tbl_zoom_select.php:145 msgid "Additional search criteria" @@ -11308,8 +11336,10 @@ msgid "Available MIME types" msgstr "Jenis MIME yang tersedia" #: transformation_overview.php:37 -msgid "MIME types printed in italics do not have a separate transformation function" -msgstr "Jenis MIME yang dicetak dalam huruf miring tidak memiliki fungsi transformasi" +msgid "" +"MIME types printed in italics do not have a separate transformation function" +msgstr "" +"Jenis MIME yang dicetak dalam huruf miring tidak memiliki fungsi transformasi" #: transformation_overview.php:42 msgid "Available transformations" @@ -11345,7 +11375,9 @@ msgid "Uptime is less than 1 day, performance tuning may not be accurate." msgstr "" #: po/advisory_rules.php:7 -msgid "To have more accurate averages it is recommended to let the server run for longer than a day before running this analyzer" +msgid "" +"To have more accurate averages it is recommended to let the server run for " +"longer than a day before running this analyzer" msgstr "" #: po/advisory_rules.php:8 @@ -11358,11 +11390,17 @@ msgid "Questions below 1,000" msgstr "Perintah di bawah 1.000" #: po/advisory_rules.php:11 -msgid "Fewer than 1,000 questions have been run against this server. The recommendations may not be accurate." -msgstr "Kurang dari 1.000 perintah telah dijalankan oleh server ini. Rekomendasi mungkin tidak akurat." +msgid "" +"Fewer than 1,000 questions have been run against this server. The " +"recommendations may not be accurate." +msgstr "" +"Kurang dari 1.000 perintah telah dijalankan oleh server ini. Rekomendasi " +"mungkin tidak akurat." #: po/advisory_rules.php:12 -msgid "Let the server run for a longer time until it has executed a greater amount of queries." +msgid "" +"Let the server run for a longer time until it has executed a greater amount " +"of queries." msgstr "" #: po/advisory_rules.php:13 @@ -11375,12 +11413,14 @@ msgid "Percentage of slow queries" msgstr "Persentase kueri lambat" #: po/advisory_rules.php:16 -msgid "There is a lot of slow queries compared to the overall amount of Queries." +msgid "" +"There is a lot of slow queries compared to the overall amount of Queries." msgstr "" -#: po/advisory_rules.php:17 -#: po/advisory_rules.php:22 -msgid "You might want to increase {long_query_time} or optimize the queries listed in the slow query log" +#: po/advisory_rules.php:17 po/advisory_rules.php:22 +msgid "" +"You might want to increase {long_query_time} or optimize the queries listed " +"in the slow query log" msgstr "" #: po/advisory_rules.php:18 @@ -11393,12 +11433,15 @@ msgid "Slow query rate" msgstr "Laju kueri lambat" #: po/advisory_rules.php:21 -msgid "There is a high percentage of slow queries compared to the server uptime." +msgid "" +"There is a high percentage of slow queries compared to the server uptime." msgstr "" #: po/advisory_rules.php:23 #, php-format -msgid "You have a slow query rate of %s per hour, you should have less than 1%% per hour." +msgid "" +"You have a slow query rate of %s per hour, you should have less than 1%% per " +"hour." msgstr "" #: po/advisory_rules.php:25 @@ -11406,11 +11449,15 @@ msgid "Long query time" msgstr "Waktu kueri panjang" #: po/advisory_rules.php:26 -msgid "long_query_time is set to 10 seconds or more, thus only slow queries that take above 10 seconds are logged." +msgid "" +"long_query_time is set to 10 seconds or more, thus only slow queries that " +"take above 10 seconds are logged." msgstr "" #: po/advisory_rules.php:27 -msgid "It is suggested to set {long_query_time} to a lower value, depending on your environment. Usually a value of 1-5 seconds is suggested." +msgid "" +"It is suggested to set {long_query_time} to a lower value, depending on your " +"environment. Usually a value of 1-5 seconds is suggested." msgstr "" #: po/advisory_rules.php:28 @@ -11427,7 +11474,9 @@ msgid "The slow query log is disabled." msgstr "" #: po/advisory_rules.php:32 -msgid "Enable slow query logging by setting {log_slow_queries} to 'ON'. This will help troubleshooting badly performing queries." +msgid "" +"Enable slow query logging by setting {log_slow_queries} to 'ON'. This will " +"help troubleshooting badly performing queries." msgstr "" #: po/advisory_rules.php:33 @@ -11443,18 +11492,17 @@ msgid "The MySQL server version less then 5.1." msgstr "" #: po/advisory_rules.php:37 -msgid "You should upgrade, as MySQL 5.1 has improved performance, and MySQL 5.5 even more so." +msgid "" +"You should upgrade, as MySQL 5.1 has improved performance, and MySQL 5.5 " +"even more so." msgstr "" -#: po/advisory_rules.php:38 -#: po/advisory_rules.php:43 -#: po/advisory_rules.php:48 +#: po/advisory_rules.php:38 po/advisory_rules.php:43 po/advisory_rules.php:48 #, php-format msgid "Current version: %s" msgstr "Versi saat ini: %s" -#: po/advisory_rules.php:40 -#: po/advisory_rules.php:45 +#: po/advisory_rules.php:40 po/advisory_rules.php:45 msgid "Minor Version" msgstr "Versi Minor" @@ -11463,7 +11511,9 @@ msgid "Version less than 5.1.30 (the first GA release of 5.1)." msgstr "" #: po/advisory_rules.php:42 -msgid "You should upgrade, as recent versions of MySQL 5.1 have improved performance and MySQL 5.5 even more so." +msgid "" +"You should upgrade, as recent versions of MySQL 5.1 have improved " +"performance and MySQL 5.5 even more so." msgstr "" #: po/advisory_rules.php:46 @@ -11474,9 +11524,7 @@ msgstr "" msgid "You should upgrade, to a stable version of MySQL 5.5" msgstr "Anda harus memperbarui ke versi stabil MySQL 5.5" -#: po/advisory_rules.php:50 -#: po/advisory_rules.php:55 -#: po/advisory_rules.php:60 +#: po/advisory_rules.php:50 po/advisory_rules.php:55 po/advisory_rules.php:60 msgid "Distribution" msgstr "Distribusi" @@ -11485,15 +11533,17 @@ msgid "Version is compiled from source, not a MySQL official binary." msgstr "" #: po/advisory_rules.php:52 -msgid "If you did not compile from source, you may be using a package modified by a distribution. The MySQL manual only is accurate for official MySQL binaries, not any package distributions (such as RedHat, Debian/Ubuntu etc)." +msgid "" +"If you did not compile from source, you may be using a package modified by a " +"distribution. The MySQL manual only is accurate for official MySQL binaries, " +"not any package distributions (such as RedHat, Debian/Ubuntu etc)." msgstr "" #: po/advisory_rules.php:53 msgid "'source' found in version_comment" msgstr "" -#: po/advisory_rules.php:56 -#: po/advisory_rules.php:61 +#: po/advisory_rules.php:56 po/advisory_rules.php:61 msgid "The MySQL manual only is accurate for official MySQL binaries." msgstr "" @@ -11523,7 +11573,10 @@ msgid "MySQL is not compiled as a 64-bit package." msgstr "" #: po/advisory_rules.php:67 -msgid "Your memory capacity is above 3 GiB (assuming the Server is on localhost), so MySQL might not be able to access all of your memory. You might want to consider installing the 64-bit version of MySQL." +msgid "" +"Your memory capacity is above 3 GiB (assuming the Server is on localhost), " +"so MySQL might not be able to access all of your memory. You might want to " +"consider installing the 64-bit version of MySQL." msgstr "" #: po/advisory_rules.php:68 @@ -11540,7 +11593,11 @@ msgid "The query cache is not enabled." msgstr "Singgahan kueri tidak diaktifkan." #: po/advisory_rules.php:72 -msgid "The query cache is known to greatly improve performance if configured correctly. Enable it by setting {query_cache_size} to a 2 digit MiB value and setting {query_cache_type} to 'ON'. Note: If you are using memcached, ignore this recommendation." +msgid "" +"The query cache is known to greatly improve performance if configured " +"correctly. Enable it by setting {query_cache_size} to a 2 digit MiB value " +"and setting {query_cache_type} to 'ON'. Note: If you are using " +"memcached, ignore this recommendation." msgstr "" #: po/advisory_rules.php:73 @@ -11556,12 +11613,18 @@ msgid "Suboptimal caching method." msgstr "" #: po/advisory_rules.php:77 -msgid "You are using the MySQL Query cache with a fairly high traffic database. It might be worth considering to use memcached instead of the MySQL Query cache, especially if you have multiple slaves." +msgid "" +"You are using the MySQL Query cache with a fairly high traffic database. It " +"might be worth considering to use memcached instead of the MySQL Query " +"cache, especially if you have multiple slaves." msgstr "" #: po/advisory_rules.php:78 #, php-format -msgid "The query cache is enabled and the server receives %d queries per second. This rule fires if there is more than 100 queries per second." +msgid "" +"The query cache is enabled and the server receives %d queries per second. " +"This rule fires if there is more than 100 queries per second." msgstr "" #: po/advisory_rules.php:80 @@ -11591,12 +11654,16 @@ msgid "Less than 80%% of the query cache is being utilized." msgstr "" #: po/advisory_rules.php:87 -msgid "This might be caused by {query_cache_limit} being too low. Flushing the query cache might help as well." +msgid "" +"This might be caused by {query_cache_limit} being too low. Flushing the " +"query cache might help as well." msgstr "" #: po/advisory_rules.php:88 #, php-format -msgid "The current ratio of free query cache memory to total query cache size is %s%%. It should be above 80%%" +msgid "" +"The current ratio of free query cache memory to total query cache size is %s" +"%%. It should be above 80%%" msgstr "" #: po/advisory_rules.php:90 @@ -11608,12 +11675,23 @@ msgid "The query cache is considerably fragmented." msgstr "" #: po/advisory_rules.php:92 -msgid "Severe fragmentation is likely to (further) increase Qcache_lowmem_prunes. This might be caused by many Query cache low memory prunes due to {query_cache_size} being too small. For a immediate but short lived fix you can flush the query cache (might lock the query cache for a long time). Carefully adjusting {query_cache_min_res_unit} to a lower value might help too, e.g. you can set it to the average size of your queries in the cache using this formula: (query_cache_size - qcache_free_memory) / qcache_queries_in_cache" +msgid "" +"Severe fragmentation is likely to (further) increase Qcache_lowmem_prunes. " +"This might be caused by many Query cache low memory prunes due to " +"{query_cache_size} being too small. For a immediate but short lived fix you " +"can flush the query cache (might lock the query cache for a long time). " +"Carefully adjusting {query_cache_min_res_unit} to a lower value might help " +"too, e.g. you can set it to the average size of your queries in the cache " +"using this formula: (query_cache_size - qcache_free_memory) / " +"qcache_queries_in_cache" msgstr "" #: po/advisory_rules.php:93 #, php-format -msgid "The cache is currently fragmented by %s%% , with 100%% fragmentation meaning that the query cache is an alternating pattern of free and used blocks. This value should be below 20%%." +msgid "" +"The cache is currently fragmented by %s%% , with 100%% fragmentation meaning " +"that the query cache is an alternating pattern of free and used blocks. This " +"value should be below 20%%." msgstr "" #: po/advisory_rules.php:95 @@ -11621,15 +11699,22 @@ msgid "Query cache low memory prunes" msgstr "" #: po/advisory_rules.php:96 -msgid "Cached queries are removed due to low query cache memory from the query cache." +msgid "" +"Cached queries are removed due to low query cache memory from the query " +"cache." msgstr "" #: po/advisory_rules.php:97 -msgid "You might want to increase {query_cache_size}, however keep in mind that the overhead of maintaining the cache is likely to increase with its size, so do this in small increments and monitor the results." +msgid "" +"You might want to increase {query_cache_size}, however keep in mind that the " +"overhead of maintaining the cache is likely to increase with its size, so do " +"this in small increments and monitor the results." msgstr "" #: po/advisory_rules.php:98 -msgid "The ratio of removed queries to inserted queries is %s%%. The lower this value is, the better (This rules firing limit: 0.1%)" +msgid "" +"The ratio of removed queries to inserted queries is %s%%. The lower this " +"value is, the better (This rules firing limit: 0.1%)" msgstr "" #: po/advisory_rules.php:100 @@ -11637,11 +11722,15 @@ msgid "Query cache max size" msgstr "Besar maks. singgahan kueri" #: po/advisory_rules.php:101 -msgid "The query cache size is above 128 MiB. Big query caches may cause significant overhead that is required to maintain the cache." +msgid "" +"The query cache size is above 128 MiB. Big query caches may cause " +"significant overhead that is required to maintain the cache." msgstr "" #: po/advisory_rules.php:102 -msgid "Depending on your environment, it might be performance increasing to reduce this value." +msgid "" +"Depending on your environment, it might be performance increasing to reduce " +"this value." msgstr "" #: po/advisory_rules.php:103 @@ -11654,11 +11743,20 @@ msgid "Query cache min result size" msgstr "Besar min. singgahan kueri" #: po/advisory_rules.php:106 -msgid "The max size of the result set in the query cache is the default of 1 MiB." +msgid "" +"The max size of the result set in the query cache is the default of 1 MiB." msgstr "" #: po/advisory_rules.php:107 -msgid "Changing {query_cache_limit} (usually by increasing) may increase efficiency. This variable determines the maximum size a query result may have to be inserted into the query cache. If there are many query results above 1 MiB that are well cacheable (many reads, little writes) then increasing {query_cache_limit} will increase efficiency. Whereas in the case of many query results being above 1 MiB that are not very well cacheable (often invalidated due to table updates) increasing {query_cache_limit} might reduce efficiency." +msgid "" +"Changing {query_cache_limit} (usually by increasing) may increase " +"efficiency. This variable determines the maximum size a query result may " +"have to be inserted into the query cache. If there are many query results " +"above 1 MiB that are well cacheable (many reads, little writes) then " +"increasing {query_cache_limit} will increase efficiency. Whereas in the case " +"of many query results being above 1 MiB that are not very well cacheable " +"(often invalidated due to table updates) increasing {query_cache_limit} " +"might reduce efficiency." msgstr "" #: po/advisory_rules.php:108 @@ -11669,19 +11767,21 @@ msgstr "" msgid "Percentage of sorts that cause temporary tables" msgstr "Persentase pengurutan yang menyebabkan tabel temporer" -#: po/advisory_rules.php:111 -#: po/advisory_rules.php:116 +#: po/advisory_rules.php:111 po/advisory_rules.php:116 msgid "Too many sorts are causing temporary tables." msgstr "Terlalu banyak pengurutan yang menyebabkan tabel temporer" -#: po/advisory_rules.php:112 -#: po/advisory_rules.php:117 -msgid "Consider increasing sort_buffer_size and/or read_rnd_buffer_size, depending on your system memory limits" +#: po/advisory_rules.php:112 po/advisory_rules.php:117 +msgid "" +"Consider increasing sort_buffer_size and/or read_rnd_buffer_size, depending " +"on your system memory limits" msgstr "" #: po/advisory_rules.php:113 #, php-format -msgid "%s%% of all sorts cause temporary tables, this value should be lower than 10%%." +msgid "" +"%s%% of all sorts cause temporary tables, this value should be lower than " +"10%%." msgstr "" #: po/advisory_rules.php:115 @@ -11690,7 +11790,8 @@ msgstr "Laju pengurutan yang menyebabkan tabel temporer" #: po/advisory_rules.php:118 #, php-format -msgid "Temporary tables average: %s, this value should be less than 1 per hour." +msgid "" +"Temporary tables average: %s, this value should be less than 1 per hour." msgstr "" #: po/advisory_rules.php:120 @@ -11702,7 +11803,11 @@ msgid "There are lots of rows being sorted." msgstr "" #: po/advisory_rules.php:122 -msgid "While there is nothing wrong with a high amount of row sorting, you might want to make sure that the queries which require a lot of sorting use indexed columns in the ORDER BY clause, as this will result in much faster sorting" +msgid "" +"While there is nothing wrong with a high amount of row sorting, you might " +"want to make sure that the queries which require a lot of sorting use " +"indexed columns in the ORDER BY clause, as this will result in much faster " +"sorting" msgstr "" #: po/advisory_rules.php:123 @@ -11719,7 +11824,9 @@ msgid "There are too many joins without indexes." msgstr "Terlalu banyak join tanpa indeks." #: po/advisory_rules.php:127 -msgid "This means that joins are doing full table scans. Adding indexes for the columns being used in the join conditions will greatly speed up table joins" +msgid "" +"This means that joins are doing full table scans. Adding indexes for the " +"columns being used in the join conditions will greatly speed up table joins" msgstr "" #: po/advisory_rules.php:128 @@ -11736,7 +11843,13 @@ msgid "The rate of reading the first index entry is high." msgstr "" #: po/advisory_rules.php:132 -msgid "This usually indicates frequent full index scans. Full index scans are faster than table scans but require lots of CPU cycles in big tables, if those tables that have or had high volumes of UPDATEs and DELETEs, running 'OPTIMIZE TABLE' might reduce the amount of and/or speed up full index scans. Other than that full index scans can only be reduced by rewriting queries." +msgid "" +"This usually indicates frequent full index scans. Full index scans are " +"faster than table scans but require lots of CPU cycles in big tables, if " +"those tables that have or had high volumes of UPDATEs and DELETEs, running " +"'OPTIMIZE TABLE' might reduce the amount of and/or speed up full index " +"scans. Other than that full index scans can only be reduced by rewriting " +"queries." msgstr "" #: po/advisory_rules.php:133 @@ -11753,12 +11866,17 @@ msgid "The rate of reading data from a fixed position is high." msgstr "" #: po/advisory_rules.php:137 -msgid "This indicates that many queries need to sort results and/or do a full table scan, including join queries that do not use indexes. Add indexes where applicable." +msgid "" +"This indicates that many queries need to sort results and/or do a full table " +"scan, including join queries that do not use indexes. Add indexes where " +"applicable." msgstr "" #: po/advisory_rules.php:138 #, php-format -msgid "Rate of reading fixed position average: %s, this value should be less than 1 per hour" +msgid "" +"Rate of reading fixed position average: %s, this value should be less than 1 " +"per hour" msgstr "" #: po/advisory_rules.php:140 @@ -11770,12 +11888,15 @@ msgid "The rate of reading the next table row is high." msgstr "" #: po/advisory_rules.php:142 -msgid "This indicates that many queries are doing full table scans. Add indexes where applicable." +msgid "" +"This indicates that many queries are doing full table scans. Add indexes " +"where applicable." msgstr "" #: po/advisory_rules.php:143 #, php-format -msgid "Rate of reading next table row: %s, this value should be less than 1 per hour" +msgid "" +"Rate of reading next table row: %s, this value should be less than 1 per hour" msgstr "" #: po/advisory_rules.php:145 @@ -11787,7 +11908,11 @@ msgid "tmp_table_size and max_heap_table_size are not the same." msgstr "" #: po/advisory_rules.php:147 -msgid "If you have deliberately changed one of either: The server uses the lower value of either to determine the maximum size of in-memory tables. So if you wish to increase the in-memory table limit you will have to increase the other value as well." +msgid "" +"If you have deliberately changed one of either: The server uses the lower " +"value of either to determine the maximum size of in-memory tables. So if you " +"wish to increase the in-memory table limit you will have to increase the " +"other value as well." msgstr "" #: po/advisory_rules.php:148 @@ -11799,18 +11924,28 @@ msgstr "" msgid "Percentage of temp tables on disk" msgstr "" -#: po/advisory_rules.php:151 -#: po/advisory_rules.php:156 -msgid "Many temporary tables are being written to disk instead of being kept in memory." +#: po/advisory_rules.php:151 po/advisory_rules.php:156 +msgid "" +"Many temporary tables are being written to disk instead of being kept in " +"memory." msgstr "" #: po/advisory_rules.php:152 -msgid "Increasing {max_heap_table_size} and {tmp_table_size} might help. However some temporary tables are always being written to disk, independent of the value of these variables. To eliminate these you will have to rewrite your queries to avoid those conditions (Within a temporary table: Presence of a BLOB or TEXT column or presence of a column bigger than 512 bytes) as mentioned in the beginning of an Article by the Pythian Group" +msgid "" +"Increasing {max_heap_table_size} and {tmp_table_size} might help. However " +"some temporary tables are always being written to disk, independent of the " +"value of these variables. To eliminate these you will have to rewrite your " +"queries to avoid those conditions (Within a temporary table: Presence of a " +"BLOB or TEXT column or presence of a column bigger than 512 bytes) as " +"mentioned in the beginning of an Article by the Pythian Group" msgstr "" #: po/advisory_rules.php:153 #, php-format -msgid "%s%% of all temporary tables are being written to disk, this value should be below 25%%" +msgid "" +"%s%% of all temporary tables are being written to disk, this value should be " +"below 25%%" msgstr "" #: po/advisory_rules.php:155 @@ -11818,13 +11953,24 @@ msgid "Temp disk rate" msgstr "Tingkat diska temporer" #: po/advisory_rules.php:157 -msgid "Increasing {max_heap_table_size} and {tmp_table_size} might help. However some temporary tables are always being written to disk, independent of the value of these variables. To eliminate these you will have to rewrite your queries to avoid those conditions (Within a temporary table: Presence of a BLOB or TEXT column or presence of a column bigger than 512 bytes) as mentioned in the MySQL Documentation" +msgid "" +"Increasing {max_heap_table_size} and {tmp_table_size} might help. However " +"some temporary tables are always being written to disk, independent of the " +"value of these variables. To eliminate these you will have to rewrite your " +"queries to avoid those conditions (Within a temporary table: Presence of a " +"BLOB or TEXT column or presence of a column bigger than 512 bytes) as " +"mentioned in the MySQL Documentation" msgstr "" #: po/advisory_rules.php:158 #, php-format -msgid "Rate of temporary tables being written to disk: %s, this value should be less than 1 per hour" -msgstr "Tingkat pembuatan tabel temporer ke diska: %s, nilai ini hasul kurang dari 1 per jam" +msgid "" +"Rate of temporary tables being written to disk: %s, this value should be " +"less than 1 per hour" +msgstr "" +"Tingkat pembuatan tabel temporer ke diska: %s, nilai ini hasul kurang dari 1 " +"per jam" #: po/advisory_rules.php:160 msgid "MyISAM key buffer size" @@ -11835,7 +11981,9 @@ msgid "Key buffer is not initialized. No MyISAM indexes will be cached." msgstr "" #: po/advisory_rules.php:162 -msgid "Set {key_buffer_size} depending on the size of your MyISAM indexes. 64M is a good start." +msgid "" +"Set {key_buffer_size} depending on the size of your MyISAM indexes. 64M is a " +"good start." msgstr "" #: po/advisory_rules.php:163 @@ -11847,15 +11995,16 @@ msgstr "" msgid "Max %% MyISAM key buffer ever used" msgstr "Jumlah %% maksimum penyangga kunci MyISAM yang pernah dipakai" -#: po/advisory_rules.php:166 -#: po/advisory_rules.php:171 +#: po/advisory_rules.php:166 po/advisory_rules.php:171 #, php-format msgid "MyISAM key buffer (index cache) %% used is low." msgstr "Penyangga kunci MyISAM (singgahan indeks) %% yang dipakai rendah." -#: po/advisory_rules.php:167 -#: po/advisory_rules.php:172 -msgid "You may need to decrease the size of {key_buffer_size}, re-examine your tables to see if indexes have been removed, or examine queries and expectations about what indexes are being used." +#: po/advisory_rules.php:167 po/advisory_rules.php:172 +msgid "" +"You may need to decrease the size of {key_buffer_size}, re-examine your " +"tables to see if indexes have been removed, or examine queries and " +"expectations about what indexes are being used." msgstr "" #: po/advisory_rules.php:168 @@ -11899,7 +12048,9 @@ msgid "The rate of opening tables is high." msgstr "" #: po/advisory_rules.php:182 -msgid "Opening tables requires disk I/O which is costly. Increasing {table_open_cache} might avoid this." +msgid "" +"Opening tables requires disk I/O which is costly. Increasing " +"{table_open_cache} might avoid this." msgstr "" #: po/advisory_rules.php:183 @@ -11912,17 +12063,21 @@ msgid "Percentage of used open files limit" msgstr "Persentase limit berkas terbuka yang dipakai" #: po/advisory_rules.php:186 -msgid "The number of open files is approaching the max number of open files. You may get a \\\"Too many open files\\\" error." +msgid "" +"The number of open files is approaching the max number of open files. You " +"may get a \\\"Too many open files\\\" error." msgstr "" -#: po/advisory_rules.php:187 -#: po/advisory_rules.php:192 -msgid "Consider increasing {open_files_limit}, and check the error log when restarting after changing open_files_limit." +#: po/advisory_rules.php:187 po/advisory_rules.php:192 +msgid "" +"Consider increasing {open_files_limit}, and check the error log when " +"restarting after changing open_files_limit." msgstr "" #: po/advisory_rules.php:188 #, php-format -msgid "The number of opened files is at %s%% of the limit. It should be below 85%%" +msgid "" +"The number of opened files is at %s%% of the limit. It should be below 85%%" msgstr "" #: po/advisory_rules.php:190 @@ -11943,13 +12098,11 @@ msgstr "" msgid "Immediate table locks %%" msgstr "Kunci tabel langsung %%" -#: po/advisory_rules.php:196 -#: po/advisory_rules.php:201 +#: po/advisory_rules.php:196 po/advisory_rules.php:201 msgid "Too many table locks were not granted immediately." msgstr "" -#: po/advisory_rules.php:197 -#: po/advisory_rules.php:202 +#: po/advisory_rules.php:197 po/advisory_rules.php:202 msgid "Optimize queries and/or use InnoDB to reduce lock wait." msgstr "" @@ -11972,7 +12125,9 @@ msgid "Thread cache" msgstr "Singgahan thread" #: po/advisory_rules.php:206 -msgid "Thread cache is disabled, resulting in more overhead from new connections to MySQL." +msgid "" +"Thread cache is disabled, resulting in more overhead from new connections to " +"MySQL." msgstr "" #: po/advisory_rules.php:207 @@ -12010,7 +12165,9 @@ msgid "There are too many threads that are slow to launch." msgstr "" #: po/advisory_rules.php:217 -msgid "This generally happens in case of general system overload as it is pretty simple operations. You might want to monitor your system load carefully." +msgid "" +"This generally happens in case of general system overload as it is pretty " +"simple operations. You might want to monitor your system load carefully." msgstr "" #: po/advisory_rules.php:218 @@ -12027,7 +12184,9 @@ msgid "Slow_launch_threads is above 2s" msgstr "" #: po/advisory_rules.php:222 -msgid "Set slow_launch_time to 1s or 2s to correctly count threads that are slow to launch" +msgid "" +"Set slow_launch_time to 1s or 2s to correctly count threads that are slow to " +"launch" msgstr "" #: po/advisory_rules.php:223 @@ -12040,30 +12199,38 @@ msgid "Percentage of used connections" msgstr "Persentase koneksi terpakai" #: po/advisory_rules.php:226 -msgid "The maximum amount of used connections is getting close to the value of max_connections." +msgid "" +"The maximum amount of used connections is getting close to the value of " +"max_connections." msgstr "" #: po/advisory_rules.php:227 -msgid "Increase max_connections, or decrease wait_timeout so that connections that do not close database handlers properly get killed sooner. Make sure the code closes database handlers properly." +msgid "" +"Increase max_connections, or decrease wait_timeout so that connections that " +"do not close database handlers properly get killed sooner. Make sure the " +"code closes database handlers properly." msgstr "" #: po/advisory_rules.php:228 #, php-format -msgid "Max_used_connections is at %s%% of max_connections, it should be below 80%%" +msgid "" +"Max_used_connections is at %s%% of max_connections, it should be below 80%%" msgstr "" #: po/advisory_rules.php:230 msgid "Percentage of aborted connections" msgstr "Persentasi koneksi yang digugurkan" -#: po/advisory_rules.php:231 -#: po/advisory_rules.php:236 +#: po/advisory_rules.php:231 po/advisory_rules.php:236 msgid "Too many connections are aborted." msgstr "Terlalu banyak koneksi yang digugurkan" -#: po/advisory_rules.php:232 -#: po/advisory_rules.php:237 -msgid "Connections are usually aborted when they cannot be authorized. This article might help you track down the source." +#: po/advisory_rules.php:232 po/advisory_rules.php:237 +msgid "" +"Connections are usually aborted when they cannot be authorized. This article might help you track down " +"the source." msgstr "" #: po/advisory_rules.php:233 @@ -12077,22 +12244,30 @@ msgstr "Tingkat pengguguran koneksi" #: po/advisory_rules.php:238 #, php-format -msgid "Aborted connections rate is at %s, this value should be less than 1 per hour" -msgstr "Tingkat koneksi yang digugurkan adalah pada %s, hasil ini seharusnya kurang dari 1 per jam" +msgid "" +"Aborted connections rate is at %s, this value should be less than 1 per hour" +msgstr "" +"Tingkat koneksi yang digugurkan adalah pada %s, hasil ini seharusnya kurang " +"dari 1 per jam" #: po/advisory_rules.php:240 msgid "Percentage of aborted clients" msgstr "Persentase klien yang digugurkan" -#: po/advisory_rules.php:241 -#: po/advisory_rules.php:246 +#: po/advisory_rules.php:241 po/advisory_rules.php:246 msgid "Too many clients are aborted." msgstr "Terlalu banyak klien yang digugurkan" -#: po/advisory_rules.php:242 -#: po/advisory_rules.php:247 -msgid "Clients are usually aborted when they did not close their connection to MySQL properly. This can be due to network issues or code not closing a database handler properly. Check your network and code." -msgstr "Klien biasanya digugurkan apabila mereka tidak menutup koneksi ke MySQL secara benar. Hal ini bisa disebabkan oleh adanya masalah pada jaringan atau kode tidak menutup handler basis data dengan benar. Periksa jaringan dan kode Anda." +#: po/advisory_rules.php:242 po/advisory_rules.php:247 +msgid "" +"Clients are usually aborted when they did not close their connection to " +"MySQL properly. This can be due to network issues or code not closing a " +"database handler properly. Check your network and code." +msgstr "" +"Klien biasanya digugurkan apabila mereka tidak menutup koneksi ke MySQL " +"secara benar. Hal ini bisa disebabkan oleh adanya masalah pada jaringan atau " +"kode tidak menutup handler basis data dengan benar. Periksa jaringan dan " +"kode Anda." #: po/advisory_rules.php:243 #, php-format @@ -12129,17 +12304,31 @@ msgid "InnoDB log size" msgstr "Besar log InnoDB" #: po/advisory_rules.php:256 -msgid "The InnoDB log file size is not an appropriate size, in relation to the InnoDB buffer pool." +msgid "" +"The InnoDB log file size is not an appropriate size, in relation to the " +"InnoDB buffer pool." msgstr "" #: po/advisory_rules.php:257 #, php-format -msgid "Especially on a system with a lot of writes to InnoDB tables you should set innodb_log_file_size to 25%% of {innodb_buffer_pool_size}. However the bigger this value, the longer the recovery time will be when database crashes, so this value should not be set much higher than 256 MiB. Please note however that you cannot simply change the value of this variable. You need to shutdown the server, remove the InnoDB log files, set the new value in my.cnf, start the server, then check the error logs if everything went fine. See also this blog entry" +msgid "" +"Especially on a system with a lot of writes to InnoDB tables you should set " +"innodb_log_file_size to 25%% of {innodb_buffer_pool_size}. However the " +"bigger this value, the longer the recovery time will be when database " +"crashes, so this value should not be set much higher than 256 MiB. Please " +"note however that you cannot simply change the value of this variable. You " +"need to shutdown the server, remove the InnoDB log files, set the new value " +"in my.cnf, start the server, then check the error logs if everything went " +"fine. See also this blog entry" msgstr "" #: po/advisory_rules.php:258 #, php-format -msgid "Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool size, it should not be below 20%%" +msgid "" +"Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool size, " +"it should not be below 20%%" msgstr "" #: po/advisory_rules.php:260 @@ -12152,7 +12341,16 @@ msgstr "" #: po/advisory_rules.php:262 #, php-format -msgid "It is usually sufficient to set innodb_log_file_size to 25%% of the size of {innodb_buffer_pool_size}. A very big innodb_log_file_size slows down the recovery time after a database crash considerably. See also this Article. You need to shutdown the server, remove the InnoDB log files, set the new value in my.cnf, start the server, then check the error logs if everything went fine. See also this blog entry" +msgid "" +"It is usually sufficient to set innodb_log_file_size to 25%% of the size of " +"{innodb_buffer_pool_size}. A very big innodb_log_file_size slows down the " +"recovery time after a database crash considerably. See also this Article. You need to shutdown the server, " +"remove the InnoDB log files, set the new value in my.cnf, start the server, " +"then check the error logs if everything went fine. See also this blog entry" msgstr "" #: po/advisory_rules.php:263 @@ -12170,12 +12368,26 @@ msgstr "" #: po/advisory_rules.php:267 #, php-format -msgid "The InnoDB buffer pool has a profound impact on performance for InnoDB tables. Assign all your remaining memory to this buffer. For database servers that use solely InnoDB as storage engine and have no other services (e.g. a web server) running, you may set this as high as 80%% of your available memory. If that is not the case, you need to carefully assess the memory consumption of your other services and non-InnoDB-Tables and set this variable accordingly. If it is set too high, your system will start swapping, which decreases performance significantly. See also this article" +msgid "" +"The InnoDB buffer pool has a profound impact on performance for InnoDB " +"tables. Assign all your remaining memory to this buffer. For database " +"servers that use solely InnoDB as storage engine and have no other services " +"(e.g. a web server) running, you may set this as high as 80%% of your " +"available memory. If that is not the case, you need to carefully assess the " +"memory consumption of your other services and non-InnoDB-Tables and set this " +"variable accordingly. If it is set too high, your system will start " +"swapping, which decreases performance significantly. See also this article" msgstr "" #: po/advisory_rules.php:268 #, php-format -msgid "You are currently using %s%% of your memory for the InnoDB buffer pool. This rule fires if you are assigning less than 60%%, however this might be perfectly adequate for your system if you don't have much InnoDB tables or other services running on the same machine." +msgid "" +"You are currently using %s%% of your memory for the InnoDB buffer pool. This " +"rule fires if you are assigning less than 60%%, however this might be " +"perfectly adequate for your system if you don't have much InnoDB tables or " +"other services running on the same machine." msgstr "" #: po/advisory_rules.php:270 @@ -12187,13 +12399,28 @@ msgid "Enable concurrent_insert by setting it to 1" msgstr "" #: po/advisory_rules.php:272 -msgid "Setting {concurrent_insert} to 1 reduces contention between readers and writers for a given table. See also MySQL Documentation" +msgid "" +"Setting {concurrent_insert} to 1 reduces contention between readers and " +"writers for a given table. See also MySQL Documentation" msgstr "" #: po/advisory_rules.php:273 msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "Klik untuk batal memilih" + +#~ msgid "Create an index" +#~ msgstr "Buat indeks" + +#~ msgid "Modify an index" +#~ msgstr "Ubah indeks" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Perhitungan kolom wajib lebih besar dari nol." + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ Ulang pemasukan dan tambahkan sebuah nilai baru" @@ -12243,7 +12470,6 @@ msgstr "" #, fuzzy #~ msgctxt "PDF" - #~ msgid "page" #~ msgstr "halaman" @@ -12344,15 +12570,15 @@ msgstr "" #~ msgid "JSON encoder is needed for chart tooltips." #~ msgstr "JSON encoder diperlukan untuk tooltips pada diagram." -#~ msgctxt "$strShowStatusReset" +#~ msgctxt "$strShowStatusReset" #~ msgid "Reset" #~ msgstr "Reset" #~ msgid "Show processes" #~ msgstr "Tampilkan Proses" -#~ msgctxt "for Show status" +#~ msgctxt "for Show status" #~ msgid "Reset" #~ msgstr "Reset" diff --git a/po/it.po b/po/it.po index ee09292c8f..da17896c78 100644 --- a/po/it.po +++ b/po/it.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" -"PO-Revision-Date: 2011-11-02 20:32+0200\n" -"Last-Translator: any anonymous user <>\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" +"PO-Revision-Date: 2011-11-19 23:25+0200\n" +"Last-Translator: Rouslan Placella \n" "Language-Team: italian \n" "Language: it\n" "MIME-Version: 1.0\n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.1.6\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Mostra tutti" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -39,9 +39,9 @@ msgstr "" "bloccando gli aggiornamenti fra finestre a causa di qualche impostazione di " "sicurezza." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Cerca" @@ -49,10 +49,10 @@ msgstr "Cerca" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -74,17 +74,17 @@ msgstr "Cerca" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Esegui" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Chiave" @@ -136,19 +136,19 @@ msgstr "Commento del database: " msgid "Table comments" msgstr "Commenti alla tabella" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Campo" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -160,18 +160,18 @@ msgstr "Campo" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Tipo" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -204,8 +204,8 @@ msgstr "Collegamenti a" msgid "Comments" msgstr "Commenti" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -220,8 +220,8 @@ msgstr "Commenti" msgid "No" msgstr "No" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -330,12 +330,12 @@ msgstr "Aggiungi vincoli" msgid "Switch to copied database" msgstr "Passa al database copiato" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Codifica caratteri" @@ -368,36 +368,36 @@ msgstr "Tabella" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Righe" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Dimensione" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "in uso" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Creazione" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Ultimo cambiamento" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Ultimo controllo" @@ -413,10 +413,9 @@ msgid "You have to choose at least one column to display" msgstr "Devi scegliere almeno un campo da mostrare" #: db_qbe.php:186 -#, fuzzy, php-format -#| msgid "visual builder" +#, php-format msgid "Switch to %svisual builder%s" -msgstr "creazione query assistita" +msgstr "Passa a %svisual builder%s" #: db_qbe.php:222 libraries/db_structure.lib.php:90 #: libraries/display_tbl.lib.php:995 @@ -461,7 +460,7 @@ msgid "Del" msgstr "Elimina" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Oppure" @@ -530,8 +529,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s corrispondenza nella tabella %s" msgstr[1] "%s corrispondenze nella tabella %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Mostra" @@ -664,8 +663,8 @@ msgstr "Deseleziona tutti" msgid "Check tables having overhead" msgstr "Controllo addizionale" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -679,14 +678,14 @@ msgstr "Esporta" msgid "Print view" msgstr "Visualizza per stampa" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Svuota" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Elimina" @@ -695,7 +694,7 @@ msgstr "Elimina" msgid "Check table" msgstr "Controlla tabella" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Ottimizza tabella" @@ -758,7 +757,7 @@ msgstr "Aggiornato" msgid "Status" msgstr "Stato" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -766,7 +765,7 @@ msgstr "Stato" msgid "Action" msgstr "Azione" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Cancella dati di tracciamento per questa tabella" @@ -802,28 +801,25 @@ msgstr "Controlla tabella" msgid "Database Log" msgstr "Log database" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "Editor di ENUM/SET" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "Valori per un nuovo campo" -#: enum_editor.php:30 js/messages.php:245 -#, fuzzy, php-format -#| msgid "Values for the column \"%s\"" +#: enum_editor.php:30 js/messages.php:246 +#, php-format msgid "Values for column %s" -msgstr "Valori per il campo \"%s\"" +msgstr "Valori per il campo %s" -#: enum_editor.php:34 js/messages.php:247 -#, fuzzy -#| msgid "Enter each value in a separate field." +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" -msgstr "Inserisci ogni valore in un campo separato." +msgstr "Inserisci ogni valore in un campo separato" #: enum_editor.php:121 #, fuzzy @@ -892,47 +888,47 @@ msgstr "Usa OpenStreetMaps come livello base" msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Geometria" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "Punto" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "Punto %d" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "Aggiungi un punto" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Linee terminate da" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "Cerchio Esterno" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "Cerchio Interno" @@ -942,17 +938,17 @@ msgstr "Cerchio Interno" msgid "Add a linestring" msgstr "Aggiungi un nuovo utente" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Aggiungi un nuovo utente" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "Poligono" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add column" msgid "Add a polygon" @@ -1074,196 +1070,205 @@ msgstr "Indietro" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin funziona meglio con browser che supportano i frames." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Clicca per selezionare" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Clicca per deselezionare" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "I comandi \"DROP DATABASE\" sono disabilitati." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Vuoi veramente " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Si sta per DISTRUGGERE COMPLETAMENTE un intero database!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "Si sta per DISTRUGGERE COMPLETAMENTE un intera tabella!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "Si sta per DISTRUGGERE COMPLETAMENTE il contenuto della tabella!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Cancella dati di tracciamento" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Cancellazione Chiave primaria/index" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Questa operazione potrebbe impiegare molto tempo. Procedere comunque?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Stai per DISABILITARE una repository BLOB!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "Sei sicuro di voler disabilitare tutte le referenze BLOB per il database %s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Valore mancante nel form!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Questo non è un numero!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "Aggiungi indice" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Modalitá di modifica" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "Aggiungi %s campo/i" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Totale" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Il nome di host è vuoto!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Il nome utente è vuoto!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "La password è vuota!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "La password non coincide!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Aggiungi utente" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Ricaricamento privilegi" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Rimozione Utenti Selezionati" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Chiudi" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Modifica" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "Grafico del traffico in tempo reale" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "Grafico delle connessioni e processi in tempo reale" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "Grafico delle query in tempo reale" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Dati statici" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Totale" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Altre" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "KiB inviati dall'ultimo aggiornamento" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "KiB ricevuti dall'ultimo aggiornamento" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Traffico del server (in KiB)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Numero di connessioni dall'ultimo aggiornamento" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Processi" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Connessioni / Processi" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "Numero di 'questions' dall'ultimo aggiornamento" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "Questions (instruzioni eseguiti dal server)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Statistiche query" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Failed to read configuration file" msgid "Local monitor configuration incompatible" msgstr "Lettura del file di configurazione fallita" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1276,191 +1281,191 @@ msgstr "" "funzionino. Sei pregato di ripristinare queste impostazioni ai valori " "iniziali nel menù Settings." -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Efficienza della cache delle query" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Utilizzo della cache delle query" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Cache delle query utilizzata" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "Utilizzo della CPU" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Memoria" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "Swap" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KiB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Carico medio" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "System memory" msgid "Total memory" msgstr "Memoria totale" -#: js/messages.php:108 +#: js/messages.php:109 #, fuzzy #| msgid "System memory" msgid "Cached memory" -msgstr "Memoria" +msgstr "Memoria cached" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" -msgstr "Buffer Pool" +msgstr "Memoria Buffer" -#: js/messages.php:110 +#: js/messages.php:111 #, fuzzy #| msgid "System memory" msgid "Free memory" msgstr "Memoria libera" -#: js/messages.php:111 +#: js/messages.php:112 #, fuzzy #| msgid "System memory" msgid "Used memory" msgstr "Memoria utilizzata" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Swap totale" -#: js/messages.php:114 -msgid "Cached Swap" -msgstr "" - #: js/messages.php:115 +msgid "Cached Swap" +msgstr "Swap in cache" + +#: js/messages.php:116 msgid "Used Swap" msgstr "Swap utilizzata" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" -msgstr "Pagine libere" +msgstr "Swap libera" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "Byte inviati" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Byte ricevuti" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Connessioni" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "Questions" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Traffico" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Impostazioni" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "Rimuovi il diagramma" -#: js/messages.php:128 +#: js/messages.php:129 #, fuzzy #| msgid "Edit labels and series" msgid "Edit title and labels" msgstr "Modifica titoli ed etichette" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "Aggiungi diagramma alla griglia" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "Aggiungi almeno una variabile alla serie" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Nessuno" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "Avvia il monitoraggio" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "Arresta il monitoraggio" -#: js/messages.php:136 +#: js/messages.php:137 #, fuzzy #| msgid "general_log and slow_query_log is enabled." msgid "general_log and slow_query_log are enabled." msgstr "general_log e slow_query_log sono abilitati." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "general_log é abilitato." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "slow_query_log é abilitato." -#: js/messages.php:139 +#: js/messages.php:140 #, fuzzy #| msgid "slow_query_log and general_log is disabled." msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log e general_log sono disabilitati." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "log_output non é impostato su TABLE." -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "log_output é impostato su TABLE." -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1471,12 +1476,12 @@ msgstr "" "piú di %d secondi. É consigliato di impostare long_query_time a 0-2 seconds, " "a secondi del tipo di sistema." -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time é impostato a %d secondi." -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1485,30 +1490,30 @@ msgstr "" "valori predefiniti durante il riavvio del server:" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "Imposta log_output a %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "Abilita %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "Disabilita %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "Imposta long_query_time a %ds" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1516,43 +1521,43 @@ msgstr "" "Non puoi cambiare i valori di queste variabili. Prega effettua il login come " "root o contatta l'amministratore del database." -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "Modifica impostazioni" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "Impostazioni attuali" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "Titolo del diagramma" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "Differenziali" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "Diviso per %s:" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "Dal slow log" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "Dal general log" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" "L'analisi e il caricamento dei log in corso. Questa operazione potrebbe " "richiedere del tempo." -#: js/messages.php:165 +#: js/messages.php:166 #, fuzzy #| msgid "" #| "This columns shows the amount of identical queries that are grouped " @@ -1567,7 +1572,7 @@ msgstr "" "raggruppamento è fatto in base al testo che costituisce la query SQL, quindi " "altri attributi, come lo 'start time', potrebbero essere diversi." -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1577,15 +1582,15 @@ msgstr "" "queste query effettuate sulla stessa tabella verranno ragruppate, ignorando " "i dati inseriti." -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "Dati di log caricati. Le query eseguite in questo intervallo di tempo:" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "Vai alla tabella di Log" -#: js/messages.php:170 +#: js/messages.php:171 #, fuzzy #| msgid "Log analysed, but not data found in this time span." msgid "Log analysed, but no data found in this time span." @@ -1594,350 +1599,354 @@ msgstr "" "di tempo." #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "Opzioni di visualizzazione tabelle" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Filtra" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "Filtra query per parola/regexp:" -#: js/messages.php:177 -msgid "Group queries, ignoring variable data in WHERE clauses" -msgstr "" - #: js/messages.php:178 +msgid "Group queries, ignoring variable data in WHERE clauses" +msgstr "Raggruppa query ignorando dati variabili nelle condizioni del WHERE" + +#: js/messages.php:179 #, fuzzy #| msgid "Number of inserted rows" msgid "Sum of grouped rows:" msgstr "Somma delle righe raggruppate:" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "Totale:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "Caricamento dei log in corso" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "L'aggiornamento del monitor é fallito" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" +"Richiedendo nuovi dati per i grafici il server ha dato una risposta " +"invalida. Potrebbe essere accaduto a causa del termine della validità della " +"tua sessione. Prova a ricaricare la pagina reinserendo i tuoi dati di login." -#: js/messages.php:184 -#, fuzzy -#| msgid "Reload" +#: js/messages.php:185 msgid "Reload page" -msgstr "Ricarica" +msgstr "Ricarica la pagina" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "Righe coinvolte:" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" +"La lettura del file di configurazione é fallita. Non sembra essere codice " +"JSON valido" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" +"Impossibile creare la tabella dei grafici con la configurazione importata. " +"Ripristino alle impostazioni predefinite in corso..." -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importa" -#: js/messages.php:192 -#, fuzzy -#| msgid "Update Query" +#: js/messages.php:193 msgid "Analyse Query" -msgstr "Aggiorna Query" +msgstr "Analizza la Query" -#: js/messages.php:196 +#: js/messages.php:197 #, fuzzy #| msgid "Apply a divisor" msgid "Advisor system" msgstr "Applica un divisore" -#: js/messages.php:197 -msgid "Possible performance issues" -msgstr "" - #: js/messages.php:198 -msgid "Issue" -msgstr "" +msgid "Possible performance issues" +msgstr "Possibili problemi di prestazioni" #: js/messages.php:199 -#, fuzzy -#| msgid "Documentation" -msgid "Recommendation" -msgstr "Documentazione" +msgid "Issue" +msgstr "Problema" #: js/messages.php:200 -#, fuzzy -#| msgid "Details" -msgid "Rule details" -msgstr "Dettagli" +msgid "Recommendation" +msgstr "Avviso" #: js/messages.php:201 -#, fuzzy -#| msgid "Authentication" -msgid "Justification" -msgstr "Autenticazione" +msgid "Rule details" +msgstr "Dettagli della regola" #: js/messages.php:202 -msgid "Used variable / formula" -msgstr "" +msgid "Justification" +msgstr "Giustificazione" #: js/messages.php:203 -msgid "Test" -msgstr "" +msgid "Used variable / formula" +msgstr "Variabile / formula utilizzata" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:204 +msgid "Test" +msgstr "Prova" + +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Annulla" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Caricamento" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Elaborazione Richiesta" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Errore nel processare la richiesta" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Eliminazione Campo" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Creazione chiave primaria" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" -msgstr "" +msgstr "Clicca per chiudere questa notifica" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Rinominazione dei Database" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Ricarica Database" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Sto copiando il Database" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Sto cambiando il charset" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "La tabella deve avere come minimo un campo" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Inserisci tabella" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "Nascondi gli indici" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "Mostra gli indici" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Ricerca in corso" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Nascondi i risultati della ricerca" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Mostra i risultati della ricerca" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "Navigazione" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "Cancellazione" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" "La definizione delle funzioni memorizzate deve contenere un istruzione " "RETURN!" -#: js/messages.php:248 -#, fuzzy, php-format -#| msgid "+ Add a value" +#: js/messages.php:249 +#, php-format msgid "Add %d value(s)" -msgstr "+ Aggiungi un valore" +msgstr "Aggiungi %d valore/i" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" "Nota: Se il file contiene piú di una tabella, i dati saranno combinati in un " "unica tabella" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Nascondi riquadro query SQL" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Mostra riquadro query SQL" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Nessuna riga selezionata" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Modifica" -#: js/messages.php:259 -#, fuzzy -#| msgid "Maximum execution time" +#: js/messages.php:260 msgid "Query execution time" -msgstr "Massimo tempo di esecuzione" +msgstr "Tempo di esecuzione della query" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Salva" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Nascondi criteri di ricerca" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Mostra criteri di ricerca" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 -#, fuzzy -#| msgid "Search" +#: js/messages.php:270 libraries/tbl_select.lib.php:110 msgid "Zoom Search" -msgstr "Cerca" +msgstr "Ricerca Zoom" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." -msgstr "" +msgstr "Ogni punto rappresenta una riga dei dati." -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." -msgstr "" +msgstr "Utilizza la rotellina del mouse per ingrandire o ridurre il piano." -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." -msgstr "" +msgstr "Fai clic e trascina il mouse per navigare il piano." -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." -msgstr "" +msgstr "Fai clic su \"Ripristina zoom\" per tornare allo stato originale." -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" +"Clicca su un punto nel piano per visualizzare ed eventualmente modificare la " +"riga di dati." -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" +"Il piano può essere ridimensionato trascinandolo dall'angolo in basso a " +"destra." -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 -#, fuzzy -#| msgid "Add/Delete columns" -msgid "Select two columns" -msgstr "Aggiungi/Cancella colonne" - #: js/messages.php:288 -msgid "Select two different columns" -msgstr "" +msgid "Select two columns" +msgstr "Seleziona due campi" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:289 +msgid "Select two different columns" +msgstr "Seleziona due campi diversi" + +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Operazioni sui risultati della query" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Domensione del puntatore dati" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignora" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Copia" -#: js/messages.php:307 -#, fuzzy -#| msgid "Add column" -msgid "Add columns" -msgstr "Aggiungi campo" - #: js/messages.php:310 +msgid "Add columns" +msgstr "Aggiungi campi" + +#: js/messages.php:313 msgid "Select referenced key" msgstr "Seleziona le chiavi referenziali" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Seleziona Foreign Key" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Seleziona la chiave primaria o una chiave univoca" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Scegli il campo da mostrare" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1945,71 +1954,73 @@ msgstr "" "Non hai salvato i cambiamenti della disposizione. Questi cambiamenti saranno " "persi se non li salvi. Vuoi procedere?" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Aggiungi un'opzione al campo " -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" -msgstr "" +msgstr "Premi Esc per annullare la modifica" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" +"Hai modificato dei dati e non hai salvato. Sei sicuro di voler navigare via " +"da questa pagina senza salvare i dati?" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "Trascina per riordinare" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "Clicca per ordinare" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "Clicca per selezionare/deselezionare" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" "Clicca sulla freccia
per cambiare lo stato di visualizzazzione dei campi" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" - -#: js/messages.php:329 -#, fuzzy -#| msgid "Go to view" -msgid "Go to link" -msgstr "Vai alla visualizzazione" +"È possibile modificare la maggior parte dei campi
cliccando " +"direttamente sul loro contenuto." #: js/messages.php:332 +msgid "Go to link" +msgstr "Vai al link" + +#: js/messages.php:335 msgid "Generate password" msgstr "Genera password" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Genera" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Cambia password" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Più" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2019,177 +2030,175 @@ msgstr "" "l'aggiornamento. La versione più recente è la %s, rilasciata il %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", versione stabile piú recente:" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "aggiornata" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Fatto" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Precedente" -#: js/messages.php:371 -#, fuzzy -#| msgid "Next" +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "Prossimo" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Oggi" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "Gennaio" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "Febbraio" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "Marzo" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "Aprile" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Maggio" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "Giugno" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "Luglio" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "Agosto" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "Setttembre" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "Ottobre" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "Novembre" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "Dicembre" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Gen" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "Mag" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Giu" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Lug" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Set" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Ott" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Dic" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Domenica" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Lunedì" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Martedì" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "Mercoledì" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "Giovedì" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "Venerdì" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "Sabato" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2197,89 +2206,89 @@ msgid "Sun" msgstr "Dom" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Mer" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Gio" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Ven" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "Do" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "Lu" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "Me" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "Gi" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "Ve" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Sett" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Tempo" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Ora" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Minuto" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Secondo" @@ -2290,7 +2299,7 @@ msgstr "" #: libraries/Config.class.php:703 msgid "Remove \"./config\" directory before using phpMyAdmin!" -msgstr "" +msgstr "Rimuovi la cartella \"./config\" prima di utilizzare phpMyAdmin!" #: libraries/Config.class.php:727 #, php-format @@ -2360,45 +2369,45 @@ msgstr "Si é verificato un errore durante lo spostamento del file." msgid "Cannot read (moved) upload file." msgstr "Impossibile leggere dal file (dopo lo spostamento) caricato." -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Nessun indice definito!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indici" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Unica" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Compresso" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Cardinalità" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Commenti" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "La chiave primaria è stata eliminata" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "L'indice %s è stato eliminato" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2729,14 +2738,14 @@ msgstr "Tabelle" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Dati" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Overhead" @@ -2965,7 +2974,7 @@ msgstr "%s giorni, %s ore, %s minuti e %s secondi" msgid "Missing parameter:" msgstr "Parametro mancante:" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2973,7 +2982,7 @@ msgctxt "First page" msgid "Begin" msgstr "Inizio" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -2982,7 +2991,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Precedente" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -2991,7 +3000,7 @@ msgctxt "Next page" msgid "Next" msgstr "Prossimo" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -2999,22 +3008,22 @@ msgctxt "Last page" msgid "End" msgstr "Fine" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Passa al database "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "La %s funzionalità è affetta da un bug noto, vedi %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "Clicca per alternare" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3026,7 +3035,7 @@ msgstr "Clicca per alternare" msgid "Structure" msgstr "Struttura" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3034,42 +3043,42 @@ msgstr "Struttura" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Inserisci" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operazioni" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Cerca sul tuo computer:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Selezionare dalla cartella di upload del server web %s:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "La directory impostata per l'upload non può essere trovata" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "Nessun file da caricare" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "Esegui" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Stampa" @@ -3443,7 +3452,7 @@ msgstr "Tabulazione da visualizzare dopo l'ingresso nella tabella" #: libraries/config/messages.inc.php:55 msgid "Default table tab" -msgstr "Tabulazione predefinita per le tabbelle" +msgstr "Tabulazione predefinita per le tabelle" #: libraries/config/messages.inc.php:56 msgid "Show binary contents as HEX by default" @@ -3527,7 +3536,7 @@ msgid "Character set of the file" msgstr "Codifica dei caratteri del file" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Formato" @@ -3595,7 +3604,7 @@ msgstr "Modello per nomi dei server" #: libraries/config/messages.inc.php:89 msgid "Table name template" -msgstr "Modello per nomi delle tabbelle" +msgstr "Modello per nomi delle tabelle" #: libraries/config/messages.inc.php:93 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:115 libraries/config/messages.inc.php:139 @@ -4171,7 +4180,7 @@ msgstr "Visalizza la selezione dei server" #: libraries/config/messages.inc.php:274 msgid "Minimum number of tables to display the table filter box" -msgstr "Numero minimo di tabbelle per visualizzare il riquadro di filtraggio" +msgstr "Numero minimo di tabelle per visualizzare il riquadro di filtraggio" #: libraries/config/messages.inc.php:275 msgid "String that separates databases into different tree levels" @@ -4474,7 +4483,7 @@ msgstr "" #: libraries/config/messages.inc.php:334 msgid "Missing phpMyAdmin configuration storage tables" -msgstr "Mancano le tabbelle di configurazione di phpMyAdmin" +msgstr "Mancano le tabelle di configurazione di phpMyAdmin" #: libraries/config/messages.inc.php:336 msgid "Iconic table operations" @@ -5558,10 +5567,8 @@ msgid "" msgstr "(o il socket del server locale MySQL non è correttamente configurato)" #: libraries/database_interface.lib.php:1768 -#, fuzzy -#| msgid "The server is not responding" msgid "The server is not responding." -msgstr "Il server non risponde" +msgstr "Il server non risponde." #: libraries/database_interface.lib.php:1772 msgid "Please check privileges of directory containing database." @@ -5603,7 +5610,7 @@ msgstr "Routines" msgid "Events" msgstr "Eventi" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5863,7 +5870,7 @@ msgstr "Importazione nel database \"%s\"" #: libraries/display_import.lib.php:133 #, php-format msgid "Importing into the table \"%s\"" -msgstr "Importazione nella tabbella \"%s\"" +msgstr "Importazione nella tabella \"%s\"" #: libraries/display_import.lib.php:139 msgid "File to Import:" @@ -5983,7 +5990,7 @@ msgstr "Ordina per chiave" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Opzioni" @@ -6586,12 +6593,12 @@ msgid "Data dump options" msgstr "Opzioni del dump dei dati" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Dump dei dati per la tabella" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Struttura della tabella" @@ -6808,31 +6815,31 @@ msgstr "Procedure" msgid "Functions" msgstr "Funzioni" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Limiti per le tabelle scaricate" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Limiti per la tabella" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME TYPES FOR TABLE" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELATIONS FOR TABLE" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Struttura per la vista" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Struttura stand-in per le viste" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "Si é verificato un errore durante la lettura dei dati:" @@ -7059,7 +7066,7 @@ msgid "To" msgstr "A" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Invia" @@ -7413,7 +7420,7 @@ msgstr "Variabile" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Valore" @@ -7921,7 +7928,7 @@ msgstr "Schema del database %s - Pagina %s" #: libraries/schema/Export_Relation_Schema.class.php:200 msgid "This page does not contain any tables!" -msgstr "Questa pagina non contiene alcuna tabbella!" +msgstr "Questa pagina non contiene alcuna tabella!" #: libraries/schema/Export_Relation_Schema.class.php:228 msgid "SCHEMA ERROR: " @@ -8107,6 +8114,11 @@ msgstr "Differenza" msgid "Target database" msgstr "Database di destinazione" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Clicca per selezionare" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8263,7 +8275,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Indice" @@ -9030,7 +9042,7 @@ msgstr "Posizione" msgid "Original position" msgstr "Posizione originale" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Informazioni" @@ -9900,7 +9912,7 @@ msgstr "al minuto" msgid "per second" msgstr "al secondo" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Istruzioni" @@ -11553,39 +11565,35 @@ msgstr "Impossibile rinominare l'indice a PRIMARIO!" msgid "No index parts defined!" msgstr "Nessuna parte di indice definita!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "Aggiungi indice" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Crea un nuovo indice" +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Modalitá di modifica" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Modifica un indice" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Nome dell'indice:" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" puó essere solo il nome di una chiave primaria!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Nome dell'indice:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Tipo di indice:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Aggiungi  %s  campo/i all'indice" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Il numero dei campi deve essere superiore a zero." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Impossibile spostare la tabella su se stessa!" @@ -11663,7 +11671,7 @@ msgstr "Svuota la tabella (TRUNCATE)" #: tbl_operations.php:716 msgid "Delete the table (DROP)" -msgstr "Elimina la tabbella (DROP)" +msgstr "Elimina la tabella (DROP)" #: tbl_operations.php:738 msgid "Partition maintenance" @@ -11708,39 +11716,39 @@ msgstr "Controlla l'integrità delle referenze:" msgid "Showing tables" msgstr "Mostra le tabelle" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Spazio utilizzato" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Utilizzo" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Effettivo" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Statistiche righe" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "statico" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dinamico" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Lunghezza riga" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Dimensione riga" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11797,10 +11805,6 @@ msgstr "Naviga tra i valori distinti" msgid "Add primary key" msgstr "Aggiungi chiave primaria" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "Aggiungi indice" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "Aggiungi un indice unico" @@ -11872,12 +11876,12 @@ msgstr "All'inizio della tabella" msgid "After %s" msgstr "Dopo %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "Crea un indice su  %s campi" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "partizionato" @@ -11980,7 +11984,7 @@ msgstr "Dump SQL" #: tbl_tracking.php:551 msgid "This option will replace your table and contained data." -msgstr "Questa opzione sostituerá la tua tabbella e i dati contenuti." +msgstr "Questa opzione sostituirà la tua tabella e i dati contenuti." #: tbl_tracking.php:551 msgid "SQL execution" @@ -12346,10 +12350,8 @@ msgid "Query cache disabled" msgstr "Cache delle query" #: po/advisory_rules.php:71 -#, fuzzy -#| msgid "The server is not responding" msgid "The query cache is not enabled." -msgstr "Il server non risponde" +msgstr "La cache delle query non è abilitata." #: po/advisory_rules.php:72 msgid "" @@ -13005,10 +13007,9 @@ msgid "" msgstr "" #: po/advisory_rules.php:223 -#, fuzzy, php-format -#| msgid "long_query_time is set to %d second(s)." +#, php-format msgid "slow_launch_time is set to %s" -msgstr "long_query_time é impostato a %d secondi." +msgstr "slow_launch_time é impostato a %s" #: po/advisory_rules.php:225 #, fuzzy @@ -13237,6 +13238,19 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "Clicca per deselezionare" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Crea un nuovo indice" + +#~ msgid "Modify an index" +#~ msgstr "Modifica un indice" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Il numero dei campi deve essere superiore a zero." + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ Riavviare l'inserimento ed aggiungere un nuovo valore" diff --git a/po/ja.po b/po/ja.po index 511a0eb065..5e9a824910 100644 --- a/po/ja.po +++ b/po/ja.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" -"PO-Revision-Date: 2011-11-11 11:23+0200\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" +"PO-Revision-Date: 2011-11-20 09:44+0200\n" "Last-Translator: Yuichiro \n" "Language-Team: japanese \n" "Language: ja\n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.1.6\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "すべて表示" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "たか、ブラウザのセキュリティ設定でクロスウィンドウの更新をブロックしているも" "のと思われます" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "検索" @@ -48,10 +48,10 @@ msgstr "検索" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "検索" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "実行" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "キー名" @@ -135,19 +135,19 @@ msgstr "データベースのコメント" msgid "Table comments" msgstr "テーブルのコメント" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "カラム" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "カラム" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "種別" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "NULL" @@ -203,8 +203,8 @@ msgstr "リンク先" msgid "Comments" msgstr "コメント" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "コメント" msgid "No" msgstr "いいえ" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -329,12 +329,12 @@ msgstr "制約を追加する" msgid "Switch to copied database" msgstr "コピーしたデータベースに切り替える" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "照合順序" @@ -367,36 +367,36 @@ msgstr "テーブル" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "行" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "サイズ" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "使用中" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "作成日時" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "最終更新" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "最終検査" @@ -458,7 +458,7 @@ msgid "Del" msgstr "削除" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "または" @@ -526,8 +526,8 @@ msgid "%s match inside table %s" msgid_plural "%s matches inside table %s" msgstr[0] "%s 件(テーブル %s)" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "表示" @@ -657,8 +657,8 @@ msgstr "すべてのチェックを外す" msgid "Check tables having overhead" msgstr "オーバーヘッドのあるテーブルを確認する" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -672,14 +672,14 @@ msgstr "エクスポート" msgid "Print view" msgstr "印刷用画面" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "空にする" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "削除" @@ -688,7 +688,7 @@ msgstr "削除" msgid "Check table" msgstr "テーブルをチェックする" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "テーブルを最適化する" @@ -751,7 +751,7 @@ msgstr "更新日時" msgid "Status" msgstr "状態" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -759,7 +759,7 @@ msgstr "状態" msgid "Action" msgstr "操作" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "このテーブルに対しての追跡データを削除する" @@ -795,21 +795,21 @@ msgstr "テーブルを追跡する" msgid "Database Log" msgstr "データベースのログです" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "ENUM/SET エディタ" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "新しいカラムに対しての値" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, php-format msgid "Values for column %s" msgstr "カラム %s に対しての値" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "個々の入力欄にそれぞれ値を入力してください" @@ -879,46 +879,46 @@ msgstr "ベースレイヤーに OpenStreetMap を使用する" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "空間データ" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "座標" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, fuzzy, php-format #| msgid "Point" msgid "Point %d" msgstr "座標" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "座標を追加する" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "線分" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -926,17 +926,17 @@ msgstr "" msgid "Add a linestring" msgstr "線分を追加する" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "新しいユーザを追加する" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "ポリゴン" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "ポリゴンを追加する" @@ -1046,195 +1046,204 @@ msgstr "戻る" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin はフレーム対応ブラウザでの利用をお勧めします" -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "クリックで選択" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "クリックで選択解除" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "DROP DATABASE 文は無効にされています" -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "本当に実行しますか?" -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "データベースを完全に削除しようとしています!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "テーブルを完全に削除しようとしています!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "テーブルを完全に空にしようとしています!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "追跡データの削除中" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "主キー/インデックスの削除中" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "この作業には時間がかかることがあります。続行しますか?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "BLOB 格納を無効にしようとしています!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "データベース %s に対する全ての BLOB 参照を無効にしようとしていますが、よろし" "いですか?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "フォームに入力されていない値があります!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "数値ではありません!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "インデックスを追加する" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "編集モード" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "%s 個のカラムを追加する" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "数量" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "ホスト名が空です!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "ユーザ名が空です!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "パスワードが空です!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "パスワードが異なっています!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "ユーザを追加する" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "特権を再読み込み" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "選択したユーザを削除する" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "閉じる" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "編集" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "リアルタイムでのトラフィックグラフ" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "リアルタイムでの接続/プロセスグラフ" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "リアルタイムでのクエリグラフ" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "統計データ" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "合計" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "その他" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "更新間隔中の送信量 (単位:KiB)" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "更新間隔中の受信量 (単位:KiB)" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "サーバのトラフィック (単位:KiB)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "更新間隔中の接続数" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "プロセス" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "接続/プロセス" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "更新間隔中の問い合わせ数" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "問い合わせ数(サーバで実行された命令文)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "クエリの統計" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "ローカルのモニタ環境設定に互換性なし" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1245,163 +1254,163 @@ msgstr "" "せん。この環境設定ではおそらく機能させることはできないでしょう。設定項" "目よりモニタ環境設定をデフォルトに戻してください。" -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "クエリキャッシュ効率" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "クエリキャッシュの使用状況" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "使用されているクエリキャッシュ" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "システム CPU の使用状況" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "システムメモリ" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "システムスワップ" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KiB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "平均負荷" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "総メモリ" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "キャッシュ割り当てメモリ" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "バッファ割り当てメモリ" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "空きメモリ" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "使用中メモリ" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "総スワップ領域" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "キャッシュ割り当てスワップ領域" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "使用中スワップ領域" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "空きスワップ領域" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "送信" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "受信" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "接続" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "問い合わせ" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "トラフィック" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "設定" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "グラフの削除" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "題名・ラベルの編集" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "モニタリンググラフを追加する" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "少なくとも1つの系列を追加してください" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "なし" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "モニタ再開" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "モニタ一時中断" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "general_log および slow_query_log は有効です。" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "general_log は有効です。" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "slow_query_log は有効です。" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log および general_log は無効です。" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "log_output はテーブルに設定されていません。" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "log_output はテーブルに設定されています。" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1412,12 +1421,12 @@ msgstr "" "をログに記録します。お使いのシステムによっては、long_query_time を 0~2 秒に" "設定したほうがいいでしょう。" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time は %d 秒に設定されています。" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1426,30 +1435,30 @@ msgstr "" "されます。" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "%s に log_output を設定する" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "%s を有効にする" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "%s を無効にする" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "long_query_time を %d 秒に設定する" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1457,43 +1466,43 @@ msgstr "" "これらの変数を変更することはできません。root でログインするか、データベース管" "理者に連絡してください。" -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "設定の変更" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "現在の設定" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "グラフの題名" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 #, fuzzy #| msgid "Difference" msgid "Differential" msgstr "差分" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "ログの解析および読み込み中。すこし時間がかかることがあります。" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1503,7 +1512,7 @@ msgstr "" "クエリをグループの基準として使用しています。そのため、開始時刻いったような属" "性は、他クエリでは異なる場合があります。" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1513,74 +1522,74 @@ msgstr "" "INSERT クエリは挿入されたデータ部は同一のようにみなされて、グループ化が行われ" "ます。" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "ログデータを読み込みました。この期間に行われたクエリは以下の通りです。" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "ログの表に移動する" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "ログの解析を行いましたが、この期間のデータは見つかりませんでした。" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 msgid "Log table filter options" msgstr "ログの表のフィルタオプション" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "フィルタ" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "単語/正規表現でクエリをフィルタ:" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" "WHERE 節内のデータ部(文字列や数値など)は同一として扱いクエリをまとめる" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "グループ後の件数:" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "合計:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "ログの読み込み" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "モニタの再描画に失敗しました" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "ページの再読み込み" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" "設定ファイルの構文解析に失敗しました。有効な JSON コードではないようです。" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." @@ -1588,267 +1597,279 @@ msgstr "" "インポートした設定でのグラフの配置に失敗しました。設定をデフォルトに戻しま" "す..." -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "インポート" -#: js/messages.php:192 +#: js/messages.php:193 msgid "Analyse Query" msgstr "クエリを解析する" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "アドバイザ・システム" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "対応したほうがいいかもしれないパフォーマンス事象" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "事象" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "推奨設定" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "事象の詳細と判断理由" -#: js/messages.php:201 +#: js/messages.php:202 msgid "Justification" msgstr "判断理由" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "判断値の算出方法" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "判断基準" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "キャンセル" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "読み込み中" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "要求を処理中" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "要求処理中でのエラー" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "カラムを削除中" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "主キーの追加中" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "クリックすると、この通知を破棄します" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "データベースのリネーム中" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "データベースの再読み込み中" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "データベースをコピー中" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "文字セットの変更中" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "テーブルには最低 1 つのカラムが必要です" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "テーブルを挿入する" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "インデックスを隠す" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "インデックスを表示する" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "検索中" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "検索結果を隠す" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "検索結果を表示する" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "表示中" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "削除中" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "ストアドファンクションの定義には、RETURN 文を含めなければなりません!" -#: js/messages.php:248 +#: js/messages.php:249 #, php-format msgid "Add %d value(s)" msgstr "値 %d を追加する" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" "注意:ファイルに複数のテーブルが含まれている場合、それらは1つに統合されま" "す。" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "クエリボックスを隠す" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "クエリボックスを表示" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "行が選択されていません" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "変更" -#: js/messages.php:259 +#: js/messages.php:260 #, fuzzy #| msgid "Maximum execution time" msgid "Query execution time" msgstr "最大実行時間" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "保存する" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "検索条件を隠す" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "検索条件を表示する" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 msgid "Zoom Search" msgstr "検索プロット" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "プロット点は、それぞれの行のデータを表します。" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "プロット点にマウスカーソルを重ねると、そのラベルが表示されます。" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "マウスホイールでズームの調整ができます。" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "ドラッグすることでプロットのスクロールが行えます。" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "プロット点をクリックすることで、行のデータの閲覧と編集が可能です。" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "グラフの右下をドラッグすることで、大きさの調整が行えます。" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "文字列データは、数値に変換されてからプロットされます。" -#: js/messages.php:287 +#: js/messages.php:288 msgid "Select two columns" msgstr "カラムを 2 つ選択してください" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "異なるカラムを 2 つ選択してください" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "クエリ結果操作" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "データポインタのサイズ" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "無視" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "コピー" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "カラムを追加する" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "参照されているキーを選択" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "外部キーを選択してください" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "主キーまたはユニークキーを選択してください" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "表示するカラムの選択" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1856,15 +1877,15 @@ msgstr "" "レイアウトの変更を保存されていません。保存していない場合、それらは失われま" "す。このまま続けてもよろしいですか?" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "カラムに対するオプションを追加する" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "ESC キーで編集キャンセル" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -1872,23 +1893,23 @@ msgstr "" "いくつかのデータが編集されていますが、それらは保存されていません。データを保" "存せずにこのページから移動してもよろしいですか?" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "ドラッグでカラムの入れ替え" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "クリックでソート" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "クリックでカラムを反転/解除" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "クリックでカラムの表示/非表示
ができるドロップダウンを表示" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." @@ -1897,36 +1918,36 @@ msgstr "" "ボックス、編集、コピー、削除のリンクに関連する機能は、保存後に動作しない場合" "があります。" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" "ほとんどのカラムは、内容を直接クリック
することでも、編集することができ" "ます。" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "ビューに移動" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "パスワードを生成する" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "生成する" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "パスワードを変更する" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "その他" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1936,260 +1957,260 @@ msgstr "" "します。最新バージョンは %s で、%s にリリースされています。" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", 最終安定バージョン:" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "最新版" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "決定" -#: js/messages.php:366 +#: js/messages.php:369 msgctxt "Previous month" msgid "Prev" msgstr "前月" -#: js/messages.php:371 +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "翌月" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "今日" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "1 月" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "2 月" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "3 月" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "4 月" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "5 月" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "6 月" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "7 月" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "8 月" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "9 月" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "10 月" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "11 月" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "12 月" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "1 月" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "2 月" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "3 月" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "4 月" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "5 月" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "6 月" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "7 月" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "8 月" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "9 月" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "10 月" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "11 月" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "12 月" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "日" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "月" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "火" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "水" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "木" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "金" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "土" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 msgid "Sun" msgstr "日" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "月" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "火" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "水" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "木" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "金" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "土" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "日" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "月" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "火" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "水" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "木" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "金" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "土" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "週" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "時間" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "時" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "分" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "秒" @@ -2276,45 +2297,45 @@ msgstr "アップロードされたファイルを移動中にエラーが発生 msgid "Cannot read (moved) upload file." msgstr "アップロードされ(移動し)たファイルが読み込めません。" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "インデックスが定義されていません!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "インデックス" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "ユニーク" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "圧縮" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "一意な値の数" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "コメント" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "主キーを削除しました" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "インデックス %s を削除しました" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2635,14 +2656,14 @@ msgstr "テーブル" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "データ" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "オーバーヘッド" @@ -2870,48 +2891,48 @@ msgstr "%s 日 %s 時間 %s 分 %s 秒" msgid "Missing parameter:" msgstr "パラメータがありません:" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 msgctxt "First page" msgid "Begin" msgstr "先頭" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 msgctxt "Previous page" msgid "Previous" msgstr "前へ" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 msgctxt "Next page" msgid "Next" msgstr "次へ" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 msgctxt "Last page" msgid "End" msgstr "最後" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr ""%s" データベースに移動" -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "%s の機能には既知のバグがあります。%s をご覧ください" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "クリックでオン/オフ切り替え" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2923,7 +2944,7 @@ msgstr "クリックでオン/オフ切り替え" msgid "Structure" msgstr "構造" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2931,42 +2952,42 @@ msgstr "構造" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "挿入" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "操作" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "アップロードファイル:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "ウェブサーバ上のアップロードディレクトリ %s から選択する:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "指定したアップロードディレクトリが利用できません" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "アップロードファイルがありません" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "実行" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "印刷" @@ -3413,7 +3434,7 @@ msgid "Character set of the file" msgstr "ファイルの文字セット" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "フォーマット" @@ -5425,7 +5446,7 @@ msgstr "ルーチン" msgid "Events" msgstr "イベント" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5799,7 +5820,7 @@ msgstr "キーでソート" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "オプション" @@ -6385,12 +6406,12 @@ msgid "Data dump options" msgstr "データのダンプオプション" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "テーブルのデータをダンプしています" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "テーブルの構造" @@ -6592,31 +6613,31 @@ msgstr "プロシージャ" msgid "Functions" msgstr "関数" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "ダンプしたテーブルの制約" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "テーブルの制約" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME TYPES FOR TABLE" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELATIONS FOR TABLE" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "ビュー用の構造" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "ビュー用の代替構造" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "データ読み込みエラー:" @@ -6840,7 +6861,7 @@ msgid "To" msgstr "付け替え先" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "実行する" @@ -7189,7 +7210,7 @@ msgstr "変数" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "値" @@ -7345,12 +7366,12 @@ msgstr "完全な INSERT 文を作成する" #: libraries/rte/rte_events.lib.php:475 libraries/rte/rte_routines.lib.php:933 #: libraries/rte/rte_triggers.lib.php:360 msgid "Definer" -msgstr "DEFINER" +msgstr "定義者" #: libraries/rte/rte_events.lib.php:518 libraries/rte/rte_routines.lib.php:997 #: libraries/rte/rte_triggers.lib.php:398 msgid "The definer must be in the \"username@hostname\" format" -msgstr "" +msgstr "定義者の指定は「ユーザ名@ホスト名」の形式でなければなりません。" #: libraries/rte/rte_events.lib.php:525 msgid "You must provide an event name" @@ -7873,6 +7894,11 @@ msgstr "差分" msgid "Target database" msgstr "対象先のデータベース" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "クリックで選択" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8025,7 +8051,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "インデックス" @@ -8767,7 +8793,7 @@ msgstr "位置" msgid "Original position" msgstr "元の位置" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "情報" @@ -9622,7 +9648,7 @@ msgstr "/分" msgid "per second" msgstr "/秒" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "ステートメント" @@ -11230,38 +11256,36 @@ msgstr "インデックス名を PRIMARY に変更することはできません msgid "No index parts defined!" msgstr "インデックス部分が定義されていません!" -#: tbl_indexes.php:169 -msgid "Create an index" -msgstr "インデックスを作成する" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "インデックスを追加する" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "インデックスを修正する" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "編集モード" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "インデックス名:" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(主キーはかならず \"PRIMARY\" という名前でなければなりません。また主キー以外" "に \"PRIMARY\" という名前を使ってはなりません!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "インデックス名:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "インデックスの種類:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "インデックスに %s 個のカラムを追加する" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "カラム数は 0 より大きくなければいけません" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "同じテーブルには移動できません!" @@ -11382,39 +11406,39 @@ msgstr "参照整合性の確認:" msgid "Showing tables" msgstr "テーブルを表示しています" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "ディスク使用量" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "使用量" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "有効" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "行の統計" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "静的" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "動的" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "行の長さ" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "行のサイズ " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "次の自動付番" @@ -11472,10 +11496,6 @@ msgstr "重複している値を表示しない" msgid "Add primary key" msgstr "主キーを追加する" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "インデックスを追加する" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "ユニークインデックスを追加する" @@ -11543,12 +11563,12 @@ msgstr "テーブルの先頭" msgid "After %s" msgstr "指定カラムの後に %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "%s つのカラムにインデックスを作成する" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "パーティション有り" @@ -12134,11 +12154,14 @@ msgid "" "using this formula: (query_cache_size - qcache_free_memory) / " "qcache_queries_in_cache" msgstr "" -"深刻な断片化は Qcache_lowmem_prunes の (大きな) 増加を示唆しています。{query_cache_size} が小さすぎることが" -"原因で、小さなクエリキャッシュメモリの切り詰めが多数発生したことにより、このようになったものと思われます。今すぐクエリキャッシュのフラッシュを行えば、し" -"ばらくは (長期間クエリキャッシュをロックしていたような) 断片化は解消されます。{query_cache_min_res_unit} " -"を小さめな値に慎重に調整することで、断片化をかなり抑制できるかもしれません。設定例として、クエリキャッシュの 1 つ当たりの平均使用サイズ ( = " -"(query_cache_size - qcache_free_memory) / qcache_queries_in_cache ) などがあります。" +"深刻な断片化は Qcache_lowmem_prunes の (大きな) 増加を示唆しています。" +"{query_cache_size} が小さすぎることが原因で、小さなクエリキャッシュメモリの切" +"り詰めが多数発生したことにより、このようになったものと思われます。今すぐクエ" +"リキャッシュのフラッシュを行えば、しばらくは (長期間クエリキャッシュをロック" +"していたような) 断片化は解消されます。{query_cache_min_res_unit} を小さめな値" +"に慎重に調整することで、断片化をかなり抑制できるかもしれません。設定例とし" +"て、クエリキャッシュの 1 つ当たりの平均使用サイズ ( = (query_cache_size - " +"qcache_free_memory) / qcache_queries_in_cache ) などがあります。" #: po/advisory_rules.php:93 #, php-format @@ -12499,16 +12522,17 @@ msgid "" "Set {key_buffer_size} depending on the size of your MyISAM indexes. 64M is a " "good start." msgstr "" +"お使いの MyISAM インデックスのサイズに合わせた {key_buffer_size} を設定してく" +"ださい。最初の設定としては、64M からがいいでしょう。" #: po/advisory_rules.php:163 msgid "key_buffer_size is 0" msgstr "key_buffer_size は 0 です。" #: po/advisory_rules.php:165 -#, fuzzy, php-format -#| msgid "Sort buffer size" +#, php-format msgid "Max %% MyISAM key buffer ever used" -msgstr "ソートバッファのサイズ" +msgstr "常用される MyISAM キーバッファの最大比率" #: po/advisory_rules.php:166 po/advisory_rules.php:171 #, php-format @@ -12521,38 +12545,46 @@ msgid "" "tables to see if indexes have been removed, or examine queries and " "expectations about what indexes are being used." msgstr "" +"{key_buffer_size} の必要とするサイズが減少しているようです。ご使用のテーブル" +"でインデックスが削除されていないかよく確認してください。また、クエリあるいは" +"インデックスの使用が想定されるものがないか確認してみてください。" #: po/advisory_rules.php:168 -#, php-format +#, fuzzy, php-format msgid "max %% MyISAM key buffer ever used: %s, this value should be above 95%%" msgstr "" +"常用される MyISAM キーバッファの最大比率: この値は、95%% 以上がいいと言われて" +"います。" #: po/advisory_rules.php:170 msgid "Percentage of MyISAM key buffer used" -msgstr "MyISAM キーバッファの比率" +msgstr "MyISAM キーバッファの使用比率" #: po/advisory_rules.php:173 -#, php-format +#, fuzzy, php-format msgid "%% MyISAM key buffer used: %s, this value should be above 95%%" msgstr "" +"MyISAM キーバッファの使用比率: この値は、95%% 以上がいいと言われています。" #: po/advisory_rules.php:175 msgid "Percentage of index reads from memory" -msgstr "" +msgstr "メモリから読み込まれるインデックスの比率" #: po/advisory_rules.php:176 #, php-format msgid "The %% of indexes that use the MyISAM key buffer is low." -msgstr "" +msgstr "MyISAM キーバッファを使用するインデックスの比率が低いです。" #: po/advisory_rules.php:177 msgid "You may need to increase {key_buffer_size}." -msgstr "" +msgstr "{key_buffer_size} を増やす必要があるかもしれません。" #: po/advisory_rules.php:178 -#, php-format +#, fuzzy, php-format msgid "Index reads from memory: %s%%, this value should be above 95%%" msgstr "" +"メモリから読み込まれるインデックスの比率: この値は、95%% 以上がいいと言われて" +"います。" #: po/advisory_rules.php:180 msgid "Rate of table open" @@ -12578,16 +12610,16 @@ msgstr "" "す。" #: po/advisory_rules.php:185 -#, fuzzy -#| msgid "Format of imported file" msgid "Percentage of used open files limit" -msgstr "インポートするファイルの形式" +msgstr "開いているファイルの上限に対する比率" #: po/advisory_rules.php:186 msgid "" "The number of open files is approaching the max number of open files. You " "may get a \\\"Too many open files\\\" error." msgstr "" +"開いているファイルの数が最大になりつつあります。エラー「開いているファイルが" +"多すぎます」になるかもしれません。" #: po/advisory_rules.php:187 po/advisory_rules.php:192 msgid "" @@ -12602,20 +12634,23 @@ msgstr "" msgid "" "The number of opened files is at %s%% of the limit. It should be below 85%%" msgstr "" +"開いているファイルの数は上限に対して %s%% です。この値は、85%% 未満がいいと言" +"われています。" #: po/advisory_rules.php:190 msgid "Rate of open files" -msgstr "ファイルを開く割合" +msgstr "開いているファイルの割合" #: po/advisory_rules.php:191 msgid "The rate of opening files is high." -msgstr "ファイルを開く割合が高いです。" +msgstr "開いているファイルの割合が高いです。" #: po/advisory_rules.php:193 #, php-format msgid "Opened files rate: %s, this value should be less than 5 per hour" msgstr "" -"ファイルを開く割合:%s。この値は、1 時間当たり 5 未満がいいと言われています。" +"開いているファイルの割合:%s。この値は、1 時間当たり 5 未満がいいと言われてい" +"ます。" #: po/advisory_rules.php:195 #, php-format @@ -12659,35 +12694,37 @@ msgid "" "Thread cache is disabled, resulting in more overhead from new connections to " "MySQL." msgstr "" +"スレッドキャッシュが無効になっているため、MySQL への新たな接続に対してのオー" +"バヘッドが大きくなります。" #: po/advisory_rules.php:207 msgid "Enable the thread cache by setting {thread_cache_size} > 0." msgstr "" +"{thread_cache_size} に 0 より大きな値を設定して、スレッドキャッシュを有効にし" +"てください。" #: po/advisory_rules.php:208 msgid "The thread cache is set to 0" msgstr "スレッドキャッシュは 0 に設定されています。" #: po/advisory_rules.php:210 -#, fuzzy, php-format -#| msgid "Tracking is not active." +#, php-format msgid "Thread cache hit rate %%" -msgstr "SQL コマンドの追跡は非アクティブです。" +msgstr "スレッドキャッシュのヒット率" #: po/advisory_rules.php:211 -#, fuzzy -#| msgid "Tracking is not active." msgid "Thread cache is not efficient." -msgstr "SQL コマンドの追跡は非アクティブです。" +msgstr "スレッドキャッシュが効果的に機能していません。" #: po/advisory_rules.php:212 msgid "Increase {thread_cache_size}." -msgstr "" +msgstr "{thread_cache_size} を増やしてください。" #: po/advisory_rules.php:213 -#, php-format +#, fuzzy, php-format msgid "Thread cache hitrate: %s%%, this value should be above 80%%" msgstr "" +"スレッドキャッシュのヒット率: この値は、80%% 以上がいいと言われています。" #: po/advisory_rules.php:215 msgid "Threads that are slow to launch" @@ -12725,10 +12762,9 @@ msgid "" msgstr "" #: po/advisory_rules.php:223 -#, fuzzy, php-format -#| msgid "long_query_time is set to %d second(s)." +#, php-format msgid "slow_launch_time is set to %s" -msgstr "long_query_time は %d 秒に設定されています。" +msgstr "slow_launch_time は %s に設定されています。" #: po/advisory_rules.php:225 #, fuzzy @@ -12833,27 +12869,23 @@ msgstr "" #: po/advisory_rules.php:250 msgid "Is InnoDB disabled?" -msgstr "" +msgstr "InnoDB が無効?" #: po/advisory_rules.php:251 -#, fuzzy -#| msgid "Could not save recent table" msgid "You do not have InnoDB enabled." -msgstr "最近使用したテーブルが保存できません" +msgstr "InnoDB を有効にできていません。" #: po/advisory_rules.php:252 msgid "InnoDB is usually the better choice for table engines." -msgstr "" +msgstr "一般的に、InnoDB はテーブル用のエンジンとして適切な選択となりえます。" #: po/advisory_rules.php:253 msgid "have_innodb is set to 'value'" -msgstr "" +msgstr "have_innodb は 'value' に設定されています。" #: po/advisory_rules.php:255 -#, fuzzy -#| msgid "Buffer pool size" msgid "InnoDB log size" -msgstr "バッファプールの大きさ" +msgstr "InnoDB のログサイズ" #: po/advisory_rules.php:256 #, fuzzy @@ -12887,7 +12919,7 @@ msgstr "" #: po/advisory_rules.php:260 msgid "Max InnoDB log size" -msgstr "" +msgstr "InnoDB の最大ログサイズ" #: po/advisory_rules.php:261 msgid "The InnoDB log file size is inadequately large." @@ -12913,14 +12945,12 @@ msgid "Your absolute InnoDB log size is %s MiB" msgstr "" #: po/advisory_rules.php:265 -#, fuzzy -#| msgid "Buffer pool size" msgid "InnoDB buffer pool size" -msgstr "バッファプールの大きさ" +msgstr "InnoDB のバッファプールの大きさ" #: po/advisory_rules.php:266 msgid "Your InnoDB buffer pool is fairly small." -msgstr "" +msgstr "ご使用の InnoDB のバッファプールはかなり小さいです。" #: po/advisory_rules.php:267 #, php-format @@ -12965,7 +12995,19 @@ msgstr "" #: po/advisory_rules.php:273 msgid "concurrent_insert is set to 0" -msgstr "" +msgstr "concurrent_insert は 0 に設定されています。" + +#~ msgid "Click to unselect" +#~ msgstr "クリックで選択解除" + +#~ msgid "Create an index" +#~ msgstr "インデックスを作成する" + +#~ msgid "Modify an index" +#~ msgstr "インデックスを修正する" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "カラム数は 0 より大きくなければいけません" #~ msgid "Too many connections are aborted" #~ msgstr "中断された接続が多いです。" diff --git a/po/ka.po b/po/ka.po index 371ede12ce..8d066242dd 100644 --- a/po/ka.po +++ b/po/ka.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-11-08 23:12+0200\n" "Last-Translator: Sulkhani Ninidze \n" "Language-Team: georgian \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.1.6\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "ყველაფრის ჩვენება" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "parent window, or your browser's security settings are configured to block " "cross-window updates." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "ძებნა" @@ -48,10 +48,10 @@ msgstr "ძებნა" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "ძებნა" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "გადასვლა" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Keyname" @@ -135,19 +135,19 @@ msgstr "კომენტარი მონაცემთა ბაზაშ msgid "Table comments" msgstr "ცხრილის კომენტარები" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "სვეტები" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "სვეტები" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "ტიპი" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -203,8 +203,8 @@ msgstr "Links to" msgid "Comments" msgstr "კომენტარები" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "კომენტარები" msgid "No" msgstr "არა" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -332,12 +332,12 @@ msgstr "Add constraints" msgid "Switch to copied database" msgstr "Switch to copied database" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "კოლაცია" @@ -375,36 +375,36 @@ msgstr "ცხრილი" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "სტრიქონები" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "ზომა" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "in use" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "შეიქმნა" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "უკანასკნელი განახლება" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Last check" @@ -469,7 +469,7 @@ msgid "Del" msgstr "Del" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "ან" @@ -543,8 +543,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s match(es) inside table %s" msgstr[1] "%s match(es) inside table %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "არჩევა" @@ -685,8 +685,8 @@ msgstr "მონიშნვის მოხსნა ყველასთვ msgid "Check tables having overhead" msgstr "Check tables having overhead" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -700,14 +700,14 @@ msgstr "ექსპორტი" msgid "Print view" msgstr "ხედის ამობეჭდვა" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "ცარიელი" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Drop" @@ -716,7 +716,7 @@ msgstr "Drop" msgid "Check table" msgstr "ცხრილის შემოწმება" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "ცხრილის ოპტიმიზება" @@ -784,7 +784,7 @@ msgstr "" msgid "Status" msgstr "სტატუსი" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -792,7 +792,7 @@ msgstr "სტატუსი" msgid "Action" msgstr "მოქმედება" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -830,21 +830,21 @@ msgstr "ცხრილის შემოწმება" msgid "Database Log" msgstr "მონაცემთა ბაზა" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, php-format msgid "Values for column %s" msgstr "ველების რაოდენობა სვეტებისათვის %s" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -912,47 +912,47 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "წერტილის დამატება" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Lines terminated by" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -960,15 +960,15 @@ msgstr "" msgid "Add a linestring" msgstr "ველის დამატება" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "შიდა ქსელის დამატება" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "Add a polygon" @@ -1076,211 +1076,220 @@ msgstr "უკან" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin is more friendly with a frames-capable browser." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" statements are disabled." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "ნამდვილად გსურთ " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "You are about to DESTROY a complete database!" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "You are about to DESTROY a complete database!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "თქვენ სრულიად გაანადგურეთ მონაცემთა ბაზა!" -#: js/messages.php:37 +#: js/messages.php:35 #, fuzzy #| msgid "Allows inserting and replacing data." msgid "Deleting tracking data" msgstr "Allows inserting and replacing data." -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "This operation could take a long time. Proceed anyway?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "You are about to DISABLE a BLOB Repository!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "Are you sure you want to disable all BLOB references for database %s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Missing value in the form!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "ეს არ არის რიცხვი!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add new field" +msgid "Add Index" +msgstr "ახალი ველის დამატება" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "რედაქტირების რეჟიმი" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s field(s)" +msgid "Add %d column(s) to index" +msgstr "%s ველის დამატება" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Log file count" msgid "Total count" msgstr "Log file count" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "ჰოსტის სახელის ველი ცარიელია!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "მომხმარებლის სახელის ველი ცარიელია!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "პაროლის ველი ცარიელია!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "პაროლებში შეუსაბამობაა!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "მომხმარებლის დამატება" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy #| msgid "Reload privileges" msgid "Reloading Privileges" msgstr "პრივილეგიების გადატვირთვა" -#: js/messages.php:60 +#: js/messages.php:61 #, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" msgstr "Remove selected users" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "რედაქტირება" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "გრაფიკული ტრაფიკის სქემა" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "Live query chart" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "სულ" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "სერვერის არჩევა" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "პროცესები" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "კავშირები" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy #| msgid "Show statistics" msgid "Query statistics" msgstr "სტატისტიკის ჩევნება" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Cannot load or save configuration" msgid "Local monitor configuration incompatible" msgstr "კონფიგურაციის შენახვა ან ჩატვირთვა ვერ მოხერხდა" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1288,186 +1297,186 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Query cache" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Query cache" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Query cache" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KiB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Log file count" msgid "Total memory" msgstr "Log file count" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Buffer Pool" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "სულ" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Free pages" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "მიღებულია" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "კავშირები" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy msgid "Questions" msgstr "სპარსული" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "ტრაფიკი" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "General relation features" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Rename database to" msgid "Remove chart" msgstr "Rename database to" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Snap to grid" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "არაა" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1475,575 +1484,587 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "ფაილის სახის შენახვა" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "ჩართულია" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "გათიშვა" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "Other core settings" msgid "Change settings" msgstr "Other core settings" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "Other core settings" msgid "Current settings" msgstr "Other core settings" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Report title" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy msgid "Jump to Log table" msgstr "მონაცემთა ბაზები არაა" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "ცხრილების ჩვენების პარამეტრები" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 #, fuzzy msgid "Filter" msgstr "ფაილები" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of inserted rows" msgid "Sum of grouped rows:" msgstr "ჩასმული სტრიქონების რაოდენობა" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "სულ" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy #| msgid "Load" msgid "Loading logs" msgstr "ჩატვირთვა" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "გადატვირთვა" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "შემოტანა" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "მოთხოვნის განახლება" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "დოკუმენტაცია" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details..." msgid "Rule details" msgstr "დეტალები..." -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Customization" msgid "Justification" msgstr "Customization" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "გაუქმება" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy #| msgid "Load" msgid "Loading" msgstr "ჩატვირთვა" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "პროცესები" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Rename database to" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Rename database to" msgid "Reload Database" msgstr "Rename database to" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Copy database to" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "სიმბოლოთა ნაკრები" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "Table must have at least one field." msgid "Table must have at least one column" msgstr "Table must have at least one field." -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "გამოიყენე ცხრილები" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Add new field" msgid "Hide indexes" msgstr "ახალი ველის დამატება" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Show grid" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "ძებნა" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy #| msgid "SQL Query box" msgid "Hide search results" msgstr "SQL Query box" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy #| msgid "SQL Query box" msgid "Show search results" msgstr "SQL Query box" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "არჩევა" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "%s-ის წაშლა" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "Add a new server" msgid "Add %d value(s)" msgstr "ახალი სერვერის დამატება" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy #| msgid "SQL Query box" msgid "Hide query box" msgstr "SQL Query box" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy #| msgid "SQL Query box" msgid "Show query box" msgstr "SQL Query box" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "No rows selected" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "შეცვლა" -#: js/messages.php:259 +#: js/messages.php:260 #, fuzzy #| msgid "Maximum execution time" msgid "Query execution time" msgstr "Maximum execution time" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "შენახვა" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy #| msgid "SQL Query box" msgid "Hide search criteria" msgstr "SQL Query box" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy #| msgid "SQL Query box" msgid "Show search criteria" msgstr "SQL Query box" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "ძებნა" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "ველის სვეტების დამატება/წაშლა" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Query results operations" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Data pointer size" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "იგნორირება" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "ასლი" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "%s ველის დამატება" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Select referenced key" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Select Foreign Key" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Please select the primary key or a unique key" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "აირჩიეთ საჩვენებელი ველი" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy msgid "Go to link" msgstr "მონაცემთა ბაზები არაა" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "პაროლის დაგენერირება" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "დაგენერირება" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "პაროლის შეცვლა" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "ორშ" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2053,32 +2074,32 @@ msgstr "" "upgrading. The newest version is %s, released on %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 #, fuzzy #| msgid "Check for latest version" msgid ", latest stable version:" msgstr "უკანასკნელ ვერსიაზე შემოწმება" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "მონაცემთა ბაზები არაა" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "შემოწირულობა" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "წინა" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2086,96 +2107,96 @@ msgid "Next" msgstr "შემდეგი" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "სულ" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "ბინარული" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "მარ" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "აპრ" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "მაი" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "ივნ" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "ივლ" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "აგვ" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "ოქტ" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "იან" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "თებ" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "მარ" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "აპრ" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2183,78 +2204,78 @@ msgid "May" msgstr "მაი" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "ივნ" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "ივლ" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "აგვ" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "სექ" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "ოქტ" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "ნოე" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "დეკ" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "კვი" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "ორშ" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "სამ" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "პარ" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2262,107 +2283,107 @@ msgid "Sun" msgstr "კვი" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "ორშ" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "სამ" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "ოთხ" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "ხუთ" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "პარ" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "შაბ" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "კვი" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "ორშ" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "სამ" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "ოთხ" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "ხუთ" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "პარ" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "შაბ" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "ვიკი" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "დრო" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "in use" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2449,45 +2470,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "ინდექსი არაა განსაზღვრული!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "ინდექსები" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "უნიკალური" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "შეკუმშული" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Cardinality" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "კომენტარი" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "The primary key has been dropped" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Index %s has been dropped" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2825,14 +2846,14 @@ msgstr "ცხრილები" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "მონაცემები" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Overhead" @@ -3072,7 +3093,7 @@ msgstr "%s დღე, %s საათი, %s წუთი და %s წამი msgid "Missing parameter:" msgstr "Routines" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3080,7 +3101,7 @@ msgctxt "First page" msgid "Begin" msgstr "დასაწყისი" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3089,7 +3110,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "წინა" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3098,7 +3119,7 @@ msgctxt "Next page" msgid "Next" msgstr "შემდეგი" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3106,22 +3127,22 @@ msgctxt "Last page" msgid "End" msgstr "დასასრული" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Jump to database "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "The %s functionality is affected by a known bug, see %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3133,7 +3154,7 @@ msgstr "" msgid "Structure" msgstr "სტრუქტურა" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3141,43 +3162,43 @@ msgstr "სტრუქტურა" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "ჩასმა" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "მოქმედებები" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "web server upload directory" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "The directory you set for upload work cannot be reached" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "დაბეჭდვა" @@ -3656,7 +3677,7 @@ msgid "Character set of the file" msgstr "სომბოლოთა ნაკრები ფაილისათვის" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "ფორმატი" @@ -5771,7 +5792,7 @@ msgstr "Routines" msgid "Events" msgstr "მოვლენები" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -6204,7 +6225,7 @@ msgstr "Sort by key" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "პარამეტრები" @@ -6810,12 +6831,12 @@ msgid "Data dump options" msgstr "მონაცემთა ბაზის ჩვენების პარამეტრები" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Dumping data for table" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Table structure for table" @@ -7024,31 +7045,31 @@ msgstr "პროცედურები" msgid "Functions" msgstr "ფუნქციები" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Constraints for dumped tables" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Constraints for table" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME TYPES FOR TABLE" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELATIONS FOR TABLE" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "სტრუქტურა ხედისათვის" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Stand-in structure for view" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -7278,7 +7299,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Submit" @@ -7634,7 +7655,7 @@ msgstr "ცვლადი" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "მნიშვნელობა" @@ -8402,6 +8423,11 @@ msgstr "" msgid "Target database" msgstr "მონაცემთა ბაზაში ძებნა" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8563,7 +8589,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "ინდექსი" @@ -9420,7 +9446,7 @@ msgstr "მდებარეობა" msgid "Original position" msgstr "საწყისი მდებარეობა" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "ინფორმაცია" @@ -10287,7 +10313,7 @@ msgstr "წუთში" msgid "per second" msgstr "წამში" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Statements" @@ -12000,39 +12026,37 @@ msgstr "Can't rename index to PRIMARY!" msgid "No index parts defined!" msgstr "No index parts defined!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "ახალი ინდექსის შექმნა" +#| msgid "Add new field" +msgid "Add index" +msgstr "ახალი ველის დამატება" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "ინდექსის შეცვლა" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "რედაქტირების რეჟიმი" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "ინდექსის სახელი:" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" must be the name of and only of a primary key!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "ინდექსის სახელი:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "ინდექსის ტიპი:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Add to index  %s column(s)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Column count has to be larger than zero." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Can't move table to same one!" @@ -12159,39 +12183,39 @@ msgstr "Check referential integrity:" msgid "Showing tables" msgstr "ცხრილების ჩვენება" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "ადგილის გამოყენება" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "გამოყენება" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "ეფექტური" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Row Statistics" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "სტატიკური" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "დინამიური" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "სტრიქონის სიგრძე" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "სტრიქონის ზომა " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -12254,12 +12278,6 @@ msgstr "Browse distinct values" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -#, fuzzy -#| msgid "Add new field" -msgid "Add index" -msgstr "ახალი ველის დამატება" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -12336,13 +12354,13 @@ msgstr "ცხრილის დასაწყისში" msgid "After %s" msgstr "After %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Create an index on %s columns" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "დაყოფილი" @@ -13697,6 +13715,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "ახალი ინდექსის შექმნა" + +#~ msgid "Modify an index" +#~ msgstr "ინდექსის შეცვლა" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Column count has to be larger than zero." + #, fuzzy #~ msgid "Create Table" #~ msgstr "ცხრილის შექმნა" diff --git a/po/ko.po b/po/ko.po index 1da541e5fa..25333ef3d2 100644 --- a/po/ko.po +++ b/po/ko.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" -"PO-Revision-Date: 2011-11-14 17:14+0200\n" -"Last-Translator: Gihun Ham \n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" +"PO-Revision-Date: 2011-11-18 08:35+0200\n" +"Last-Translator: manyfun \n" "Language-Team: korean \n" "Language: ko\n" "MIME-Version: 1.0\n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.1.6\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "모두 보기" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -37,9 +37,9 @@ msgstr "" "대상 브라우저 창을 업데이트할 수 없습니다. 부모 창을 닫았거나 브라우저의 보" "안 설정이 다른 창을 업데이트하지 못하도록 설정되어 있는 것 같습니다." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "검색" @@ -47,10 +47,10 @@ msgstr "검색" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -72,17 +72,17 @@ msgstr "검색" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "실행" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "키 이름" @@ -117,7 +117,9 @@ msgstr "원격 URL 열기에 실패했습니다" msgid "" "The %s file is not available on this system, please visit www.phpmyadmin.net " "for more information." -msgstr "%s 파일이 이 시스템에서 사용 가능하지 않습니다. www.phpmyadmin.net에 방문하여 정보를 확인하시기 바랍니다." +msgstr "" +"%s 파일이 이 시스템에서 사용 가능하지 않습니다. www.phpmyadmin.net에 방문하" +"여 정보를 확인하시기 바랍니다." #: db_create.php:60 #, php-format @@ -134,19 +136,19 @@ msgstr "데이터베이스 설명:" msgid "Table comments" msgstr "테이블 설명" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "컬럼명" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -158,18 +160,18 @@ msgstr "컬럼명" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "종류" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -202,8 +204,8 @@ msgstr "링크 대상:" msgid "Comments" msgstr "설명(코멘트)" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -218,8 +220,8 @@ msgstr "설명(코멘트)" msgid "No" msgstr "아니오 " -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -328,12 +330,12 @@ msgstr "제약조건 추가" msgid "Switch to copied database" msgstr "복사한 테이블로 옮겨감" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "데이터정렬방식" @@ -366,36 +368,36 @@ msgstr "테이블 " #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "행(레코드)" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "크기" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "사용중" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "생성" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "업데이트" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "검사" @@ -457,7 +459,7 @@ msgid "Del" msgstr "삭제" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "또는" @@ -525,8 +527,8 @@ msgid "%s match inside table %s" msgid_plural "%s matches inside table %s" msgstr[0] "테이블 %s에서 %s 건 일치" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "보기" @@ -657,8 +659,8 @@ msgstr "모두 체크안함" msgid "Check tables having overhead" msgstr "오버헤드를 가진 테이블들을 체크" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -672,14 +674,14 @@ msgstr "내보내기" msgid "Print view" msgstr "인쇄용 보기" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "비우기" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "삭제" @@ -688,7 +690,7 @@ msgstr "삭제" msgid "Check table" msgstr "테이블 검사" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "테이블 최적화" @@ -751,7 +753,7 @@ msgstr "수정됨" msgid "Status" msgstr "상태" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -759,7 +761,7 @@ msgstr "상태" msgid "Action" msgstr "실행" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "이 테이블에 대한 추적 데이터를 제거" @@ -795,24 +797,24 @@ msgstr "테이블 추적" msgid "Database Log" msgstr "데이터베이스 로그" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "ENUM / SET 수정" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "새로운 열의 값" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "\"%s\" 열의 값" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field" @@ -883,65 +885,64 @@ msgstr "기본 레이어로 OpenStreetMaps를 사용" msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Geometry" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "포인트" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "포인트 %d" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "포인트 추가하기" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "줄(열) 구분자" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "외륜" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "내륜" #: gis_data_editor.php:252 -#| msgid "Add a new User" msgid "Add a linestring" msgstr "선 추가" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "내부 링 추가" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 #, fuzzy msgid "Polygon" msgstr "폴리곤" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "폴리곤 추가" @@ -1050,197 +1051,205 @@ msgstr "뒤로" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin 은 프레임을 지원하는 브라우저에서 잘 보입니다." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "선택하려면 클릭하세요" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "선택을 해제하려면 클릭하세요" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" 구문은 허락되지 않습니다." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "정말로 다음을 실행하시겠습니까? " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "이 데이터베이스 전체를 제거하려고 합니다!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "이 테이블 전체를 제거하려고 합니다!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "이 테이블 전체를 비우려고 합니다!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "추적 데이터 삭제중" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "기본 키 / 인덱스를 제거중" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "이 명령은 오랜 시간이 걸릴 수 있습니다. 그래도 실행하시겠습니까?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "BLOB 저장소를 사용 불가능하게 하려고 합니다!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "정말로 데이터베이스 %s에서 모든 BLOB 참조를 사용 불가능하게 하시겠습니까?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "입력 폼 안에 빠진 값이 있습니다!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "은 숫자가 아닙니다!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "인덱스 추가" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit next row" +msgid "Edit Index" +msgstr "다음 행 수정" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +msgid "Add %d column(s) to index" +msgstr "필드 추가하기" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "전체 갯수" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "호스트명이 없습니다!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "사용자명이 없습니다!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "암호가 없습니다!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "암호가 동일하지 않습니다!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "사용자 추가" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "사용권한을 다시 불러옵니다." -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "선택한 사용자를 삭제" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "닫기" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "수정" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "실시간 전송량 도표" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "실시간 연결/프로세스 도표" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "실시간 쿼리 도표" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "정적 데이터" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "전체 쿼리수" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "기타" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "KiB가 마지막 새로고침 이후로 전송되었습니다." -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "KiB를 마지막 새로고침 이후로 받았습니다." -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "서버 전송량(KiB)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "마지막 새로고침 이후 연결 수" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "프로세스" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "연결 / 프로세스" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "마지막 새로고침 이후 Questions" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 #, fuzzy msgid "Questions (executed statements by the server)" msgstr "Questions(서버에 의해 실행된 문장)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "질의 통계" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Failed to write file to disk." msgid "Local monitor configuration incompatible" msgstr "로컬 모니터 설정이 호환되지 않습니다." -#: js/messages.php:94 +#: js/messages.php:95 #, fuzzy msgid "" "The chart arrangement configuration in your browsers local storage is not " @@ -1252,169 +1261,169 @@ msgstr "" "창과 호환되지 않습니다. 당신의 현재 설정은 더 이상 작동하지 않을 수 있습니" "다. 설정메뉴에서 설정을 초기화해주세요." -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "질의 캐시 효율" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "질의 캐시 사용량" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy msgid "Query cache used" msgstr "사용된 질의 캐시" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "시스템 CPU 사용량" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "시스템 메모리" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "시스템 스왑" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "평균 부하" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "전체 메모리" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "캐시된 메모리" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "버퍼 메모리" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "사용가능 메모리" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "사용된 메모리" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "전체 스왑" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "캐시된 스왑" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "사용된 스왑" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "사용가능 스왑" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "바이트 보냄" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "바이트 받음" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "연결 수" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy msgid "Questions" msgstr "테이블 작업" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "소통량" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "Deleting %s" msgid "Settings" msgstr "%s 을 삭제합니다" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Rename database to" msgid "Remove chart" msgstr "데이터베이스 이름 변경" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "없음" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1422,186 +1431,186 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "파일로 저장" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "사용가능" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "무효" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "Change" msgid "Change settings" msgstr "변경" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "Connections" msgid "Current settings" msgstr "연결 수" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Import files" msgid "Chart Title" msgstr "파일 가져오기" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy msgid "Jump to Log table" msgstr "데이터베이스가 없습니다" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Table options" msgid "Log table filter options" msgstr "테이블 옵션" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of columns" msgid "Sum of grouped rows:" msgstr "컬럼수" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "전체 사용량" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy msgid "Loading logs" msgstr "Local" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Rename database to" msgid "Reload page" msgstr "데이터베이스 이름 변경" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 @@ -1609,371 +1618,382 @@ msgstr "" msgid "Import" msgstr "내보내기" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "질의 업데이트" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "문서" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Authenticating..." msgid "Justification" msgstr "인증중입니다..." -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy msgid "Loading" msgstr "Local" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "프로세스 목록" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "데이터베이스 이름 변경" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Rename database to" msgid "Reload Database" msgstr "데이터베이스 이름 변경" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "데이터베이스 복사" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "Table must have at least one column." msgid "Table must have at least one column" msgstr "테이블은 적어도 1개 이상의 컬럼을 갖고 있어야 합니다." -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "사용할 테이블" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Indexes" msgid "Hide indexes" msgstr "인덱스" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "grid 보기" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "검색" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy msgid "Hide search results" msgstr "SQL 질의" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy msgid "Show search results" msgstr "SQL 질의" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "보기" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "%s 을 삭제합니다" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "새 사용자 추가" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy msgid "Hide query box" msgstr "SQL 질의" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy msgid "Show query box" msgstr "SQL 질의" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "변경" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "저장" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy msgid "Hide search criteria" msgstr "SQL 질의" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy msgid "Show search criteria" msgstr "SQL 질의" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "검색" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "컬럼 추가/삭제" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "SQL result" +msgid "Query results" +msgstr "SQL 결과" + +#: js/messages.php:291 +#, fuzzy +msgid "Data point content" +msgstr "테이블 설명" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignore" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy msgid "Add columns" msgstr "필드 추가하기" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "출력할 필드 선택" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "암호 변경" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "암호 변경" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mo" msgid "More" msgstr "월" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1981,28 +2001,28 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr "" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "데이터베이스가 없습니다" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "완료" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "이전" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2010,149 +2030,149 @@ msgid "Next" msgstr "다음" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "오늘" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "1월" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "2월" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "3월" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "4월" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "5월" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "6월" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "7월" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "8월" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "9월" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "10월" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "11월" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "12월" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "1월" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "2월" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "3월" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "4월" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "5월" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "6월" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "7월" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "8월" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "9월" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "10월" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "11월" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "12월" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "일요일" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "월요일" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "화요일" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "수요일" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "목요일" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "금요일" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "토요일" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2160,89 +2180,89 @@ msgid "Sun" msgstr "일" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "월" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "화" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "수" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "목" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "금" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "토" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "일" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "월" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "화" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "수" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "목" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "금" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "토" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "주" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "시간" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "시" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "분" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "초" @@ -2326,46 +2346,46 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "인덱스가 설정되지 않았습니다!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "인덱스" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "고유값" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Cardinality" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 #, fuzzy msgid "Comment" msgstr "설명(코멘트)" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "기본 키를 제거했습니다" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "인덱스 %s 를 제거했습니다" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2682,14 +2702,14 @@ msgstr "테이블 수" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "데이터" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "부담" @@ -2917,48 +2937,48 @@ msgstr "%s일 %s시간 %s분 %s초" msgid "Missing parameter:" msgstr "매개 변수 누락:" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 msgctxt "First page" msgid "Begin" msgstr "처음" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 msgctxt "Previous page" msgid "Previous" msgstr "이전" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 msgctxt "Next page" msgid "Next" msgstr "다음" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 msgctxt "Last page" msgid "End" msgstr "마지막" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "데이터베이스 "%s" 로 이동." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "%s 기능은 알려진 버그가 있습니다. %s 문서를 참조하십시오" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2970,7 +2990,7 @@ msgstr "" msgid "Structure" msgstr "구조" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2978,43 +2998,43 @@ msgstr "구조" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "삽입" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "테이블 작업" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "업로드 파일:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "웹서버 업로드 디렉토리" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "업로드 디렉토리에 접근할 수 없습니다" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" -msgstr "" +msgstr "업로드할 파일이 없습니다." -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" -msgstr "" +msgstr "실행하기" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "인쇄" @@ -3462,7 +3482,7 @@ msgid "Character set of the file" msgstr "파일 문자셋:" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Format" @@ -5416,7 +5436,7 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5819,7 +5839,7 @@ msgstr "" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 #, fuzzy msgid "Options" msgstr "테이블 작업" @@ -6366,12 +6386,12 @@ msgid "Data dump options" msgstr "데이터베이스 사용량 통계" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "테이블의 덤프 데이터" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "테이블 구조" @@ -6571,32 +6591,32 @@ msgstr "프로세스 목록" msgid "Functions" msgstr "함수" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 #, fuzzy msgid "Structure for view" msgstr "구조만" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -6816,7 +6836,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "확인" @@ -7163,7 +7183,7 @@ msgstr "변수" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "값" @@ -7891,6 +7911,11 @@ msgstr "" msgid "Target database" msgstr "데이터베이스 검색" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "선택하려면 클릭하세요" + #: libraries/sql_query_form.lib.php:189 #, fuzzy, php-format msgid "Run SQL query/queries on server %s" @@ -8034,7 +8059,7 @@ msgstr "기본값에는, 역슬래시나 따옴표 없이 단 하나의 값을 #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "인덱스" @@ -8754,7 +8779,7 @@ msgstr "" msgid "Original position" msgstr "" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 #, fuzzy msgid "Information" msgstr "로그인 정보" @@ -9612,7 +9637,7 @@ msgstr "" msgid "per second" msgstr "" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "명세" @@ -11086,38 +11111,34 @@ msgstr "인덱스 이름을 기본 키로 바꿀 수 없습니다!" msgid "No index parts defined!" msgstr "No index parts defined!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "인덱스 추가" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "새 인덱스 만들기" +#| msgid "Add index" +msgid "Edit index" +msgstr "인덱스 추가" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "인덱스 수정" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "인덱스 이름:" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(\"PRIMARY\"는 기본 키만의 유일한 이름입니다!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "인덱스 이름:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "인덱스 종류:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "%s개 열(칼럼)에 인덱스 추가" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "같은 테이블이 있어 옮길 수 없음!" @@ -11246,39 +11267,39 @@ msgstr "referential 무결성 검사:" msgid "Showing tables" msgstr "테이블 보기" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "공간 사용량" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "사용법(량)" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "실제량" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "행(레코드) 통계" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "정적" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "동적(다이내믹)" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "행 길이" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Row size" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11335,10 +11356,6 @@ msgstr "" msgid "Add primary key" msgstr "기본키 추가" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "인덱스 추가" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "유일 인덱스 추가" @@ -11414,13 +11431,13 @@ msgstr "테이블의 처음" msgid "After %s" msgstr "%s 다음에" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "%s 개 열(칼럼)에 인덱스 만들기 " -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -12722,6 +12739,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "선택을 해제하려면 클릭하세요" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "새 인덱스 만들기" + +#~ msgid "Modify an index" +#~ msgstr "인덱스 수정" + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ 삽입을 재시작하고 새 값을 추가합니다" diff --git a/po/lt.po b/po/lt.po index 52c4875760..035aae7903 100644 --- a/po/lt.po +++ b/po/lt.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-08-08 18:05+0200\n" "Last-Translator: Kęstutis \n" "Language-Team: lithuanian \n" @@ -15,13 +15,13 @@ msgstr "" "%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Rodyti viską" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "Tikslo langas neatnaujintas. Galbūt Jūs uždarėte pagrindinį langą arba Jūsų " "naršyklė blokuoja atnaujinimus tarp langų dėl nustatyto saugumo." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Paieška" @@ -48,10 +48,10 @@ msgstr "Paieška" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "Paieška" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Vykdyti" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Indekso pavadinimas" @@ -135,19 +135,19 @@ msgstr "Duomenų bazės komentaras: " msgid "Table comments" msgstr "Lentelės komentarai" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Stulpelis" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "Stulpelis" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Tipas" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -203,8 +203,8 @@ msgstr "Sąryšis su" msgid "Comments" msgstr "Komentarai" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "Komentarai" msgid "No" msgstr "Ne" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -329,12 +329,12 @@ msgstr "Pridėti apribojimą" msgid "Switch to copied database" msgstr "Pereiti į nukopijuotą duomenų bazę" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Palyginimas" @@ -366,36 +366,36 @@ msgstr "Lentelė" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Eilutės" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Dydis" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "šiuo metu naudojama" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Sukurta" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Paskutinis atnaujinimas" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Paskutinis patikrinimas" @@ -459,7 +459,7 @@ msgid "Del" msgstr "Pakeičiant" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Arba" @@ -529,8 +529,8 @@ msgstr[0] "%s atitikmuo lentelėje %s" msgstr[1] "%s atitikmenys lentelėse %s" msgstr[2] "%s atitikmenų lentelėse %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Peržiūrėti" @@ -666,8 +666,8 @@ msgstr "Atžymėti visas" msgid "Check tables having overhead" msgstr "Pažymėti turinčias perteklių" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -681,14 +681,14 @@ msgstr "Eksportuoti" msgid "Print view" msgstr "Spausdinti struktūrą" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Išvalyti" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Šalinti" @@ -697,7 +697,7 @@ msgstr "Šalinti" msgid "Check table" msgstr "Patikrinti lentelę" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimizuoti" @@ -760,7 +760,7 @@ msgstr "Atnaujinta" msgid "Status" msgstr "Būsena" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -768,7 +768,7 @@ msgstr "Būsena" msgid "Action" msgstr "Veiksmas" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Ištrinti šios lentelės sekimo duomenis" @@ -804,24 +804,24 @@ msgstr "Sekti lentelę" msgid "Database Log" msgstr "Duomenų bazės žurnalas" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "Stulpelio „%s“ reikšmės" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "Stulpelio „%s“ reikšmės" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field" @@ -900,49 +900,49 @@ msgstr "Naudoti OpenStreetMaps kaip pagrindinį sluoksnį" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add constraints" msgid "Add a point" msgstr "Pridėti apribojimą" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Eilutės baigiasi" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -952,17 +952,17 @@ msgstr "" msgid "Add a linestring" msgstr "Sukurti naują vartotoją" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Sukurti naują vartotoją" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add column" msgid "Add a polygon" @@ -1076,195 +1076,204 @@ msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" "phpMyAdmin draugiškesnis su rėmelius palaikančiomis naršyklėmis." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Spustelėkite pažymėjimui" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Spustelėkite atžymėjimui" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "„DROP DATABASE“ komandos įvykdyti negalima." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Ar tikrai norite " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Jūs ruošiatės SUNAIKINTI visą duomenų bazę!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "Jūs ruošiatės SUNAIKINTI visą lentelę!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "Jūs ruošiatės SUNAIKINTI visą lentelę!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Trinami sekimo duomenys" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Šalinamas pirminis raktas/indeksas" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Operacija gali ilgai užtrukti. Tęsti?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Jūs ruošiatės IŠJUNGTI BLOB saugyklą!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "Ar tikrai norite išjungti visas BLOB nuorodas duomenų bazei %s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Trūksta reikšmės formoje!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Įveskite skaičių!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "Pridėti indeksą" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Redagavimo režimas" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "Pridėti %s stulpelį(-ius)" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Iš viso" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Tuščias prisijungimo adresas!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Tuščias vartotojo vardas!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Tuščias slaptažodis!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Slaptažodžiai nesutampa!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Pridėti naudotoją" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Perkraunamos privilegijos" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Šalinami pažymėti vartotojai" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Uždaryti" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Redaguoti" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "Tiesioginių duomenų srauto diagrama" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "Tiesioginių prisijungimų/procesų diagrama" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "Tiesioginė užklausos diagrama" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Statiniai duomenys" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Iš viso" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Kita" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr " " #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "," -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "KiB išsiųsta nuo paskutinio naujinimo" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "KiB gauta nuo paskutinio naujinimo" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Serverio duomenų srautas (KiB)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "prisijungimų nuo paskutinio įkėlimo iš naujo" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Procesai" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Prisijungimai / Procesai" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Užklausų statistika" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Failed to read configuration file" msgid "Local monitor configuration incompatible" msgstr "Nepavyko perskaityti konfigūracijos failo" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1272,173 +1281,173 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Užklausų saugykla" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Užklausų saugykla" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Užklausų saugykla" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "Sistemos CPU naudojimas" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Sistemos atmintis" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "Sistemos swap" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KiB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Vidutinis apkrovimas" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "Iš viso atminties" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "Podėlio atmintis" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "Buferio atmintis" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "Laisva atmintis" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "Naudojama atmintis" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "Iš viso Swap" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "Podėlio Swap" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "Naudojama swap" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "Laisva Swap" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "Išsiųsta baitų" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "Gauta baitų" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Prisijungimai" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy #| msgid "Versions" msgid "Questions" msgstr "Versijos" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Apkrovimas" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Nustatymai" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "Pašalinti diagramą" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "Keisti pavadinimą ir etiketes" -#: js/messages.php:129 +#: js/messages.php:130 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Pritraukti prie tinklelio" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "Prašome pridėti bent vieną kintamąjį į eilę" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Ne" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "general_log ir slow_query_log yra įjungti." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "general_log įjungtas." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "slow_query_log įjungtas." -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log ir general_log yra išjungti." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1446,12 +1455,12 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time yra nustatytas į %d sekundė(-es/-žių)." -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1460,30 +1469,30 @@ msgstr "" "serverio pakartotino paleidimo:" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "Nustatyti log_output į %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "Įjungti %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "Išjungti %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "Nustatyti long_query_time į %ds" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1491,126 +1500,126 @@ msgstr "" "Jūs negalite pakeisti šių kintamųjų. Prašome prisijungti kaip root arba " "susisiekite su Jūsų duombazės administratoriumi." -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "Keisti nustatymus" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "Dabartiniai nustatymai" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "Diagramos antraštė" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "Skirtumas" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "Padalintas į %s:" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "Eiti į žurnalo lentelę" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "Lentelių rodymo nustatymai" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Filtras" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "Filtro užklausa pagal žodį/regexp:" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Sugrupuoti užklausas, nepaisant kintamųjų duomenų WHERE dalyje" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of inserted rows" msgid "Sum of grouped rows:" msgstr "Įkeltų eilučių skaičius" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "Iš viso:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "Įkeliami žurnalai" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "Puslapį įkelti iš naujo" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "Paveiktos eilutės:" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" "Nepavyko išnagrinėti konfigūracinio failo. Atrodo, kad tai nėra teisingas " "JSON kodas." -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." @@ -1618,350 +1627,362 @@ msgstr "" "Nepavyko sudaryti diagramos tinklelio su importuota konfigūracija. Nustatoma " "į numatytąją konfigūraciją..." -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importuoti" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Atnaujinti užklausą" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dokumentacija" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details" msgid "Rule details" msgstr "Detalės" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Authentication" msgid "Justification" msgstr "Atpažinimas" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Atšaukti" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Įkeliama" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Vykdoma užklausa" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Klaida vykdant užklausą" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Šalinamas stulpelis" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Pridedamas pirminis raktas" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "Gerai" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Keičiamas duomenų bazės pavadinimas" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Perkrauti duomenų bazę" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Kopijuojama duomenų bazė" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Keičiama koduotė" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "Lentelė turi turėti bent vieną stulpelį" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Įterpti lentelę" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "Nerodyti indeksų" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "Rodyti indeksus" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Ieškoma" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Slėpti paieškos rezultatus" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Rodyti paieškos rezultatas" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Peržiūrėti" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "Šaliname" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Apibrėžimas „stored“ funkcijos turi turėti RETURN teiginį." -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "+ Add a value" msgid "Add %d value(s)" msgstr "+ Pridėti reikšmę" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" "Pastaba: Jei failas turi keletą lentelių jos bus sukombinuotos į vieną." -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Slėpti užklausos laukelį" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Rodyti užklausos laukelį" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Nepasirinkti įrašai" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Redaguoti" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "Užklausos vykdymo laikas" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Išsaugoti" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Slėpti paieškos kriterijų" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Rodyti paieškos kriterijų" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Paieška" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "Įterpti/trinti stulpelius" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Veiksmai su užklausos rezultatais" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Duomenų rodyklės dydis" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignoruoti" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Kopijuoti" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "Pridėti stulpelį(-ius)" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Pasirinkite siejamą raktą" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Pasirinkti Foreign Key" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Prašome pasirinkti pirminį raktą arba unikalųjį raktą" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Pasirinkite laukus peržiūrai" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Pridėti parinktį stulpeliui/skilčiai" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Spustelėkite pažymėjimui" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Eiti į rodinį (view)" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Generuoti slaptažodį" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generuoti" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Pakeisti slaptažodį" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Daugiau" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1971,27 +1992,27 @@ msgstr "" "atnaujinimą. Naujausia versija yra %s, išleista %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", naujausia stabili versija:" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "naujausias" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Atlikta" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Ankstesnis" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1999,149 +2020,149 @@ msgid "Next" msgstr "Kitas" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Šiandien" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "sausio" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "vasario" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "kovo" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "balandžio" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Geg" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "birželio" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "liepos" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "rugpjūčio" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "rugsėjo" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "spalio" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "lapkričio" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "gruodžio" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Sau" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Vas" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Kov" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Bal" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "Geg" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Bir" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Lie" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Rgp" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Rgs" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Spa" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Lap" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Grd" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Sekmadienis" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Pirmadienis" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Antradienis" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "Trečiadienis" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "Ketvirtadienis" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "Penktadienis" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "Šeštadienis" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2149,89 +2170,89 @@ msgid "Sun" msgstr "Sek" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Pir" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Ant" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Tre" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Ket" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Pen" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Šeš" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "Sk" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "Pr" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "An" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "Tr" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "Kt" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "Pn" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "Št" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Sav." -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Laikas" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Valanda" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Minutė" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Sekundės" @@ -2313,45 +2334,45 @@ msgstr "Klaida perkeliant atsiųstą failą." msgid "Cannot read (moved) upload file." msgstr "Negalima perskaityti (perkelti) įkelto failo." -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Nėra aprašytų indeksų!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indeksai" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Unikalus" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Suspausta" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Elementų skaičius" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Komentaras" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Panaikintas pirminis raktas" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Indeksas %s ištrintas" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2681,14 +2702,14 @@ msgstr "Lentelės" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Duomenys" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Perteklius" @@ -2915,7 +2936,7 @@ msgstr "%s d., %s val., %s min. ir %s s" msgid "Missing parameter:" msgstr "Trūkstamas parametras:" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2923,7 +2944,7 @@ msgctxt "First page" msgid "Begin" msgstr "Pradžia" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -2932,7 +2953,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Ankstesnis" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -2941,7 +2962,7 @@ msgctxt "Next page" msgid "Next" msgstr "Kitas" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -2949,22 +2970,22 @@ msgctxt "Last page" msgid "End" msgstr "Pabaiga" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Pereiti į „%s“ duomenų bazę." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "%s funkcionalumas paveiktas žinomos klaidos, žiūrėti %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "Spustelėkite suskleidimui/atskleidimui" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2976,7 +2997,7 @@ msgstr "Spustelėkite suskleidimui/atskleidimui" msgid "Structure" msgstr "Struktūra" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2984,42 +3005,42 @@ msgstr "Struktūra" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Įterpti" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Veiksmai" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Naršyti savo kompiuteryje:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Pasirinkti iš saityno serverio atsisiuntimų katalogą %s:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Nepasiekimas nurodytas www-serverio katalogas atsiuntimams." -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "Nėra failų išsiuntimui" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "Vykdyti" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Spausdinti" @@ -3472,7 +3493,7 @@ msgid "Character set of the file" msgstr "Failo simbolių koduotė:" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Formatas" @@ -5448,7 +5469,7 @@ msgstr "" msgid "Events" msgstr "Įvykiai" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5819,7 +5840,7 @@ msgstr "Rūšiuoti pagal raktą" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Nustatymai" @@ -6359,12 +6380,12 @@ msgid "Data dump options" msgstr "Duomenų išvedimo nustatymai" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Sukurta duomenų kopija lentelei" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Sukurta duomenų struktūra lentelei" @@ -6572,31 +6593,31 @@ msgstr "Procedūros" msgid "Functions" msgstr "Funkcijos" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Apribojimai eksportuotom lentelėm" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Apribojimai lentelei" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME TIPAI LENTELEI" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "SĄRYŠIAI LENTELEI" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Struktūra peržiūrėjimui" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Tik struktūra rodiniui" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "Klaida skaitant duomenis:" @@ -6820,7 +6841,7 @@ msgid "To" msgstr "Kam" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Siųsti" @@ -7177,7 +7198,7 @@ msgstr "Kintamasis" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Reikšmė" @@ -7861,6 +7882,11 @@ msgstr "Skirtumas" msgid "Target database" msgstr "Į duomenų bazę" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Spustelėkite pažymėjimui" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8015,7 +8041,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Indeksas" @@ -8775,7 +8801,7 @@ msgstr "Padėtis" msgid "Original position" msgstr "Pirminė padėtis" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Informacija" @@ -9643,7 +9669,7 @@ msgstr "per minutę" msgid "per second" msgstr "per sekundę" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Parametrai" @@ -11145,38 +11171,34 @@ msgstr "Negalima pervadinti indekso į PRIMARY!" msgid "No index parts defined!" msgstr "Neaprašytos indekso dalys!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "Pridėti indeksą" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Sukurti naują indeksą" +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Redagavimo režimas" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Keisti indeksą" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Indekso vardas :" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(\"PRIMARY\" yra vienintelis pirminio rakto tipas!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Indekso vardas :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Indekso tipas :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Įterpti indeksui papildomus  %s stulpelį(ius)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Stulpelių skaičius turi būti didesnis negu nulis." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Negalima perkelti lentelės į ją pačią!" @@ -11299,39 +11321,39 @@ msgstr "Patikrinti sąryšių vientisumą:" msgid "Showing tables" msgstr "Rodyti lentelės" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Vietos naudojimas" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Išnaudota" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Efektyvus" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Eilučių statistika" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "pastovus" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dinaminis" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Eilutės ilgis" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Eilutės dydis" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11388,10 +11410,6 @@ msgstr "Peržiūrėti skirtingas reikšmes" msgid "Add primary key" msgstr "Pridėti pirminį raktą" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "Pridėti indeksą" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "Pridėti unikalų indeksą" @@ -11459,12 +11477,12 @@ msgstr "Lentelės pradžioje" msgid "After %s" msgstr "Po %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "Sukurti indeksą  %s stulpeliams" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -12806,6 +12824,19 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "Spustelėkite atžymėjimui" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Sukurti naują indeksą" + +#~ msgid "Modify an index" +#~ msgstr "Keisti indeksą" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Stulpelių skaičius turi būti didesnis negu nulis." + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ Paleisti iš naujo įterpimą ir pridėti naują reikšmę" diff --git a/po/lv.po b/po/lv.po index 46a1288741..1a41f4f9f7 100644 --- a/po/lv.po +++ b/po/lv.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2010-03-12 09:16+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: latvian \n" @@ -13,13 +13,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.5.3\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Rādīt visu" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -37,9 +37,9 @@ msgstr "" "vai arī Jūsu pārlūkprogramma bloķe starplogu saskarsmi Jūsu drošības " "iestādījumu dēļ." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Meklēt" @@ -47,10 +47,10 @@ msgstr "Meklēt" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -72,17 +72,17 @@ msgstr "Meklēt" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Aiziet!" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Atslēgas nosaukums" @@ -132,21 +132,21 @@ msgstr "Datubāzes komentārs: " msgid "Table comments" msgstr "Komentārs tabulai" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 #, fuzzy #| msgid "Column names" msgid "Column" msgstr "Kolonnu nosaukumi" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -158,18 +158,18 @@ msgstr "Kolonnu nosaukumi" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Tips" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Nulle" @@ -202,8 +202,8 @@ msgstr "Linki uz" msgid "Comments" msgstr "Komentāri" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -218,8 +218,8 @@ msgstr "Komentāri" msgid "No" msgstr "Nē" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -331,12 +331,12 @@ msgstr "Pievienot ierobežojumus" msgid "Switch to copied database" msgstr "Pārslēgties uz nokopēto datubāzi" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Izkārtojumi" @@ -374,36 +374,36 @@ msgstr "Tabula" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Rindas" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Izmērs" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "lietošanā" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Izveidošana" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Pēdējā atjaunošana" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Pēdējā pārbaude" @@ -468,7 +468,7 @@ msgid "Del" msgstr "Dzēst" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Vai" @@ -542,8 +542,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s rezultāti tabulā %s" msgstr[1] "%s rezultāti tabulā %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Apskatīt" @@ -685,8 +685,8 @@ msgstr "Neiezīmēt neko" msgid "Check tables having overhead" msgstr "Iezīmēt tabulas ar pārtēriņu" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -700,14 +700,14 @@ msgstr "Eksports" msgid "Print view" msgstr "Izdrukas versija" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Iztukšot" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Likvidēt" @@ -716,7 +716,7 @@ msgstr "Likvidēt" msgid "Check table" msgstr "Pārbaudīt tabulu" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimizēt tabulu" @@ -784,7 +784,7 @@ msgstr "" msgid "Status" msgstr "Statuss" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -792,7 +792,7 @@ msgstr "Statuss" msgid "Action" msgstr "Darbība" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -832,22 +832,22 @@ msgstr "Pārbaudīt tabulu" msgid "Database Log" msgstr "Datubāze" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of rows per page" msgid "Values for column %s" msgstr "Rindu skaits vienā lapā" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -920,49 +920,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add new field" msgid "Add a point" msgstr "Pievienot jaunu lauku" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Rindas atdalītas ar" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -972,17 +972,17 @@ msgstr "" msgid "Add a linestring" msgstr "Pievienot jaunu lietotāju" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Pievienot jaunu lietotāju" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add %s field(s)" msgid "Add a polygon" @@ -1083,214 +1083,223 @@ msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" "phpMyAdmin ir vairāk draudzīgs freimu atbalstošām pārlūkprogrammām." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" komanda ir aizliegta." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Vai Jūs tiešām gribat " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Jūs taisaties LIKVIDĒT veselu datubāzi!" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "Jūs taisaties LIKVIDĒT veselu datubāzi!" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "Jūs taisaties LIKVIDĒT veselu datubāzi!" -#: js/messages.php:37 +#: js/messages.php:35 #, fuzzy #| msgid "Allows inserting and replacing data." msgid "Deleting tracking data" msgstr "Ļauj ievietot un mainīt datus." -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Formā trūkst vērtību!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Tas nav numurs!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add new field" +msgid "Add Index" +msgstr "Pievienot jaunu lauku" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Index" +msgid "Edit Index" +msgstr "Indekss" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s field(s)" +msgid "Add %d column(s) to index" +msgstr "Pievienot %s lauku(s)" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Total" msgid "Total count" msgstr "Kopā" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Hosts nav norādīts!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Lietotāja vārds nav norādīts!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Parole nav norādīta!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Paroles nesakrīt!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Jebkurš lietotājs" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy msgid "Reloading Privileges" msgstr "Globālās privilēģijas" -#: js/messages.php:60 +#: js/messages.php:61 #, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" msgstr "Dzēst izvēlētos lietotājus" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Labot" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Servera izvēle" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy msgid "Live query chart" msgstr "SQL vaicājums" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Kopā" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr " " #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Servera izvēle" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Procesi" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "Konekcijas" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy msgid "Query statistics" msgstr "Rindas statistika" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1298,177 +1307,177 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy msgid "Query cache efficiency" msgstr "Vaicājuma tips" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy msgid "Query cache usage" msgstr "Vaicājuma tips" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy msgid "Query cache used" msgstr "Vaicājuma tips" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Total" msgid "Total memory" msgstr "Kopā" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Kopā" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Saņemts" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Konekcijas" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy msgid "Questions" msgstr "Persiešu" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Datu apmaiņa" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Galvenās relāciju īpašības" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Rename database to" msgid "Remove chart" msgstr "Pārsaukt datubāzi par" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Nav" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1476,186 +1485,186 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Saglabāt kā failu" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Ieslēgts" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Izslēgts" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Galvenās relāciju īpašības" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Galvenās relāciju īpašības" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Import files" msgid "Chart Title" msgstr "Importēt failus" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy msgid "Jump to Log table" msgstr "Nav datubāzu" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Table options" msgid "Log table filter options" msgstr "Tabulas opcijas" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of rows per page" msgid "Sum of grouped rows:" msgstr "Rindu skaits vienā lapā" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Kopā" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy msgid "Loading logs" msgstr "Lokāls" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Rename database to" msgid "Reload page" msgstr "Pārsaukt datubāzi par" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 @@ -1663,375 +1672,387 @@ msgstr "" msgid "Import" msgstr "Eksports" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Atjaunot vaicājumu" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dokumentācija" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Dokumentācija" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy msgid "Loading" msgstr "Lokāls" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Procesi" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "Labi" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Pārsaukt datubāzi par" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Rename database to" msgid "Reload Database" msgstr "Pārsaukt datubāzi par" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Kopēt datubāzi uz" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Kodējums" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "You have to choose at least one column to display" msgid "Table must have at least one column" msgstr "Izvēlieties vismaz vienu kolonnu attēlošanai" -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Lietot tabulas" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Add new field" msgid "Hide indexes" msgstr "Pievienot jaunu lauku" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Rādīt režģi" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Meklēt" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy msgid "Hide search results" msgstr "SQL vaicājums" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy msgid "Show search results" msgstr "SQL vaicājums" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Apskatīt" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Dzēšam %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Pievienot jaunu lietotāju" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy msgid "Hide query box" msgstr "SQL vaicājums" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy msgid "Show query box" msgstr "SQL vaicājums" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Rindas nav iezīmētas" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Labot" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Saglabāt" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy msgid "Hide search criteria" msgstr "SQL vaicājums" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy msgid "Show search criteria" msgstr "SQL vaicājums" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Meklēt" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Pievienot/Dzēst laukus (kolonnas)" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "SQL result" +msgid "Query results" +msgstr "SQL rezultāts" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Table of contents" +msgid "Data point content" +msgstr "Satura rādītājs" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignorēt" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "Pievienot %s lauku(s)" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Izvēlieties, kuru lauku rādīt" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "Mainīt paroli" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 #, fuzzy msgid "Generate" msgstr "Uzģenerēja" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Mainīt paroli" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "P" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2039,30 +2060,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr "" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "Nav datubāzu" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy #| msgid "None" msgid "Done" msgstr "Nav" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Iepriekšējie" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2070,96 +2091,96 @@ msgid "Next" msgstr "Nākamie" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Kopā" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binārais" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Mai" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jūn" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jūl" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Aug" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2167,78 +2188,78 @@ msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Jūn" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Jūl" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Dec" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Sv" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "P" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "O" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Pk" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2246,105 +2267,105 @@ msgid "Sun" msgstr "Sv" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "P" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "O" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "T" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "C" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Pk" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "S" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Sv" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "P" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "O" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "T" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "C" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pk" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "S" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Laiks" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "lietošanā" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2425,46 +2446,46 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Nav definēti indeksi!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indeksi" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Unikālais" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Kardinalitāte" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 #, fuzzy msgid "Comment" msgstr "Komentāri" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Primārā atslēga tika izdzēsta" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Indekss %s tika izdzēsts" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2790,14 +2811,14 @@ msgstr "Tabulas" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Dati" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Pārtēriņš" @@ -3027,7 +3048,7 @@ msgstr "%s dienas, %s stundas, %s minūtes un %s sekundes" msgid "Missing parameter:" msgstr "Pievienot jaunu lauku" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3035,7 +3056,7 @@ msgctxt "First page" msgid "Begin" msgstr "Sākums" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3044,7 +3065,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Iepriekšējie" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3053,7 +3074,7 @@ msgctxt "Next page" msgid "Next" msgstr "Nākamie" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3061,22 +3082,22 @@ msgctxt "Last page" msgid "End" msgstr "Beigas" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "pāriet pie datubāzes "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3088,7 +3109,7 @@ msgstr "" msgid "Structure" msgstr "Struktūra" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3096,43 +3117,43 @@ msgstr "Struktūra" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Pievienot" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Darbības" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "web servera augšupielādes direktorija" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Direktoija, kuru norādijāt augšupielādei, nav pieejama" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Drukāt" @@ -3584,7 +3605,7 @@ msgid "Character set of the file" msgstr "Tabulas kodējums:" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Formats" @@ -5530,7 +5551,7 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5936,7 +5957,7 @@ msgstr "Kārtot pēc atslēgas" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 #, fuzzy msgid "Options" msgstr "Darbības" @@ -6492,12 +6513,12 @@ msgid "Data dump options" msgstr "Datubāzu eksporta opcijas" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Dati tabulai" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Tabulas struktūra tabulai" @@ -6708,32 +6729,32 @@ msgstr "Procesi" msgid "Functions" msgstr "Funkcija" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Ierobežojumi izmestām tabulām" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Ierobežojumi tabulai" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME TIPI TABULAI" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELĀCIJAS TABULAI" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 #, fuzzy msgid "Structure for view" msgstr "Tikai struktūra" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -6955,7 +6976,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Nosūtīt" @@ -7305,7 +7326,7 @@ msgstr "Mainīgais" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Vērtība" @@ -8045,6 +8066,11 @@ msgstr "" msgid "Target database" msgstr "Meklēt datubāzē" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, fuzzy, php-format msgid "Run SQL query/queries on server %s" @@ -8208,7 +8234,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Indekss" @@ -9002,7 +9028,7 @@ msgstr "Pozīcija" msgid "Original position" msgstr "Oriģinālā pozīcija" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Informācija" @@ -9877,7 +9903,7 @@ msgstr "minūtē" msgid "per second" msgstr "sekundē" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Parametrs" @@ -11363,40 +11389,38 @@ msgstr "Nevar pārsaukt indeksu par PRIMARY!" msgid "No index parts defined!" msgstr "Nav definēto indeksa daļu!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Izveidot jaunu indeksu" +#| msgid "Add new field" +msgid "Add index" +msgstr "Pievienot jaunu lauku" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Labot indeksu" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Add new field" +msgid "Edit index" +msgstr "Pievienot jaunu lauku" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Indeksa nosaukums :" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" jābūt tikai un vienīgi primārās atslēgas indeksa " "nosaukumam!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Indeksa nosaukums :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Indeksa tips :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Pievienot indeksam  %s kolonn(u/as)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Nevar pārvietot tabulu uz viņu pašu!" @@ -11527,39 +11551,39 @@ msgstr "Pārbaudīt referenciālo integritāti:" msgid "Showing tables" msgstr "Rādīt tabulas" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Diska vietas lietošana" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Aizņem" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Efektīvs" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Rindas statistika" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dinamisks" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Rindas garums" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Rindas izmērs " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11619,12 +11643,6 @@ msgstr "Pārlūkot ārējās vērtības" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -#, fuzzy -#| msgid "Add new field" -msgid "Add index" -msgstr "Pievienot jaunu lauku" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11703,13 +11721,13 @@ msgstr "Tabulas sākumā" msgid "After %s" msgstr "Pēc %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Izveidot indeksu uz %s laukiem" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -13016,6 +13034,13 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Izveidot jaunu indeksu" + +#~ msgid "Modify an index" +#~ msgstr "Labot indeksu" + #, fuzzy #~ msgid "Create Table" #~ msgstr "Izveidot jaunu lapu" diff --git a/po/mk.po b/po/mk.po index a37a1b01f5..1b7c264932 100644 --- a/po/mk.po +++ b/po/mk.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-05-19 17:04+0200\n" "Last-Translator: \n" "Language-Team: macedonian_cyrillic \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n==1 || n%10==1 ? 0 : 1;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "прикажи ги сите" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "затворили матични прозор, или ваш претраживач онемогућава ажурирање међу " "прозорима због сигурносних подешавања" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Пребарување" @@ -48,10 +48,10 @@ msgstr "Пребарување" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "Пребарување" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "OK" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Име на клуч" @@ -133,21 +133,21 @@ msgstr "Коментар на базата на податоци:" msgid "Table comments" msgstr "Коментар на табелата" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 #, fuzzy #| msgid "Column names" msgid "Column" msgstr "Имиња на колони" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "Имиња на колони" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Тип" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -203,8 +203,8 @@ msgstr "Врски кон" msgid "Comments" msgstr "Коментари" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "Коментари" msgid "No" msgstr "Не" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -330,12 +330,12 @@ msgstr "Додади ограничувања" msgid "Switch to copied database" msgstr "Префрли се на копираната база на податоци" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Подредување" @@ -373,36 +373,36 @@ msgstr "Табела" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Записи" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Големина" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "се користи" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Направено" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Последна измена" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Последна проверка" @@ -467,7 +467,7 @@ msgid "Del" msgstr "Del" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "или" @@ -541,8 +541,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s погодоци во табелата %s" msgstr[1] "%s погодоци во табелата %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Преглед" @@ -684,8 +684,8 @@ msgstr "ниедно" msgid "Check tables having overhead" msgstr "табели кои имаат пречекорувања" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -699,14 +699,14 @@ msgstr "Извоз" msgid "Print view" msgstr "Преглед за печатење" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Испразни" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Бриши" @@ -715,7 +715,7 @@ msgstr "Бриши" msgid "Check table" msgstr "Проверка на табелата" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Оптимизација на табелата" @@ -778,7 +778,7 @@ msgstr "Ажурирано" msgid "Status" msgstr "Статус" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -786,7 +786,7 @@ msgstr "Статус" msgid "Action" msgstr "Акција" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Избришете го податоците за тракирање од табелава" @@ -826,22 +826,22 @@ msgstr "Проверка на табелата" msgid "Database Log" msgstr "База на податоци" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of rows per page" msgid "Values for column %s" msgstr "Број на записи на страница" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -915,49 +915,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add new field" msgid "Add a point" msgstr "Додади ново поле" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Линиите се завршуваат со" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -967,17 +967,17 @@ msgstr "" msgid "Add a linestring" msgstr "Додади нов корисник" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Додади нов корисник" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add %s field(s)" msgid "Add a polygon" @@ -1077,215 +1077,224 @@ msgstr "Назад" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin преферира веб прелистувачи кои подржуваат рамки." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" командата е оневозможена." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Дали навистина сакате да " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Со ова ја БРИШЕТЕ комплетната база на податоци!" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "Со ова ја БРИШЕТЕ комплетната база на податоци!" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "Со ова ја БРИШЕТЕ комплетната база на податоци!" -#: js/messages.php:37 +#: js/messages.php:35 #, fuzzy #| msgid "Allows inserting and replacing data." msgid "Deleting tracking data" msgstr "Дозволува вметнување и замена на података." -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Оваа операција може да потрае. Да ли да продолжиме?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Недостасува вредност во образецот!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Ова не е број!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add new field" +msgid "Add Index" +msgstr "Додади ново поле" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit next row" +msgid "Edit Index" +msgstr "Ажурирање на следниот запис" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s field(s)" +msgid "Add %d column(s) to index" +msgstr "Додади %s полиња" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Total" msgid "Total count" msgstr "Вкупно" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Името на host-от е празно!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Не е внесен назив на корисник!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Лозинка е празна!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Лозинките не се идентични!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Било кој корисник" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy msgid "Reloading Privileges" msgstr "Глобални привилегии" -#: js/messages.php:60 +#: js/messages.php:61 #, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" msgstr "Избриши ги селектираните корисници" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Промени" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Избор на сервер" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy msgid "Live query chart" msgstr "SQL упит" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Вкупно" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Избор на сервер" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 #, fuzzy msgid "Processes" msgstr "Листа на процеси" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "Конекции" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy msgid "Query statistics" msgstr "Статистики за записите" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1293,181 +1302,181 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy msgid "Query cache efficiency" msgstr "Вид на упит" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy msgid "Query cache usage" msgstr "Вид на упит" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy msgid "Query cache used" msgstr "Вид на упит" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Total" msgid "Total memory" msgstr "Вкупно" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Бафер" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Вкупно" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Слободни страници" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Примено" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Конекции" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy msgid "Questions" msgstr "Персиски" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Сообраќај" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Општи особини на релациите" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Remove database" msgid "Remove chart" msgstr "Избриши ја базата на податоци." -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "нема" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1475,186 +1484,186 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Сочувај како податотека" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Овозможено" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Оневозможено" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Општи особини на релациите" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Општи особини на релациите" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Import files" msgid "Chart Title" msgstr "Увоз на податотека" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy msgid "Jump to Log table" msgstr "Базата на податоци не постои" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Table options" msgid "Log table filter options" msgstr "Опции на табелата" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of rows per page" msgid "Sum of grouped rows:" msgstr "Број на записи на страница" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Вкупно" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy msgid "Loading logs" msgstr "Локален" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Rename database to" msgid "Reload page" msgstr "Преименувај ја базата на податоци во" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 @@ -1662,373 +1671,385 @@ msgstr "" msgid "Import" msgstr "Извоз" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Ажурирај" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Документација" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Документација" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy msgid "Loading" msgstr "Локален" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy msgid "Processing Request" msgstr "Листа на процеси" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "ОК" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Преименувај ја базата на податоци во" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Rename database to" msgid "Reload Database" msgstr "Преименувај ја базата на податоци во" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Копирај ја базата на податоци во" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Кодна страна" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "You have to choose at least one column to display" msgid "Table must have at least one column" msgstr "Морате да изберете барем една колона за приказ" -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Користи табели" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Add new field" msgid "Hide indexes" msgstr "Додади ново поле" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Прикажи мрежа" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Пребарување" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy msgid "Hide search results" msgstr "SQL упит" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy msgid "Show search results" msgstr "SQL упит" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Преглед" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Бришам %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Додади нов корисник" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy msgid "Hide query box" msgstr "SQL упит" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy msgid "Show query box" msgstr "SQL упит" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Нема селектирани записи" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Промени" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Сочувај" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy msgid "Hide search criteria" msgstr "SQL упит" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy msgid "Show search criteria" msgstr "SQL упит" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Пребарување" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Додади/избриши колона" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "SQL result" +msgid "Query results" +msgstr "SQL резултат" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Големина на покажувачите на податоци" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Игнорирај" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Копирај" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "Додади %s полиња" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Избери полиња за прикажување" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Генерирање на лозинка" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Генерирај" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Промена на лозинка" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Пон" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2036,30 +2057,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr "" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "Базата на податоци не постои" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy #| msgid "None" msgid "Done" msgstr "нема" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Претходна" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2067,96 +2088,96 @@ msgid "Next" msgstr "Следен" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Вкупно" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Бинарен" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "мар" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "апр" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "мај" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "јун" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "јул" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "авг" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "окт" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "јан" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "феб" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "мар" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "апр" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2164,78 +2185,78 @@ msgid "May" msgstr "мај" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "јун" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "јул" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "авг" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "сеп" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "окт" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "нов" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "дек" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Нед" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Пон" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Вто" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Пет" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2243,105 +2264,105 @@ msgid "Sun" msgstr "Нед" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Пон" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Вто" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Сре" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Чет" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Пет" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Саб" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Нед" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Пон" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Вто" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Сре" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Чет" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Пет" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Саб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Време" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "се користи" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2424,46 +2445,46 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Клучот не е дефиниран!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Клучеви" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Единствен" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Кардиналност" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 #, fuzzy msgid "Comment" msgstr "Коментари" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Примарниот клуч е избришан" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Клучот %s е избиршан" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2790,14 +2811,14 @@ msgstr "Табели" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Податоци" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Пречекорување" @@ -3030,7 +3051,7 @@ msgstr "%s денови, %s часови, %s минути и %s секунди" msgid "Missing parameter:" msgstr "Рутини" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3038,7 +3059,7 @@ msgctxt "First page" msgid "Begin" msgstr "Почеток" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3047,7 +3068,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Претходна" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3056,7 +3077,7 @@ msgctxt "Next page" msgid "Next" msgstr "Следен" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3064,22 +3085,22 @@ msgctxt "Last page" msgid "End" msgstr "Крај" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Премин на базата "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3091,7 +3112,7 @@ msgstr "" msgid "Structure" msgstr "Структура" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3099,43 +3120,43 @@ msgstr "Структура" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Нов запис" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Операции" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "директориум за праќање на веб серверот " -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Директориумот кој го избравте за праќање не е достапен" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Печати" @@ -3590,7 +3611,7 @@ msgid "Character set of the file" msgstr "Кодна страна на податотеката:" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Формат" @@ -5545,7 +5566,7 @@ msgstr "Рутини" msgid "Events" msgstr "" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5954,7 +5975,7 @@ msgstr "Подредување по клуч" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 #, fuzzy msgid "Options" msgstr "Операции" @@ -6530,12 +6551,12 @@ msgid "Data dump options" msgstr "Опции за извоз на бази на податоци" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Приказ на податоци од табелата" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Структура на табелата" @@ -6745,32 +6766,32 @@ msgstr "" msgid "Functions" msgstr "Функција" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Ограничувања за извезените табели" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Ограничувања за табелите" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME ТИПОВИ ЗА ТАБЕЛА" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "РЕЛАЦИИ НА ТАБЕЛИТЕ" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 #, fuzzy msgid "Structure for view" msgstr "Само структура" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -6994,7 +7015,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Испрати" @@ -7345,7 +7366,7 @@ msgstr "Променлива" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Вредност" @@ -8089,6 +8110,11 @@ msgstr "" msgid "Target database" msgstr "Пребарување низ базата на податоци" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, fuzzy, php-format msgid "Run SQL query/queries on server %s" @@ -8250,7 +8276,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Клуч" @@ -9068,7 +9094,7 @@ msgstr "Позиција" msgid "Original position" msgstr "Оргинална позиција" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Информации" @@ -9947,7 +9973,7 @@ msgstr "во минута" msgid "per second" msgstr "во секунда" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Име" @@ -11438,38 +11464,36 @@ msgstr "Не можам да го променам клучот во PRIMARY (п msgid "No index parts defined!" msgstr "Делови од клучот не се дефинирани!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Креирај нов клуч" +#| msgid "Add new field" +msgid "Add index" +msgstr "Додади ново поле" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Промени го клучот" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Add new field" +msgid "Edit index" +msgstr "Додади ново поле" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Име на клуч :" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(\"PRIMARY\" може да биде име само на примарниот клуч!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Име на клуч :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Тип на клуч :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Додади во клучот  %s колона(и)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Не може да ја преместам табелата во самата себе!" @@ -11600,39 +11624,39 @@ msgstr "Провери го референцијалниот интегрите msgid "Showing tables" msgstr "Прикажи табели" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Големина" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Големина" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Ефективни" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Статистики за записите" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "динамички" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Должина на запис" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Големина на запис" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11692,12 +11716,6 @@ msgstr "Прегледни ги надворешните вредности" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -#, fuzzy -#| msgid "Add new field" -msgid "Add index" -msgstr "Додади ново поле" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11776,13 +11794,13 @@ msgstr "на почетокот од табелата" msgid "After %s" msgstr "после полето %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Направи клуч на %s колони" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -13100,6 +13118,13 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Креирај нов клуч" + +#~ msgid "Modify an index" +#~ msgstr "Промени го клучот" + #, fuzzy #~ msgid "Create Table" #~ msgstr "Направи нова страница" diff --git a/po/ml.po b/po/ml.po index 5b76061523..2772babfe3 100644 --- a/po/ml.po +++ b/po/ml.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-09-27 08:42+0200\n" "Last-Translator: \n" "Language-Team: Malayalam \n" @@ -16,13 +16,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "എല്ലാം കാണിക്കൂ" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -37,9 +37,9 @@ msgid "" "cross-window updates." msgstr "" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "തിരയൂ" @@ -47,10 +47,10 @@ msgstr "തിരയൂ" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -72,17 +72,17 @@ msgstr "തിരയൂ" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "പോകൂ" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "കീനാമം" @@ -132,19 +132,19 @@ msgstr "വിവരശേഖര അഭിപ്രായം: " msgid "Table comments" msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "നിര" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -156,18 +156,18 @@ msgstr "നിര" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "തരം" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "ശൂന്യം" @@ -200,8 +200,8 @@ msgstr "കണ്ണികൾ" msgid "Comments" msgstr "അഭിപ്രായങ്ങൾ" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -216,8 +216,8 @@ msgstr "അഭിപ്രായങ്ങൾ" msgid "No" msgstr "ഇല്ല" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -326,12 +326,12 @@ msgstr "" msgid "Switch to copied database" msgstr "" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "നിബന്ധന" @@ -362,36 +362,36 @@ msgstr "പട്ടിക" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "വരികൾ" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "വലിപ്പം" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "ഉപയോഗത്തിൽ" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "സൃഷ്‌ടി" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "അവസാനം നവീകരിച്ചത്" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "അന്തിമ പരിശോധന" @@ -454,7 +454,7 @@ msgid "Del" msgstr "മായ്ക്കുക" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "അല്ലെനങ്കിൽ" @@ -523,8 +523,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "" msgstr[1] "" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "" @@ -655,8 +655,8 @@ msgstr "" msgid "Check tables having overhead" msgstr "" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -670,14 +670,14 @@ msgstr "" msgid "Print view" msgstr "" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "" @@ -686,7 +686,7 @@ msgstr "" msgid "Check table" msgstr "" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "" @@ -749,7 +749,7 @@ msgstr "" msgid "Status" msgstr "" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -757,7 +757,7 @@ msgstr "" msgid "Action" msgstr "" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -793,21 +793,21 @@ msgstr "" msgid "Database Log" msgstr "" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, php-format msgid "Values for column %s" msgstr "" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -873,45 +873,45 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -919,15 +919,15 @@ msgstr "" msgid "Add a linestring" msgstr "" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "" @@ -1024,193 +1024,197 @@ msgstr "" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "" -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "" +#: js/messages.php:46 +msgid "Add Index" +msgstr "" + +#: js/messages.php:47 +msgid "Edit Index" +msgstr "" + +#: js/messages.php:48 tbl_indexes.php:286 +#, php-format +msgid "Add %d column(s) to index" +msgstr "" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "" #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "" -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1218,163 +1222,163 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1382,490 +1386,498 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 msgid "Log table filter options" msgstr "" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "" -#: js/messages.php:192 +#: js/messages.php:193 msgid "Analyse Query" msgstr "" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 msgid "Justification" msgstr "" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 msgid "Zoom Search" msgstr "" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 msgid "Select two columns" msgstr "" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +msgid "Query results" +msgstr "" + +#: js/messages.php:291 +msgid "Data point content" +msgstr "" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1873,260 +1885,260 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr "" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "" -#: js/messages.php:366 +#: js/messages.php:369 msgctxt "Previous month" msgid "Prev" msgstr "" -#: js/messages.php:371 +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 msgid "Sun" msgstr "" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "" @@ -2204,45 +2216,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2556,14 +2568,14 @@ msgstr "" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "" @@ -2787,48 +2799,48 @@ msgstr "" msgid "Missing parameter:" msgstr "" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 msgctxt "Last page" msgid "End" msgstr "" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2840,7 +2852,7 @@ msgstr "" msgid "Structure" msgstr "" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2848,42 +2860,42 @@ msgstr "" msgid "SQL" msgstr "" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "അച്ചടിക്കുക" @@ -3311,7 +3323,7 @@ msgid "Character set of the file" msgstr "" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "" @@ -5162,7 +5174,7 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5516,7 +5528,7 @@ msgstr "" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "" @@ -6042,12 +6054,12 @@ msgid "Data dump options" msgstr "" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "" @@ -6235,31 +6247,31 @@ msgstr "" msgid "Functions" msgstr "" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "" @@ -6469,7 +6481,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "" @@ -6814,7 +6826,7 @@ msgstr "" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "" @@ -7478,6 +7490,11 @@ msgstr "" msgid "Target database" msgstr "" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -7612,7 +7629,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "" @@ -8267,7 +8284,7 @@ msgstr "" msgid "Original position" msgstr "" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "" @@ -9080,7 +9097,7 @@ msgstr "" msgid "per second" msgstr "" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "" @@ -10505,36 +10522,32 @@ msgstr "" msgid "No index parts defined!" msgstr "" -#: tbl_indexes.php:169 -msgid "Create an index" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" msgstr "" -#: tbl_indexes.php:171 -msgid "Modify an index" +#: tbl_indexes.php:175 +msgid "Edit index" msgstr "" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "" @@ -10657,39 +10670,39 @@ msgstr "" msgid "Showing tables" msgstr "എല്ലാം കാണിക്കൂ" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -10744,10 +10757,6 @@ msgstr "" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -10815,12 +10824,12 @@ msgstr "" msgid "After %s" msgstr "" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" diff --git a/po/mn.po b/po/mn.po index c6345ccf66..5f4e51942d 100644 --- a/po/mn.po +++ b/po/mn.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2010-03-12 09:17+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: mongolian \n" @@ -13,13 +13,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.5.3\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Бүгдийг харах" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -36,9 +36,9 @@ msgstr "" "Зорилтот хөтчийн цонх шинэчлэгдсэнгүй. Магадгүй та эх цонхыг хаасан эсвэл " "таны хөтөч хамгаалалтын тохиргооны улмаас шинэчлэлтийг хориглогдсон" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Хайх" @@ -46,10 +46,10 @@ msgstr "Хайх" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -71,17 +71,17 @@ msgstr "Хайх" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Яв" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Түлхүүрийн нэр" @@ -131,21 +131,21 @@ msgstr "ӨС-ийн тайлбар: " msgid "Table comments" msgstr "Хүснэгтийн тайлбар" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 #, fuzzy #| msgid "Column names" msgid "Column" msgstr "Баганын нэрс" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -157,18 +157,18 @@ msgstr "Баганын нэрс" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Төрөл" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Хоосон" @@ -201,8 +201,8 @@ msgstr "Холбоос" msgid "Comments" msgstr "Тайлбар" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -217,8 +217,8 @@ msgstr "Тайлбар" msgid "No" msgstr "Үгүй" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -331,12 +331,12 @@ msgstr "Тогтмол нэмэх" msgid "Switch to copied database" msgstr "Хуулагдсан ӨС руу шилжих" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Жишилт" @@ -374,36 +374,36 @@ msgstr "Хүснэгт " #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Мөрүүд" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Хэмжээ" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "хэрэглэгдэж байна" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Үүсгэлт" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Сүүлийн шинэчлэл" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Сүүлийн шалгалт" @@ -468,7 +468,7 @@ msgid "Del" msgstr "Устгах" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Эсвэл" @@ -542,8 +542,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s олдоц(ууд) хүснэгт %s-д" msgstr[1] "%s олдоц(ууд) хүснэгт %s-д" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Хөтлөх" @@ -684,8 +684,8 @@ msgstr "Бүх чагтыг болих" msgid "Check tables having overhead" msgstr "Дээдхийг шалгах" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -699,14 +699,14 @@ msgstr "Гаргах" msgid "Print view" msgstr "Хэвлэхээр харах" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Хоосон" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Устгах" @@ -715,7 +715,7 @@ msgstr "Устгах" msgid "Check table" msgstr "Хүснэгт шалгах" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Хүснэгтийг зүгшрүүлэх" @@ -782,7 +782,7 @@ msgstr "" msgid "Status" msgstr "Статус" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -790,7 +790,7 @@ msgstr "Статус" msgid "Action" msgstr "Үйлдэл" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -826,22 +826,22 @@ msgstr "" msgid "Database Log" msgstr "" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of fields" msgid "Values for column %s" msgstr "Талбаруудын тоо" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -915,49 +915,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add new field" msgid "Add a point" msgstr "Шинэ талбар нэмэх" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Шугамыг төгсгөгч" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -967,15 +967,15 @@ msgstr "" msgid "Add a linestring" msgstr "Тогтмол нэмэх" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add %s field(s)" msgid "Add a polygon" @@ -1076,219 +1076,228 @@ msgstr "Өмнөх" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin нь ямар ч хөтөч дээр фрейм гаргах чадвартай." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"ӨС устгах\" нь хаалттай." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Та үнэхээр " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Дүүрэн өгөгдлийн сан УСТГАХ тухай?" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "Дүүрэн өгөгдлийн сан УСТГАХ тухай?" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "Дүүрэн өгөгдлийн сан УСТГАХ тухай?" -#: js/messages.php:37 +#: js/messages.php:35 #, fuzzy #| msgid "Allows inserting and replacing data." msgid "Deleting tracking data" msgstr "Өгөгдөл нэмэх, солихыг зөвшөөрөх." -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Энэ үйлдэл удах янзтай. Юутай ч үргэлжлүүлэх үү?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Форм дахь утгыг орхисон!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Энэ тоо биш!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add new field" +msgid "Add Index" +msgstr "Шинэ талбар нэмэх" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit next row" +msgid "Edit Index" +msgstr "Дараагийн мөрийг засах" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s field(s)" +msgid "Add %d column(s) to index" +msgstr "%s талбар(ууд) нэмэх" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Total" msgid "Total count" msgstr "Нийт" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Хостын нэр хоосон!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Хэрэглэгчийн нэр хоосон!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Нууц үг хоосон байна!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Нууц їгнїїд ялгаатай байна!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Дурын хэрэглэгч" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy #| msgid "Reload privileges" msgid "Reloading Privileges" msgstr "Онцгой эрхүүдийг дахин дуудах" -#: js/messages.php:60 +#: js/messages.php:61 #, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" msgstr "Сонгогдсон хэрэглэгчдийг хасах" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Засах" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Сервэр сонго" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy #| msgid "Showing SQL query" msgid "Live query chart" msgstr "SQL асуудал харуулах" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Нийт" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Сервэр сонго" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Процессууд" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "Холболт" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy #| msgid "Databases statistics" msgid "Query statistics" msgstr "Өгөгдлийн сангийн статистик" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Local monitor configuration incompatible" msgstr "Анхдагч тохиргоо дуудагдсангүй нь: \"%1$s\"" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1296,185 +1305,185 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Асуудлын нөөцлөл" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Асуудлын нөөцлөл" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Асуудлын нөөцлөл" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "МБ" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "кБ" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Total" msgid "Total memory" msgstr "Нийт" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Буффер Pool" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Нийт" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Чөлөөт хуудсууд" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Ирсэн" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Холболт" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy #| msgid "Relations" msgid "Questions" msgstr "Хамаарал" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Гуйвуулга" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Ерөнхий хамаатай онцлог" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Rename database to" msgid "Remove chart" msgstr "Өгөгдлийн санг д.нэрлэх нь" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Байхгүй" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1482,568 +1491,580 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Илгээх" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Нээлттэй" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disabled" msgid "Disable %s" msgstr "Хаагдсан" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Ерөнхий хамаатай онцлог" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Ерөнхий хамаатай онцлог" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Тайлангийн гарчиг" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy #| msgid "No databases" msgid "Jump to Log table" msgstr "ӨС байхгүй" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Table options" msgid "Log table filter options" msgstr "Хүснэгтийн сонголтууд" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of fields" msgid "Sum of grouped rows:" msgstr "Талбаруудын тоо" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Нийт" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy #| msgid "Reload privileges" msgid "Loading logs" msgstr "Онцгой эрхүүдийг дахин дуудах" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Да.дууд" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Оруулах" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Update асуулт" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Баримт" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Баримт" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Болих" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Процессууд" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "Бэлэн" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Өгөгдлийн санг д.нэрлэх нь" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Rename database to" msgid "Reload Database" msgstr "Өгөгдлийн санг д.нэрлэх нь" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Өгөгдлийн сан хуулах нь" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Кодлол" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "Table must have at least one field." msgid "Table must have at least one column" msgstr "Хүснэгт нь багадаа нэг талбартай байх хэрэгтэй." -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Хүснэгт хэрэглэх" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Add new field" msgid "Hide indexes" msgstr "Шинэ талбар нэмэх" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Тор харуулах" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Хайх" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy #| msgid "in query" msgid "Hide search results" msgstr "асуултад" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy #| msgid "Showing SQL query" msgid "Show search results" msgstr "SQL асуудал харуулах" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Хөтлөх" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "%s-г устгаж байна" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "Add a new User" msgid "Add %d value(s)" msgstr "Шинэ хэрэглэгч нэмэх" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy #| msgid "in query" msgid "Hide query box" msgstr "асуултад" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy #| msgid "Showing SQL query" msgid "Show query box" msgstr "SQL асуудал харуулах" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Сонгогдсон мөргүй" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Солих" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Хадгалах" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy #| msgid "in query" msgid "Hide search criteria" msgstr "асуултад" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy #| msgid "Showing SQL query" msgid "Show search criteria" msgstr "SQL асуудал харуулах" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Хайх" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Багана нэмэх/устгах" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Асуудлын үр дүнгийн үйлдэл" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Өгөгдөл заагчийн хэмжээ" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Үл тоох" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Хуулах" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "%s талбар(ууд) нэмэх" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Хамаарагдсан түлхүүр сонгох" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Гадаад түлхүүр сонгох" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Үндсэн түлхүүр эсвэл орь ганц түлхүүр сонгон уу" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Харуулах талбарыг соль" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Нууц үг бий болгох" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Бий болгох" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Нууц үг солих" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Да" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2051,31 +2072,31 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr "" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy #| msgid "No databases" msgid "up to date" msgstr "ӨС байхгүй" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy #| msgid "None" msgid "Done" msgstr "Байхгүй" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Өмнөх" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2083,96 +2104,96 @@ msgid "Next" msgstr "Цааш" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Нийт" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Хоёртын " -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "3-р" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "4-р" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "5-р" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "6-р" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "7-р" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "8-р" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "10р" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "1-р" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "2-р" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "3-р" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "4-р" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2180,78 +2201,78 @@ msgid "May" msgstr "5-р" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "6-р" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "7-р" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "8-р" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "9-р" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "10р" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "11р" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "12р" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ня" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Да" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Мя" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Ба" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2259,105 +2280,105 @@ msgid "Sun" msgstr "Ня" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Да" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Мя" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Лх" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Пү" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Ба" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Бя" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ня" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Да" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Мя" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Лх" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Пү" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Ба" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Бя" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Цаг" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "хэрэглэгдэж байна" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2437,45 +2458,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Индекс тодорхойлогдоогүй!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Индексүүд" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Үл давтагдах" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Ерөнхий" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Үндсэн түлхүүр устгагдлаа" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Индекс %s нь устгагдсан" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2805,14 +2826,14 @@ msgstr "Хүснэгт" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Өгөгдөл" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Толгой дээр" @@ -3049,7 +3070,7 @@ msgstr "%s өдөр, %s цаг, %s минут, %s секунд" msgid "Missing parameter:" msgstr "Шинэ талбар нэмэх" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3057,7 +3078,7 @@ msgctxt "First page" msgid "Begin" msgstr "Эхлэл" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3066,7 +3087,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Өмнөх" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3075,7 +3096,7 @@ msgctxt "Next page" msgid "Next" msgstr "Цааш" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3083,22 +3104,22 @@ msgctxt "Last page" msgid "End" msgstr "Төгс" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr ""%s" өгөгдлийн сан руу үсрэх." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3110,7 +3131,7 @@ msgstr "" msgid "Structure" msgstr "Бүтэц" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3118,43 +3139,43 @@ msgstr "Бүтэц" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Оруулах" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Үйлдлүүд" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "web-сервэр түлхэх хавтас" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Таны сонгосон хавтас \"upload\" хийгдэхгүй байна" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Хэвлэх" @@ -3608,7 +3629,7 @@ msgid "Character set of the file" msgstr "" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Тогтнол" @@ -5545,7 +5566,7 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5967,7 +5988,7 @@ msgstr "Түлхүүрээр эрэмбэлэх" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Сонголтууд" @@ -6536,12 +6557,12 @@ msgid "Data dump options" msgstr "ӨС гаргах сонголтууд" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Хүснэгтийн өгөгдлийг устгах" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Хүснэгтийн бүтэц" @@ -6750,31 +6771,31 @@ msgstr "Процедурүүд" msgid "Functions" msgstr "Функцүүд" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Асгарсан хүснэгтийг хүчлэх" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Constraints for table" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "Хүснэгтийн MIME-төрлүүд" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "Хүснэгтийн хамаарал" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Харах бүтэц" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -6998,7 +7019,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Илгээ" @@ -7348,7 +7369,7 @@ msgstr "Хувьсагч" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Утга" @@ -8097,6 +8118,11 @@ msgstr "" msgid "Target database" msgstr "" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8258,7 +8284,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Индекс" @@ -9061,7 +9087,7 @@ msgstr "Байрлал" msgid "Original position" msgstr "Жинхэнэ байрлал" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Мэдээлэл" @@ -9920,7 +9946,7 @@ msgstr "минутад" msgid "per second" msgstr "секундэд" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Баримтжуулал" @@ -11453,39 +11479,37 @@ msgstr "Индексийг PRIMARY болгож чадсангүй!" msgid "No index parts defined!" msgstr "Тодорхойлогдсон индексийн хэсэггүй!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Шинэ индекс үүсгэх" +#| msgid "Add new field" +msgid "Add index" +msgstr "Шинэ талбар нэмэх" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Өөрчлөх индекс" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Add new field" +msgid "Edit index" +msgstr "Шинэ талбар нэмэх" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Индексийн нэр :" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" нь үндсэн түлхүүрийн нэр ба зөвхөн байх хэрэгтэй!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Индексийн нэр :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Индексийн төрөл :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Индекст нэмэх %s багана(ууд)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Баганы тоо тэгээс их байна." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Адил нэр байсан тул хүснэгтийг зөөсөнгүй!" @@ -11614,39 +11638,39 @@ msgstr "Үнэн зөв өгөгдлийг шалгах:" msgid "Showing tables" msgstr "Хүснэгтүүдийг харуулах" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Ашиглалтын зай" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Ашиглалт" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Эффекттэй" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Мөрийн статистик" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "динамик" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Мөрийн урт" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Мөрийн хэмжээ " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11705,12 +11729,6 @@ msgstr "Онцгой утгуудыг харах" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -#, fuzzy -#| msgid "Add new field" -msgid "Add index" -msgstr "Шинэ талбар нэмэх" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11789,13 +11807,13 @@ msgstr "Хүснэгтийн эхэнд" msgid "After %s" msgstr "%s-ы дараа" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr " %s багануудад индекс үүсгэх" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -13133,6 +13151,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Шинэ индекс үүсгэх" + +#~ msgid "Modify an index" +#~ msgstr "Өөрчлөх индекс" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Баганы тоо тэгээс их байна." + #, fuzzy #~ msgid "Create Table" #~ msgstr "Хүснэгт үүсгэх" diff --git a/po/ms.po b/po/ms.po index 3ed6f145fc..8f6b181f82 100644 --- a/po/ms.po +++ b/po/ms.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2010-03-12 09:17+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: malay \n" @@ -13,13 +13,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.5.3\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Papar semua" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -34,9 +34,9 @@ msgid "" "cross-window updates." msgstr "" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Cari" @@ -44,10 +44,10 @@ msgstr "Cari" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -69,17 +69,17 @@ msgstr "Cari" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Pergi" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Nama Kekunci" @@ -132,21 +132,21 @@ msgstr "Komen jadual" msgid "Table comments" msgstr "Komen jadual" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 #, fuzzy #| msgid "Column names" msgid "Column" msgstr "Nama Kolum" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -158,18 +158,18 @@ msgstr "Nama Kolum" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Jenis" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -202,8 +202,8 @@ msgstr "Pautan ke" msgid "Comments" msgstr "Komen" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -218,8 +218,8 @@ msgstr "Komen" msgid "No" msgstr "Tidak" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -333,12 +333,12 @@ msgstr "" msgid "Switch to copied database" msgstr "Tukar kepada pengkalan data yang di salin" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "" @@ -376,37 +376,37 @@ msgstr "Jadual" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Baris" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Saiz" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "sedang digunakan" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 #, fuzzy msgid "Creation" msgstr "Cipta" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Semakan Terakhir" @@ -470,7 +470,7 @@ msgid "Del" msgstr "Del" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Atau" @@ -544,8 +544,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s padanan di dalam jadual %s" msgstr[1] "%s padanan di dalam jadual %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Lungsur" @@ -686,8 +686,8 @@ msgstr "Nyahtanda Semua" msgid "Check tables having overhead" msgstr "" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -701,14 +701,14 @@ msgstr "Eksport" msgid "Print view" msgstr "Paparan Cetak" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Kosong" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Gugur" @@ -717,7 +717,7 @@ msgstr "Gugur" msgid "Check table" msgstr "Periksa Jadual" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimakan jadual" @@ -785,7 +785,7 @@ msgstr "" msgid "Status" msgstr "Status" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -793,7 +793,7 @@ msgstr "Status" msgid "Action" msgstr "Aksi" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -833,22 +833,22 @@ msgstr "Periksa Jadual" msgid "Database Log" msgstr "Pangkalan Data" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of rows per page" msgid "Values for column %s" msgstr "Bilangan baris per halaman" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -920,48 +920,48 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy msgid "Add a point" msgstr "Tambah medan baru" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Baris ditamatkan oleh" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -971,17 +971,17 @@ msgstr "" msgid "Add a linestring" msgstr "Tambah Pengguna Baru" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Tambah Pengguna Baru" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy msgid "Add a polygon" msgstr "Tambah medan baru" @@ -1082,206 +1082,214 @@ msgstr "" "phpMyAdmin lebih mesra dengan pelayar web menyokong-kerangka seperti " "mozilla." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "keterangan \"DROP DATABASE\" di tidak aktifkan ." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Adakah anda ingin " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Kehilangan nilai pada borang! !" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Ini adalah bukan nombor!!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Index" +msgid "Add Index" +msgstr "Indeks" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Index" +msgid "Edit Index" +msgstr "Indeks" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +msgid "Add %d column(s) to index" +msgstr "Tambah medan baru" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Total" msgid "Total count" msgstr "Jumlah" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Nama hos adalah kosong!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Kata Pengenalan kosong!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Katalaluan adalah kosong!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Katalaluan tidak sama!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Sebarang pengguna" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy msgid "Reloading Privileges" msgstr "Tiada Privilej" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Ubah" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Pilihan Pelayan" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy msgid "Live query chart" msgstr "kueri-SQL" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Jumlah" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Pilihan Pelayan" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Proses-proses" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "Hubungan" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy msgid "Query statistics" msgstr "Statistik Baris" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1289,176 +1297,176 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy msgid "Query cache efficiency" msgstr "Jenis Kueri" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy msgid "Query cache usage" msgstr "Jenis Kueri" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy msgid "Query cache used" msgstr "Jenis Kueri" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Total" msgid "Total memory" msgstr "Jumlah" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Jumlah" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "DiTerima" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Hubungan" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy msgid "Questions" msgstr "Operasi" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Kesibukan" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Ciri-ciri hubungan am" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy msgid "Remove chart" msgstr "Tukarnama jadual ke" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Tiada" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1466,183 +1474,183 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Simpan sebagai fail" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Membenarkan" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Tidak Membenarkan" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Ciri-ciri hubungan am" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Ciri-ciri hubungan am" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy msgid "Chart Title" msgstr "Tiada Jadual" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy msgid "Jump to Log table" msgstr "Tiada pangkalan data" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy msgid "Log table filter options" msgstr "Statistik pangkalan data" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of rows per page" msgid "Sum of grouped rows:" msgstr "Bilangan baris per halaman" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Jumlah" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy msgid "Loading logs" msgstr "Local" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy msgid "Reload page" msgstr "Tukarnama jadual ke" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 @@ -1650,369 +1658,381 @@ msgstr "" msgid "Import" msgstr "Eksport" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Kemaskini Kueri" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dokumentasi" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Dokumentasi" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy msgid "Loading" msgstr "Local" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Proses-proses" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy msgid "Renaming Databases" msgstr "Tukarnama jadual ke" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy msgid "Reload Database" msgstr "Tukarnama jadual ke" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy msgid "Copying Database" msgstr "Tiada pangkalan data" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "You have to choose at least one column to display" msgid "Table must have at least one column" msgstr "Anda mesti pilih sekurang-kurangnya satu Kolum untuk dipapar" -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Guna Jadual" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Indexes" msgid "Hide indexes" msgstr "Indeks" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Papar grid" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Cari" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy msgid "Hide search results" msgstr "kueri-SQL" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy msgid "Show search results" msgstr "kueri-SQL" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Lungsur" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Delete" msgid "Deleting" msgstr "Padam" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Tambah Pengguna Baru" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy msgid "Hide query box" msgstr "kueri-SQL" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy msgid "Show query box" msgstr "kueri-SQL" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Ubah" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Simpan" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy msgid "Hide search criteria" msgstr "kueri-SQL" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy msgid "Show search criteria" msgstr "kueri-SQL" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Cari" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Tambah/Padam Kolum Medan" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "SQL result" +msgid "Query results" +msgstr "Hasil SQL" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Table of contents" +msgid "Data point content" +msgstr "Kandungan" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Abai" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy msgid "Add columns" msgstr "Tambah medan baru" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Pilih Medan untuk dipapar" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "Ubah Katalaluan" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 #, fuzzy msgid "Generate" msgstr "Dijana oleh" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Ubah Katalaluan" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Isn" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2020,30 +2040,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr "" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "Tiada pangkalan data" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy #| msgid "None" msgid "Done" msgstr "Tiada" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Terdahulu" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2051,96 +2071,96 @@ msgid "Next" msgstr "Berikut" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Jumlah" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binari" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mac" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Mei" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jun" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jul" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Ogos" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mac" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2148,78 +2168,78 @@ msgid "May" msgstr "Mei" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Ogos" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Sept" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Dis" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Aha" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Isn" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Sel" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Jum" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2227,105 +2247,105 @@ msgid "Sun" msgstr "Aha" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Isn" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Sel" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Rab" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Kha" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Jum" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Aha" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Isn" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Sel" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Rab" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Kha" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Jum" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sab" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Masa" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "sedang digunakan" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "Records" msgid "Second" @@ -2405,46 +2425,46 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Tiada indeks ditafrifkan!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indeks" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Unik" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Kardinaliti" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 #, fuzzy msgid "Comment" msgstr "Komen" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Kekunci utama telah digugurkan" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Indeks %s telah digugurkan" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2760,14 +2780,14 @@ msgstr "Jadual-jadual" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Data" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Melebihi" @@ -2994,7 +3014,7 @@ msgstr "%s hari, %s jam, %s minit dan %s saat" msgid "Missing parameter:" msgstr "" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3002,7 +3022,7 @@ msgctxt "First page" msgid "Begin" msgstr "Mula" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3011,7 +3031,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Terdahulu" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3020,7 +3040,7 @@ msgctxt "Next page" msgid "Next" msgstr "Berikut" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3028,22 +3048,22 @@ msgctxt "Last page" msgid "End" msgstr "Tamat" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3055,7 +3075,7 @@ msgstr "" msgid "Structure" msgstr "Struktur" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3063,43 +3083,43 @@ msgstr "Struktur" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Selit" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operasi" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "direktori muatnaik pelayan-web" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Direktori muatnaik yang telah ditetapkan tidak dapat dicapai" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Cetak" @@ -3548,7 +3568,7 @@ msgid "Character set of the file" msgstr "Fail bagi set Aksara:" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Format" @@ -5474,7 +5494,7 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5875,7 +5895,7 @@ msgstr "" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 #, fuzzy msgid "Options" msgstr "Operasi" @@ -6426,12 +6446,12 @@ msgid "Data dump options" msgstr "Statistik pangkalan data" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Melonggok data bagi jadual" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Struktur jadual bagi jadual" @@ -6633,32 +6653,32 @@ msgstr "Proses-proses" msgid "Functions" msgstr "Fungsi" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 #, fuzzy msgid "Structure for view" msgstr "Struktur sahaja" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "" @@ -6876,7 +6896,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Hantar" @@ -7222,7 +7242,7 @@ msgstr "Pembolehubah" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Nilai" @@ -7949,6 +7969,11 @@ msgstr "" msgid "Target database" msgstr "Cari di pangkalan data" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, fuzzy, php-format msgid "Run SQL query/queries on server %s" @@ -8109,7 +8134,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Indeks" @@ -8835,7 +8860,7 @@ msgstr "" msgid "Original position" msgstr "" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "" @@ -9687,7 +9712,7 @@ msgstr "" msgid "per second" msgstr "" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Penyataan" @@ -11168,38 +11193,34 @@ msgstr "Tidak boleh menukar indekx ke PRIMARY!" msgid "No index parts defined!" msgstr "Tiada bahagian indeks ditakrifkan!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Cipta indeks baru" +#| msgid "Print view" +msgid "Edit index" +msgstr "Paparan Cetak" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Ubahsuai indeks" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Nama indeks :" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(\"PRIMARY\" mesti nama dan semesti dari kekunci utama!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Nama indeks :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Jenis indeks :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Tambah ke indeks  %s kolum" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "" @@ -11329,39 +11350,39 @@ msgstr "Semak integriti rujukan:" msgid "Showing tables" msgstr "Papar jadual" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Penggunaan ruang" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Penggunaan" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Berkesan" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Statistik Baris" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dinamik" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Panjang baris" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Saiz baris " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11419,10 +11440,6 @@ msgstr "" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11498,13 +11515,13 @@ msgstr "Pada Awalan Jadual" msgid "After %s" msgstr "Selepas %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Cipta indeks pada  %s " -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -12797,6 +12814,13 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Cipta indeks baru" + +#~ msgid "Modify an index" +#~ msgstr "Ubahsuai indeks" + #, fuzzy #~ msgid "Create Table" #~ msgstr "Cipta Halaman baru" diff --git a/po/nb.po b/po/nb.po index dd4c4f512b..7b6340ec29 100644 --- a/po/nb.po +++ b/po/nb.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-03-07 11:21+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: norwegian \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Vis alle" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -37,9 +37,9 @@ msgstr "" "Målvinduet kunne ikke oppdateres. Muligens du har lukket modervinduet eller " "din nettleser blokkerer vindu-til-vindu oppdateringer av sikkerhetsårsaker." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Søk" @@ -47,10 +47,10 @@ msgstr "Søk" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -72,17 +72,17 @@ msgstr "Søk" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Utfør" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Nøkkel" @@ -134,19 +134,19 @@ msgstr "Database kommentar: " msgid "Table comments" msgstr "Tabellkommentarer" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Kolonne" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -158,18 +158,18 @@ msgstr "Kolonne" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Type" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -202,8 +202,8 @@ msgstr "Linker til" msgid "Comments" msgstr "Kommentarer" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -218,8 +218,8 @@ msgstr "Kommentarer" msgid "No" msgstr "Nei" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -328,12 +328,12 @@ msgstr "Legg til begrensninger" msgid "Switch to copied database" msgstr "Bytt til kopiert database" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Sammenligning" @@ -365,36 +365,36 @@ msgstr "Tabell" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Rader" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Størrelse" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "i bruk" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Opprettet" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Sist oppdatert" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Sist kontrollert" @@ -458,7 +458,7 @@ msgid "Del" msgstr "Slett" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Eller" @@ -527,8 +527,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s treff i tabell %s" msgstr[1] "%s treff i tabell %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Se på" @@ -663,8 +663,8 @@ msgstr "Fjern merking" msgid "Check tables having overhead" msgstr "Merk overheng" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -678,14 +678,14 @@ msgstr "Eksporter" msgid "Print view" msgstr "Utskriftsvennlig forhåndsvisning" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Tøm" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Slett" @@ -694,7 +694,7 @@ msgstr "Slett" msgid "Check table" msgstr "Kontroller tabell" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimiser tabell" @@ -763,7 +763,7 @@ msgstr "Oppdatert" msgid "Status" msgstr "Status" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -771,7 +771,7 @@ msgstr "Status" msgid "Action" msgstr "Handling" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Slett overvåkningsdata for denne tabellen" @@ -807,24 +807,24 @@ msgstr "Overvåk tabell" msgid "Database Log" msgstr "Databaselogg" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "Verdier for kolonnen \"%s\"" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "Verdier for kolonnen \"%s\"" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field" @@ -904,49 +904,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Apply index(s)" msgid "Add a point" msgstr "Utfør indeks(er)" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Linker avsluttet med" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -956,17 +956,17 @@ msgstr "" msgid "Add a linestring" msgstr "Legg til en ny bruker" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Legg til en ny bruker" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add column" msgid "Add a polygon" @@ -1080,212 +1080,221 @@ msgstr "Tilbake" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin er mer brukervennlig med en rammekapabel nettleser." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Klikk for å velge" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Klikk for å fjerne valg" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\"-uttrykk er avslått." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Vil du virkelig " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Du er i ferd med å SLETTE en komplett database!" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "Du er i ferd med å SLETTE en komplett database!" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "Du er i ferd med å SLETTE en komplett database!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Slett overvåkningsdata" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Slipper primærnøkkel/indeks" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Denne operasjonen kan ta lang tid. Ønsker du å fortsette?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Du er i ferd med å SLÅ AV et BLOB lager!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "Er du sikker på at du ønsker å slå av alle BLOB referanser for databasen %s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Manglende verdi i skjemaet!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Dette er ikke ett tall!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Apply index(s)" +msgid "Add Index" +msgstr "Utfør indeks(er)" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Redigeringsmodus" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "Legg til %s kolonne(r)" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Log file count" msgid "Total count" msgstr "Antall loggfiler" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Vertsnavnet er tomt!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Brukernavnet er tomt!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Passordet er blankt!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Passordene er ikke like!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Alle brukere" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Oppfrisker privilegiene" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Fjern valgte brukere" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Lukk" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Rediger" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Tjenervalg" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy #| msgid "Show query box" msgid "Live query chart" msgstr "Vis spørringsboks" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Totalt" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "." #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "," -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Tjenervalg" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Prosesser" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "tilkoblinger" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Spørringsstatistikk" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Could not save configuration" msgid "Local monitor configuration incompatible" msgstr "Kunne ikke lagre konfigurasjonen" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1293,185 +1302,185 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Spørringsmellomlager" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Spørringsmellomlager" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Spørringsmellomlager" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KiB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Log file count" msgid "Total memory" msgstr "Antall loggfiler" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Mellomlager" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Totalt" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Ledige sider" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Mottatt" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "tilkoblinger" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy #| msgid "Versions" msgid "Questions" msgstr "Versjoner" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Trafikk" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Iinnstillinger" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Remove database" msgid "Remove chart" msgstr "Fjern database" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Lås til ruter" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Ingen" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1479,548 +1488,560 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save output to a file" msgid "Set log_output to %s" msgstr "Lagre utdata til fil" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Påslått" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disabled" msgid "Disable %s" msgstr "Avslått" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "Manage your settings" msgid "Change settings" msgstr "Endre dine innstillinger" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "More settings" msgid "Current settings" msgstr "Flere innstillinger" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Rapporttittel" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 #, fuzzy #| msgid "Difference" msgid "Differential" msgstr "Differanse" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy #| msgid "Jump to database" msgid "Jump to Log table" msgstr "Gå til database" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "Tabellvisningsinnstillinger" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Filter" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of inserted rows" msgid "Sum of grouped rows:" msgstr "Antall innsettingsrader" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Totalt" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy #| msgid "Loading" msgid "Loading logs" msgstr "Laster" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Oppdater" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importer" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Oppdater spørring" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dokumentasjon" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details..." msgid "Rule details" msgstr "Detaljer..." -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Authentication" msgid "Justification" msgstr "Godkjenning" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Avbryt" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Laster" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Prosessforespørsel" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Feil i prosesseringsforespørsel" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Dropper kolonne" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Legger til primærnøkkel" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Endrer databasenes navn" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Gjennlast database" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Kopierer database" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Endrer tegnsett" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "Tabellen må ha minst en kolonne" -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Bruk tabeller" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Apply index(s)" msgid "Hide indexes" msgstr "Utfør indeks(er)" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Vis rutenett" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Søker" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy #| msgid "Hide search criteria" msgid "Hide search results" msgstr "Skjul søkekriterier" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy #| msgid "Show search criteria" msgid "Show search results" msgstr "Vis søkekriterier" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Se på" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Sletter %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "+ Add a new value" msgid "Add %d value(s)" msgstr "+ Legg til ny verdi" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Skjul spørringsboks" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Vis spørringsboks" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Ingen rader valgt" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Endre" -#: js/messages.php:259 +#: js/messages.php:260 #, fuzzy #| msgid "Maximum execution time" msgid "Query execution time" msgstr "Maks kjøretid" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Lagre" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Skjul søkekriterier" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Vis søkekriterier" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Søk" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "Legg til/Slett kolonner" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Spørringsresultatshandlinger" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Datapekerstørrelse" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignorer" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add column" msgid "Add columns" msgstr "Legg til kolonne(r)" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Velg referert nøkkel" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Velg fremmednøkkel" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Velg primærnøkkelen eller en unik nøkkel" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Velg kolonne for visning" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Legg til valg for kolonne" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Klikk for å velge" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Gå til visning" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Generer passord" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generer" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Endre passord" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Mer" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2030,29 +2051,29 @@ msgstr "" "versjon er %s, utgitt den %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", siste tilgjengelige versjon:" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy #| msgid "Jump to database" msgid "up to date" msgstr "Gå til database" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Utført" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Forrige" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2060,149 +2081,149 @@ msgid "Next" msgstr "Neste" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "I dag" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "Januar" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "Februar" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "Mars" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "April" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Mai" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "Juni" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "Juli" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "August" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "September" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "Oktober" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "November" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "Desember" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Des" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Søndag" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Mandag" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Tirsdag" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "Onsdag" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "Torsdag" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "Fredag" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "Lørdag" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2210,89 +2231,89 @@ msgid "Sun" msgstr "Søn" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Man" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Tir" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Ons" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Tor" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Fre" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Lør" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "Søndag" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "Man" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "Tir" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "Ons" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "Tor" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "Fre" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "Lør" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Uke" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Tid" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Time" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Minutt" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Sekund" @@ -2377,45 +2398,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Ingen indeks definert!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indekser" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Unik" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Pakket" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Kardinalitet" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Kommentar" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Primærnøkkelen har blitt slettet" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Indeksen %s har blitt slettet" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2753,14 +2774,14 @@ msgstr "Tabeller" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Data" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Overheng" @@ -2990,7 +3011,7 @@ msgstr "%s dager, %s timer, %s minutter og %s sekunder" msgid "Missing parameter:" msgstr "Rutiner" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2998,7 +3019,7 @@ msgctxt "First page" msgid "Begin" msgstr "Start" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3007,7 +3028,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Forrige" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3016,7 +3037,7 @@ msgctxt "Next page" msgid "Next" msgstr "Neste" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3024,24 +3045,24 @@ msgctxt "Last page" msgid "End" msgstr "Slutt" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Hopp til databasen "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Funksjonaliteten %s er påvirket av en kjent feil, se %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "Klikk for å velge" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3053,7 +3074,7 @@ msgstr "Klikk for å velge" msgid "Structure" msgstr "Struktur" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3061,42 +3082,42 @@ msgstr "Struktur" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Sett inn" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operasjoner" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Bla gjennom datamaskinen:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Merk fra opplastingskatalogen på vevtjeneren %s:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Katalogen du anga for opplasting kan ikke nåes" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "Det er ingen filer å laste opp" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Skriv ut" @@ -3549,7 +3570,7 @@ msgid "Character set of the file" msgstr "Filas tegnsett" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Format" @@ -5589,7 +5610,7 @@ msgstr "Rutiner" msgid "Events" msgstr "Hendelser" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5989,7 +6010,7 @@ msgstr "Sorter etter nøkkel" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Innstillinger" @@ -6589,12 +6610,12 @@ msgid "Data dump options" msgstr "Databasevisningsinnstillinger" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Dataark for tabell" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Tabellstruktur for tabell" @@ -6795,31 +6816,31 @@ msgstr "Prosedyrer" msgid "Functions" msgstr "Funsjoner" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Begrensninger for dumpede tabeller" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Begrensninger for tabell" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME TYPER FOR TABELLEN" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELASJONER FOR TABELLEN" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Visningsstruktur" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Erstatningsstruktur for visning" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -7056,7 +7077,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Send" @@ -7412,7 +7433,7 @@ msgstr "Variabler" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Verdi" @@ -8172,6 +8193,11 @@ msgstr "Differanse" msgid "Target database" msgstr "Måldatabase" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Klikk for å velge" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8327,7 +8353,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Indeks" @@ -9133,7 +9159,7 @@ msgstr "Posisjon" msgid "Original position" msgstr "Original posisjon" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Informasjon" @@ -10011,7 +10037,7 @@ msgstr "per minutt" msgid "per second" msgstr "per sekund" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Oversikt" @@ -11740,39 +11766,37 @@ msgstr "Kan ikke endre indeks til PRIMARY!" msgid "No index parts defined!" msgstr "Ingen indeksdeler definert!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Lag en ny indeks" +#| msgid "Apply index(s)" +msgid "Add index" +msgstr "Utfør indeks(er)" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Endre en indeks" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Redigeringsmodus" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Indeksnavn :" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" være navnet til og bare til en primærnøkkel!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Indeksnavn :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Indekstype :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Legg til indeks %s kolonne(r)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Antall kolonner må være større enn null." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Kan ikke flytte tabellen til samme navn!" @@ -11899,39 +11923,39 @@ msgstr "Sjekk referanseintegritet:" msgid "Showing tables" msgstr "Vis tabeller" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Plassbruk" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Bruk" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Effektiv" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Radstatistikk" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "statisk" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dynamisk" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Radlengde" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Radstørrelse " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11992,12 +12016,6 @@ msgstr "Se gjennom distinkte verdier" msgid "Add primary key" msgstr "Legger til primærnøkkel" -#: tbl_structure.php:169 tbl_structure.php:170 -#, fuzzy -#| msgid "Apply index(s)" -msgid "Add index" -msgstr "Utfør indeks(er)" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -12071,12 +12089,12 @@ msgstr "Ved begynnelsen av tabellen" msgid "After %s" msgstr "Etter %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "Lag en indeks på %s kolonner" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "partisjonert" @@ -13438,6 +13456,19 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "Klikk for å fjerne valg" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Lag en ny indeks" + +#~ msgid "Modify an index" +#~ msgstr "Endre en indeks" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Antall kolonner må være større enn null." + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ Start innsettingen på ny og legg til en ny verdi" diff --git a/po/nl.po b/po/nl.po index d840b1dfc9..90a6c0b988 100644 --- a/po/nl.po +++ b/po/nl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-06-04 15:19+0200\n" "Last-Translator: Dieter Adriaenssens \n" "Language-Team: dutch \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Toon alles" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -37,9 +37,9 @@ msgstr "" "Het doelvenster kon niet worden bijgewerkt. Misschien heeft u het venster " "afgesloten of uw browser blokkeert bijwerkingen van uw venster." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Zoeken" @@ -47,10 +47,10 @@ msgstr "Zoeken" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -72,17 +72,17 @@ msgstr "Zoeken" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Start" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Sleutelnaam" @@ -134,19 +134,19 @@ msgstr "Database opmerking: " msgid "Table comments" msgstr "Tabelopmerkingen" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Kolom" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -158,18 +158,18 @@ msgstr "Kolom" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Type" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -202,8 +202,8 @@ msgstr "Verwijst naar" msgid "Comments" msgstr "Opmerkingen" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -218,8 +218,8 @@ msgstr "Opmerkingen" msgid "No" msgstr "Nee" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -328,12 +328,12 @@ msgstr "Voeg beperkingen toe" msgid "Switch to copied database" msgstr "Overschakelen naar de gekopieerde database" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Collatie" @@ -366,36 +366,36 @@ msgstr "Tabel" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Rijen" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Grootte" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "in gebruik" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Gecreëerd" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Laatst bijgewerkt" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Laatst gecontroleerd" @@ -459,7 +459,7 @@ msgid "Del" msgstr "Verwijder" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Of" @@ -528,8 +528,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s overeenkomst in de tabel %s" msgstr[1] "%s overeenkomsten in de tabel %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Verkennen" @@ -665,8 +665,8 @@ msgstr "Deselecteer alles" msgid "Check tables having overhead" msgstr "Selecteer tabellen met overhead" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -680,14 +680,14 @@ msgstr "Exporteer" msgid "Print view" msgstr "Afdrukken" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Legen" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Verwijderen" @@ -696,7 +696,7 @@ msgstr "Verwijderen" msgid "Check table" msgstr "Controleer tabel" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimaliseer tabel" @@ -759,7 +759,7 @@ msgstr "Bijgewerkt" msgid "Status" msgstr "Status" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -767,7 +767,7 @@ msgstr "Status" msgid "Action" msgstr "Actie" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Verwijder tracking data voor deze tabel" @@ -803,24 +803,24 @@ msgstr "Tabel tracken" msgid "Database Log" msgstr "Database-log" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "Waarden voor kolom \"%s\"" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "Waarden voor kolom \"%s\"" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field" @@ -901,49 +901,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add index" msgid "Add a point" msgstr "Voeg index toe" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Regels beëindigd door" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -953,17 +953,17 @@ msgstr "" msgid "Add a linestring" msgstr "Voeg een nieuwe gebruiker toe" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Voeg een nieuwe gebruiker toe" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add column" msgid "Add a polygon" @@ -1082,205 +1082,214 @@ msgstr "" "phpMyAdmin werkt gebruiksvriendelijker met een browser die frames aan " "kan." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Klik om te selecteren" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Klik om te de-selecteren" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" opdrachten zijn uitgeschakeld." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Weet u zeker dat u dit wilt " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "U staat op het punt een volledige database te VERWIJDEREN!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "U staat op het punt een volledige tabel te VERWIJDEREN!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "U staat op het punt een volledige database LEEG te maken!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Tracking data voor deze tabel wordt verwijderd" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Primaire sleutel/index wordt verwijderd" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Deze bewerking kan lang duren. Weet u het zeker?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "U staat op het punt om een BLOB Bewaarplaats UIT TE SCHAKELEN!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "U staat op het punt om alle BLOB referenties voor database %s uit te " "schakelen. Weet u het zeker?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Er ontbreekt een waarde in het formulier!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Dit is geen cijfer!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "Voeg index toe" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Wijzig-mode" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "Voeg %s kolom(men) toe" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Totaal aantal" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "De machinenaam is leeg!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "De gebruikersnaam is leeg!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Het wachtwoord is leeg!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "De wachtwoorden zijn niet gelijk!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Gebruiker toevoegen" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Bezig de privileges te verversen" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Geselecteerde gebruikers worden verwijderd" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Sluiten" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Wijzig" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Serverkeuze" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy #| msgid "Show query chart" msgid "Live query chart" msgstr "Query grafiek tonen" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Statische data" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Totaal" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Andere" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "." #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "," -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Serverkeuze" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Processen" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "Connecties" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Toon statistieken" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Could not save configuration" msgid "Local monitor configuration incompatible" msgstr "Opslaan van het configuratiebestand is niet mogelijk" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1288,185 +1297,185 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Query cache" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Query cache" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Query cache" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Total count" msgid "Total memory" msgstr "Totaal aantal" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Buffer Pool" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Totaal" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Vrije pages" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Ontvangen" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Connecties" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy #| msgid "Versions" msgid "Questions" msgstr "Versies" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Verkeer" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Instellingen" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Remove database" msgid "Remove chart" msgstr "Verwijder database" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Kleef aan raster" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Geen" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1474,469 +1483,481 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save output to a file" msgid "Set log_output to %s" msgstr "Opslaan als bestand" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Ingeschakeld" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disabled" msgid "Disable %s" msgstr "Uitgeschakeld" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "Manage your settings" msgid "Change settings" msgstr "Beheer uw instellingen" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "More settings" msgid "Current settings" msgstr "Overige instellingen" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title:" msgid "Chart Title" msgstr "Report titel:" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 #, fuzzy #| msgid "Difference" msgid "Differential" msgstr "Verschil" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy #| msgid "Jump to database" msgid "Jump to Log table" msgstr "Ga naar database" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "Weergave opties voor tabellen" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Filter" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of inserted rows" msgid "Sum of grouped rows:" msgstr "Aantal ingevoegde rijen" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Totaal" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy #| msgid "Loading" msgid "Loading logs" msgstr "Laden" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Verversen" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importeer" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Wijzig Query" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Documentatie" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details..." msgid "Rule details" msgstr "Details..." -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Authentication" msgid "Justification" msgstr "Authenticatie" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Annuleren" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Laden" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Bezig met verwerken" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Fout tijdens het verwerken van de opdracht" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Kolom komt te vervallen" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Primaire sleutel wordt toegevoegd" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "Correct" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Database hernoemen" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Ververs database" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Database kopiëren" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Karakterset aanpassen" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "Tabel moet minimaal één kolom hebben" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Tabel toevoegen" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Add index" msgid "Hide indexes" msgstr "Voeg index toe" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Toon raster" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Zoeken" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Verberg zoekresultaten" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Toon zoekresultaten" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "Verkennen" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "Verwijderen" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "+ Add a new value" msgid "Add %d value(s)" msgstr "+ Een nieuwe waarde toevoegen" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" "Opmerking : Als het bestand meerdere tabellen bevat, zullen deze " "samengevoegd worden tot één tabel." -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "SQL-query veld verbergen" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "SQL-query veld tonen" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Geen rijen geselecteerd" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Veranderen" -#: js/messages.php:259 +#: js/messages.php:260 #, fuzzy #| msgid "Maximum execution time" msgid "Query execution time" msgstr "Maximale uitvoertijd" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Opslaan" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Verberg zoekcriteria" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Toon zoek-criteria" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Zoeken" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "Toevoegen/Verwijderen kolommen" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Query resultaat bewerkingen" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Data pointer formaat" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Negeer" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Kopiëren" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add column" msgid "Add columns" msgstr "Voeg kolom toe" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Selecteer de gerefereerde sleutel" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Selecteer vreemde sleutel" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Selecteer de primaire sleutel of een unieke sleutel" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Kies weer te geven veld" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1944,70 +1965,70 @@ msgstr "" "U hebt de layoutwijzigingen niet opgeslagen. Deze zullen verloren gaan als u " "deze niet opslaat. Wilt u doorgaan?" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Voeg een optie toe voor komom " -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "Klik om te sorteren" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "Klik om te markeren/demarkeren" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Ga naar view" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Genereer wachtwoord" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Genereer" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Wijzig wachtwoord" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Meer" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2017,27 +2038,27 @@ msgstr "" "overwegen. De nieuwe versie is %s, uitgebracht op %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", meest recente versie:" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "Recent bijgewerkt" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Klaar" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Vorige" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2045,149 +2066,149 @@ msgid "Next" msgstr "Volgende" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Vandaag" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "januari" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "februari" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "maart" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "april" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "mei" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "juni" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "juli" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "augustus" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "september" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "oktober" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "november" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "december" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "mrt" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "mei" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "aug" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "dec" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "zondag" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "maandag" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "dinsdag" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "woensdag" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "donderdag" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "vrijdag" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "zaterdag" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2195,89 +2216,89 @@ msgid "Sun" msgstr "zo" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "ma" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "di" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "wo" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "do" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "vr" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "za" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "zo" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "ma" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "di" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "wo" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "do" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "vr" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "za" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Week" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Tijd" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Uur" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Minuut" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Seconde" @@ -2363,45 +2384,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Geen index gedefinieerd!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indexen" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Unieke waarde" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Gecomprimeerd" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Kardinaliteit" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Opmerking" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "De primaire sleutel is vervallen" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Index %s is vervallen" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2737,14 +2758,14 @@ msgstr "Tabellen" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Data" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Overhead" @@ -2977,7 +2998,7 @@ msgstr "%s dagen, %s uren, %s minuten en %s seconden" msgid "Missing parameter:" msgstr "Routines" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2985,7 +3006,7 @@ msgctxt "First page" msgid "Begin" msgstr "Begin" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -2994,7 +3015,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Vorige" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3003,7 +3024,7 @@ msgctxt "Next page" msgid "Next" msgstr "Volgende" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3011,24 +3032,24 @@ msgctxt "Last page" msgid "End" msgstr "Einde" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Ga naar database "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "De %s functionaliteit heeft last van een bekend probleem, zie %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "Klik om te selecteren" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3040,7 +3061,7 @@ msgstr "Klik om te selecteren" msgid "Structure" msgstr "Structuur" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3048,42 +3069,42 @@ msgstr "Structuur" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Invoegen" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Handelingen" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Blader op uw eigen pc:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Selecteer uit de web-server upload directory %s:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "De folder die u heeft ingesteld om te uploaden kan niet worden bereikt" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "Er zijn geen bestanden om te uploaden" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Afdrukken" @@ -3541,7 +3562,7 @@ msgid "Character set of the file" msgstr "Karakertset voor het bestand" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Opmaak" @@ -5595,7 +5616,7 @@ msgstr "Routines" msgid "Events" msgstr "Gebeurtenissen" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5983,7 +6004,7 @@ msgstr "Sorteren op sleutel" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Opties" @@ -6583,12 +6604,12 @@ msgid "Data dump options" msgstr "Data dump opties" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Gegevens worden uitgevoerd voor tabel" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Tabelstructuur voor tabel" @@ -6803,31 +6824,31 @@ msgstr "Procedures" msgid "Functions" msgstr "Functies" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Beperkingen voor gedumpte tabellen" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Beperkingen voor tabel" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME TYPES VOOR TABEL" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELATIES VOOR TABEL" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Structuur voor de view" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Stand-in structuur voor view" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -7060,7 +7081,7 @@ msgid "To" msgstr "Naar" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Verzenden" @@ -7416,7 +7437,7 @@ msgstr "Variabelen" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Waarde" @@ -8170,6 +8191,11 @@ msgstr "Verschil" msgid "Target database" msgstr "Doel database" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Klik om te selecteren" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8324,7 +8350,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Index" @@ -9093,7 +9119,7 @@ msgstr "Positie" msgid "Original position" msgstr "Originele positie" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Informatie" @@ -9981,7 +10007,7 @@ msgstr "per minuut" msgid "per second" msgstr "per seconde" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Opdrachten" @@ -11679,40 +11705,36 @@ msgstr "Kan index niet naar PRIMARY hernoemen!" msgid "No index parts defined!" msgstr "Geen index-delen gedefinieerd!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "Voeg index toe" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Creëer een nieuwe index" +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Wijzig-mode" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Wijzig een index" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Index naam :" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" moet de naam van en alleen van een primaire " "sleutel zijn!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Index naam :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Index type :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Voeg  %s  kolom(men) toe aan index" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Het aantal kolommen moet groter dan nul zijn." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Kan de tabel niet naar dezelfde verplaatsen!" @@ -11835,39 +11857,39 @@ msgstr "Controleer referentiële integriteit:" msgid "Showing tables" msgstr "Toon tabellen" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Ruimtegebruik" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Gebruik" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Effectief" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Rij-statistiek" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "statisch" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dynamisch" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Lengte van de rij" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Grootte van de rij " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11925,10 +11947,6 @@ msgstr "Bekijk unieke waarden" msgid "Add primary key" msgstr "Voeg een primaire sleutel toe" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "Voeg index toe" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "Voeg een unieke index toe" @@ -12000,12 +12018,12 @@ msgstr "Aan het begin van de tabel" msgid "After %s" msgstr "Na %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "Maak een index aan op kolommen %s " -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "gepartitioneerd" @@ -13366,6 +13384,19 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "Klik om te de-selecteren" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Creëer een nieuwe index" + +#~ msgid "Modify an index" +#~ msgstr "Wijzig een index" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Het aantal kolommen moet groter dan nul zijn." + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ Herstart invoegen en voeg nieuwe waarde toe" diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot index 0a7a99d262..20cb27537d 100644 --- a/po/phpmyadmin.pot +++ b/po/phpmyadmin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,13 +18,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -39,9 +39,9 @@ msgid "" "cross-window updates." msgstr "" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "" @@ -49,10 +49,10 @@ msgstr "" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -74,17 +74,17 @@ msgstr "" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "" @@ -134,19 +134,19 @@ msgstr "" msgid "Table comments" msgstr "" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -158,18 +158,18 @@ msgstr "" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "" @@ -202,8 +202,8 @@ msgstr "" msgid "Comments" msgstr "" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -218,8 +218,8 @@ msgstr "" msgid "No" msgstr "" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -328,12 +328,12 @@ msgstr "" msgid "Switch to copied database" msgstr "" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "" @@ -364,36 +364,36 @@ msgstr "" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "" @@ -456,7 +456,7 @@ msgid "Del" msgstr "" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "" @@ -525,8 +525,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "" msgstr[1] "" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "" @@ -657,8 +657,8 @@ msgstr "" msgid "Check tables having overhead" msgstr "" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -672,14 +672,14 @@ msgstr "" msgid "Print view" msgstr "" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "" @@ -688,7 +688,7 @@ msgstr "" msgid "Check table" msgstr "" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "" @@ -751,7 +751,7 @@ msgstr "" msgid "Status" msgstr "" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -759,7 +759,7 @@ msgstr "" msgid "Action" msgstr "" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -795,21 +795,21 @@ msgstr "" msgid "Database Log" msgstr "" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, possible-php-format msgid "Values for column %s" msgstr "" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -875,45 +875,45 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, possible-php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -921,15 +921,15 @@ msgstr "" msgid "Add a linestring" msgstr "" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "" @@ -1026,193 +1026,197 @@ msgstr "" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "" -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, possible-php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "" +#: js/messages.php:46 +msgid "Add Index" +msgstr "" + +#: js/messages.php:47 +msgid "Edit Index" +msgstr "" + +#: js/messages.php:48 tbl_indexes.php:286 +#, possible-php-format +msgid "Add %d column(s) to index" +msgstr "" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "" #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "" -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1220,163 +1224,163 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, possible-php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1384,490 +1388,498 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, possible-php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, possible-php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, possible-php-format msgid "Enable %s" msgstr "" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, possible-php-format msgid "Disable %s" msgstr "" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, possible-php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, possible-php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 msgid "Log table filter options" msgstr "" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "" -#: js/messages.php:192 +#: js/messages.php:193 msgid "Analyse Query" msgstr "" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 msgid "Justification" msgstr "" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, possible-php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 msgid "Zoom Search" msgstr "" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 msgid "Select two columns" msgstr "" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +msgid "Query results" +msgstr "" + +#: js/messages.php:291 +msgid "Data point content" +msgstr "" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, possible-php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1875,260 +1887,260 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr "" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "" -#: js/messages.php:366 +#: js/messages.php:369 msgctxt "Previous month" msgid "Prev" msgstr "" -#: js/messages.php:371 +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 msgid "Sun" msgstr "" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "" @@ -2206,45 +2218,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, possible-php-format msgid "Index %s has been dropped" msgstr "" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, possible-php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2558,14 +2570,14 @@ msgstr "" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "" @@ -2789,48 +2801,48 @@ msgstr "" msgid "Missing parameter:" msgstr "" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 msgctxt "Last page" msgid "End" msgstr "" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, possible-php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, possible-php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2842,7 +2854,7 @@ msgstr "" msgid "Structure" msgstr "" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2850,42 +2862,42 @@ msgstr "" msgid "SQL" msgstr "" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, possible-php-format msgid "Select from the web server upload directory %s:" msgstr "" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "" @@ -3313,7 +3325,7 @@ msgid "Character set of the file" msgstr "" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "" @@ -5164,7 +5176,7 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5518,7 +5530,7 @@ msgstr "" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "" @@ -6044,12 +6056,12 @@ msgid "Data dump options" msgstr "" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "" @@ -6237,31 +6249,31 @@ msgstr "" msgid "Functions" msgstr "" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "" @@ -6471,7 +6483,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "" @@ -6816,7 +6828,7 @@ msgstr "" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "" @@ -7480,6 +7492,11 @@ msgstr "" msgid "Target database" msgstr "" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, possible-php-format msgid "Run SQL query/queries on server %s" @@ -7614,7 +7631,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "" @@ -8269,7 +8286,7 @@ msgstr "" msgid "Original position" msgstr "" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "" @@ -9082,7 +9099,7 @@ msgstr "" msgid "per second" msgstr "" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "" @@ -10507,36 +10524,32 @@ msgstr "" msgid "No index parts defined!" msgstr "" -#: tbl_indexes.php:169 -msgid "Create an index" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" msgstr "" -#: tbl_indexes.php:171 -msgid "Modify an index" +#: tbl_indexes.php:175 +msgid "Edit index" msgstr "" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, possible-php-format msgid "Add to index  %s column(s)" msgstr "" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "" @@ -10657,39 +10670,39 @@ msgstr "" msgid "Showing tables" msgstr "" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -10744,10 +10757,6 @@ msgstr "" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -10815,12 +10824,12 @@ msgstr "" msgid "After %s" msgstr "" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, possible-php-format msgid "Create an index on  %s columns" msgstr "" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" diff --git a/po/pl.po b/po/pl.po index 4f9c901e54..89e025e7a4 100644 --- a/po/pl.po +++ b/po/pl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-11-13 02:43+0200\n" "Last-Translator: blizni \n" "Language-Team: polish \n" @@ -15,13 +15,13 @@ msgstr "" "|| n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.1.6\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Pokaż wszystko" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -39,9 +39,9 @@ msgstr "" "okno nadrzędne lub ustawienia zabezpieczeń przeglądarki są tak " "skonfigurowane, że blokują aktualizacje pomiędzy oknami." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Szukaj" @@ -49,10 +49,10 @@ msgstr "Szukaj" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -74,17 +74,17 @@ msgstr "Szukaj" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Przejdź" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Nazwa klucza" @@ -137,19 +137,19 @@ msgstr "Komentarz bazy danych:" msgid "Table comments" msgstr "Komentarze tabeli" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Kolumna" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -161,18 +161,18 @@ msgstr "Kolumna" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Typ" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -205,8 +205,8 @@ msgstr "Łącza do" msgid "Comments" msgstr "Komentarze" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -221,8 +221,8 @@ msgstr "Komentarze" msgid "No" msgstr "Nie" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -331,12 +331,12 @@ msgstr "Dodaj ograniczenia" msgid "Switch to copied database" msgstr "Przełącz do przekopiowanej bazy danych" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Metoda porównywania napisów" @@ -369,36 +369,36 @@ msgstr "Tabela" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Wiersze" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Rozmiar" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "w użyciu" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Utworzenie" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Ostatnia aktualizacja" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Ostatnie sprawdzenie" @@ -462,7 +462,7 @@ msgid "Del" msgstr "Usuń" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "lub" @@ -532,8 +532,8 @@ msgstr[0] "%s trafień wewnątrz tabeli %s" msgstr[1] "%s trafienia wewnątrz tabeli %s" msgstr[2] "%s trafień wewnątrz tabeli %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Przeglądaj" @@ -667,8 +667,8 @@ msgstr "Usuń zaznaczenie" msgid "Check tables having overhead" msgstr "Zaznacz tabele z pustymi przestrzeniami po usuniętych rzędach" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -682,14 +682,14 @@ msgstr "Eksport" msgid "Print view" msgstr "Widok do druku" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Opróżnij" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Usuń" @@ -698,7 +698,7 @@ msgstr "Usuń" msgid "Check table" msgstr "Sprawdź tabelę" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optymalizuj tabelę" @@ -761,7 +761,7 @@ msgstr "Zaktualizowane" msgid "Status" msgstr "Status" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -769,7 +769,7 @@ msgstr "Status" msgid "Action" msgstr "Działanie" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Usuń dane monitorujące tę tabelę" @@ -805,23 +805,22 @@ msgstr "Monitoruj tabelę" msgid "Database Log" msgstr "Dziennik bazy danych" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "Edytor ENUM/SET" -#: enum_editor.php:28 js/messages.php:246 -#| msgid "Values for the column \"%s\"" +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "Wartości dla nowej kolumny" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "Wartości dla kolumny \"%s\"" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field" @@ -893,45 +892,45 @@ msgstr "Użyj OpenStreetMaps jako warstwy podstawowej" msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Geometria" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "Punkt" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "Punkt %d" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "Dodaj punkt" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "Linia (linestring)" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "Pierścień zewnętrzny" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "Pierścień wewnętrzny" @@ -939,15 +938,15 @@ msgstr "Pierścień wewnętrzny" msgid "Add a linestring" msgstr "Dodaj linię (linestring)" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "Dodaj pierścień wewnętrzny" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "Kontur" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "Dodaj kontur" @@ -1062,195 +1061,204 @@ msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" "phpMyAdmin jest bardziej przyjazny w przeglądarkach z obsługą ramek" -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Kliknij, aby zaznaczyć" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Kliknij, aby usunąć zaznaczenie" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "Zdania \"DROP DATABASE\" są wyłączone." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Czy na pewno chcesz, aby ...?" -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Masz zamiar ZNISZCZYĆ całą bazę danych!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "Masz zamiar ZNISZCZYĆ całą tabelę!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "Masz zamiar WYCZYŚCIĆ całą tabelę!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Usuwanie danych monitorowania" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Usuwanie klucza podstawowego/indeksu" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Ta operacja może długo potrwać. Czy pomimo to kontynuować?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Masz zamiar WYŁĄCZYĆ repozytorium BLOB!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "Czy na pewno wyłączyć wszystkie odwołania do repozytoriów BLOB z bazy danych " "%s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "W formularzu brakuje wartości!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "To nie jest liczba!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Apply index(s)" +msgid "Add Index" +msgstr "Dołącz indeks(y)" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Tryb edycji" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s field(s)" +msgid "Add %d column(s) to index" +msgstr "Dodaj %s pól" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Całkowita liczba:" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Nazwa hosta jest pusta!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Nazwa użytkownika jest pusta!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Hasło jest puste!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Hasła nie są takie same!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Dodaj użytkownika" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Przeładowanie uprawnień" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Usuwanie zaznaczonych użytkowników" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Zamknij" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Edytuj" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "wykresy ruchu na serwerze MySQL w czasie rzeczywistym" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "połączenia / procesy" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "Zapytania w czasie rzeczywistym" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Dane statyczne" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Ogółem" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Inne" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "Przesłane KiB od chwili ostatniego odświeżenia" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "Otrzymane KiB od chwili ostatniego odświeżenia" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Ruch na serwerze (w KiB)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Połączenia od chwili ostatniego odświeżenia" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Procesy" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Połączenia / Procesy" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "Pytania od ostatniego odświeżania" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "Pytania (zdania wykonane za pomocą serwera)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Statystyki zapytań" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "Niedostosowana konfiguracja monitora lokalnego" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1262,163 +1270,163 @@ msgstr "" "działać. Proszę ją zresetować, a następnie wybrać konfigurację domyślną z " "menu Ustawienia." -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "Wydajność pamięci podręcznej zapytań" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "Użycie pamięci podręcznej zapytań" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "Użyta pamięć podręczna zapytań" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "Systemowe zużycie CPU" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Pamięć systemowa" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "Systemowa przestrzeń wymiany" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KiB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Przeciętne obciążenie systemu" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "Pamięć ogółem" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "Pamięć podręczna" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "Pamięć buforowa" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "Pamięć dostępna" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "Pamięć użyta" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "Przestrzeń wymiany ogółem" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "Podręczna przestrzeń wymiany" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "Użyta przestrzeń wymiany" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "Dostępna przestrzeń wymiany" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "Bajty wysłane" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "Bajty otrzymane" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Połączenia" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "Pytania" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Ruch" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Ustawienia" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "Usuń wykres" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "Edytuj tytuł i etykiety" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "Przeciągnij wykres do siatki" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "Proszę dodać do serii przynajmniej jedną zmienną" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Żadna" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "Wznów monitor" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "Wstrzymaj monitor" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "general_log i slow_query_log są włączone." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "general_log jest włączony." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "slow_query_log jest włączony." -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log and general_log są wyłączone." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "log_output nie jest ustawiony dla polecenia TABLE." -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "log_output jest ustawiony dla polecenia TABLE." -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1429,12 +1437,12 @@ msgstr "" "które trwają dłużej niż %d sekund. Wskazane jest, aby ustawić " "long_query_time na 0-2 sekund, w zależności od systemu." -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time jest ustawiony na %d sekund." -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1443,30 +1451,30 @@ msgstr "" "domyślnych po restarcie serwera:" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "Ustaw log_output do %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "Włącz %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "Wyłacz %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "Ustaw long_query_time do %ds" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1474,41 +1482,41 @@ msgstr "" "Nie można zmienić tych zmiennych. Proszę zalogować się jako root lub " "skontaktować z administratorem bazy danych." -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "Zmiana ustawień" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "Ustawienia bieżące" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "Tytuł wykresu" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "Różnica" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "Dzielone przez %s:" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "Z dziennika slow" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "Z dziennika ogólnego" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "Analizowanie i wczytywanie dzienników. Może to trochę potrwać ..." -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1519,7 +1527,7 @@ msgstr "" "inne atrybuty zapytań, takie jak np. czas uruchomienia zapytania, mogą się " "różnić." -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1528,56 +1536,56 @@ msgstr "" "Ponieważ wybrane zostało grupowanie zapytań INSERT, zapytania INSERT do tej " "samej tabeli są także pogrupowane razem, niezależnie od wprowadzonych danych." -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "Wczytano dane dziennika. Zapytania wykonane w tym okresie czasu:" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "Przejdź do tabeli dziennika" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" "Przeanalizowano dziennik, lecz nie znaleziono zadnych danych w tym okresie " "czasu." #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 msgid "Log table filter options" msgstr "Opcje filtra tabeli dziennika" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Filtr" -#: js/messages.php:176 +#: js/messages.php:177 #, fuzzy msgid "Filter queries by word/regexp:" msgstr "Zapytania filtrowane przez wyraz/regexp:" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Grupa zapytań, ignorująca dane zmiennej w przypadkach WHERE" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "Suma pogrupowanych wierszy:" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "Ogółem:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "Wczytywanie dzienników" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "Nie udało się odświeżyć monitora" -#: js/messages.php:183 +#: js/messages.php:184 #, fuzzy msgid "" "While requesting new chart data the server returned an invalid response. " @@ -1588,298 +1596,309 @@ msgstr "" "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "Ponownie wczytaj stronę" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "Zmodyfikowanych wierszy:" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" "Nie udało się przetworzyć pliku konfiguracyjnego. Prawdopodobnie nie zawiera " "prawidłowego kodu JSON" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Import" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Analizuj zapytanie" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "Możliwe problemy z wydajnością" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "Zagadnienie" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "Rekomendacja" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details..." msgid "Rule details" msgstr "Szczegóły…" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Authentication type" msgid "Justification" msgstr "Typ uwierzytelniania" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "Użyta zmienna / formuła" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "Test" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Anuluj" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Wczytywanie" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Przetwarzanie wywołania" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Błąd przetwarzania wywołania" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Usuwanie Kolumny" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Dodawanie klucza głównego" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "Kliknij aby zamknąć to powiadomienie" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Zmiana nazwy bazy danych" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Przeładowanie bazy danych" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Kopiowanie bazy danych" -#: js/messages.php:223 -#| msgid "Charset" +#: js/messages.php:224 msgid "Changing Charset" msgstr "Zmieniam kodowanie znaków" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "Tabela musi mieć przynajmniej jedną kolumnę" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Wstaw tabelę" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "Ukryj indeksy" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "Pokaż indeksy" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Wyszukiwanie" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Ukryj wyniki wyszukiwania" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Pokaż wyniki wyszukiwania" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Przeglądaj" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Usuwanie %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Definicji funkcji składowanej musi zawierać instrukcję RETURN!" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "Add a new server" msgid "Add %d value(s)" msgstr "Dodaj %d wartości" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "Jeżeli plik zawiera kilka tabel, zostaną one połączone w jedną" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Ukryj okno zapytań" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Pokaż okno zapytań" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Żaden wiersz nie został zaznaczony" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Zmień" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "Czas wykonania zapytania" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Zachowaj" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Ukryj okno zapytania SQL" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Wyświetl kryteria wyszukiwania" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Szukaj" -#: js/messages.php:271 +#: js/messages.php:272 #, fuzzy msgid "Each point represents a data row." msgstr "Każdy punkt reprezentuje wiersz danych." -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "Użyj pokrętła myszy aby powiększy lub pomniejszyć wykres." -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "Kliknij i przeciągnij myszą, aby poruszać się po wykresie." -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 msgid "Select two columns" msgstr "Wybierz dwie kolumny" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "Wybierz dwie różne kolumny" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Operacja na wynikach zapytania" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Rozmiar wskaźnika danych" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignoruj" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Kopiuj" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "Dodaj kolumny" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Wybierz klucz odwołujący" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Wybierz klucz zewnętrzny" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Należy wybrać klucz główny lub klucz jednoznaczny" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Wybierz kolumny do wyświetlenia" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1887,15 +1906,15 @@ msgstr "" "Nie zapisałeś zmian w układzie. Zostaną one utracone, jeżeli ich nie " "zapiszesz. Czy chcesz kontynuować ?" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Dodaj opcję do kolumny" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "Aby przerwać edycję wciśnij \"escape\"" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -1903,58 +1922,58 @@ msgstr "" "Nie zapisałeś zmian po edycji. Jesteś pewien że chcesz opuścić stronę nie " "zapisując zmian?" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "Kliknij, aby posortować" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "Kliknij aby zaznaczyć/odznaczyć" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Przejdź do widoku" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Wygeneruj hasło" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generuj" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Zmień hasło" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Więcej" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1964,29 +1983,29 @@ msgstr "" "werja to %s, wydana dnia %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", ostatnia stabiln()a wersja:" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy #| msgid "Jump to database" msgid "up to date" msgstr "Przejdź do bazy danych" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Zakończ" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Poprzedni" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1994,80 +2013,80 @@ msgid "Next" msgstr "Następne" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Dzisiaj" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "Styczeń" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "Luty" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "Marzec" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "Kwiecień" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Maj" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "Czerwiec" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "Lipiec" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "Sierpień" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "Wrzesień" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "Październik" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "Listopad" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "Grudzień" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Sty" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Lut" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Kwi" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2075,70 +2094,70 @@ msgid "May" msgstr "Maj" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Cze" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Lip" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Sie" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Wrz" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Paź" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Lis" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Gru" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Niedziela" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Poniedziałek" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Wtorek" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "Środa" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "Czwartek" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "Piątek" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "Sobota" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2146,99 +2165,95 @@ msgid "Sun" msgstr "Nie" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Wto" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Śro" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Czw" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Pią" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Sob" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Nie" #. l10n: Minimal week day name -#: js/messages.php:445 -#| msgid "Mon" +#: js/messages.php:448 msgid "Mo" msgstr "Pn" #. l10n: Minimal week day name -#: js/messages.php:447 -#| msgid "Tue" +#: js/messages.php:450 msgid "Tu" msgstr "Wt" #. l10n: Minimal week day name -#: js/messages.php:449 -#| msgid "Wed" +#: js/messages.php:452 msgid "We" msgstr "Śr" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Czw" #. l10n: Minimal week day name -#: js/messages.php:453 -#| msgid "Fri" +#: js/messages.php:456 msgid "Fr" msgstr "Pt" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sob" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Wk" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Czas" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Godzina" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Minuta" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Sekunda" @@ -2324,45 +2339,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Brak zdefiniowanego indeksu!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indeksy" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Jednoznaczny" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Spakowany" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Moc" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Komentarz" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Klucz podstawowy został usunięty" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Klucz %s został usunięty" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2409,7 +2424,6 @@ msgstr[1] "Wstawionych wierszy: %1$d." msgstr[2] "Wstawionych wierszy: %1$d." #: libraries/PDF.class.php:81 -#| msgid "Allows reading data." msgid "Error while creating PDF:" msgstr "Wystąpił błąd podczas tworzenia PDF: " @@ -2698,14 +2712,14 @@ msgstr "Tabele" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Dane" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Nadmiar" @@ -2741,7 +2755,6 @@ msgid "numeric key detected" msgstr "" #: libraries/common.inc.php:597 -#| msgid "Cannot load or save configuration" msgid "Failed to read configuration file" msgstr "Odczytanie pliku konfuguracyjnego nie powiodło się" @@ -2936,11 +2949,10 @@ msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s dni, %s godzin, %s minut i %s sekund" #: libraries/common.lib.php:2067 -#| msgid "Routines" msgid "Missing parameter:" msgstr "Brakujący parametr:" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2948,23 +2960,21 @@ msgctxt "First page" msgid "Begin" msgstr "Początek" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 -#| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "Poprzedni" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 -#| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "Następny" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -2972,24 +2982,24 @@ msgctxt "Last page" msgid "End" msgstr "Koniec" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Przejście do bazy danych "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Funkcja %s jest dotknięta przez znany błąd, zobacz %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "Kliknij, aby zaznaczyć" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3001,7 +3011,7 @@ msgstr "Kliknij, aby zaznaczyć" msgid "Structure" msgstr "Struktura" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3009,42 +3019,42 @@ msgstr "Struktura" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Dodaj" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operacje" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Wyszukaj w komputerze" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Wybierz z katalogu upload serwera WWW %s:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Nie można znaleźć katalogu do zapisu przesyłanych plików" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "Nie podałeś plików do wgrania na serwer" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Drukuj" @@ -3096,7 +3106,6 @@ msgstr "dane" #: libraries/config.values.php:101 libraries/export/htmlword.php:25 #: libraries/export/latex.php:42 libraries/export/odt.php:34 #: libraries/export/sql.php:131 libraries/export/texytext.php:24 -#| msgid "Structure and data" msgid "structure and data" msgstr "struktura i dane" @@ -3470,7 +3479,6 @@ msgid "Edit in window" msgstr "Edytuj następny rekord" #: libraries/config/messages.inc.php:66 -#| msgid "Display Features" msgid "Display errors" msgstr "Wyświetl błędy" @@ -3509,7 +3517,7 @@ msgid "Character set of the file" msgstr "Kodowanie pliku" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Format" @@ -3525,7 +3533,6 @@ msgstr "Typ kompresji" #: libraries/export/excel.php:25 libraries/export/htmlword.php:30 #: libraries/export/latex.php:72 libraries/export/ods.php:25 #: libraries/export/odt.php:58 libraries/export/texytext.php:28 -#| msgid "Put fields names in the first row" msgid "Put columns names in the first row" msgstr "Umieść nazwy kolumn w pierwszym wierszu" @@ -3899,12 +3906,10 @@ msgid "Basic settings" msgstr "Ustawienia podstawowe" #: libraries/config/messages.inc.php:201 -#| msgid "Authentication type" msgid "Authentication" msgstr "Uwierzytelnianie" #: libraries/config/messages.inc.php:202 -#| msgid "Authentication type" msgid "Authentication settings" msgstr "Ustawienia dot. uwierzytelniania" @@ -4029,7 +4034,6 @@ msgid "Texy! text" msgstr "Tekst Texy!" #: libraries/config/messages.inc.php:232 -#| msgid "Warning" msgid "Warnings" msgstr "Ostrzeżenia" @@ -5599,7 +5603,7 @@ msgstr "Procedury i funkcje" msgid "Events" msgstr "Zdarzenia" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -6034,7 +6038,7 @@ msgstr "Sortuj wg klucza" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Opcje" @@ -6641,12 +6645,12 @@ msgid "Data dump options" msgstr "Opcje eksportu bazy danych" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Zrzut danych tabeli" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Struktura tabeli dla " @@ -6857,31 +6861,31 @@ msgstr "Procedury" msgid "Functions" msgstr "Funkcje" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Ograniczenia dla zrzutów tabel" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Ograniczenia dla tabeli" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "TYPY MIME TABELI" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELACJE TABELI" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Struktura widoku" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Zastąpiona struktura widoku" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -7120,7 +7124,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Wyślij" @@ -7475,7 +7479,7 @@ msgstr "Zmienna" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Wartość" @@ -8247,6 +8251,11 @@ msgstr "Różnica" msgid "Target database" msgstr "Docelowa baza danych" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Kliknij, aby zaznaczyć" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8412,7 +8421,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Indeks" @@ -9259,7 +9268,7 @@ msgstr "Pozycja" msgid "Original position" msgstr "Oryginalna pozycja" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Informacje" @@ -10061,7 +10070,6 @@ msgid "Advisor" msgstr "" #: server_status.php:789 server_status.php:811 -#| msgid "Refresh" msgid "Refresh rate: " msgstr "Częstotliwość odświeżania: " @@ -10152,7 +10160,7 @@ msgstr "na minutę" msgid "per second" msgstr "na sekundę" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Cecha" @@ -11885,39 +11893,37 @@ msgstr "Nie można zmienić nazwy indeksu na PRIMARY!" msgid "No index parts defined!" msgstr "Brak zdefiniowanych części indeksu!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Utwórz nowy indeksu" +#| msgid "Apply index(s)" +msgid "Add index" +msgstr "Dołącz indeks(y)" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Modyfikacja indeksu" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Tryb edycji" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Nazwa indeksu :" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" musi być nazwą jedynie klucza podstawowego!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Nazwa indeksu :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Rodzaj indeksu :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Dodaj  %s kolumn do indeksu " -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Liczba kolumn musi być większa niż zero." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Nie można przenieść tabeli do niej samej!" @@ -12045,39 +12051,39 @@ msgstr "Sprawdź spójność powiązań:" msgid "Showing tables" msgstr "Pokaż tabele" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Wykorzystanie przestrzeni" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Wykorzystanie" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Efektywne" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Statystyka rekordów" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "statycznie" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "zmienny" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Długość rekordu" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Rozmiar rekordu " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -12139,12 +12145,6 @@ msgstr "Przeglądaj różne wartości" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -#, fuzzy -#| msgid "Apply index(s)" -msgid "Add index" -msgstr "Dołącz indeks(y)" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -12223,13 +12223,13 @@ msgstr "Na początku tabeli" msgid "After %s" msgstr "Po %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Utwórz indeks dla %s kolumn" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "partycjonowanie" @@ -13595,6 +13595,19 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert jest ustawione na 0" +#~ msgid "Click to unselect" +#~ msgstr "Kliknij, aby usunąć zaznaczenie" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Utwórz nowy indeksu" + +#~ msgid "Modify an index" +#~ msgstr "Modyfikacja indeksu" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Liczba kolumn musi być większa niż zero." + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ Zacznij wprowadzanie od nowa i dodaj nową wartość" diff --git a/po/pt.po b/po/pt.po index 519221c52a..58d364385c 100644 --- a/po/pt.po +++ b/po/pt.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-08-29 10:54+0200\n" "Last-Translator: \n" "Language-Team: portuguese \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Mostrar tudo" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "fechado a janela que a originou, ou as configurações de segurança do seu " "browser encontram-se definidas para não permitir actualizações entre janelas." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Pesquisar" @@ -48,10 +48,10 @@ msgstr "Pesquisar" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "Pesquisar" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Executar" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Nome do Índice" @@ -135,19 +135,19 @@ msgstr "Comentário da Base de Dados: " msgid "Table comments" msgstr "Comentários da tabela" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Coluna" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "Coluna" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Tipo" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Nulo" @@ -203,8 +203,8 @@ msgstr "Links para" msgid "Comments" msgstr "Comentários" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "Comentários" msgid "No" msgstr "Não" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -329,12 +329,12 @@ msgstr "Adicionar restrições (constraints)" msgid "Switch to copied database" msgstr "Mudar para a Base de Dados copiada" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Agrupamento (Collation)" @@ -367,36 +367,36 @@ msgstr "Tabela" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Registos" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Tamanho" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "em uso" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Criação" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Última actualização" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Última Verificação" @@ -459,7 +459,7 @@ msgid "Del" msgstr "Elim." #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Ou" @@ -528,8 +528,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s resultado na tabela %s" msgstr[1] "%s resultados na tabela %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Visualizar" @@ -662,8 +662,8 @@ msgstr "Nenhum" msgid "Check tables having overhead" msgstr "Verificar tabelas com overhead" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -677,14 +677,14 @@ msgstr "Exportar" msgid "Print view" msgstr "Vista de impressão" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Limpa" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Elimina" @@ -693,7 +693,7 @@ msgstr "Elimina" msgid "Check table" msgstr "Verificar tabela" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimizar tabela" @@ -756,7 +756,7 @@ msgstr "Actualizado" msgid "Status" msgstr "Estado" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -764,7 +764,7 @@ msgstr "Estado" msgid "Action" msgstr "Acções" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Apagar dados de tracking para esta tabela" @@ -800,24 +800,24 @@ msgstr "Tracking à tabela" msgid "Database Log" msgstr "Log da Base de Dados" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "Valores para a coluna \"%s\"" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "Valores para a coluna \"%s\"" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field" @@ -888,45 +888,45 @@ msgstr "Usar OpenStreetMaps como camada base" msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Geometria" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "Ponto" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "Ponto %d" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "Adicionar um ponto" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "Segmento de Reta " -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "Anel Exterior" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "Anel Interior" @@ -934,15 +934,15 @@ msgstr "Anel Interior" msgid "Add a linestring" msgstr "Adicionar um segmento de reta" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "Adicionar um anel interior" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "Polígono " -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "Adicionar um polígono" @@ -1062,196 +1062,204 @@ msgstr "" "O phpMyAdmin torna-se mais agradável se usado num browser que suporte " "frames." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Clique para seleccionar" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Clique para deseleccionar" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "Os comandos \"DROP DATABASE\" estão inibidos." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Confirma : " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Estará prestes a DESTRUIR uma base de dados completa!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "Está prestes a DESTRUIR uma base de dados completa!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "Está prestes a TRUNCAR uma base de dados completa!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Apagando dados de tracking" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Apagando Chave Primária/Indice" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Esta operação poderá demorar. Deseja prosseguir?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Está prestes a DESACTIVAR um Repositório BLOB!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "Tem a certeza que pretender desactivar todas as referencias a BLOB para a " "Base de Dados %s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Nº de dados insuficiente!\\nPreencha todas as opções!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Isto não é um número!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Index" +msgid "Add Index" +msgstr "Índice" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit next row" +msgid "Edit Index" +msgstr "Editar próxima coluna" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +msgid "Add %d column(s) to index" +msgstr "Adiciona novo campo" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Contagem total" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "O nome da máquina está vazio!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "O nome do utilizador está vazio!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Indique a palavras-passe!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "" "As palavras-passe são diferentes!\\nLembre-se de confirmar a palavra-passe!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Adicionar utilizador" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Recarregar Privilégios" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Removendo os utilizadores seleccionados" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Fechar" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Edita" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "Gráfico de tráfego em direto" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "Gráfico de ligações/processo ao vivo" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "Gráfico de comandos em directo" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Dados estáticos" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Total" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Outros" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "KiB enviados desde a última actualização" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "KiB recebidos desde a última actualização" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Tráfego do servidor (em KiB)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Ligações desde a última actualização" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Processos" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Ligações / Processos" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "Perguntas desde a ultima actualização" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "Perguntas (comandos executados pelo servidor)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Estatísticas de comandos" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "Configuração incompatível do monitor local" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1259,165 +1267,165 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "Eficiência da cache de comandos" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "Utilização da cache de comandos" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "Cache de comandos utilizada" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "Uso do CPU do Sistema" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Memória do sistema" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "Swap do sistema" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Carga média" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "Memória total" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "Memória na cache" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "Memória retida" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "Memória livre" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "Memória utilizada" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "Swap total" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "Swap retida" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "Swap utilizada" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "Swap livre" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "Bytes enviados" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "Bytes recebidos" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Ligações" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "Perguntas" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Tráfego" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Configurações" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "Remover gráfico" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "Editar titulo e rótulos" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "Adicionar gráfico a grelha" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "Por favor adicione pelo menos uma variável à serie" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Nenhum" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "Resumir o monitor" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "Pausar o monitor" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "general_log e slow_query estão ativos " -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "general_log está ativo" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "slow_query_log está ativo" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log e general_log estão inativos" -#: js/messages.php:140 +#: js/messages.php:141 #, fuzzy msgid "log_output is not set to TABLE." msgstr "log_output não está configurado para TABLE" -#: js/messages.php:141 +#: js/messages.php:142 #, fuzzy msgid "log_output is set to TABLE." msgstr "log_output está configurado para TABLE." -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1428,12 +1436,12 @@ msgstr "" "mais de %d segundos. É recomendado definir long_query_time para 0-2 " "segundos, dependendo do seu sistema." -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time está configurado para %d segundo(s)" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1442,30 +1450,30 @@ msgstr "" "o valor padrão após o reinicio do servidor:" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "Define log_output como %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "Ativar %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "Desactivar %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, fuzzy, php-format msgid "Set long_query_time to %ds" msgstr "Define long_query_time como %ds" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1473,103 +1481,103 @@ msgstr "" "Não pode modificar estas variáveis. Por favor faça login como root ou " "contacte o seu administrador de base de dados." -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "Modificar configurações" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "Configurações atuais" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "Titulo do gráfico" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "Diferencial" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "Dividido por %s:" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "Do registo lento" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "Do registo geral" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "A analisar e a carregar registos. Isto pode demorar um um pouco." -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Dados do registo carregados. Comandos executados neste período de tempo:" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "Saltar para a tabela de registos" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" "Registo analisado, mas nenhuns dados encontrados neste período de tempo" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 msgid "Log table filter options" msgstr "Opções de filtragem da tabela de registos" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Filtrar" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "Filtrar comandos por palavra/regexp:" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Agrupar comandos, ignorando dados variáveis em clausulas WHERE" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "Soma de linhas agrupadas" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "Total:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "Carregando registos" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "Falhou a atualização do monitor" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1579,21 +1587,21 @@ msgstr "" "Isto é provavelmente porque a sua sessão expirou. Atualizar a página e " "reinserir as suas credenciais deve ajudar." -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "Atualizar página" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "Linhas afetadas:" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" "Falha ao processar ficheiro de configuração. Não parece ser código JSON " "válido" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." @@ -1601,352 +1609,363 @@ msgstr "" "Falha ao construir grelha do gráfico com a configuração importada. " "Redefinindo os valores padrão..." -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importar" -#: js/messages.php:192 +#: js/messages.php:193 msgid "Analyse Query" msgstr "Analisar Comando" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "Sistema de Assessoria" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "Possíveis problemas de desempenho" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "Problemas" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "Recomendação" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "Detalhes da regra" -#: js/messages.php:201 +#: js/messages.php:202 msgid "Justification" msgstr "Justificação" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "Variável / formula utilizada" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "Teste" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Cancelar" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Carregando" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Processando Pedido" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Erro a Processar Pedido" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Apagando Coluna" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Adicionando Chave Primária" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Renomeando Bases de Dados" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Recarregar Base de Dados" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Copiando Bases de Dados" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Mudando Mapa de Caracteres" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "A tabela terá que ter pelo menos uma coluna" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Inserir Tabela" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "Esconder índices " -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "Mostrar índices" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Pesquisando" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Esconder resultados da pesquisa" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy msgid "Show search results" msgstr "Comando SQL" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Visualizar" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "A apagar %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Acrescenta um utilizador" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Esconder Caixa do query" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Mostrar Caixa do query" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Muda" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Guarda" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Esconder critérios de buca" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Mostrar critérios de busca" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Pesquisar" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "Adicionar/Remover Colunas" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "SQL result" +msgid "Query results" +msgstr "Resultado SQL" + +#: js/messages.php:291 +#, fuzzy +msgid "Data point content" +msgstr "Tipo de Exportação" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignora" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy msgid "Add columns" msgstr "Adiciona novo campo" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Seleccione chave de referencia" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Seleccione Foreign Key" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Por favor seleccione a chave primária ou a chave única " -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Escolha campo para mostrar" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Clique para seleccionar" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy msgid "Go to link" msgstr "Sem bases de dados" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "Alterar a palavra-passe" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 #, fuzzy msgid "Generate" msgstr "Gerado por" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Alterar a palavra-passe" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Seg" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1954,30 +1973,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 #, fuzzy msgid ", latest stable version:" msgstr "Versão do servidor" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "Sem bases de dados" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy msgid "Done" msgstr "Dados" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Anterior" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1985,96 +2004,96 @@ msgid "Next" msgstr "Próximo" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Total" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binário " -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Abr" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Mai" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jun" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jul" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Ago" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Out" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Fev" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2082,78 +2101,78 @@ msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Set" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Out" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Dez" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Dom" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Seg" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Ter" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Sex" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2161,105 +2180,105 @@ msgid "Sun" msgstr "Dom" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Seg" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Ter" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Qua" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Qui" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Sex" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Dom" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Seg" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Ter" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Qua" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Qui" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Sex" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sab" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Tempo" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "em uso" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2339,46 +2358,46 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Nenhum indíce definido!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Índices" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Único" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Quantidade" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 #, fuzzy msgid "Comment" msgstr "Comentários" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "A chave primária foi eliminada" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "O Índice %s foi eliminado" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2703,14 +2722,14 @@ msgstr "Tabelas" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Dados" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Suspenso" @@ -2938,7 +2957,7 @@ msgstr "%s dias, %s horas, %s minutos e %s segundos" msgid "Missing parameter:" msgstr "" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2946,7 +2965,7 @@ msgctxt "First page" msgid "Begin" msgstr "Inicio" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -2955,7 +2974,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Anterior" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -2964,7 +2983,7 @@ msgctxt "Next page" msgid "Next" msgstr "Próximo" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -2972,24 +2991,24 @@ msgctxt "Last page" msgid "End" msgstr "Fim" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Saltar para a Base de Dados "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "Clique para seleccionar" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3001,7 +3020,7 @@ msgstr "Clique para seleccionar" msgid "Structure" msgstr "Estrutura" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3009,43 +3028,43 @@ msgstr "Estrutura" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Insere" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operações" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "Directoria no servidor web para fazer upload" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Não é possivel alcançar a directoria que configurou para fazer upload" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Imprimir" @@ -3497,7 +3516,7 @@ msgid "Character set of the file" msgstr "Configurar o Mapa de Caracteres do ficheiro:" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Formato" @@ -5451,7 +5470,7 @@ msgstr "" msgid "Events" msgstr "Enviado" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5855,7 +5874,7 @@ msgstr "Ordenar por chave" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 #, fuzzy msgid "Options" msgstr "Operações" @@ -6411,12 +6430,12 @@ msgid "Data dump options" msgstr "Opções de exportação da Base de Dados" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Extraindo dados da tabela" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Estrutura da tabela" @@ -6618,34 +6637,34 @@ msgstr "Processos" msgid "Functions" msgstr "Funções" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 #, fuzzy msgid "Constraints for dumped tables" msgstr "Limitadores para a tabela" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Limitadores para a tabela" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 #, fuzzy msgid "Structure for view" msgstr "Somente estrutura" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 #, fuzzy msgid "Stand-in structure for view" msgstr "Somente estrutura" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -6867,7 +6886,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Submete" @@ -7219,7 +7238,7 @@ msgstr "Variável" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Valor" @@ -7958,6 +7977,11 @@ msgstr "" msgid "Target database" msgstr "Pesquisar na Base de Dados" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Clique para seleccionar" + #: libraries/sql_query_form.lib.php:189 #, fuzzy, php-format msgid "Run SQL query/queries on server %s" @@ -8117,7 +8141,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Índice" @@ -8859,7 +8883,7 @@ msgstr "" msgid "Original position" msgstr "" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 #, fuzzy msgid "Information" msgstr "Informação de Login " @@ -9727,7 +9751,7 @@ msgstr "por minuto" msgid "per second" msgstr "por segundo" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Itens" @@ -11212,40 +11236,36 @@ msgstr "Impossível renomear índice para PRIMARY!" msgid "No index parts defined!" msgstr "Nenhuma parte do índice definida!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Criar um novo índice" +#| msgid "Print view" +msgid "Edit index" +msgstr "Vista de impressão" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Modificar um índice" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Nome do Índice :" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" tem de ser o nome de e apenas de uma chave " "primária!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Nome do Índice :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Tipo de Índice :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Adicionar ao índice  %s coluna(s)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Não é posivel mover a tabela para o mesmo!" @@ -11376,39 +11396,39 @@ msgstr "Verificar Integridade referencial:" msgid "Showing tables" msgstr "Mostra tabelas" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Espaço ocupado" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Utilização" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Em uso" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Estatísticas dos registos" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dinâmico" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Comprim. dos reg." -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Tamanho dos reg." -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11467,10 +11487,6 @@ msgstr "" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11546,13 +11562,13 @@ msgstr "No Início da Tabela" msgid "After %s" msgstr "Depois %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Criar um índice com %s coluna(s)" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -12870,6 +12886,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "Clique para deseleccionar" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Criar um novo índice" + +#~ msgid "Modify an index" +#~ msgstr "Modificar um índice" + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ Reiniciar inserção e adicionar um novo valor" diff --git a/po/pt_BR.po b/po/pt_BR.po index fefbdb62f4..d3aba2b6b0 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-11-14 19:39+0200\n" "Last-Translator: mariemidias \n" "Language-Team: brazilian_portuguese \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Pootle 2.1.6\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Mostrar todos" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "fechado a janela principal ou as opções de segurança do seu navegador estão " "configuradas para bloquear a comunicação entre janelas." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Procurar" @@ -48,10 +48,10 @@ msgstr "Procurar" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "Procurar" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Executar" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Nome chave" @@ -135,19 +135,19 @@ msgstr "Comentário do Banco de Dados: " msgid "Table comments" msgstr "Comentários da tabela" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Coluna" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "Coluna" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Tipo" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Nulo" @@ -203,8 +203,8 @@ msgstr "Links para" msgid "Comments" msgstr "Comentários" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "Comentários" msgid "No" msgstr "Não" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -329,12 +329,12 @@ msgstr "Adicionar restrições" msgid "Switch to copied database" msgstr "Mudar para o Banco de Dados copiado" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Colação" @@ -367,36 +367,36 @@ msgstr "Tabela" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Registros" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Tamanho" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "em uso" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Criação" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Última atualização" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Última verificação" @@ -459,7 +459,7 @@ msgid "Del" msgstr "Del" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Ou" @@ -528,8 +528,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s resultado dentro da tabela %s" msgstr[1] "%s resultados dentro da tabela %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Visualizar" @@ -662,8 +662,8 @@ msgstr "Desmarcar todos" msgid "Check tables having overhead" msgstr "Verificar sobre-carga" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -677,14 +677,14 @@ msgstr "Exportar" msgid "Print view" msgstr "Visualização para impressão" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Limpar" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Eliminar" @@ -693,7 +693,7 @@ msgstr "Eliminar" msgid "Check table" msgstr "Verificar tabela" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Otimizar tabela" @@ -756,7 +756,7 @@ msgstr "Atualizado" msgid "Status" msgstr "Status" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -764,7 +764,7 @@ msgstr "Status" msgid "Action" msgstr "Ação" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Excluir dados de monitoramento desta tabela" @@ -800,24 +800,23 @@ msgstr "Monitorar tabela" msgid "Database Log" msgstr "Registro de log do Banco de Dados" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "Editor ENUM/SET" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "Valores para nova coluna" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, php-format -#| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "Valores para coluna %s" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field" @@ -889,45 +888,45 @@ msgstr "Use OpenStreetMaps como base" msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Geometria" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "Ponto" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "Ponto %d" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "Adicione um ponto" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "Linha" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "Anel Externo" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "Anel interno" @@ -935,15 +934,15 @@ msgstr "Anel interno" msgid "Add a linestring" msgstr "Adicionar uma linha" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "Adicionar um anel interno" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "Polígono" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "Adicionar polígono" @@ -1059,195 +1058,204 @@ msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" "phpMyAdmin é mais amigável com um navegador capaz de exibir frames." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Clique para selecionar" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Clique para desmarcar" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "O comando \"DROP DATABASE\" está desabilitado." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Você realmente deseja" -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Você está prestes à DESTRUIR um banco de dados completo!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "Você está prestes à DESTRUIR completamente a tabela!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "Você está prestes à TRUNCAR completamente uma tabela!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Excluindo os dados de monitoramento" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Remoção de chave/índice primário" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Esta operação pode ser demorada. Deseja prosseguir?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Você está prestes a DESATIVAR um repositório BLOB!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "Tem certeza que quer desabilitar todas as referências BLOB para o banco de " "dados %s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Faltando valores no formulário!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Isto não é um número!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "Adicionar índice" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Modo de edição" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s field(s)" +msgid "Add %d column(s) to index" +msgstr "Adicionar %s campo(s)" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Total" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "O nome do servidor está vazio!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "O nome do usuário está em branco!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "A senha está em branco!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "As senhas não são iguais!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Adicionar usuário" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Recarregando privilégios" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Remover os usuários selecionados" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Fechar" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Editar" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "Gráfico de tráfego em tempo real" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "Quadro conn./process em tempo real" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "Gráfico de consulta em tempo real" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Dado(s) estático(s)" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Total" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Outro" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "KiB enviados desde a última atualização" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "KiB recebidos desde a última atualização" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Tráfego do Servidor (em KiB)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Conexões desde a última atualização" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Processos" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Conexões / Processos" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "Requisições desde a última atualização" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "Requisições (Declarações executadas pelo servidor)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Estatísticas de Consultas" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "Configuração do monitor local incompatível" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1259,165 +1267,165 @@ msgstr "" "configurações atuais não funcionarão mais. Por favor reinicie sua " "configurações para as padrão no menu Configurações." -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "Eficiência do cache de consulta" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "Uso do cache de consulta" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "Cache de consulta utilizado" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "Utilização da CPU pelo sistema" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Memória do sistema" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "Área de Troca (Swap) do sistema" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Carga média" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "Memória total do sistema" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "Cache de memória" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "Memória em Buffer" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "Memória livre" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "Memória usada" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "Swap Total" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "Swap em cache" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "Swap Utilizado" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "Swap livre" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "Bytes enviados" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "Bytes Recebidos" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Conexões" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "Requisições" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Tráfego" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Configurações" # The word "chart" in brasilian portuguese can mean either "Table = tabela" or "Report = relatório" or "Chart = gráfico" or "Diagram = diagrama". So, it depends of the context. -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "Remover Gráfico" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "Editar rótulos e títulos" # The word "chart" in brasilian portuguese can mean either "Table = tabela" or "Report = relatório" or "Chart = gráfico" or "Diagram = diagrama". So, it depends of the context. -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "Adicionar gráfico ajustado na grade" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "Por favor adicione no mínimo uma variável à série" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Nenhum" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "Continuar o monitoramento" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "Pausar o monitoramento" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "\"general_log\" e \"slow_query_log\" estão ativados." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "\"general_log\" está ativado." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "\"slow_query_log\" está ativado." -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "\"slow_query_log\" e \"general_log\" estão desativados." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "\"log_output\" não está definido para a TABELA." -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "\"log_output\" está definido para a TABELA." -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1428,12 +1436,12 @@ msgstr "" "consultas que demoram mais do que %d segundos. Então, é aconselhado definir " "\"long_query_time\" de 0-2 segundos, dependendo do seu sistema." -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "\"long_query_time\" está definida para %d segundo(s)." -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1442,30 +1450,30 @@ msgstr "" "padrão quando o servidor reiniciar:" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "Definir \"log_output\" para %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "Habilitar %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "Desabilitar %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "Definir \"long_query_time\" para %ds" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1474,42 +1482,42 @@ msgstr "" "se como usuário \"Root\" ou entre em contato com seu administrador do banco " "de dados." -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "Alterar configurações" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "Configurações atuais" # The word "chart" in brasilian portuguese can mean either "Table = tabela" or "Report = relatório" or "Chart = gráfico" or "Diagram = diagrama". So, it depends of the context. -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "Título do Relatório/Gráfico ou Tabela" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "Diferencial" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "Dividido por %s:" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "Do log lento" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "Do relatório geral" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "Analisando e carregando logs. Isso pode demorar." -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1520,7 +1528,7 @@ msgstr "" "de agrupamento, por isso os outros atributos de consultas, tais como horário " "de início, podem ser diferentes." -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1530,55 +1538,56 @@ msgstr "" "INSERT na mesma tabela também são agrupadas juntas, desconsiderando os dados " "inseridos." -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "Log de dados carregado, Busca efetuada neste período de tempo:" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "Ir para a tabela de Log" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "Log analizado, nenhum dado encontrado neste intervalo de tempo" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "Opções de filtragem da tabela de registro" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Filtro" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "Filtrar consultas por palavra/expressão regular:" -#: js/messages.php:177 -msgid "Group queries, ignoring variable data in WHERE clauses" -msgstr "Consultas em grupo, ignorando os valores de variáveis da cláusula WHERE" - #: js/messages.php:178 +msgid "Group queries, ignoring variable data in WHERE clauses" +msgstr "" +"Consultas em grupo, ignorando os valores de variáveis da cláusula WHERE" + +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "Número de linhas agrupadas:" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "Total:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "Carregando relatorios" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "Atualização do monitor falhou." -#: js/messages.php:183 +#: js/messages.php:184 #, fuzzy msgid "" "While requesting new chart data the server returned an invalid response. " @@ -1589,22 +1598,22 @@ msgstr "" "Provavelmente foi porque a sua sessão expirou. Atualizando a página e " "reinserindo as suas credenciais deve ajudar." -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "Recarregar página" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "Linhas afetadas:" -#: js/messages.php:188 +#: js/messages.php:189 #, fuzzy msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" "Falha ao processar o arquivo de configuração. Não parece ser código JSON " "válido" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." @@ -1612,277 +1621,288 @@ msgstr "" "Falha ao construir a grade do gráfico com a configuração importada. " "Restaurando a configuração padrão " -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importar" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Analisar a consulta" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "Possíveis problemas de performance" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "Questão" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "Recomendações" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details" msgid "Rule details" msgstr "Detalhes da regra" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Authentication" msgid "Justification" msgstr "Razão" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "Variável / formula utilizada" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "Teste" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Cancelar" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Carregando" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Processando a requisição" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Erro no processamento da requisição" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Excluindo coluna" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Adicionar chave primária" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "Clique para fechar esta notificação" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Renomeando o Banco de Dados" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Recarregar o Banco de Dados" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Copiar Banco de Dados" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Modificando charset" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "A tabela deve ter pelo menos uma coluna" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Inserir tabela" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "Ocultar índices" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "Mostrar índices" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Buscando" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Ocultar resultados da pesquisa" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Mostrar resultados da pesquisa" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "Navegação" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "Apagando %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" "A definição de uma função armazenada deve conter uma instrução de RETURN!" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "+ Add a value" msgid "Add %d value(s)" msgstr "Adicionar %d valor(es)" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "Nota: Se o arquivo contém várias tabelas, elas serão combinadas em uma" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Ocultar caixa de consulta" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Mostrar caixa de consulta" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Nenhum registro selecionado" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Alterar" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "Tempo de execução da busca" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Salvar" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Ocultar critério de pesquisa" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Exibir critério de pesquisa" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Procura detalhada" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "Cada ponto representa uma linha de dados" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "Use a roda do mouse para ampliação ou redução do plano" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "Clique e arraste com o mouse para navegar no mapa" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "Clique no link resetar zoom para voltar ao estado original" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -"Clique em um ponto de dados para ver e possivelmente editar a linha de " -"dados." +"Clique em um ponto de dados para ver e possivelmente editar a linha de dados." -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "O plano pode ser redimensionado arrastando-o ao longo do canto inferior " "direito." -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "Strings serão convertidos em inteiros por planejamento" -#: js/messages.php:287 +#: js/messages.php:288 msgid "Select two columns" msgstr "Selecione duas colunas" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "Selecione duas colunas diferentes" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Operações resultantes das consultas" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Tamanho do ponteiro de dados" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignorar" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Copiar" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "Adicionar colunas" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Seleciona chave referenciada" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Selecionar Chave Estrangeira" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Por favor, selecione uma chave primária ou uma chave única" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Marque a coluna para exibir" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1890,15 +1910,15 @@ msgstr "" "Você não salvou as mudanças no layout. Eles serão perdidos se você não salva-" "los. Deseja continuar mesmo assim?" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Adicionar uma opção para a coluna" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "Pressione esc para cancelar a edição" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -1906,23 +1926,23 @@ msgstr "" "Você editou alguns dados e estes não foram salvos. Você tem certeza que quer " "sair desta pagina antes de salvar os dados?" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "Arraste para reordenar" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "Clique para organizar" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "Clique para marcar/desmarcar" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "Clique na seta
para alternar a visibilidade da coluna" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." @@ -1931,34 +1951,34 @@ msgstr "" "Editar, Marcar, Editar, Copiar e Apagar podem não funcionar mais após ser " "salva" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" "Você também pode editar algumas colunas
clicando diretamente em seu " "conteúdo" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "Ir para o link" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Gerar senha" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Gerar" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Alterar senha" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Mais" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1968,260 +1988,260 @@ msgstr "" "atualização. A nova versão é %s, lançada em %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ". última versão estável:" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "até à data" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Concluído" -#: js/messages.php:366 +#: js/messages.php:369 msgctxt "Previous month" msgid "Prev" msgstr "Anterior" -#: js/messages.php:371 +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "Próximo" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Hoje" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "Janeiro" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "Fevereiro" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "Março" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "Abril" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Maio" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "Junho" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "Julho" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "Agosto" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "Setembro" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "Outubro" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "Novembro" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "Dezembro" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Fev" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Set" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Out" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Dez" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Domingo" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Segunda" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Terça" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "Quarta" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "Quinta" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "Sexta" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "Sábado" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 msgid "Sun" msgstr "Dom" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Seg" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Ter" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Qua" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Qui" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Sex" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "Dom" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "Seg" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "Ter" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "Qua" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "Qui" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "Sex" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "Sab" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Sem" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Tempo" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Hora" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Minuto" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Segundo" @@ -2306,45 +2326,45 @@ msgstr "Erro ao mover o arquivo enviado." msgid "Cannot read (moved) upload file." msgstr "Não pode ler (mover) arquivo carregado." -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Nenhum índice definido!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Índices" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Único" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Pacote" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Cardinalidade" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Cometário" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "A chave primária foi deletada" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Índice %s foi eliminado" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2677,14 +2697,14 @@ msgstr "Tabelas" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Dados" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Sobrecarga" @@ -2910,11 +2930,10 @@ msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s dias, %s horas, %s minutos e %s segundos" #: libraries/common.lib.php:2067 -#| msgid "Routines" msgid "Missing parameter:" msgstr "Parâmetros perdidos:" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2922,7 +2941,7 @@ msgctxt "First page" msgid "Begin" msgstr "Início" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -2931,35 +2950,35 @@ msgctxt "Previous page" msgid "Previous" msgstr "Anterior" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 msgctxt "Next page" msgid "Next" msgstr "Próximo" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 msgctxt "Last page" msgid "End" msgstr "Fim" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Ir para o Banco de Dados "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "A funcionalidade %s é afetada por um bug conhecido, veja %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "Clique para alternar" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2971,7 +2990,7 @@ msgstr "Clique para alternar" msgid "Structure" msgstr "Estrutura" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2979,43 +2998,43 @@ msgstr "Estrutura" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Inserir" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operações" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Procurar no seu computador:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Selecionar a partir do diretório de upload do servidor %s:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "" "O diretório que você especificou para subir arquivos não foi encontrado" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "Não existem arquivos para fazer upload" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "Executar" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Imprimir" @@ -3291,7 +3310,6 @@ msgstr "" "VARCHAR" #: libraries/config/messages.inc.php:35 -#| msgid "Customize text input fields" msgid "Minimum size for input field" msgstr "Tamanho mínimo para campo de entrada" @@ -3304,7 +3322,6 @@ msgstr "" "VARCHAR" #: libraries/config/messages.inc.php:37 -#| msgid "Maximum size for temporary sort files" msgid "Maximum size for input field" msgstr "Tamanho máximo para campo de entrada" @@ -3472,7 +3489,7 @@ msgid "Character set of the file" msgstr "Conjunto de caracteres do arquivo" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Formato" @@ -3500,7 +3517,6 @@ msgstr "Campos delimitados por" #: libraries/config/messages.inc.php:78 libraries/config/messages.inc.php:244 #: libraries/config/messages.inc.php:251 libraries/import/csv.php:81 #: libraries/import/ldi.php:43 -#| msgid "Fields escaped by" msgid "Columns escaped by" msgstr "Colunas escapadas por" @@ -3815,9 +3831,9 @@ msgid "" "html#cfg_TitleTable]documentation[/a] for magic strings that can be used to " "get special values." msgstr "" -"Especifica o texto da barra de título do browser. Remete a " -"[a@Documentation.html#cfg_TitleTable]documentação[/a] para strings mágicos " -"que podem ser usados para conseguir valores especiais." +"Especifica o texto da barra de título do browser. Remete a [a@Documentation." +"html#cfg_TitleTable]documentação[/a] para strings mágicos que podem ser " +"usados para conseguir valores especiais." #: libraries/config/messages.inc.php:196 #: libraries/navigation_header.inc.php:79 @@ -3942,10 +3958,9 @@ msgid "" msgstr "" "Se você quiser usar o serviço de validação SQL (SQL Validator), você deve " "estar ciente de que [strong]todas as instruções SQL são armazenadas de forma " -"anônima para fins " -"estatísticos[/strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL " -"Validator[/a], Copyright 2002 Upright Database Technology. Todos os direitos " -"reservados.[/em]" +"anônima para fins estatísticos[/strong].[br][em][a@http://sqlvalidator.mimer." +"com/]Mimer SQL Validator[/a], Copyright 2002 Upright Database Technology. " +"Todos os direitos reservados.[/em]" #: libraries/config/messages.inc.php:224 msgid "Startup" @@ -4077,7 +4092,6 @@ msgid "Partial import: skip queries" msgstr "Importação parcial: pula consultas" #: libraries/config/messages.inc.php:263 -#| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Nâo usar AUTO_INCREMENT para valores zero" @@ -4139,7 +4153,8 @@ msgstr "Exibe banco de dados em uma árvore" #: libraries/config/messages.inc.php:279 msgid "Disable this if you want to see all databases at once" -msgstr "Desabilite este se você quer ver todos os bancos de dados imediatamente" +msgstr "" +"Desabilite este se você quer ver todos os bancos de dados imediatamente" #: libraries/config/messages.inc.php:280 msgid "Use light version" @@ -4187,7 +4202,8 @@ msgstr "Habilita destaque" #: libraries/config/messages.inc.php:290 msgid "Maximum number of recently used tables; set 0 to disable" -msgstr "Número máximo de tabelas usadas recentemente; defina 0 para desabilitar" +msgstr "" +"Número máximo de tabelas usadas recentemente; defina 0 para desabilitar" #: libraries/config/messages.inc.php:291 msgid "Recently used tables" @@ -5419,7 +5435,7 @@ msgstr "Rotinas" msgid "Events" msgstr "Eventos" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5822,7 +5838,7 @@ msgstr "Ordenar pela chave" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Opções" @@ -6385,12 +6401,12 @@ msgid "Data dump options" msgstr "Opções de exportação do Banco de Dados" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Extraindo dados da tabela" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Estrutura da tabela" @@ -6597,31 +6613,31 @@ msgstr "Procedimentos" msgid "Functions" msgstr "Funções" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Restrições para as tabelas dumpadas" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Restrições para a tabela" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME-TYPES PARA TABELA" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELAÇÕES PARA A TABELA" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Estrutura para visualizar" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Estrutura stand-in para visualizar" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -6849,7 +6865,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Submeter" @@ -7203,7 +7219,7 @@ msgstr "Variáveis" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Valor" @@ -7960,6 +7976,11 @@ msgstr "" msgid "Target database" msgstr "Procurar no Banco de Dados" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Clique para selecionar" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8122,7 +8143,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Índice" @@ -8925,7 +8946,7 @@ msgstr "Posição" msgid "Original position" msgstr "Posição original" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Informação" @@ -9791,7 +9812,7 @@ msgstr "por minuto" msgid "per second" msgstr "por segundo" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Comandos" @@ -11437,40 +11458,36 @@ msgstr "Não foi possível renomear o índice para \"PRIMARY\"!" msgid "No index parts defined!" msgstr "Nenhuma parte de índice definida!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "Adicionar índice" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Criar um novo índice" +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Modo de edição" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Modificar um índice" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Nome do índice:" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" precisa ser o nome de e apenas da chave " "primária!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Nome do índice:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Tipo de índice:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Adicionar ao índice  %s coluna(s)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Contador da coluna deve ser maior que zero." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Não pode mover a tabela para ela mesma!" @@ -11593,39 +11610,39 @@ msgstr "Verificar integridade referencial:" msgid "Showing tables" msgstr "Mostrar tabelas" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Uso do espaço" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Uso" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Efetivo" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Estatísticas do registros" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "estático" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dinâmico" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Tamanho do registro" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Tamanho do registro " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11686,10 +11703,6 @@ msgstr "Procurar valores distintos" msgid "Add primary key" msgstr "Adicionar chave primária" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "Adicionar índice" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "Adicionar índice único" @@ -11765,13 +11778,13 @@ msgstr "No início da tabela" msgid "After %s" msgstr "Depois %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Criar um índice em %s colunas" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "particionado" @@ -12905,12 +12918,10 @@ msgstr "" #: po/advisory_rules.php:223 #, php-format -#| msgid "long_query_time is set to %d second(s)." msgid "slow_launch_time is set to %s" msgstr "slow_launch_time está atribuído a %s" #: po/advisory_rules.php:225 -#| msgid "Persistent connections" msgid "Percentage of used connections" msgstr "Porcentagem de conexões em uso" @@ -12942,7 +12953,6 @@ msgstr "" "ser abaixo de 80%%" #: po/advisory_rules.php:230 -#| msgid "Persistent connections" msgid "Percentage of aborted connections" msgstr "Porcentagem de conexões abortadas" @@ -12958,19 +12968,17 @@ msgid "" "the source." msgstr "" "Conexões são normalmente abortadas quando não conseguem ser autorizadas. Este artigo deve auxiliá-lo a procurar a " -"causa." +"href=\\\"http://www.mysqlperformanceblog.com/2008/08/23/how-to-track-down-" +"the-source-of-aborted_connects/\\\">Este artigo deve auxiliá-lo a " +"procurar a causa." #: po/advisory_rules.php:233 #, php-format msgid "%s%% of all connections are aborted. This value should be below 1%%" msgstr "" -"%s%% de todas as conexões são abortadas. Este valor deve ser menor do que 1%" -"%" +"%s%% de todas as conexões são abortadas. Este valor deve ser menor do que 1%%" #: po/advisory_rules.php:235 -#| msgid "Persistent connections" msgid "Rate of aborted connections" msgstr "Taxa de conexões abortadas" @@ -12983,7 +12991,6 @@ msgstr "" "hora." #: po/advisory_rules.php:240 -#| msgid "Format of imported file" msgid "Percentage of aborted clients" msgstr "Porcentagem de clientes abortados" @@ -13006,11 +13013,9 @@ msgstr "" #, php-format msgid "%s%% of all clients are aborted. This value should be below 2%%" msgstr "" -"%s%% de todos os clientes são abortados. Este valor deve ser menor do que 2%" -"%" +"%s%% de todos os clientes são abortados. Este valor deve ser menor do que 2%%" #: po/advisory_rules.php:245 -#| msgid "Format of imported file" msgid "Rate of aborted clients" msgstr "Taxa de clientes abortados" @@ -13026,7 +13031,6 @@ msgid "Is InnoDB disabled?" msgstr "O InnoDB está desativado?" #: po/advisory_rules.php:251 -#| msgid "Could not save recent table" msgid "You do not have InnoDB enabled." msgstr "O InnoDB não está ativado." @@ -13039,12 +13043,10 @@ msgid "have_innodb is set to 'value'" msgstr "have_innodb é definido como 'value'" #: po/advisory_rules.php:255 -#| msgid "Buffer pool size" msgid "InnoDB log size" msgstr "Tamanho do log do InnoDB" #: po/advisory_rules.php:256 -#| msgid "The number writes done to the InnoDB buffer pool." msgid "" "The InnoDB log file size is not an appropriate size, in relation to the " "InnoDB buffer pool." @@ -13149,8 +13151,8 @@ msgid "" "other services running on the same machine." msgstr "" "Você está usando atualmente %s%% da memória do seu Buffer Pool InnoDB. Este " -"aviso é exibido quando estiver atribuindo menos de 60%%, entretanto isso pode " -"ser perfeitamente adequado para o seu sistema se você não possui tantas " +"aviso é exibido quando estiver atribuindo menos de 60%%, entretanto isso " +"pode ser perfeitamente adequado para o seu sistema se você não possui tantas " "tabelas InnoDB ou outros serviços executando na mesma máquina." #: po/advisory_rules.php:270 @@ -13170,14 +13172,27 @@ msgid "" "refman/5.5/en/concurrent-inserts.html\\\">MySQL Documentation" msgstr "" "Atribuindo 1 a {concurrent_insert} reduz a contenção entre leitores e " -"escritores em uma determinada tabela. Veja mais na Documentação MySQL" +"escritores em uma determinada tabela. Veja mais na Documentação MySQL" #: po/advisory_rules.php:273 msgid "concurrent_insert is set to 0" msgstr "concurrent_insert está com valor 0" +#~ msgid "Click to unselect" +#~ msgstr "Clique para desmarcar" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Criar um novo índice" + +#~ msgid "Modify an index" +#~ msgstr "Modificar um índice" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Contador da coluna deve ser maior que zero." + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ Reiniciar a inserção e adicionar um novo valor" diff --git a/po/ro.po b/po/ro.po index a066f19a63..38e2b306a1 100644 --- a/po/ro.po +++ b/po/ro.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-10-23 11:06+0200\n" "Last-Translator: \n" "Language-Team: romanian \n" @@ -15,13 +15,13 @@ msgstr "" "20)) ? 1 : 2);;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Arată toate" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -39,9 +39,9 @@ msgstr "" "închisă, sau fereastra-părinte blochează ferestrele din cauza securității " "sistemului." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Caută" @@ -49,10 +49,10 @@ msgstr "Caută" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -74,17 +74,17 @@ msgstr "Caută" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Execută" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Nume cheie" @@ -136,21 +136,21 @@ msgstr "Comentarii referitoare la baza de date: " msgid "Table comments" msgstr "Comentarii tabel" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 #, fuzzy #| msgid "Column names" msgid "Column" msgstr "Denumirile coloanelor" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -162,18 +162,18 @@ msgstr "Denumirile coloanelor" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Tip" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Nul" @@ -206,8 +206,8 @@ msgstr "Trimitere la" msgid "Comments" msgstr "Comentarii" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -222,8 +222,8 @@ msgstr "Comentarii" msgid "No" msgstr "Nu" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -333,12 +333,12 @@ msgstr "Adaugă constrângeri" msgid "Switch to copied database" msgstr "Schimbă la tabela copiată" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Interclasare" @@ -376,36 +376,36 @@ msgstr "Tabel" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Linie" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Mărime" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "în folosință" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Creare" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Ultima actualizare" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Ultima verficare" @@ -471,7 +471,7 @@ msgid "Del" msgstr "Del" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Sau" @@ -546,8 +546,8 @@ msgstr[0] "%s rezultat(e) în interiorul tabelului %s" msgstr[1] "%s rezultat(e) în interiorul tabelului %s" msgstr[2] "%s rezultat(e) în interiorul tabelului %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Navigare" @@ -687,8 +687,8 @@ msgstr "Demarchează toate" msgid "Check tables having overhead" msgstr "Verificare depășit" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -702,14 +702,14 @@ msgstr "Exportă" msgid "Print view" msgstr "Vizualizare imprimare" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Golește" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Aruncă" @@ -718,7 +718,7 @@ msgstr "Aruncă" msgid "Check table" msgstr "Verificare tabel" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimizare tabel" @@ -787,7 +787,7 @@ msgstr "Actualizat(ă)" msgid "Status" msgstr "Stare" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -795,7 +795,7 @@ msgstr "Stare" msgid "Action" msgstr "Acțiune" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 #, fuzzy msgid "Delete tracking data for this table" msgstr "Șterge datele urmărite din acest tabel" @@ -838,22 +838,22 @@ msgstr "Tabele monitorizate" msgid "Database Log" msgstr "Jurnalul (log) bazei de date" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of fields" msgid "Values for column %s" msgstr "Număr de cîmpuri" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -928,49 +928,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add %s field(s)" msgid "Add a point" msgstr "Adaugă %s cîmp(uri)" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Linii terminate de" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -980,17 +980,17 @@ msgstr "" msgid "Add a linestring" msgstr "Adaugă un utilizator nou" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Adaugă un utilizator nou" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add %s field(s)" msgid "Add a polygon" @@ -1107,216 +1107,225 @@ msgstr "" "phpMyAdmin are o interfață mai prietenoasă cu un navigator ce lucreaza cu " "cadre." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Click pentru a selecta" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Click pentru a deselecta" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "Comenzile \"DROP DATABASE\" sînt dezactivate." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Sigur doriți să " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Sînteți pe cale să DISTRUGEȚI o întreagă bază de date!" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "Sînteți pe cale să DISTRUGEȚI o întreagă bază de date!" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "Sînteți pe cale să DISTRUGEȚI o întreagă bază de date!" -#: js/messages.php:37 +#: js/messages.php:35 #, fuzzy msgid "Deleting tracking data" msgstr "Șterge datele urmărite din acest tabel" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Această operație poate dura. Doriți totuși să fie executată?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "You are about to DISABLE a BLOB Repository!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "Are you sure you want to disable all BLOB references for database %s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Valoarea lipsește în formular !" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Acesta nu este un număr!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Index" +msgid "Add Index" +msgstr "Index" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Regim de redactare" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s field(s)" +msgid "Add %d column(s) to index" +msgstr "Adaugă %s cîmp(uri)" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Log file count" msgid "Total count" msgstr "Număr de fișiere-jurnal" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Numele gazdei este gol!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Numele de utilizator este gol!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Parola este goală!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Parolele nu corespund!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Oricare utilizator" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy #| msgid "Reloading the privileges" msgid "Reloading Privileges" msgstr "Reîncărcarea drepturilor" -#: js/messages.php:60 +#: js/messages.php:61 #, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" msgstr "Eliminarea utilizatorilor selectați" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Editare" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Alegerea serverului" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy msgid "Live query chart" msgstr "Comanda SQL" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Total" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Alegerea serverului" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Procese" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "Conexiuni" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy msgid "Query statistics" msgstr "Statisticile rîndului" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Local monitor configuration incompatible" msgstr "Nu s-a putut încărca configurația implicită din: „%1$s”" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1324,187 +1333,187 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Cache interogări" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Cache interogări" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Cache interogări" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MiO" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KiO" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Log file count" msgid "Total memory" msgstr "Număr de fișiere-jurnal" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Buffer Pool" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Total" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Pagini libere" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Recepționat" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Conexiuni" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy #| msgid "Versions" msgid "Questions" msgstr "Versiuni" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Trafic" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Facilități generale" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Rename database to" msgid "Remove chart" msgstr "Redenumire bază de date în" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Aliniere la grilă" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Nici unul(a)" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1512,566 +1521,578 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Trimite" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Activat" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Dezactivează" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Facilități generale" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Facilități generale" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Titlu raport" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy msgid "Jump to Log table" msgstr "Nu sînt baze de date" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "Opțiuni de afișare a tabelelor" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 #, fuzzy msgid "Filter" msgstr "Fișiere" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy msgid "Sum of grouped rows:" msgstr "Numărul de rînduri sortate." -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Total" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy msgid "Loading logs" msgstr "Local" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Reîncarcă" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importă" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Reînnoire comandă" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Documentație" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details..." msgid "Rule details" msgstr "Detalii..." -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Customization" msgid "Justification" msgstr "Personalizare" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Renunță" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy msgid "Loading" msgstr "Local" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Procese" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "E bine" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Redenumire bază de date în" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Rename database to" msgid "Reload Database" msgstr "Redenumire bază de date în" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Copiază baza de date" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Set de caractere" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "Table must have at least one field." msgid "Table must have at least one column" msgstr "Tabelul trebuie să conțină cel puțin un cîmp." -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Utilizare tabele" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Indexes" msgid "Hide indexes" msgstr "Indexuri" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Arată grila" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Caută" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy msgid "Hide search results" msgstr "Comanda SQL" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy msgid "Show search results" msgstr "Comanda SQL" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Navigare" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Șterge %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "Add a new server" msgid "Add %d value(s)" msgstr "Adaugă un server nou" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy msgid "Hide query box" msgstr "Comanda SQL" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy msgid "Show query box" msgstr "Comanda SQL" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Nu e nici un rînd selectat" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Schimbare" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Salveaza" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy msgid "Hide search criteria" msgstr "Comanda SQL" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy msgid "Show search criteria" msgstr "Comanda SQL" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Caută" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Adaugă/șterge coloane" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Operațiuni asupra rezultatelor interogării" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Mărime pointer date" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignoră" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "Adaugă %s cîmp(uri)" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Alegere cheie referențiată" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Alegeți cheia străină" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Vă rugăm să alegeți cheia primară sau o cheie unică" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Selectează un cîmp" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Click pentru a selecta" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy msgid "Go to link" msgstr "Nu sînt baze de date" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Generează parolă" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generează" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Schimbare parolă" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Lun" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2081,30 +2102,30 @@ msgstr "" "procesul de actualizare. Noua versiune este %s, publicată în data de %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 #, fuzzy #| msgid "Last version" msgid ", latest stable version:" msgstr "Ultima versiune" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "Nu sînt baze de date" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Gata" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Anterior" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2112,84 +2133,84 @@ msgid "Next" msgstr "Următorul" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Total" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "Ianuarie" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "Februarie" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "Martie" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "Aprilie" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Mai" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "Iunie" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "Iulie" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Aug" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "Septembrie" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "Octombrie" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "Noiembrie" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "Decembrie" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Ian" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2197,78 +2218,78 @@ msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Iun" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Iul" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Oct" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Noi" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Dec" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Dum" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Lun" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Mar" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Vin" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2276,107 +2297,107 @@ msgid "Sun" msgstr "Dum" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Mie" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Joi" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Vin" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Sâm" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Dum" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Lun" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Mar" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Mie" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Joi" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Vin" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sâm" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Timp" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "în folosință" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2460,45 +2481,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Index nu este definit!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indexuri" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Unic" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Împachetat" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Cardinalitate" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Comentariu" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Cheia primară a fost aruncată" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Indexul %s a fost aruncat" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2840,14 +2861,14 @@ msgstr "Tabele" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Date" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Asupra" @@ -3087,7 +3108,7 @@ msgstr "%s zile, %s ore, %s minute și %s secunde" msgid "Missing parameter:" msgstr "Rutine" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3095,7 +3116,7 @@ msgctxt "First page" msgid "Begin" msgstr "Începe" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3104,7 +3125,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Anterior" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3113,7 +3134,7 @@ msgctxt "Next page" msgid "Next" msgstr "Următorul" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3121,24 +3142,24 @@ msgctxt "Last page" msgid "End" msgstr "Sfîrșit" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Sari la baza de date "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Funcționalitatea %s este afectată de o eroare cunoscută, vedeți %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "Click pentru a selecta" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3150,7 +3171,7 @@ msgstr "Click pentru a selecta" msgid "Structure" msgstr "Structură" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3158,43 +3179,43 @@ msgstr "Structură" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Inserare" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operații" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "director de încărcare al serverului Web" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Directorul stabilit pentru încărcare nu poate fi găsit" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Listare" @@ -3652,7 +3673,7 @@ msgid "Character set of the file" msgstr "Setul de caractere al fișierului" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Format" @@ -5633,7 +5654,7 @@ msgstr "Rutine" msgid "Events" msgstr "Evenimente" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -6063,7 +6084,7 @@ msgstr "Sortare după cheie" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Opțiuni" @@ -6671,12 +6692,12 @@ msgid "Data dump options" msgstr "Opțiuni de afișare a bazelor de date" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Salvarea datelor din tabel" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Structura de tabel pentru tabelul" @@ -6881,31 +6902,31 @@ msgstr "Proceduri" msgid "Functions" msgstr "Funcții" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Restrictii pentru tabele sterse" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Restrictii pentru tabele" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "TIPURI MIME PENTRU TABEL" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELAȚII PENTRU TABEL" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Structură pentru vizualizare" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Stand-in structure for view" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -7134,7 +7155,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Trimite" @@ -7485,7 +7506,7 @@ msgstr "Variabil" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Valoare" @@ -8248,6 +8269,11 @@ msgstr "" msgid "Target database" msgstr "Caută în baza de date" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Click pentru a selecta" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8409,7 +8435,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Index" @@ -9241,7 +9267,7 @@ msgstr "Poziție" msgid "Original position" msgstr "Pozitie originală" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Informație" @@ -10120,7 +10146,7 @@ msgstr "pe minut" msgid "per second" msgstr "pe secundă" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Comenzi" @@ -11737,39 +11763,35 @@ msgstr "Nu puteți redenumi index-ul la un nume PRIMARY!" msgid "No index parts defined!" msgstr "Nu sînt definite părți din index!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Creează un nou index" +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Regim de redactare" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Modifică un index" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Nume index :" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(Numele „PRIMARY” trebuie să fie numai la cheia primară!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Nume index :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Tip index :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Adaugă la coloana(ele) index  %s " -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Numărul coloanelor trebuie să fie mai mare de zero." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Nu se poate copia tabelul peste cel existent pentru că este același!" @@ -11896,39 +11918,39 @@ msgstr "Verificarea integrității referinței:" msgid "Showing tables" msgstr "Arată tabelele" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Utilizare spațiu" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Utilizare" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Efectiv" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Statisticile rîndului" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dinamic" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Lungime linie" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Mărime linie " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11990,10 +12012,6 @@ msgstr "Răsfoiește valori distincte" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -12070,13 +12088,13 @@ msgstr "La începutul tabelului" msgid "After %s" msgstr "După %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Creează un index pe %s coloană" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "partiționat" @@ -13422,6 +13440,19 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "Click pentru a deselecta" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Creează un nou index" + +#~ msgid "Modify an index" +#~ msgstr "Modifică un index" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Numărul coloanelor trebuie să fie mai mare de zero." + #, fuzzy #~ msgid "Create Table" #~ msgstr "Creare tabel" diff --git a/po/ru.po b/po/ru.po index 77110c8a8f..8357ecc8dc 100644 --- a/po/ru.po +++ b/po/ru.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-11-13 22:04+0200\n" "Last-Translator: Victor Volkov \n" "Language-Team: russian \n" @@ -15,13 +15,13 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.1.6\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Показать все" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -39,9 +39,9 @@ msgstr "" "родительское окно или ваш браузер блокирует межоконные обновления из-за " "настроек безопасности." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Поиск" @@ -49,10 +49,10 @@ msgstr "Поиск" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -74,17 +74,17 @@ msgstr "Поиск" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "OK" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Имя индекса" @@ -136,19 +136,19 @@ msgstr "Комментарий к базе данных:" msgid "Table comments" msgstr "Комментарий к таблице" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Поле" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -160,18 +160,18 @@ msgstr "Поле" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Тип" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -204,8 +204,8 @@ msgstr "Связи" msgid "Comments" msgstr "Комментарии" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -220,8 +220,8 @@ msgstr "Комментарии" msgid "No" msgstr "Нет" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -330,12 +330,12 @@ msgstr "Добавить ограничения" msgid "Switch to copied database" msgstr "Переключиться на скопированную базу данных" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Сравнение" @@ -368,36 +368,36 @@ msgstr "Таблица" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Строки" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Размер" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "используется" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Создание" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Последнее обновление" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Последняя проверка" @@ -462,7 +462,7 @@ msgid "Del" msgstr "Удалить" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Или" @@ -532,8 +532,8 @@ msgstr[0] "%s соответствие в таблице %s" msgstr[1] "%s соответствия в таблице %s" msgstr[2] "%s соответствий в таблице %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Обзор" @@ -667,8 +667,8 @@ msgstr "Снять выделение" msgid "Check tables having overhead" msgstr "Отметить требующие оптимизации" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -682,14 +682,14 @@ msgstr "Экспорт" msgid "Print view" msgstr "Версия для печати" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Очистить" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Удалить" @@ -698,7 +698,7 @@ msgstr "Удалить" msgid "Check table" msgstr "Проверить таблицу" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Оптимизировать таблицу" @@ -761,7 +761,7 @@ msgstr "Обновлён" msgid "Status" msgstr "Состояние" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -769,7 +769,7 @@ msgstr "Состояние" msgid "Action" msgstr "Действие" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Удалить данные слежения за таблицей" @@ -805,21 +805,21 @@ msgstr "Отслеживать таблицу" msgid "Database Log" msgstr "Журнал базы данных" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "Редактор ENUM/SET" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "Значения для новых столбцов" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, php-format msgid "Values for column %s" msgstr "Значения для столбца %s" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "Вставьте каждое значение в отдельное поле" @@ -887,45 +887,45 @@ msgstr "Используйте в качестве основного слоя O msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Геометрия" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "Точка" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "Точка %d" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "Добавить точку" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "Линия" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "Внешний контур" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "Внутренний контур" @@ -933,15 +933,15 @@ msgstr "Внутренний контур" msgid "Add a linestring" msgstr "Добавить линию" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "Добавить внутренний контур" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "Многоугольник" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "Добавить многоугольник" @@ -1056,193 +1056,202 @@ msgstr "Назад" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "Для работы phpMyAdmin нужен браузер с поддержкой фреймов." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Выделение" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Снятие выделения" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "Команда \"DROP DATABASE\" (удалить базу данных) - отключена." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Вы действительно хотите выполнить запрос" -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "База данных будет полностью УДАЛЕНА!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "Таблица будет полностью УДАЛЕНА!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "Таблица будет полностью ОЧИЩЕНА от данных!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Удаление данных слежения" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Удаление первичного ключа/индекса" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Выполнение данной операции может занять длительное время. Продолжить?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Вы собираетесь ОТКЛЮЧИТЬ хранилище BLOB данных!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "Вы уверены, что хотите отключить все BLOB ссылки для базы данных %s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Не заполнены необходимые поля формы!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Введите число!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "Добавить индекс" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Редакция" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "Добавить %s поле(я)" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Общее количество" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Пустое имя хоста!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Не задано имя пользователя!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Пароль не задан!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Некорректное подтверждение пароля!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Добавить пользователя" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Перезагрузка привилегий" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Удаление выбранных пользователей" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Закрыть" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Изменить" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "Графический вывод трафика" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "Графический вывод соединений и процессов" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "Графический вывод запросов" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Статические данные" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Всего" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Другое" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "Отправлено KiB с момента последнего обновления" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "Принято KiB с момента последнего обновления" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Трафик сервера (в KiB)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Соединений с момента последнего обновления" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Процессы" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Соединения / Процессы" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "Вопросов с момента последнего обновления" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "Вопросы (выражения выполненные сервером)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Статистика запросов" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "Настройки локального монитора несовместимы" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1254,163 +1263,163 @@ msgstr "" "работоспособности текущих настроек. Пожалуйста, сбросьте ваши настройки, в " "меню Настройки, в изначальные." -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "Эффективность кеширования запросов" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "Использование кеширования запросов" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "Кеш запросов использован" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "Использование системного процессора" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Системная память" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "Система подкачки" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "МБ" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "КБ" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Средняя загрузка" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "Полная память" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "Кешированная память" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "Беферизованная память" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "Свободная память" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "Использованная память" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "Всего области подкачки" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "Кешировано области подкачки" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "Использовано области подкачки" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "Свободно области подкачки" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "Отослано байт" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "Принято байт" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Соединения" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "Вопросы" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Трафик" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Настройки" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "Удалить график" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "Редактировать название и подписи" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "Добавить график к сетке" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "Пожалуйста, добавьте в серию хотя бы одну переменную" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Нет" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "Возобновить монитор" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "Приостановить монитор" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "Включены переменные general_log и slow_query_log." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "Включена переменная general_log." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "Включена переменная slow_query_log." -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "Отключены переменные slow_query_log и general_log." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "Переменная log_output не установлена для таблицы." -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "Переменная log_output установлена для таблицы." -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1422,12 +1431,12 @@ msgstr "" "установить переменную long_query_time на 0-2 секунды, в зависимости от вашей " "системы." -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "Переменная long_query_time установлена в %d секунд." -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1436,30 +1445,30 @@ msgstr "" "состояние при перезагрузке сервера:" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "Установить log_output в %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "Включить %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "Отключить %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "Установить long_query_time в %ds" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1467,41 +1476,41 @@ msgstr "" "Вы не можете изменить значения данных переменных. Пожалуйста, войдите под " "учетной записью root, или свяжитесь с администратором базы данных." -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "Изменить настройки" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "Текущие настройки" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "Заголовок графика" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "Различия" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "Разделено на %s:" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "Из журнала медленных запросов" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "Из основного журнала" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "Анализ и загрузка журналов. Ждите, может занять какое-то время." -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1512,7 +1521,7 @@ msgstr "" "SQL запрос, таким образом другие атрибуты запросов, как время запуска, могут " "отличаться." -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1522,56 +1531,56 @@ msgstr "" "той же таблицы так же группируются вместе, в независимости от заносимых " "данных." -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Данные журналов загружены. Запросы выполненные в данный промежуток времени:" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "Перейти к таблице журнала" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" "Анализ журнала пройден, но данные за выбранный промежуток времени не найдены." #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 msgid "Log table filter options" msgstr "Параметры фильтра таблицы журнала" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Фильтр" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "Фильтровать запросы по строке, либо регулярному выражению:" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" "Группировать запросы с игнорированием переменных данных в условии WHERE" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "Сумма сгруппированных строк:" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "Всего:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "Загрузка журналов" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "Обновление монитора завершилось ошибкой" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1581,19 +1590,19 @@ msgstr "" "может быть истекшая сессия. Перезагрузка страницы и последующий ввод данных " "учетной записи, должны решить проблему." -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "Перезагрузка страницы" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "Затронуто строк:" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "Ошибка при разборе конфигурационного файла. Не корректный код JSON." -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." @@ -1601,268 +1610,280 @@ msgstr "" "Ошибка построения сетки графика из импортированной конфигурации. Сброшено на " "изначальную конфигурацию..." -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Импорт" -#: js/messages.php:192 +#: js/messages.php:193 msgid "Analyse Query" msgstr "Анализ запроса" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "Системный советник" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "Возможные проблемы производительности" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "Проблема" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "Рекомендация" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "Подробности правил" -#: js/messages.php:201 +#: js/messages.php:202 msgid "Justification" msgstr "Обоснование" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "Использованная переменная / формула" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "Тест" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Отмена" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Загрузка" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Обработка запроса" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Ошибка при обработке запроса" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Удаление столбца" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Добавление первичного ключа" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "Кликните для сокрытия данного уведомления" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Переименование базы данных" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Перезагрузка базы данных" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Копирование базы данных" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Смена кодировки" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "У таблицы должен быть, как минимум, один столбец" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Вставить таблицу" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "Скрыть индексы" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "Отображать индексы" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Поиск" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Скрыть результаты поиска" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Отобразить результаты поиска" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "Просмотр" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "Удаление" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Определение хранимой функции должно содержать выражение RETURN!" -#: js/messages.php:248 +#: js/messages.php:249 #, php-format msgid "Add %d value(s)" msgstr "Добавить %d значение(й)" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" "Замечание: если файл содержит множество таблиц, они будут объединены в одну" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Скрыть поле запроса" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Отобразить поле запроса" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Для совершения действия необходимо выбрать одну или несколько строк" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Изменить" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "Время выполнения запроса" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Сохранить" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Скрыть параметры поиска" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Отобразить параметры поиска" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 msgid "Zoom Search" msgstr "Поиск с приближением" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "Каждая точка представляет строку данных." -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "Задержание курсора над точкой отобразит ее название." -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "Используйте колесо мышки для увеличения или уменьшения участка." -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "Кликните и перетащите мышкой для перемещения участка." -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" "Кликните ссылку сброса увеличения для возвращения к исходному состоянию." -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "Кликните точку данных для просмотра или редактирования строки данных." -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "Можно изменить размер участка перетащив его вдоль нижнего правого угла." -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "Для построения графиков, строки конвертируются в числа." -#: js/messages.php:287 +#: js/messages.php:288 msgid "Select two columns" msgstr "Выберите два столбца" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "Выберите два различных столбца" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Использование результатов запроса" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Размер указателя в файле данных" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Игнорировать" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Копировать" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "Добавить столбцы" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Выберите ссылочный ключ" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Выберите внешний ключ" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" "Выберите поле являющееся первичным (PRIMARY), или уникальным (UNIQUE) " "индексом" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Выбор отображаемого столбца" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1870,15 +1891,15 @@ msgstr "" "Вы не сохранили изменения в раскладке. Без сохранения, они будут потеряны. " "Продолжить?" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Добавить параметр для столбца" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "Для отмены редактирования нажмите кнопку Esc" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -1886,23 +1907,23 @@ msgstr "" "Вы отредактировали некоторые данные, но изменения не были сохранены. Вы " "уверены, что хотите покинуть данную страницу без сохранения данных?" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "Изменить порядок перетаскиванием" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "Кликнуть для сортировки" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "Кликнуть для снятия/установки отметки" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "Кликните выпадающую стрелку
для переключения видимости столбцов" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." @@ -1911,34 +1932,34 @@ msgstr "" "могут не работать функции связанные с редактированием сетки, выставления " "галочки, ссылки редактирования, копирования и удаления." -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" "Возможно редактировать большинство столбцов
кликнув прямо на их " "содержимом." -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "Перейти к ссылке" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Создать пароль" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Генерировать" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Изменить пароль" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Ещё" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1948,260 +1969,260 @@ msgstr "" "Новейшая версия %s, выпущена %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", последняя стабильная версия:" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "актуально" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Готово" -#: js/messages.php:366 +#: js/messages.php:369 msgctxt "Previous month" msgid "Prev" msgstr "Предыдущий" -#: js/messages.php:371 +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "Следующий" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Сегодня" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "Январь" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "Февраль" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "Март" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "Апрель" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Май" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "Июнь" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "Июль" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "Август" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "Сентябрь" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "Октябрь" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "Ноябрь" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "Декабрь" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Янв" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Фев" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Мар" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Апр" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "Май" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Июн" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Июл" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Авг" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Сен" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Окт" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Ноя" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Дек" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Воскресенье" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Понедельник" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Вторник" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "Среда" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "Четверг" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "Пятница" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "Суббота" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 msgid "Sun" msgstr "Вс" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Пн" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Вт" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Ср" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Чт" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Пт" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Сб" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "Вс" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "Пн" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "Вт" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "Ср" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "Чт" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "Пт" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "Сб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Нед." -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Время" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Час" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Минута" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Секунда" @@ -2289,45 +2310,45 @@ msgstr "Ошибка при перемещении загруженного фа msgid "Cannot read (moved) upload file." msgstr "Невозможно прочесть (переместить) загруженный файл." -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Индекс не определен!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Индексы" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Уникальный" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Упакован" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Уникальных элементов" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Комментарий" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Первичный ключ был удален" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Индекс %s был удален" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2657,14 +2678,14 @@ msgstr "Таблицы" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Данные" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Фрагментировано" @@ -2895,49 +2916,49 @@ msgstr "%s дней, %s часов, %s минут и %s секунд" msgid "Missing parameter:" msgstr "Отсутствующий параметр:" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 msgctxt "First page" msgid "Begin" msgstr "Начало" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 msgctxt "Previous page" msgid "Previous" msgstr "Предыдущая" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 msgctxt "Next page" msgid "Next" msgstr "Следующая" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 msgctxt "Last page" msgid "End" msgstr "Конец" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Перейти к базе данных "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" "Работа параметра "%s" подвержена ошибке, описание смотрите на %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "Кликните для переключения" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2949,7 +2970,7 @@ msgstr "Кликните для переключения" msgid "Structure" msgstr "Структура" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2957,42 +2978,42 @@ msgstr "Структура" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Вставить" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Операции" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Обзор вашего компьютера:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Выберите из каталога загрузки сервера %s:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Установленный каталог загрузки не доступен" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "Файлы для загрузки отсутствуют" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "Выполнить" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Печать" @@ -3450,7 +3471,7 @@ msgid "Character set of the file" msgstr "Кодировка файла" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Формат" @@ -5460,7 +5481,7 @@ msgstr "Сервер не отвечает." #: libraries/database_interface.lib.php:1772 msgid "Please check privileges of directory containing database." -msgstr "" +msgstr "Пожалуйста, проверьте привилегии каталога содержащего базу данных." #: libraries/database_interface.lib.php:1780 msgid "Details..." @@ -5498,7 +5519,7 @@ msgstr "Процедуры" msgid "Events" msgstr "События" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5872,7 +5893,7 @@ msgstr "Сортировать по индексу" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Параметры" @@ -6469,12 +6490,12 @@ msgid "Data dump options" msgstr "Параметры сохранения данных" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Дамп данных таблицы" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Структура таблицы" @@ -6688,31 +6709,31 @@ msgstr "Процедуры" msgid "Functions" msgstr "Функции" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Ограничения внешнего ключа сохраненных таблиц" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Ограничения внешнего ключа таблицы" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME-ТИПЫ ТАБЛИЦЫ" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "СВЯЗИ ТАБЛИЦЫ" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Структура для представления" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Дублирующая структура для представления" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "Ошибка считывания данных:" @@ -6935,7 +6956,7 @@ msgid "To" msgstr "До" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Выполнить" @@ -7288,7 +7309,7 @@ msgstr "Переменная" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Значение" @@ -7965,6 +7986,11 @@ msgstr "Различие" msgid "Target database" msgstr "Целевая база данных" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Выделение" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8118,7 +8144,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Индекс" @@ -8863,7 +8889,7 @@ msgstr "Позиция" msgid "Original position" msgstr "Исходная позиция" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Информация" @@ -9252,7 +9278,6 @@ msgid "Any" msgstr "Любой" #: server_privileges.php:1561 -#| msgid "User overview" msgid "Users overview" msgstr "Обзор учетных записей" @@ -9738,7 +9763,7 @@ msgstr "в минуту" msgid "per second" msgstr "в секунду" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Характеристика" @@ -11406,36 +11431,34 @@ msgstr "Невозможно переименовать индекс в PRIMARY! msgid "No index parts defined!" msgstr "Части индекса не определены!" -#: tbl_indexes.php:169 -msgid "Create an index" -msgstr "Создать индекс" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "Добавить индекс" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Изменить индекс" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Редакция" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Имя индекса :" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(Имя \"PRIMARY\" должен иметь только первичный индекс!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Имя индекса :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Тип индекса :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Добавить к индексу %s столбец(ы)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Количество столбцов должно быть больше нуля." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Не возможно переместить таблицу саму в себя!" @@ -11553,43 +11576,42 @@ msgid "Check referential integrity:" msgstr "Проверить целостность данных:" #: tbl_printview.php:72 -#| msgid "Show tables" msgid "Showing tables" msgstr "Отображение таблиц" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Используемое пространство" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Использование" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Эффективность" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Статистика строк" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "статический" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "динамический" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Длина строки" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Размер строки" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "Следующий автоматический индекс" @@ -11646,10 +11668,6 @@ msgstr "Обзор уникальных значений" msgid "Add primary key" msgstr "Добавить первичный ключ" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "Добавить индекс" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "Добавить уникальный индекс" @@ -11717,12 +11735,12 @@ msgstr "В начало таблицы" msgid "After %s" msgstr "После %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "Создать индекс для  %s столбца/ов" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "разделён" @@ -12951,7 +12969,6 @@ msgid "slow_launch_time is set to %s" msgstr "slow_launch_time установлен на %s" #: po/advisory_rules.php:225 -#| msgid "Persistent connections" msgid "Percentage of used connections" msgstr "Процентное соотношение использованных соединений" @@ -12982,7 +12999,6 @@ msgstr "" "должно быть ниже 80%%" #: po/advisory_rules.php:230 -#| msgid "Persistent connections" msgid "Percentage of aborted connections" msgstr "Процентное соотношение прерванных соединений" @@ -12997,8 +13013,8 @@ msgid "" "source-of-aborted_connects/\\\">This article
might help you track down " "the source." msgstr "" -"Обычно соединения прерываются при невозможности авторизации. Данная статья поможет вам в отслеживании " "источника проблемы." @@ -13009,7 +13025,6 @@ msgstr "" "%s%% от всех соединений были прерваны. Данное значение должно быть ниже 1%%" #: po/advisory_rules.php:235 -#| msgid "Persistent connections" msgid "Rate of aborted connections" msgstr "Соотношение прерванных соединений" @@ -13022,7 +13037,6 @@ msgstr "" "час" #: po/advisory_rules.php:240 -#| msgid "Format of imported file" msgid "Percentage of aborted clients" msgstr "Процентное соотношение прерванных связей клиентов" @@ -13049,7 +13063,6 @@ msgstr "" "быть ниже 2%%" #: po/advisory_rules.php:245 -#| msgid "Format of imported file" msgid "Rate of aborted clients" msgstr "Соотношение прерванных клиентских соединений" @@ -13065,7 +13078,6 @@ msgid "Is InnoDB disabled?" msgstr "Отключен InnoDB?" #: po/advisory_rules.php:251 -#| msgid "Could not save recent table" msgid "You do not have InnoDB enabled." msgstr "У вас не включен InnoDB." @@ -13078,12 +13090,10 @@ msgid "have_innodb is set to 'value'" msgstr "have_innodb установлен в 'value'" #: po/advisory_rules.php:255 -#| msgid "Buffer pool size" msgid "InnoDB log size" msgstr "Размер журнала InnoDB" #: po/advisory_rules.php:256 -#| msgid "The number writes done to the InnoDB buffer pool." msgid "" "The InnoDB log file size is not an appropriate size, in relation to the " "InnoDB buffer pool." @@ -13113,8 +13123,8 @@ msgstr "" "просто изменить данное значение переменной. Вы должны остановить сервер, " "удалить файлы журналов InnoDB, установить новое значение в my.cnf, запустить " "сервер, и проверить журналы ошибок на предмет отсутствия проблем. Так же " -"смотрите данную запись блога" +"смотрите данную запись блога" #: po/advisory_rules.php:258 #, php-format @@ -13148,13 +13158,13 @@ msgid "" msgstr "" "Обычно бывает достаточно установить innodb_log_file_size в 25%% от размера " "{innodb_buffer_pool_size}. Очень большое значение innodb_log_file_size " -"заметно замедляет восстановление после сбоя. Смотрите данную статью. Необходимо остановить сервер, " -"удалить файлы журналов InnoDB, установить новое значение в my.cnf, запустить " -"сервер, и проверить журнал ошибок на предмет наличия проблем. Смотрите так " -"же данную запись блога" +"заметно замедляет восстановление после сбоя. Смотрите данную статью. Необходимо остановить сервер, удалить файлы журналов " +"InnoDB, установить новое значение в my.cnf, запустить сервер, и проверить " +"журнал ошибок на предмет наличия проблем. Смотрите так же данную запись блога" #: po/advisory_rules.php:263 #, php-format @@ -13162,7 +13172,6 @@ msgid "Your absolute InnoDB log size is %s MiB" msgstr "Абсолютный размер журнала InnoDB %s MiB" #: po/advisory_rules.php:265 -#| msgid "Buffer pool size" msgid "InnoDB buffer pool size" msgstr "Размер буферного пула InnoDB" @@ -13191,9 +13200,9 @@ msgstr "" "установить данное значение вплоть до 80%% от доступной памяти. В ином " "случае, вы должны внимательно оценить потребление памяти другими службами и " "не InnoDB таблицами, соответственно установив данную переменную. При слишком " -"высоком значении переменной, ваша система начнет использовать файл " -"подкачки, что значительно уменьшит ее производительность. Смотрите так же данную статью" #: po/advisory_rules.php:268 @@ -13211,7 +13220,6 @@ msgstr "" "машине." #: po/advisory_rules.php:270 -#| msgid "max. concurrent connections" msgid "MyISAM concurrent inserts" msgstr "Одновременные вставки MyISAM" @@ -13226,14 +13234,25 @@ msgid "" "refman/5.5/en/concurrent-inserts.html\\\">MySQL Documentation" msgstr "" "Установка {concurrent_insert} в 1 уменьшает разногласие между чтением и " -"записью определенной таблицы. Смотрите так же Документацию MySQL" +"записью определенной таблицы. Смотрите так же Документацию MySQL" #: po/advisory_rules.php:273 msgid "concurrent_insert is set to 0" msgstr "concurrent_insert установлен в 0" +#~ msgid "Click to unselect" +#~ msgstr "Снятие выделения" + +#~ msgid "Create an index" +#~ msgstr "Создать индекс" + +#~ msgid "Modify an index" +#~ msgstr "Изменить индекс" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Количество столбцов должно быть больше нуля." + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "Обновить вставку и добавить новое значение" diff --git a/po/si.po b/po/si.po index fecdd91697..11dbc8f64e 100644 --- a/po/si.po +++ b/po/si.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-10-15 13:22+0200\n" "Last-Translator: Madhura Jayaratne \n" "Language-Team: sinhala \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "සියල්ල පෙන්වන්න" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -37,9 +37,9 @@ msgstr "" "ඉලක්කගත බ්‍රව්සර කවුලුව යාවත්කාලීන කල නොහැක. ඔබ එහි මව් කවුලුව වසා තිබීම හෝ ඔබගේ බ්‍රව්සරයේ " "ආරක්ෂක සැකසුම් cross-window යාවත්කාලීන කිරීම් අවහිර කරන ලෙස සකසා තිබීම මීට හේතු විය හැක." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "සෙවීම" @@ -47,10 +47,10 @@ msgstr "සෙවීම" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -72,17 +72,17 @@ msgstr "සෙවීම" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "යන්න" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "යතුරු නම" @@ -132,19 +132,19 @@ msgstr "දත්තගබඩා විස්තර: " msgid "Table comments" msgstr "වගු විස්තර" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "තීර" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -156,18 +156,18 @@ msgstr "තීර" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "වර්ගය" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -200,8 +200,8 @@ msgstr "Links to" msgid "Comments" msgstr "විස්තරය" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -216,8 +216,8 @@ msgstr "විස්තරය" msgid "No" msgstr "නැත" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -326,12 +326,12 @@ msgstr "සීමා බාධවන් එක් කරන්න" msgid "Switch to copied database" msgstr "පිටපත් කරන ලද දත්තගබඩාව වෙත මාරු වන්න" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Collation" @@ -364,36 +364,36 @@ msgstr "වගුව" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "පේළි" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "ප්‍රමාණය" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "භාවිතා වෙමින් පවතී" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "සෑදීම" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "අවසන් යාවත් කාලීන කිරීම" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "අවසන් පරීක්ෂාව" @@ -456,7 +456,7 @@ msgid "Del" msgstr "Del" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "හෝ" @@ -525,8 +525,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s වගුව තුල ගැලපීම් %s කි" msgstr[1] "%s වගුව තුල ගැලපීම් %s කි" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "පිරික්සන්න" @@ -658,8 +658,8 @@ msgstr "කතිර කොටුගත කිරීම ඉවත් කරන msgid "Check tables having overhead" msgstr "Check tables having overhead" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -673,14 +673,14 @@ msgstr "අපනයනය" msgid "Print view" msgstr "මුද්‍රණ දර්ශනය" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "හිස්" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "හලන්න" @@ -689,7 +689,7 @@ msgstr "හලන්න" msgid "Check table" msgstr "වගුව පරීක්ෂා කරන්න" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "ප්‍රශස්තගත වගුව" @@ -752,7 +752,7 @@ msgstr "යාවත්කාලීන කරන ලදි" msgid "Status" msgstr "තත්වය" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -760,7 +760,7 @@ msgstr "තත්වය" msgid "Action" msgstr "ක්‍රියාව" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "මෙම වගුවේ අවධානය පිළිබඳ දත්ත ඉවත් කරන්න" @@ -797,24 +797,24 @@ msgstr "වගුව අවධානයට ලක් කරන්න" msgid "Database Log" msgstr "දත්තගබඩා ලොගය" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "\"%s\" තීරුව සඳහා අගයන්" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "\"%s\" තීරුව සඳහා අගයන්" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field" @@ -885,45 +885,45 @@ msgstr "මූලික ස්ථරය ලෙස OpenStreetMaps භාවිත msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "ජ්‍යාමිතිය" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "ලක්ෂ්‍යය" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "%dවන ලක්ෂ්‍යය" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "ලක්ෂ්‍යයක් එක් කරන්න" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "රේඛාව" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "පිටත කවය" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "ඇතුලත කවය" @@ -931,15 +931,15 @@ msgstr "ඇතුලත කවය" msgid "Add a linestring" msgstr "රේඛාවක් එක් කරන්න " -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "ඇතුල් කවයක් එක් කරන්න" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "බහු අස්‍රය" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "බහු අස්‍රයක් එක් කරන්න" @@ -1049,195 +1049,204 @@ msgstr "ආපසු" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin is more friendly with a frames-capable browser." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "තේරීමට ක්ලික් කරන්න" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "තේරීම අවලංගු කිරීමට ක්ලික් කරන්න" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" ප්‍රකාශ අක්‍රීය කර ඇත." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "ඔබට ඇත්තෙන්ම අවශ්‍යද " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "ඔබ සූදානම් වන්නේ සම්පූර්ණ දත්තගබඩාවක් විනාශකර දැමීමටයි!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "ඔබ සූදානම් වන්නේ සම්පූර්ණ වගුවක් විනාශකර දැමීමටයි!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "ඔබ සූදානම් වන්නේ සම්පූර්ණ වගුවක් ලොප් කිරීමටයි!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "අවධානය පිළිබඳ දත්ත ඉවත් කෙරෙමින්" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "ප්‍රාථමික මූලය/සුචිය ඉවත් කෙරෙමින්" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "This operation could take a long time. Proceed anyway?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "පෝරම‍යේ අස්ථනගත වූ අගයන් ඇත!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "මෙය අංකයක් නොවේ!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "සුචිය එක් කරන්න" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "සංස්කරණ ප්‍රකාරය" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "%s ක්ෂේත්‍ර(ය) එක් කරන්න" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "මුළු එකතුව" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "දාරක නම හිස්ව පවතී!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "භාවිත නාමය හිස්ව පවතී!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "The password is empty!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "The passwords aren't the same!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "භාවිතා කරන්නෙක් එක් කරන්න" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "වරප්‍රසාද පූරණය කෙරෙමින්" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "තෝරාගත් භාවිතා කරන්නන් ඉවත් කෙරෙමින්" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "වසන්න" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "සංස්කරණය කරන්න" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "සජීවී දත්ත හුවමාරු ප්‍රස්තාරය" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "සජීවී සබඳතා/ක්‍රියාවලි ප්‍රස්තාරය " -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "සජීවී විමසුම් ප්‍රස්තාරය " -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "ස්ථිතික දත්ත" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "මුළු එකතුව" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "අනෙකුත් " #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "අවසන් යාවත්කාලින කිරීමේ සිට යැවුණු KiB" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "අවසන් යාවත්කාලින කිරීමේ සිට ලැබුණු KiB" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "සේවාදායකයේ තදබදය (KiB වලින්)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "අවසන් යාවත්කාලින කිරීමේ සිට සබැඳුම් " -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "ක්‍රියාවලි" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "සම්බන්ධතා / ක්‍රියාවලි " #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "අවසන් යාවත්කාලින කිරීමේ සිට ප්‍රශ්න" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "ප්‍රශ්න (සේවාදායකය විසින් ක්‍රියාත්මක කරන ලද ප්‍රකාශ)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "විමසුම් සංඛ්‍යාලේඛන" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Could not save configuration" msgid "Local monitor configuration incompatible" msgstr "වින්‍යාස සුරැකීම අසමත් විය" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1245,163 +1254,163 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "විමසුම් කෑෂ් කාර්යක්ෂමතාව " -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "විමසුම් කෑෂ් භාවිතය " -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "භාවිතා කරන ලද විමසුම් කෑෂ්" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "පද්ධතියේ CPU භාවිතය " -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "පද්ධතියේ මතකය" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "පද්ධතියේ swap" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KiB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "මධ්‍යක භාරය" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "සම්පූර්ණ මතකය " -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "කෑෂ්ගත මතකය " -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "බෆරගත මතකය" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "නිදහස් මතකය" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "භාවිත මතකය" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "මුළු swap" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "කෑෂ්ගත swap" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "භාවිත swap" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "නිදහස් swap" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "යැවුණු බයිට ගණන " -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "ලැබුණු බයිට ගණන " -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "සම්බන්ධතා" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "ප්‍රශ්න" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "තදබදය" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "සිටුවම්" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "ප්‍රස්තාරය ඉවත් කරන්න" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "මාතෘකාව සහ ලේබල සංස්කරණය කරන්න " -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "ජාලකයට ප්‍රස්තාර එක් කරන්න " -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "කිසිවක් නැත" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "අධීක්ෂණය නැවත අරඹන්න" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "අධීක්ෂණය තාවකාලිකව නවතන්න" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "general_log සහ slow_query_log සක්‍රීය යි." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "general_log සක්‍රීය යි." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "slow_query_log සක්‍රීය යි." -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log සහ general_log අක්‍රීය යි." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "log_output, TABLE ලෙස සිටුවා නැත." -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "log_output, TABLE ලෙස සිටුවා ඇත." -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1409,468 +1418,480 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save output to a file" msgid "Set log_output to %s" msgstr "ප්‍රතිදානය ගොනුවකට සුරකින්න" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "සක්‍රිය කරන් ලද" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disabled" msgid "Disable %s" msgstr "අක්‍රිය" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "Manage your settings" msgid "Change settings" msgstr "සිටුවම් පරිපාලනය" # සිටුවම් = settings. Source: Glossary of Information Technology Terms - ICTA -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "More settings" msgid "Current settings" msgstr "තවත් සිටුවම්" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title:" msgid "Chart Title" msgstr "වාර්තා මාතෘකාව:" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy #| msgid "Jump to database" msgid "Jump to Log table" msgstr "දත්තගබඩාව වෙත යන්න" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "ගොනු පෙන්වුම් විකල්ප" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "පෙරහන" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of inserted rows" msgid "Sum of grouped rows:" msgstr "ඇතුල් කල පේළි ගණන" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "මුළු එකතුව" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy #| msgid "Loading" msgid "Loading logs" msgstr "පූරණය කෙරෙමින්" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "ප්‍රතිපූරණය" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "ආනයනය" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "විමසුම යාවත්කාලීන කරන්න" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "ලියකියවිලි" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details..." msgid "Rule details" msgstr "තොරතුරු..." -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Authentication" msgid "Justification" msgstr "සත්‍යාපනය" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "අවලංගු කරන්න" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "පූරණය කෙරෙමින්" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "ඉල්ලීම පිරිසැකසෙමින්" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "ඉල්ලීම පිරිසැකසීමේදී දෝශ ඇතිවිය" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "තීරුව හලමින්" # ප්‍රාථමික මූලය = Primary key. Source: Glossary of Information Technology # Terms - ICTA -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "ප්‍රාථමික මූලය එක් කරමින්" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "දත්තගබඩාවල නම් වෙනස් කෙරෙමින්" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "දත්තගබඩාව පූරණය" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "දත්තගබඩාව පිටපත් කෙරෙමින්" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "අක්ෂර කට්ටලය වෙනස් කෙරෙමින්" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "වගුවේ අවම වශයෙන් එක් ක්ෂේත්‍රයක්වත් තිබිය යුතුයි" -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "වගු භාවිතා කරන්න" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "සුචි සඟවන්න" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "සුචි පෙන්වන්න" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "සොයමින්" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "සෙවුම් ප්‍රතිඵල සඟවන්න" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "සෙවුම් ප්‍රතිඵල පෙන්වන්න" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "පිරික්සමින්" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "ඉවත් කෙරෙමින්" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "+ Add a new value" msgid "Add %d value(s)" msgstr "+ නව භාවිතා කරන්නෙක් එක් කරන්න" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "සටහන: ගොනුවේ වගු එකකට වැඩි ගණනක් ඇත්නම්, ඒවා එකකට සංයුක්ත කෙරෙනු ඇත" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "විමසුම් කවුළුව සඟවන්න" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "විමසුම් කවුළුව පෙන්වන්න" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "පේළි කිසිවක් තෝරගෙන නැත" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "වෙනස් කරන්න" -#: js/messages.php:259 +#: js/messages.php:260 #, fuzzy #| msgid "SQL execution" msgid "Query execution time" msgstr "SQL ක්‍රියාත්මක කිරීම" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "සුරකින්න" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy msgid "Hide search criteria" msgstr "SQL විමසුම" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy msgid "Show search criteria" msgstr "SQL විමසුම" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 msgid "Zoom Search" msgstr "Zoom සෙවීම" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "තීර එක් කරන්න/ඉවත් කරන්න" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "විමසුම් ප්‍රථිඵල සඳහා මෙහෙයුම්" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Data pointer size" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "නොසලකන්න" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "පිටපත් කරන්න" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add column" msgid "Add columns" msgstr "තීරයක් එක් කරන්න" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "සම්බන්දිත මූලය තෝරන්න" # ප්‍රාථමික මූලය = Primary key. Source: Glossary of Information Technology # Terms - ICTA -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "අන්‍ය මූලය තෝරන්න" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "කරුණාකර ප්‍රාථමික මූලය හෝ අනුපම මූලයක් තෝරන්න" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "පෙන්වීම සඳහා තීරය ‍තෝරාගන්න" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1879,71 +1900,71 @@ msgstr "" "යන්න?" # අභිරුචිය = option. Source: Glossary of Information Technology Terms - ICTA -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "ක්ෂේත්‍රයට අභිරුචියක් එක් කරන්න " -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "තේරීමට ක්ලික් කරන්න" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy msgid "Go to link" msgstr "දත්තගබඩා නොමැත" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "මුරපදය උත්පාදනය කරන්න" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "උත්පාදනය කරන්න" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "මුරපදය වෙනස් කරන්න" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "තවත්" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1953,27 +1974,27 @@ msgstr "" "අනුවාදය %s අනුවාදයයි (%s දින නිකුත් කරන ලද)." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", නවතම ස්ථායි අනුවාදය:" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "යාවත්කාලීන" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "තෝරන්න" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "පෙර" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1981,149 +2002,149 @@ msgid "Next" msgstr "මීලඟ" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "අද දින" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "ජනවාරි" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "පෙබරවාරි" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "මාර්තු" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "අ‍ප්‍රේල්" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "මැයි" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "ජුනි" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "ජූලි" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "අගෝස්තු" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "සැප්තැම්බර්" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "ඔක්තෝම්බර්" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "නොවැම්බර්" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "දෙසැම්බර්" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "ජනවාරි" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "පෙබරවාරි" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "මාර්තු" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "අ‍ප්‍රේල්" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "මැයි" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "ජුනි" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "ජූලි" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "අගෝස්තු" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "සැප්තැම්බර්" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "ඔක්තෝම්බර්" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "නොවැම්බර්" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "දෙසැම්බර්" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "ඉරිදා" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "සඳුදා" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "අඟහරු‍වදා" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "බදාදා" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "බ්‍රහස්පතින්දා" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "සිකුරාදා" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "සෙනසුරාදා" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2131,89 +2152,89 @@ msgid "Sun" msgstr "ඉරිදා" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "සඳුදා" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "අඟහ" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "බදාදා" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "බ්‍රහස්" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "සිකුරා" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "සෙනසු" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "ඉරි" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "සඳු" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "අඟ" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "බදා" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "බ්‍රහ" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "සිකු" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "සෙන" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "සති" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "වේලාව" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "පැය" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "මිනිත්තු" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "තත්පර" @@ -2295,45 +2316,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "No index defined!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "සූචියන්" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "අනන්‍ය" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "අහුරන ලද" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Cardinality" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "ටීකාව" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "ප්‍රාථමික මූලය හලන ලදි" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "%s සූචිය හලන ලදි" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2660,14 +2681,14 @@ msgstr "වගු" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "දත්ත" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "පිරිවැය" @@ -2897,7 +2918,7 @@ msgstr "දින %s, පැය %s, මිනිත්තු %s සහ තප් msgid "Missing parameter:" msgstr "නෛත්‍යක" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2905,7 +2926,7 @@ msgctxt "First page" msgid "Begin" msgstr "Begin" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -2914,7 +2935,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "පෙර" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -2923,7 +2944,7 @@ msgctxt "Next page" msgid "Next" msgstr "මීලඟ" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -2931,24 +2952,24 @@ msgctxt "Last page" msgid "End" msgstr "අවසානය‍" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr ""%s" දත්තගබඩාව වෙත යන්න ." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "තේරීමට ක්ලික් කරන්න" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2960,7 +2981,7 @@ msgstr "තේරීමට ක්ලික් කරන්න" msgid "Structure" msgstr "සැකිල්ල" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2968,42 +2989,42 @@ msgstr "සැකිල්ල" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "ඇතුල් කරන්න" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "මෙහෙයුම්" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "පරිගණකය තුළ පිරික්සන්න:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "වෙබ් සේවාදායකයේ %s උඩුගත කිරීම් ඩිරෙක්ටරියෙන් තෝරන්න:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "අප්ලෝඩ් කිරීම් සඳහා සැකසූ ඩිරෙක්ටරිය වෙත පිවිසිය නොහැක" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "උඩුගත කිරීම සඳහා ගොනු නොමැත" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "ක්‍රියාත්මක කරන්න" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "මුද්‍රණය කරන්න" @@ -3441,7 +3462,7 @@ msgid "Character set of the file" msgstr "ගොනුවේ අක්ෂර කට්ටලය" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "ආකෘතිය" @@ -5344,7 +5365,7 @@ msgstr "නෛත්‍යක" msgid "Events" msgstr "සිද්ධි" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5728,7 +5749,7 @@ msgstr "යතුර අනුව තෝරන්න" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "විකල්ප" @@ -6287,12 +6308,12 @@ msgid "Data dump options" msgstr "දත්තගබඩා අපනයන විකල්ප" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "වගු සඳහා නික්ෂේප දත්ත" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "වගුවක් සඳහා වගු සැකිල්ල" @@ -6492,33 +6513,33 @@ msgstr "ක්‍රියාපටිපාටිය" msgid "Functions" msgstr "ශ්‍රිත" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "නික්ෂේපනය කරන ලද වගු සඳහා සීමා බාධක" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "වගුව සඳහා සීමා බාධක" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME TYPES FOR TABLE" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELATIONS FOR TABLE" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 #, fuzzy msgid "Structure for view" msgstr "Structure only" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 #, fuzzy msgid "Stand-in structure for view" msgstr "Structure only" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -6745,7 +6766,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "ඉදිරිපත් කරන්න" @@ -7095,7 +7116,7 @@ msgstr "විචල්‍යය" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "අගය" @@ -7838,6 +7859,11 @@ msgstr "" msgid "Target database" msgstr "දත්තගබඩාවේ සොයන්න" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "තේරීමට ක්ලික් කරන්න" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -7999,7 +8025,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "සූචිය" @@ -8765,7 +8791,7 @@ msgstr "පිහිටුම" msgid "Original position" msgstr "මුල් පිහිටුම" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "තොරතුරු" @@ -9615,7 +9641,7 @@ msgstr "මිනිත්තුවකට" msgid "per second" msgstr "තප්පරයකට" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "ප්‍රකාශය" @@ -11222,38 +11248,34 @@ msgstr "Can't rename index to PRIMARY!" msgid "No index parts defined!" msgstr "No index parts defined!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "සුචිය එක් කරන්න" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "නව සූචියක් සාදන්න" +#| msgid "Edit mode" +msgid "Edit index" +msgstr "සංස්කරණ ප්‍රකාරය" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "සූචිය වෙනස් කරන්න" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "සූචියේ නම:" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(\"PRIMARY\" නාමය ප්‍රාථමික මූලය සඳහා පමණක් භාවිතා කල යුතුය!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "සූචියේ නම:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "සූචි වර්ගය:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr " %s තීර(ය) සූචියට එක් කරන්න" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Column count has to be larger than zero." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Can't move table to same one!" @@ -11378,39 +11400,39 @@ msgstr "Check referential integrity:" msgid "Showing tables" msgstr "වගු පෙන්වන්න" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "අවකාශ භාවිතය" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "භාවිතය" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "එලදායී" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "පේළි සංඛ්‍ය ලේඛන" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "ස්ථිතික" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "ගතික" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "පේළියේ දිග" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "පේළියේ ප්‍රමාණය " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "මීළඟ ක්‍රමාංකය" @@ -11465,10 +11487,6 @@ msgstr "එකිනෙකට වෙනස් අගයන් පිරික් msgid "Add primary key" msgstr "ප්‍රාථමික මූලය එක් කරන්න" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "සුචිය එක් කරන්න" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "අනන්‍ය මූලය එක් කරන්න" @@ -11538,12 +11556,12 @@ msgstr "වගුව මුලදී" msgid "After %s" msgstr "%s ට පසු" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "පේළි %s මත සුචියක් සාදන්න" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "කොටස් කරන ලද" @@ -12891,6 +12909,19 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "තේරීම අවලංගු කිරීමට ක්ලික් කරන්න" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "නව සූචියක් සාදන්න" + +#~ msgid "Modify an index" +#~ msgstr "සූචිය වෙනස් කරන්න" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Column count has to be larger than zero." + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ ඇතුලත් කිරීම නැවත අරඹා අලුත් අගයක් එකතු කරන්න" diff --git a/po/sk.po b/po/sk.po index c06d854cdd..e21891d0c4 100644 --- a/po/sk.po +++ b/po/sk.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-07-27 15:32+0200\n" "Last-Translator: Martin Lacina \n" "Language-Team: slovak \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Zobraziť všetko" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "rodičovské okno, alebo prehliadač blokuje operácie medzi oknami z dôvodu " "bezpečnostných nastavení." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Hľadať" @@ -48,10 +48,10 @@ msgstr "Hľadať" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "Hľadať" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Vykonaj" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Kľúčový názov" @@ -135,19 +135,19 @@ msgstr "Komentár k databáze: " msgid "Table comments" msgstr "Komentár k tabuľke" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Stĺpce" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "Stĺpce" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Typ" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Nulový" @@ -203,8 +203,8 @@ msgstr "Linkovať na" msgid "Comments" msgstr "Komentáre" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "Komentáre" msgid "No" msgstr "Nie" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -329,12 +329,12 @@ msgstr "Pridať obmedzenia" msgid "Switch to copied database" msgstr "Prepnúť na skopírovanú databázu" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Zotriedenie" @@ -367,36 +367,36 @@ msgstr "Tabuľka" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Riadkov" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Veľkosť" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "práve sa používa" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Vytvorenie" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Posledná zmena" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Posledná kontrola" @@ -461,7 +461,7 @@ msgid "Del" msgstr "Zmazať" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "alebo" @@ -531,8 +531,8 @@ msgstr[0] "%s výskyt v tabuľke %s" msgstr[1] "%s výskyty v tabuľke %s" msgstr[2] "%s výskytov v tabuľke %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Prechádzať" @@ -665,8 +665,8 @@ msgstr "Odznačiť všetko" msgid "Check tables having overhead" msgstr "Zvoliť neoptimálne" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -680,14 +680,14 @@ msgstr "Exportovať" msgid "Print view" msgstr "Náhľad k tlači" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Vyprázdniť" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Odstrániť" @@ -696,7 +696,7 @@ msgstr "Odstrániť" msgid "Check table" msgstr "Skontrolovať tabuľku" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimalizovať tabuľku" @@ -759,7 +759,7 @@ msgstr "Aktualizované" msgid "Status" msgstr "Stav" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -767,7 +767,7 @@ msgstr "Stav" msgid "Action" msgstr "Akcia" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Odstrániť všetky informácie o sledovaní tejto tabuľky" @@ -803,24 +803,24 @@ msgstr "Sledovať tabuľku" msgid "Database Log" msgstr "Databázový log" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "Hodnoty pre pole \"%s\"" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "Hodnoty pre pole \"%s\"" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field" @@ -897,49 +897,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Geometria" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add index" msgid "Add a point" msgstr "Pridať index" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Riadky ukončené" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -949,17 +949,17 @@ msgstr "" msgid "Add a linestring" msgstr "Pridať nového používateľa" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Pridať nového používateľa" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add column" msgid "Add a polygon" @@ -1074,198 +1074,207 @@ msgstr "Späť" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin funguje lepšie s prehliadačmi podporujúcimi rámy." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Kliknite pre vybranie" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Kliknite pre zrušenie vyberu" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "Príkaz \"DROP DATABASE\" je zakázaný." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Skutočne chcete vykonať príkaz " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Chystáte sa ZRUŠIŤ celú databázu!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "Chystáte sa ZRUŠIŤ celú tabuľku!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "Chystáte sa VYPRÁZDNIŤ celú tabuľku!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Odstraňujem sledovacie dáta" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Odstraňujem primárny kľúč/index" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "" "Táto operácia môže trvať veľmi dlho. Chcete ju aj napriek tomu vykonať?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Chystáte sa vypnúť skladisko BLOBov!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "Chcete vypnúť všetky odkazy do skladiska BLOBov v databáze %s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Chýbajúca položka vo formulári!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Toto nie je číslo!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "Pridať index" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Režim úprav" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "Pridať %s stĺpcov" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Celkový počet" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Názov hostiteľa je prázdny!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Meno používateľa je prázdne!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Heslo je prázdne!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Heslá sa nezhodujú!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Pridať používateľa" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Načítavam oprávnenia" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Odstránenie vybraných používateľov" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Zavrieť" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Upraviť" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "Živý graf prevádzky" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "Živý graf spojení/procesov" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "Živý graf dopytov" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Statické data" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Celkom" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Ostatné" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "." #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "," -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "Odoslaných KiB od posledného obnovenia" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "Prijatých KiB od posledného obnovenia" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Sieťová prevádzka (v KiB)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Spojení od posledného obnovenia" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Procesy" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Spojenia/Procesy" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 #, fuzzy #| msgid "Connections since last refresh" msgid "Questions since last refresh" msgstr "Spojení od posledného obnovenia" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "Dopyty (príkazy vykonané na serveri)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Štatistika dopytov" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Failed to read configuration file" msgid "Local monitor configuration incompatible" msgstr "Nepodarilo sa načítať konfiguračný súbor" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1273,187 +1282,187 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Vyrovnávacia pamäť príkazov" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Vyrovnávacia pamäť príkazov" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Vyrovnávacia pamäť príkazov" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "Využitie CPU" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Systémová pamäť" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "Stránkovacia oblasť" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KiB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Priemerné vyťaženie" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "System memory" msgid "Total memory" msgstr "Systémová pamäť" -#: js/messages.php:108 +#: js/messages.php:109 #, fuzzy #| msgid "System memory" msgid "Cached memory" msgstr "Systémová pamäť" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Vyrovnávacia Pamäť" -#: js/messages.php:110 +#: js/messages.php:111 #, fuzzy #| msgid "System memory" msgid "Free memory" msgstr "Systémová pamäť" -#: js/messages.php:111 +#: js/messages.php:112 #, fuzzy #| msgid "System memory" msgid "Used memory" msgstr "Systémová pamäť" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Celkom" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Prázdnych stránok" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Prijaté" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Spojenia" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "Dopyty" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Vyťaženie" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Nastavenia" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "Odstrániť graf" -#: js/messages.php:128 +#: js/messages.php:129 #, fuzzy #| msgid "Edit labels and series" msgid "Edit title and labels" msgstr "Upraviť popisy a série" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "Pridať graf do mriežky" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "Pridajte prosím aspoň jednu hodnotu do série" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Žiadny" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "general_log a slow_query_log sú povolené." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "general_log je povolený." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "slow_query_log je povolený." -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log a general_log sú zakázané." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1461,461 +1470,473 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save output to a file" msgid "Set log_output to %s" msgstr "Uložiť výstup do suboru" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Zapnuté" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Vypnuté" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "Manage your settings" msgid "Change settings" msgstr "Spravovať svoje nastavenia" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "More settings" msgid "Current settings" msgstr "Ďalšie nastavenia" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Chart title" msgid "Chart Title" msgstr "Názov grafu" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy #| msgid "Jump to database" msgid "Jump to Log table" msgstr "Prejsť do databázy" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "Nastavenie zobrazenia tabuliek" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Filter" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of inserted rows" msgid "Sum of grouped rows:" msgstr "Počet vložených riadkov" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Celkom" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy #| msgid "Loading" msgid "Loading logs" msgstr "Načítanie" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Znovu načítať" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Import" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Aktualizovať dopyt" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dokumentácia" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details" msgid "Rule details" msgstr "Podrobnosti" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Authentication" msgid "Justification" msgstr "Overenie" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Zrušiť" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Načítanie" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Prebieha spracovanie požiadavka" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Chyba pri spracovanie požiadavku" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Odstraňujem stĺpce" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Pridavam primarny kľúč" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Premenovávam databázy" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Znovu načítať databázu" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Kopírujem databázu" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Mením znakovú sadu" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "Tabuľka musí obsahovať aspoň jeden stĺpec" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Pridať tabuľku" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "Skryť indexy" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "Zobraziť indexy" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Vyhľadávam" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Skryť výsledky vyhľadávania" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Zobraziť výsledky vyhľadávania" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "Prechádzať" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "Odstraňujem" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Definícia uloženej funkcie musí obsahovať príkaz RETURN!" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Pridať nového používateľa" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" "Poznámka: Ak súbor obsahuje viac tabuliek, tieto budú spojené do jednej" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Skryť vyhľadávacie pole" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Zobrazit vyhľadávacie pole" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Nebol vybraný žiadny riadok" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Zmeniť" -#: js/messages.php:259 +#: js/messages.php:260 #, fuzzy #| msgid "Maximum execution time" msgid "Query execution time" msgstr "Maximálny čas behu" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Uložiť" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Skryť parametre vyhľadávania" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Zobraziť parametre vyhľadávania" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Hľadať" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "Pridať/Odobrať stĺpce" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Operácie s výsledkami dopytu" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Veľkosť smerníka na dáta" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignorovať" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Kopírovať" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add column" msgid "Add columns" msgstr "Pridať stĺpec" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Zvoliť odkazovaný kľúč" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Zvoliť cudzí kľúč" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Zoľte, prosím, primárny alebo unikátny kľúč" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Zvoľte, ktoré polia zobraziť" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1923,70 +1944,70 @@ msgstr "" "Neuložili ste zmeny v schéme. Ak ich neuložíte, tieto zmeny budú stratené. " "Chcete pokračovať?" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Pridať voľbu pre stĺpec " -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "Usporiadajte pretiahnutím" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "Kliknite pre zoradenie" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "Kliknite pre označenie/odznačenie" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "Kliknite na šípku
pre zmenu viditeľnosti stĺpca" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Prejsť na Prejsť na pohľad" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Vytvoriť heslo" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Vytvoriť" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Zmeniť heslo" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Viac" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1996,27 +2017,27 @@ msgstr "" "Najnovšia verzia je %s a bola vydaná %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", posledná stabilná verzia:" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "aktuálne" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Hotovo" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Predchádzajúci" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2024,149 +2045,149 @@ msgid "Next" msgstr "Ďalší" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Dnes" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "Január" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "Február" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "Marec" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "Apríl" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Máj" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "Jún" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "Júl" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "August" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "September" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "Október" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "November" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "December" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "Máj" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Jún" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Júl" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Dec" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Nedeľa" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Pondelok" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Utorok" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "Streda" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "Štvrtok" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "Piatok" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "Sobota" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2174,89 +2195,89 @@ msgid "Sun" msgstr "Ne" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Po" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Út" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "St" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Št" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Pi" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "So" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "Ne" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "Po" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "Ut" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "St" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "Št" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "Pi" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "So" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "týž" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Čas" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Hodiny" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Minúty" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Sekundy" @@ -2342,45 +2363,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Nebol definovaný žiadny index!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indexy" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Unikátny" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Zabalené" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Mohutnosť" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Komentár" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Primárny kľúč bol zrušený" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Index pre %s bol odstránený" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2712,14 +2733,14 @@ msgstr "Tabuľky" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Dáta" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Naviac" @@ -2948,7 +2969,7 @@ msgstr "%s dní, %s hodín, %s minút a %s sekúnd" msgid "Missing parameter:" msgstr "Odstrániť index/indexy" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2956,7 +2977,7 @@ msgctxt "First page" msgid "Begin" msgstr "Začiatok" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -2965,7 +2986,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Predchádzajúci" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -2974,7 +2995,7 @@ msgctxt "Next page" msgid "Next" msgstr "Ďalší" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -2982,22 +3003,22 @@ msgctxt "Last page" msgid "End" msgstr "Koniec" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Prejsť na databázu "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Funkčnosť %s je ovplyvnená známou chybou, pozri %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "Kliknite pre prepnutie" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3009,7 +3030,7 @@ msgstr "Kliknite pre prepnutie" msgid "Structure" msgstr "Štruktúra" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3017,42 +3038,42 @@ msgstr "Štruktúra" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Vložiť" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operácie" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Prechádzať váš počítač:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Zvoľte súbor z upload adresára %s web servera:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Adresár určený pre upload súborov sa nedá otvoriť" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "Žiadny súbor pre nahrávanie" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "Spustiť" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Vytlačiť" @@ -3503,7 +3524,7 @@ msgid "Character set of the file" msgstr "Znaková sada súboru" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Formát" @@ -5526,7 +5547,7 @@ msgstr "Rutiny" msgid "Events" msgstr "Udalosti" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5903,7 +5924,7 @@ msgstr "Zoradiť podľa kľúča" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Nastavenia" @@ -6455,12 +6476,12 @@ msgid "Data dump options" msgstr "Nastavenia exportu databáz" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Sťahujem dáta pre tabuľku" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Štruktúra tabuľky pre tabuľku" @@ -6650,32 +6671,32 @@ msgstr "Procedúry" msgid "Functions" msgstr "Funkcie" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Obmedzenie pre exportované tabuľky" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Obmedzenie pre tabuľku" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME TYPY PRE TABUĽKU" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "PREPOJENIA PRE TABUĽKU" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 #, fuzzy msgid "Structure for view" msgstr "Iba štruktúru" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -6897,7 +6918,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Odošli" @@ -7250,7 +7271,7 @@ msgstr "Premenná" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Hodnota" @@ -7985,6 +8006,11 @@ msgstr "" msgid "Target database" msgstr "Cieľová databáza" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Kliknite pre vybranie" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8139,7 +8165,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Index" @@ -8876,7 +8902,7 @@ msgstr "Pozícia" msgid "Original position" msgstr "Pôvodná pozícia" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Informácia" @@ -9733,7 +9759,7 @@ msgstr "za minútu" msgid "per second" msgstr "za sekundu" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Údaj" @@ -11343,38 +11369,34 @@ msgstr "Nie je možné premenovať index na PRIMARY!" msgid "No index parts defined!" msgstr "Časti indexu neboli definované!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "Pridať index" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Vytvoriť nový index" +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Režim úprav" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Modifikovať index" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Meno indexu :" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(\"PRIMARY\" musí byť iba meno primárneho kľúča!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Meno indexu :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Typ indexu :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Pridať do indexu  %s stĺpce" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Počet stĺpcov musí byť väčší ako nula." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Nedá sa presunúť tabuľka sama do seba!" @@ -11498,39 +11520,39 @@ msgstr "Skontrolovať referenčnú integritu:" msgid "Showing tables" msgstr "Zobraziť tabuľky" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Zabrané miesto" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Využitie" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Efektívny" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Štatistika riadku" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "statický" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dynamický" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Dĺžka riadku" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Veľkosť riadku " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11585,10 +11607,6 @@ msgstr "Prechádzať iné hodnoty" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "Pridať index" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "Pridať unikátny index" @@ -11660,12 +11678,12 @@ msgstr "Na začiatku tabuľky" msgid "After %s" msgstr "Po %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "Vytvoriť index na %s stĺpcoch" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -13022,6 +13040,19 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "Kliknite pre zrušenie vyberu" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Vytvoriť nový index" + +#~ msgid "Modify an index" +#~ msgstr "Modifikovať index" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Počet stĺpcov musí byť väčší ako nula." + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ Začať nové vkladanie a pridať novú hodnotu" diff --git a/po/sl.po b/po/sl.po index c88fda2a59..e033b0ff14 100644 --- a/po/sl.po +++ b/po/sl.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" -"PO-Revision-Date: 2011-11-10 19:01+0200\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" +"PO-Revision-Date: 2011-11-19 22:18+0200\n" "Last-Translator: Domen \n" "Language-Team: slovenian \n" "Language: sl\n" @@ -15,13 +15,13 @@ msgstr "" "%100==4 ? 2 : 3);\n" "X-Generator: Pootle 2.1.6\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Pokaži vse" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "Ciljnega okna ni bilo mogoče osvežiti. Morda ste zaprli nadrejeno okno ali " "pa vaš brskalnik blokira osveževanje varnostnih parametrov med okni." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Iskanje" @@ -48,10 +48,10 @@ msgstr "Iskanje" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "Iskanje" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Izvedi" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Ime ključa" @@ -135,19 +135,19 @@ msgstr "Pripomba zbirke podatkov: " msgid "Table comments" msgstr "Pripomba tabele" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Stolpec" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "Stolpec" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Vrsta" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -203,8 +203,8 @@ msgstr "Povezave z" msgid "Comments" msgstr "Pripombe" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "Pripombe" msgid "No" msgstr "Ne" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -329,12 +329,12 @@ msgstr "Dodaj omejitve" msgid "Switch to copied database" msgstr "Preklopi na kopirano zbirko podatkov" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Pravilo za razvrščanje znakov" @@ -367,36 +367,36 @@ msgstr "Tabela" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "vrstic" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Velikost" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "v uporabi" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Ustvarjeno" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Zadnjič posodobljeno" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Zadnjič pregledano" @@ -461,7 +461,7 @@ msgid "Del" msgstr "Briši" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Ali" @@ -532,8 +532,8 @@ msgstr[1] "%s zadetka v tabeli %s" msgstr[2] "%s zadetki v tabeli %s" msgstr[3] "%s zadetkov v tabeli %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Prebrskaj" @@ -666,8 +666,8 @@ msgstr "Odznači vse" msgid "Check tables having overhead" msgstr "Preveri prekoračene" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -681,14 +681,14 @@ msgstr "Izvozi" msgid "Print view" msgstr "Pogled za tiskanje" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Izprazni" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Zavrzi" @@ -697,7 +697,7 @@ msgstr "Zavrzi" msgid "Check table" msgstr "Preveri tabelo" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimiraj tabelo" @@ -760,7 +760,7 @@ msgstr "Posodobljeno" msgid "Status" msgstr "Stanje" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -768,7 +768,7 @@ msgstr "Stanje" msgid "Action" msgstr "Dejanje" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Izbriši podatke sledenja te tabele" @@ -804,21 +804,21 @@ msgstr "Sledi tabeli" msgid "Database Log" msgstr "Dnevnik zbirke podatkov" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "Urejevalnik ENUM/SET" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "Vrednosti novega stolpca" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, php-format msgid "Values for column %s" msgstr "Vrednosti stolpca %s" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "Vnesite vsako vrednost v svoje polje" @@ -886,45 +886,45 @@ msgstr "Uporabi OpenStreetMaps kot osnovni sloj" msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Geometrija" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "Točka" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "Točka %d" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "Dodaj točko" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "Daljica" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "Zunanji obroč" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "Notranji obroč" @@ -932,15 +932,15 @@ msgstr "Notranji obroč" msgid "Add a linestring" msgstr "Dodaj daljico" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "Dodaj notranji obroč" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "Večkotnik" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "Dodaj večkotnik" @@ -1054,195 +1054,204 @@ msgstr "Nazaj" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin je prijaznejši z brskalnikom, ki podpira okvirje." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Kliknite za označitev" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Kliknite za odznačitev" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "Poizvedbe \"DROP DATABASE\" so izključene." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Ali res želite " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "S tem dejanjem boste UNIČILI celotno zbirko podatkov!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "S tem dejanjem boste UNIČILI celotno tabelo!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "S tem dejanjem boste IZPRAZNILI celotno tabelo!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Brisanje podatkov sledenja" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Brisanje primarnega ključa/indeksa" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Ta operacija lahko traja dolgo časa. Vseeno nadaljujem?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "ONEMOGOČILI boste shrambo BLOB!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "Ali ste prepričani, da želite onemogočiti vse sklice BLOB za zbirko podatkov " "%s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "V obliki manjka vrednost!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "To ni število!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "Dodaj indeks" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Način urejanja" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "Dodaj %s stolpec(-cev)" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Skupno število" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Ime gostitelja je prazno!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Uporabniško ime je prazno!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Geslo je prazno!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Gesli se ne ujemata!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Dodaj uporabnika" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Ponovno nalaganje privilegijev" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Odstranjevanje izbranih uporabnikov" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Zapri" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Uredi" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "Grafikon prometa v živo" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "Grafikon povezav/procesov v živo" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "Grafikon poizvedb v živo" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Statični podatki" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Skupaj" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Drugo" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "." #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "," -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "KiB poslanih od zadnje osvežitve" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "KiB prejetih od zadnje osvežitve" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Promet strežnika (v KiB)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Povezav od zadnje osvežitve" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Procesi" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Povezave / Procesi" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "Vprašanja od zadnje osvežitve" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "Vprašanja (izvedene poizvedbe strežnika)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Statistika poizvedb" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "Konfiguracija lokalnega nadziranja ni združljiva" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1254,163 +1263,163 @@ msgstr "" "je, da vaša trenutna konfiguracija ne bo več delovala. Prosimo, ponastavite " "svojo konfiguracijo na privzeto v meniju Nastavitve." -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "Učinkovitost predpomnilnika poizvedb" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "Uporaba predpomnilnika poizvedb" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "Uporabljenega predpomnilnika poizvedb" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "Uporaba sistemskega CPU" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Sistemski pomnilnik" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "Sistemska izmenjava" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KiB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Povprečna obremenitev" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "Skupni pomnilnik" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "Predpomnjen pomnilnik" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "Medpomnjen pomnilnik" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "Prost pomnilnik" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "Uporabljen pomnilnik" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "Skupna izmenjava" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "Predpomnjena izmenjava" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "Medpomnjena izmenjava" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "Prosta izmenjava" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "Poslanih bajtov" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "Prejetih bajtov" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Povezave" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "Vprašanja" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Promet" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Nastavitve" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "Odstrani grafikon" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "Uredi naslov in oznake" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "Dodaj grafikon na mrežo" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "Prosimo, v serijo dodajte vsaj eno spremenljivko" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Brez" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "Nadaljuj nadziranje" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "Postoj nadziranje" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "general_log in slow_query_log sta omogočena." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "general_log je omogočen." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "slow_query_log je omogočen." -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log in general_log sta onemogočena." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "log_output ni nastavljen na TABLE." -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "log_output je nastavljen na TABLE." -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1421,12 +1430,12 @@ msgstr "" "trajajo več kot %d sekund. Priporočljivo je, da nastavite long_query_time na " "0–2 sekundi, odvisno od vašega sistema." -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time je nastavljen na %d sekund(o)." -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1435,30 +1444,30 @@ msgstr "" "privzeto vrednost ob ponovnem zagonu strežnika:" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "Nastavi log_output na %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "Omogoči %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "Onemogoči %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "Nastavi long_query_time na %d s" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1466,41 +1475,41 @@ msgstr "" "Teh spremenljivk ne morete spremeniti. Prosimo, prijavite se kot root ali " "stopite v stik z upravljavcem vaše zbirke podatkov." -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "Spremeni nastavitve" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "Trenutne nastavitve" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "Naslov grafikona" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "Razlika" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "Deljeno z %s:" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "Iz počasnega dnevnika" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "Iz splošnega dnevnika" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "Analiziranje in nalaganje dnevnikov. To lahko traja nekaj časa." -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1510,7 +1519,7 @@ msgstr "" "zbirni pogoj je bila uporabljena le sama poizvedba SQL, zato se lahko drugi " "atributi poizvedb, npr. začetni čas, razlikujejo." -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1519,55 +1528,55 @@ msgstr "" "Ker je izbrano zbiranje poizvedb INSERT, so poizvedbe INSERT iste tabele " "prav tako zbrane skupaj, ne glede na vstavljene podatke." -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Podatki dnevnika so naloženi. Poizvedbe, izvedene v tem časovnem razponu:" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "Pojdi v dnevniško tabelo" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" "Dnevnik je analiziran, vendar v tem časovnem razponu nisem našel podatkov." #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 msgid "Log table filter options" msgstr "Možnosti filtra dnevnikov tabel" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Filtriranje" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "Filtriraj poizvedbe po besedi/regexp:" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Združi poizvedbe, neupoštevajoč spremenljive podatke v stavkih WHERE" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "Seštevek združenih vrstic:" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "Skupaj:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "Dnevniki nalaganja" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "Osvežitev nadziranja je spodletela" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1577,21 +1586,21 @@ msgstr "" "se je najverjetneje zgodilo, ker je vaša seja potekla. Ponovno nalaganje " "strani in ponovni vnos poveril bi morala pomagati." -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "Ponovno naloži stran" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "Spremenjene vrstice:" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" "Razčlenjevalne konfiguracijske datoteke je spodletelo. Kot kaže, ni veljavna " "koda JSON" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." @@ -1599,265 +1608,277 @@ msgstr "" "Gradnja grafikona z uvoženo konfiguracijo je spodletela. Ponastavljanje na " "privzeto konfiguracijo ..." -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Uvozi" -#: js/messages.php:192 +#: js/messages.php:193 msgid "Analyse Query" msgstr "Analiziraj poizvedbo" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "Svetovalni sistem" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "Morebitni spori zmogljivosti" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "Spor" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "Priporočilo" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "Podrobnosti pravila" -#: js/messages.php:201 +#: js/messages.php:202 msgid "Justification" msgstr "Utemeljitev" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "Uporabljena spremenljivka/formula" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "Preizkus" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Prekliči" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Nalaganje" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Obdelovanje zahteve" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Napaka v obdelovanju zahteve" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Brisanje stolpca" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Dodajanje primarnega ključa" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "V redu" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "Kliknite, da prezrete obvestilo" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Preimenovanje zbirk podatkov" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Ponovno nalaganje zbirke podatkov" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Kopiranje zbirke podatkov" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Spreminjanje nabora znakov" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "Tabele morajo imeti vsaj en stolpec" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Vstavi tabelo" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "Skrij indekse" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "Pokaži indekse" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Iskanje" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Skrij rezultate iskanja" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Prikaži rezultate iskanja" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "Brskanje" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "Brisanje" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Opredelitev shranjene funkcije mora vsebovati izjavo RETURN!" -#: js/messages.php:248 +#: js/messages.php:249 #, php-format msgid "Add %d value(s)" msgstr "Dodaj %d vrednost(i)" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "Opomba: Če datoteka vsebuje več tabel, bodo združene v eno" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Skrij polje poizvedbe" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Prikaži polje poizvedbe" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Ni izbranih vrstic" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Spremeni" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "Čas izvajanja poizvedbe" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Shrani" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Skrij iskalne pogoje" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Prikaži iskalne pogoje" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 msgid "Zoom Search" msgstr "Iskanje s povečevanjem" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "Vsaka točka predstavlja podatkovno vrstico." -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "Prehod z miško čez točko bo pokazalo njeno oznako." -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "Uporabite miškin kolešček za povečevanje ali pomanjševanje izrisa." -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "Kliknite in povlecite miško za premikanje po izrisu." -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" "Kliknite povezavo za ponastavitev povečave za vrnitev na prvotno stanje." -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Kliknite podatkovno točko za ogled in morebitno urejanje podatkovne vrstice." -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "Izris lahko povečate tako, da ga vlečete ob spodnjem desnem kotu." -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "Nizi so pri izrisovanju pretvorjeni v cela števila" -#: js/messages.php:287 +#: js/messages.php:288 msgid "Select two columns" msgstr "Izberite dva stolpca" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "Izberite dva različna stolpca" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Dejanja rezultatov poizvedbe" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Velikost kazalca podatkov" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Prezri" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Kopiraj" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "Dodaj stolpce" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Izberite referenčni ključ" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Izberite tuji ključ" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Prosimo, izberite primarni ključ ali unikatni ključ" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Izberite stolpec za prikaz" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1865,15 +1886,15 @@ msgstr "" "Niste shranili sprememb ureditve. Če jih ne shranite, bodo izgubljena. " "Želite nadaljevati?" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Dodaj možnost za stolpec " -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "Pritisnite ubežnico (escape) za prekinitev urejanja" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -1881,23 +1902,23 @@ msgstr "" "Uredili ste nekatere podatke, vendar jih niste shranili. Ste prepričani, da " "želite zapustiti stran, preden shranite podatke?" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "Povlecite za preureditev" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "Kliknite za razvrstitev" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "Kliknite za označitev/opustitev" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "Kliknite spustno puščico
za preklop vidnosti stolpcev" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." @@ -1906,33 +1927,33 @@ msgstr "" "potrditvenimi polji, povezavami Uredi, Kopiraj in Izbriši, po shranjevanju " "morda ne bodo delovale." -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" "Večino stolpcev lahko urejate
neposredno s klikom na njihovo vsebino." -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "Pojdi na povezavo" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Ustvari geslo" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Ustvari" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Spremeni geslo" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Več" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1942,260 +1963,260 @@ msgstr "" "Najnovejša različica je %s, izdana %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", zadnja ustaljena različica:" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "posodobljeno" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Končano" -#: js/messages.php:366 +#: js/messages.php:369 msgctxt "Previous month" msgid "Prev" msgstr "Prej" -#: js/messages.php:371 +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "Nasl" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Danes" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "januar" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "februar" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "marec" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "april" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "maj" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "junij" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "julij" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "avgust" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "september" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "oktober" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "november" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "december" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "avg" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "dec" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "nedelja" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "ponedeljek" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "torek" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "sreda" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "četrtek" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "petek" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "sobota" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 msgid "Sun" msgstr "ned" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "pon" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "tor" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "sre" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "čet" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "pet" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "sob" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "ne" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "po" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "to" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "sr" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "če" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "pe" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "so" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "ted." -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Čas" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Ura" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Minuta" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Sekunda" @@ -2280,45 +2301,45 @@ msgstr "Napaka pri premikanju naložene datoteke." msgid "Cannot read (moved) upload file." msgstr "Ne morem prebrati (premakniti) naložene datoteke." -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Ni definiranega indeksa!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indeksi" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Edinstven" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Stisnjeno" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Kardinalnost" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Pripomba" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Primarni ključ je zavržen" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Indeks %s je zavržen" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2652,14 +2673,14 @@ msgstr "Tabele" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Podatki" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Presežek" @@ -2889,48 +2910,48 @@ msgstr "%s dni, %s ur, %s minut in %s sekund" msgid "Missing parameter:" msgstr "Manjkajoč parameter:" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 msgctxt "First page" msgid "Begin" msgstr "Začetek" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 msgctxt "Previous page" msgid "Previous" msgstr "Prejšnja" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 msgctxt "Next page" msgid "Next" msgstr "Naslednja" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 msgctxt "Last page" msgid "End" msgstr "Konec" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Preskoči na zbirko podatkov "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Na funkcionalnost %s vpliva znan hrošč, glej %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "Kliknite za preklop" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2942,7 +2963,7 @@ msgstr "Kliknite za preklop" msgid "Structure" msgstr "Struktura" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2950,42 +2971,42 @@ msgstr "Struktura" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Vstavi" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operacije" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Prebrskajte svoj računalnik:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Izberite iz mape za nalaganje na spletnem strežniku %s:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Imenik, ki ste ga določili za nalaganje, je nedosegljiv" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "Nobene datoteke ni za naložiti" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "Izvedi" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Natisni" @@ -3439,7 +3460,7 @@ msgid "Character set of the file" msgstr "Nabor znakov datoteke" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Oblika" @@ -4587,7 +4608,6 @@ msgid "Control user" msgstr "Krmilni uporabnik" #: libraries/config/messages.inc.php:385 -#, fuzzy msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host" @@ -5409,14 +5429,12 @@ msgstr "" "konfigurirana)." #: libraries/database_interface.lib.php:1768 -#, fuzzy -#| msgid "The server is not responding" msgid "The server is not responding." msgstr "Strežnik se ne odziva." #: libraries/database_interface.lib.php:1772 msgid "Please check privileges of directory containing database." -msgstr "" +msgstr "Prosimo, preverite pravice mape, v kateri se nahaja zbirka podatkov." #: libraries/database_interface.lib.php:1780 msgid "Details..." @@ -5454,7 +5472,7 @@ msgstr "Rutina" msgid "Events" msgstr "Dogodki" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5831,7 +5849,7 @@ msgstr "Uredi po ključu" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Možnosti" @@ -6424,12 +6442,12 @@ msgid "Data dump options" msgstr "Možnosti odlaganja podatkov" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Odloži podatke za tabelo" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Struktura tabele" @@ -6641,31 +6659,31 @@ msgstr "Procedure" msgid "Functions" msgstr "Funkcije" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Omejitve tabel za povzetek stanja" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Omejitve za tabelo" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "VRSTE MIME ZA TABELO" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELACIJE ZA TABELO" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Struktura pogleda" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Nadomestna struktura pogleda" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "Napaka med branjem podatkov:" @@ -6890,7 +6908,7 @@ msgid "To" msgstr "Za" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Pošlji" @@ -7242,7 +7260,7 @@ msgstr "Spremenljivka" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Vrednost" @@ -7920,6 +7938,11 @@ msgstr "Razlika" msgid "Target database" msgstr "Ciljna zbirka podatkov" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Kliknite za označitev" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8073,7 +8096,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Indeks" @@ -8504,7 +8527,7 @@ msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " "This may cause unpredictable behavior." msgstr "" -"Vaša PHP-knjižica MySQL različice %s se razlikuje od vašega strežnika MySQL " +"Vaša PHP-knjižnica MySQL različice %s se razlikuje od vašega strežnika MySQL " "različice %s. To lahko povzroči nepredvidljivo vedenje." #: main.php:345 @@ -8813,7 +8836,7 @@ msgstr "Položaj" msgid "Original position" msgstr "Izvirni položaj" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Podatki" @@ -9199,8 +9222,6 @@ msgid "Any" msgstr "Kateri koli" #: server_privileges.php:1561 -#, fuzzy -#| msgid "User overview" msgid "Users overview" msgstr "Pregled uporabnikov" @@ -9683,7 +9704,7 @@ msgstr "na minuto" msgid "per second" msgstr "na sekundo" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Izjave" @@ -11316,36 +11337,34 @@ msgstr "Indeksa ni mogoče preimenovati v PRIMARY!" msgid "No index parts defined!" msgstr "Ni definiranega dela indeksa!" -#: tbl_indexes.php:169 -msgid "Create an index" -msgstr "Ustvari indeks" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "Dodaj indeks" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Spremeni indeks" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Način urejanja" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Ime indeksa:" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(\"PRIMARY\" mora biti ime samo primarnega ključa!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Ime indeksa:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Vrsta indeksa:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Dodaj indeksu  %s stolpec(ce)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Število stolpcev mora biti večje od nič." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Tabele ni mogoče premakniti same vase!" @@ -11466,39 +11485,39 @@ msgstr "Preveri referenčno integriteto:" msgid "Showing tables" msgstr "Prikazovanje tabel" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Poraba prostora" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Uporaba" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Učinkovito" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Statistika vrstic" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "statično" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dinamično" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Dolžina vrstice" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Velikost vrstice" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "Naslednji samodejni indeks" @@ -11554,10 +11573,6 @@ msgstr "Prebrskaj različne vrednosti" msgid "Add primary key" msgstr "Dodaj primarni ključ" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "Dodaj indeks" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "Dodaj izvirno vrednost" @@ -11625,12 +11640,12 @@ msgstr "Na začetku tabele" msgid "After %s" msgstr "Po %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "Ustvari indeks na  %s stolpcih" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "po particijah" @@ -13114,6 +13129,18 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert je nastavljeno na 0" +#~ msgid "Click to unselect" +#~ msgstr "Kliknite za odznačitev" + +#~ msgid "Create an index" +#~ msgstr "Ustvari indeks" + +#~ msgid "Modify an index" +#~ msgstr "Spremeni indeks" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Število stolpcev mora biti večje od nič." + #~ msgid "Too many connections are aborted" #~ msgstr "Preveč povezav je prekinjenih" diff --git a/po/sq.po b/po/sq.po index 132a39da04..d4c635926b 100644 --- a/po/sq.po +++ b/po/sq.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2010-07-21 14:51+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: albanian \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.1\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Shfaqi të gjithë" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "keni mbyllur dritaren prind ose rregullimet mbrojtëse të shfletuesit tuaj të " "ndalojnë përditësimet nëpërmjet dritareve." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Kërko" @@ -48,10 +48,10 @@ msgstr "Kërko" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "Kërko" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Zbato" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Emri i kyçit" @@ -133,21 +133,21 @@ msgstr "Komenti për databazën: " msgid "Table comments" msgstr "Komentet e tabelës" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 #, fuzzy #| msgid "Column names" msgid "Column" msgstr "Emrat e kollonave" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "Emrat e kollonave" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Lloji" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -203,8 +203,8 @@ msgstr "Lidhje me" msgid "Comments" msgstr "Komente" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "Komente" msgid "No" msgstr "Jo " -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -332,12 +332,12 @@ msgstr "Shto kushte" msgid "Switch to copied database" msgstr "Kalo tek databaza e kopjuar" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Collation" @@ -375,36 +375,36 @@ msgstr "Tabela" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "rreshta" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Madhësia" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "në përdorim" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Krijimi" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Ndryshimi i fundit" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Kontrolli i fundit" @@ -469,7 +469,7 @@ msgid "Del" msgstr "Fshi" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Ose" @@ -543,8 +543,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s korrispondon(jnë) tek tabela %s" msgstr[1] "%s korrispondon(jnë) tek tabela %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Shfleto" @@ -686,8 +686,8 @@ msgstr "Asnjë zgjedhje" msgid "Check tables having overhead" msgstr "Zgjidh të mbingarkuarit" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -701,14 +701,14 @@ msgstr "Eksporto" msgid "Print view" msgstr "Shfaq për printim" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Zbraz" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Elemino" @@ -717,7 +717,7 @@ msgstr "Elemino" msgid "Check table" msgstr "Kontrollo tabelën" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimizo tabelën" @@ -786,7 +786,7 @@ msgstr "" msgid "Status" msgstr "Gjendja" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -794,7 +794,7 @@ msgstr "Gjendja" msgid "Action" msgstr "Veprimi" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -834,22 +834,22 @@ msgstr "Kontrollo tabelën" msgid "Database Log" msgstr "Databazat" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of rows per page" msgid "Values for column %s" msgstr "regjistrime për faqe" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -922,48 +922,48 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy msgid "Add a point" msgstr "Shto një fushë të re" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Rreshta që mbarojnë me" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -973,17 +973,17 @@ msgstr "" msgid "Add a linestring" msgstr "Shto një përdorues të ri" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Shto një përdorues të ri" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy msgid "Add a polygon" msgstr "Shto një fushë të re" @@ -1082,215 +1082,223 @@ msgstr "Mbrapa" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin funksionon më mirë me shfletues që suportojnë frames" -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "Komandat \"DROP DATABASE\" nuk janë aktive." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Konfermo: " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Jeni duke SHKATËRRUAR një databazë komplete!" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "Jeni duke SHKATËRRUAR një databazë komplete!" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "Jeni duke SHKATËRRUAR një databazë komplete!" -#: js/messages.php:37 +#: js/messages.php:35 #, fuzzy #| msgid "Allows inserting and replacing data." msgid "Deleting tracking data" msgstr "Lejon futjen dhe mbishkrimin e të dhënave." -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Mungon një vlerë në formular!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Ky nuk është një numër!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Index" +msgid "Add Index" +msgstr "Treguesi" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Index" +msgid "Edit Index" +msgstr "Treguesi" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +msgid "Add %d column(s) to index" +msgstr "Shto një fushë të re" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Total" msgid "Total count" msgstr "Gjithsej" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Emri i host është bosh!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Emri i përdoruesit është bosh!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Fjalëkalimi është bosh!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Fjalëkalimi nuk korrispondon!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Çfarëdo përdorues" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy #| msgid "Reloading the privileges" msgid "Reloading Privileges" msgstr "Duke ringarkuar të drejtat" -#: js/messages.php:60 +#: js/messages.php:61 #, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" msgstr "Heq përdoruesit e zgjedhur" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Ndrysho" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Zgjedhja e serverit" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy msgid "Live query chart" msgstr "query SQL" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Gjithsej" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "." #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "," -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Zgjedhja e serverit" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Proceset" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "Lidhje" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy msgid "Query statistics" msgstr "Statistikat e rreshtave" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1298,177 +1306,177 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy msgid "Query cache efficiency" msgstr "Lloji i query" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy msgid "Query cache usage" msgstr "Lloji i query" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy msgid "Query cache used" msgstr "Lloji i query" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Total" msgid "Total memory" msgstr "Gjithsej" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Gjithsej" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Marrë" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Lidhje" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy msgid "Questions" msgstr "Operacione" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Trafiku" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Karakteristikat e përgjithshme të relacionit" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Rename database to" msgid "Remove chart" msgstr "Ndysho emrin e databazës në" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Asnjë lloj" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1476,186 +1484,186 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Ruaje me emër..." #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Aktiv" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Çaktivizo" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Karakteristikat e përgjithshme të relacionit" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Karakteristikat e përgjithshme të relacionit" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Import files" msgid "Chart Title" msgstr "Importo files" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy msgid "Jump to Log table" msgstr "Asnjë databazë" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Table options" msgid "Log table filter options" msgstr "Opcione për tabelën" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of rows per page" msgid "Sum of grouped rows:" msgstr "regjistrime për faqe" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Gjithsej" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy msgid "Loading logs" msgstr "Lokal" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Rename database to" msgid "Reload page" msgstr "Ndysho emrin e databazës në" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 @@ -1663,374 +1671,386 @@ msgstr "" msgid "Import" msgstr "Eksporto" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Përditëso kërkesën" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dokumentet" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Dokumentet" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy msgid "Loading" msgstr "Lokal" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Proceset" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Ndysho emrin e databazës në" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Rename database to" msgid "Reload Database" msgstr "Ndysho emrin e databazës në" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Kopjo databazën në" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Familje gërmash" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "You have to choose at least one column to display" msgid "Table must have at least one column" msgstr "Zgjidh të paktën një kollonë për të shfaqur" -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Përdor tabelat" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Indexes" msgid "Hide indexes" msgstr "Tregues" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Shfaq rrjetën" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Kërko" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy msgid "Hide search results" msgstr "query SQL" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy msgid "Show search results" msgstr "query SQL" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Shfleto" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Në fshirje e sipër të %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Shto një përdorues të ri" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy msgid "Hide query box" msgstr "query SQL" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy msgid "Show query box" msgstr "query SQL" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Nuk ka rreshta të zgjedhur" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Ndrysho" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Ruaj" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy msgid "Hide search criteria" msgstr "query SQL" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy msgid "Show search criteria" msgstr "query SQL" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Kërko" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Shto/Fshi kollonat e fushës" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "SQL result" +msgid "Query results" +msgstr "Rezultati SQL" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Table of contents" +msgid "Data point content" +msgstr "Tabela e përmbajtjes" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Shpërfill" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy msgid "Add columns" msgstr "Shto një fushë të re" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Zgjidh fushën që dëshiron të shohësh" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "Ndrysho fjalëkalimin" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 #, fuzzy msgid "Generate" msgstr "Gjeneruar nga" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Ndrysho fjalëkalimin" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Hën" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2038,30 +2058,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr "" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "Asnjë databazë" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy #| msgid "None" msgid "Done" msgstr "Asnjë lloj" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Paraardhësi" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2069,96 +2089,96 @@ msgid "Next" msgstr "Në vazhdim" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Gjithsej" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binar" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Pri" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Maj" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Qer" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Kor" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Gsh" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Tet" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Shk" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Pri" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2166,78 +2186,78 @@ msgid "May" msgstr "Maj" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Qer" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Kor" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Gsh" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Sht" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Tet" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Nën" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Dhj" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Djl" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Hën" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Mar" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Pre" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2245,105 +2265,105 @@ msgid "Sun" msgstr "Djl" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Hën" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Mër" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Enj" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Pre" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Sht" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Djl" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Hën" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Mar" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Mër" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Enj" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pre" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sht" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Koha" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "në përdorim" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2423,46 +2443,46 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Asnjë tregues i përcaktuar!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Tregues" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "I vetëm" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 #, fuzzy msgid "Comment" msgstr "Komente" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Kyçi primar u eleminua" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Treguesi %s u eleminua" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2787,14 +2807,14 @@ msgstr "Tabela" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Të dhëna" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Mbi limit" @@ -3023,7 +3043,7 @@ msgstr "%s ditë, %s orë, %s minuta dhe %s sekonda" msgid "Missing parameter:" msgstr "" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3031,7 +3051,7 @@ msgctxt "First page" msgid "Begin" msgstr "Fillim" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3040,7 +3060,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Paraardhësi" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3049,7 +3069,7 @@ msgctxt "Next page" msgid "Next" msgstr "Në vazhdim" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3057,22 +3077,22 @@ msgctxt "Last page" msgid "End" msgstr "Fund" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Kalo tek databaza "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3084,7 +3104,7 @@ msgstr "" msgid "Structure" msgstr "Struktura" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3092,43 +3112,43 @@ msgstr "Struktura" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Shto" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operacione" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "directory e upload të server-it web" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Directory që keni zgjedhur për upload nuk arrin të gjehet" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Printo" @@ -3581,7 +3601,7 @@ msgid "Character set of the file" msgstr "Familja gërmave të file:" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Formati" @@ -5527,7 +5547,7 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5931,7 +5951,7 @@ msgstr "Rendit sipas kyçit" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 #, fuzzy msgid "Options" msgstr "Operacione" @@ -6487,12 +6507,12 @@ msgid "Data dump options" msgstr "Opcione të eksportimit të databazës" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Dump i të dhënave për tabelën" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Struktura e tabelës" @@ -6699,32 +6719,32 @@ msgstr "Proceset" msgid "Functions" msgstr "Funksioni" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Kushtet për tabelat e nxjerra" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Kushtet për tabelën" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "LLOJET E MIME PËR TABELËN" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELACIONET PËR TABELËN" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 #, fuzzy msgid "Structure for view" msgstr "Vetëm struktura" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -6946,7 +6966,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Dërgoje" @@ -7295,7 +7315,7 @@ msgstr "E ndryshueshme" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Vlerë" @@ -8033,6 +8053,11 @@ msgstr "" msgid "Target database" msgstr "Kërko në databazë" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, fuzzy, php-format msgid "Run SQL query/queries on server %s" @@ -8198,7 +8223,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Treguesi" @@ -8997,7 +9022,7 @@ msgstr "" msgid "Original position" msgstr "" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 #, fuzzy msgid "Information" msgstr "Informacione mbi Identifikimin" @@ -9874,7 +9899,7 @@ msgstr "në minutë" msgid "per second" msgstr "në sekondë" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Instruksione" @@ -11357,40 +11382,36 @@ msgstr "I pamundur riemërtimi i treguesit në PRIMAR!" msgid "No index parts defined!" msgstr "Asnjë pjesë e treguesit është përcaktuar!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Krijo një tregues të ri" +#| msgid "Print view" +msgid "Edit index" +msgstr "Shfaq për printim" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Ndrysho një tregues" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Emri i treguesit :" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" duhet të jetë emri i, dhe vetëm i, një kyçi " "primar!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Emri i treguesit :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Lloji i treguesit :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Shto tek treguesi i  %s kolonës(ave)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "E pamundur lëvizja e tabelës tek vetvetja!" @@ -11521,39 +11542,39 @@ msgstr "Kontrollo integritetin e informacioneve:" msgid "Showing tables" msgstr "Shfaq tabelat" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Hapësira e përdorur" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Përdorimi" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Efektiv" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Statistikat e rreshtave" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dinamik" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Gjatësia e rreshtit" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Madhësia e rreshtit" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11613,10 +11634,6 @@ msgstr "Shfleto opcionet e huaja" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11692,13 +11709,13 @@ msgstr "Në fillim të tabelës" msgid "After %s" msgstr "Mbas %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Krijo një tregues tek  %s columns" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -13008,6 +13025,13 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Krijo një tregues të ri" + +#~ msgid "Modify an index" +#~ msgstr "Ndrysho një tregues" + #, fuzzy #~ msgid "Create Table" #~ msgstr "Krijo një faqe të re" diff --git a/po/sr.po b/po/sr.po index 48f97598bd..537a086deb 100644 --- a/po/sr.po +++ b/po/sr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-04-06 18:43+0200\n" "Last-Translator: \n" "Language-Team: serbian_cyrillic \n" @@ -15,13 +15,13 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Прикажи све" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -39,9 +39,9 @@ msgstr "" "затворили матични прозор, или ваш претраживач онемогућава ажурирање међу " "прозорима због сигурносних подешавања" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Претраживање" @@ -49,10 +49,10 @@ msgstr "Претраживање" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -74,17 +74,17 @@ msgstr "Претраживање" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Крени" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Име кључа" @@ -134,19 +134,19 @@ msgstr "Коментар базе:" msgid "Table comments" msgstr "Коментари табеле" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Колона" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -158,18 +158,18 @@ msgstr "Колона" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Тип" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -202,8 +202,8 @@ msgstr "Везе ка" msgid "Comments" msgstr "Коментари" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -218,8 +218,8 @@ msgstr "Коментари" msgid "No" msgstr "Не" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -328,12 +328,12 @@ msgstr "Додај ограничења" msgid "Switch to copied database" msgstr "Пребаци се на копирану базу" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Сортирање" @@ -369,36 +369,36 @@ msgstr "Табела" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Редова" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Величина" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "се користи" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Направљено" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Последња измена" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Последња провера" @@ -464,7 +464,7 @@ msgid "Del" msgstr "Del" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "или" @@ -539,8 +539,8 @@ msgstr[0] "%s погодака унутар табеле %s" msgstr[1] "%s погодака унутар табеле %s" msgstr[2] "%s погодака унутар табеле %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Преглед" @@ -682,8 +682,8 @@ msgstr "ниједно" msgid "Check tables having overhead" msgstr "Провери табеле које имају прекорачења" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -697,14 +697,14 @@ msgstr "Извоз" msgid "Print view" msgstr "За штампу" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Испразни" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Одбаци" @@ -713,7 +713,7 @@ msgstr "Одбаци" msgid "Check table" msgstr "Провери табелу" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Оптимизуј табелу" @@ -784,7 +784,7 @@ msgstr "" msgid "Status" msgstr "Статус" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -792,7 +792,7 @@ msgstr "Статус" msgid "Action" msgstr "Акција" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -833,22 +833,22 @@ msgstr "Провери табелу" msgid "Database Log" msgstr "База података" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of fields" msgid "Values for column %s" msgstr "Број поља" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -922,49 +922,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add new field" msgid "Add a point" msgstr "Додај ново поље" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Линије се завршавају са" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -974,17 +974,17 @@ msgstr "" msgid "Add a linestring" msgstr "Додај новог корисника" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Додај новог корисника" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add %s field(s)" msgid "Add a polygon" @@ -1096,217 +1096,226 @@ msgstr "Назад" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin преферира читаче који подржавају оквире." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" команда је онемогућена." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Да ли стварно хоћете да " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Овим ћете УНИШТИТИ комплетну базу података!" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "Овим ћете УНИШТИТИ комплетну базу података!" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "Овим ћете УНИШТИТИ комплетну базу података!" -#: js/messages.php:37 +#: js/messages.php:35 #, fuzzy #| msgid "Allows inserting and replacing data." msgid "Deleting tracking data" msgstr "Дозвољава уметање и замену података." -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Ова операција може да потраје. Да ли да наставимо?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Недостаје вредност у обрасцу!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Ово није број!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add new field" +msgid "Add Index" +msgstr "Додај ново поље" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit next row" +msgid "Edit Index" +msgstr "Уреди следећи ред" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s field(s)" +msgid "Add %d column(s) to index" +msgstr "Додај %s поља" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Total" msgid "Total count" msgstr "Укупно" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Име домаћина је празно!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Име корисника није унето!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Лозинка је празна!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Лозинке нису идентичне!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Било који корисник" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy #| msgid "Reload privileges" msgid "Reloading Privileges" msgstr "Поново учитај привилегије" -#: js/messages.php:60 +#: js/messages.php:61 #, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" msgstr "Уклони изабране кориснике" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Промени" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Избор сервера" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy msgid "Live query chart" msgstr "SQL упит" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Укупно" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Избор сервера" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Процеси" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "Конекције" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy msgid "Query statistics" msgstr "Статистике реда" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Local monitor configuration incompatible" msgstr "Не могу да учитам подразумевану конфигурацију из: \"%1$s\"" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1314,186 +1323,186 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Кеш упита" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Кеш упита" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Кеш упита" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "МБ" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "КБ" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Total" msgid "Total memory" msgstr "Укупно" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Скуп прихватника" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Укупно" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Слободне стране" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Примљено" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Конекције" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy msgid "Questions" msgstr "Персијски" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Саобраћај" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Опште особине релација" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Remove database" msgid "Remove chart" msgstr "Уклони базу" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Држи се мреже" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "нема" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1501,560 +1510,572 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Сачувај као датотеку" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Омогућено" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disabled" msgid "Disable %s" msgstr "Онемогућено" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Опште особине релација" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Опште особине релација" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Наслов извештаја" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy msgid "Jump to Log table" msgstr "База не постоји" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy msgid "Log table filter options" msgstr "Опције за извоз базе" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 #, fuzzy msgid "Filter" msgstr "Датотеке" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy msgid "Sum of grouped rows:" msgstr "Број сортираних редова." -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Укупно" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy msgid "Loading logs" msgstr "Локални" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Поново учитај" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Увоз" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Ажурирај упит" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Документација" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Документација" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Откажи" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy msgid "Loading" msgstr "Локални" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Процеси" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "У реду" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Преименуј базу у" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Rename database to" msgid "Reload Database" msgstr "Преименуј базу у" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Копирај базу у" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Карактер сет" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "Table must have at least one field." msgid "Table must have at least one column" msgstr "Табела мора имати барем једно поље." -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Користи табеле" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Add new field" msgid "Hide indexes" msgstr "Додај ново поље" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Прикажи мрежу" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Претраживање" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy msgid "Hide search results" msgstr "SQL упит" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy msgid "Show search results" msgstr "SQL упит" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Преглед" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Бришем %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Додај новог корисника" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy msgid "Hide query box" msgstr "SQL упит" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy msgid "Show query box" msgstr "SQL упит" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Нема одабраних редова" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Промени" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Сачувај" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy msgid "Hide search criteria" msgstr "SQL упит" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy msgid "Show search criteria" msgstr "SQL упит" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Претраживање" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Додај/обриши колону" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Операције на резултатима упита" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Величина показивача података" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Игнориши" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Копирај" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "Додај %s поља" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Изаберите референцирани кључ" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Изабери страни кључ" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Молимо изаберите примарни или јединствени кључ" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Изабери поља за приказ" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy msgid "Go to link" msgstr "База не постоји" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Направи лозинку" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Направи" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Промени лозинку" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Пон" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2062,30 +2083,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 #, fuzzy msgid ", latest stable version:" msgstr "Направи релацију" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "База не постоји" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy msgid "Done" msgstr "Подаци" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Претходна" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2093,96 +2114,96 @@ msgid "Next" msgstr "Следећи" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Укупно" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Бинарни" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "мар" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "апр" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "мај" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "јун" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "јул" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "авг" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "окт" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "јан" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "феб" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "мар" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "апр" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2190,78 +2211,78 @@ msgid "May" msgstr "мај" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "јун" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "јул" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "авг" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "сеп" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "окт" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "нов" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "дец" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Нед" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Пон" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Уто" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Пет" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2269,105 +2290,105 @@ msgid "Sun" msgstr "Нед" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Пон" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Уто" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Сре" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Чет" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Пет" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Суб" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Нед" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Пон" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Уто" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Сре" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Чет" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Пет" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Суб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Време" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "се користи" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2453,46 +2474,46 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Кључ није дефинисан!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Кључеви" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Јединствени" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Кардиналност" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 #, fuzzy msgid "Comment" msgstr "Коментари" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Примарни кључ је обрисан" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Кључ %s је обрисан" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2824,14 +2845,14 @@ msgstr "Табеле" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Подаци" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Прекорачење" @@ -3068,7 +3089,7 @@ msgstr "%s дана, %s сати, %s минута и %s секунди" msgid "Missing parameter:" msgstr "Рутине" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3076,7 +3097,7 @@ msgctxt "First page" msgid "Begin" msgstr "Почетак" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3085,7 +3106,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Претходна" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3094,7 +3115,7 @@ msgctxt "Next page" msgid "Next" msgstr "Следећи" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3102,22 +3123,22 @@ msgctxt "Last page" msgid "End" msgstr "Крај" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Пређи на базу "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Ова функционалност %s је погођена познатом грешком, видите %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3129,7 +3150,7 @@ msgstr "" msgid "Structure" msgstr "Структура" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3137,43 +3158,43 @@ msgstr "Структура" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Нови запис" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Операције" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "директоријум за слање веб сервера " -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Директоријум који сте изабрали за слање није доступан" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Штампај" @@ -3629,7 +3650,7 @@ msgid "Character set of the file" msgstr "Карактер сет датотеке:" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Формат" @@ -5605,7 +5626,7 @@ msgstr "Рутине" msgid "Events" msgstr "Догађаји" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -6036,7 +6057,7 @@ msgstr "Сортирај по кључу" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Опције" @@ -6609,12 +6630,12 @@ msgid "Data dump options" msgstr "Опције за извоз базе" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Приказ података табеле" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Структура табеле" @@ -6823,31 +6844,31 @@ msgstr "Процедуре" msgid "Functions" msgstr "Функције" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Ограничења за извезене табеле" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Ограничења за табеле" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME ТИПОВИ ЗА ТАБЕЛУ" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "РЕЛАЦИЈЕ ТАБЕЛЕ" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Структура за поглед (view)" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Структура која замењује поглед" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -7074,7 +7095,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Пошаљи" @@ -7426,7 +7447,7 @@ msgstr "Променљива" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Вредност" @@ -8177,6 +8198,11 @@ msgstr "" msgid "Target database" msgstr "Претраживање базе" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8339,7 +8365,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Кључ" @@ -9161,7 +9187,7 @@ msgstr "Позиција" msgid "Original position" msgstr "Оригинална позиција" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Информације" @@ -10026,7 +10052,7 @@ msgstr "у минуту" msgid "per second" msgstr "у секунди" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Име" @@ -11632,38 +11658,36 @@ msgstr "Не могу да променим кључ у PRIMARY (примарн msgid "No index parts defined!" msgstr "Делови кључа нису дефинисани!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Направи нови кључ" +#| msgid "Add new field" +msgid "Add index" +msgstr "Додај ново поље" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Измени кључ" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Add new field" +msgid "Edit index" +msgstr "Додај ново поље" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Име кључа :" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(\"PRIMARY\" мора бити име само примарног кључа!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Име кључа :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Тип кључа :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Додај у кључ  %s колона(е)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Број колона мора бити већи од нуле." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Не могу да преместим табелу у саму себе!" @@ -11794,39 +11818,39 @@ msgstr "Провери референцијални интегритет:" msgid "Showing tables" msgstr "Прикажи табеле" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Заузеће" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Заузеће" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Ефективне" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Статистике реда" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "динамички" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Дужина реда" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Величина реда" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11885,12 +11909,6 @@ msgstr "Прегледај различите вредности" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -#, fuzzy -#| msgid "Add new field" -msgid "Add index" -msgstr "Додај ново поље" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11969,13 +11987,13 @@ msgstr "На почетку табеле" msgid "After %s" msgstr "После %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Направи кључ на %s колона" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -13320,6 +13338,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Направи нови кључ" + +#~ msgid "Modify an index" +#~ msgstr "Измени кључ" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Број колона мора бити већи од нуле." + #, fuzzy #~ msgid "Create Table" #~ msgstr "Направи табелу" diff --git a/po/sr@latin.po b/po/sr@latin.po index 3750a688f7..dea61940e5 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2010-12-02 14:49+0200\n" "Last-Translator: Sasa Kostic \n" "Language-Team: serbian_latin \n" @@ -15,13 +15,13 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Prikaži sve" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -39,9 +39,9 @@ msgstr "" "zatvorili matični prozor, ili vaš pretraživač onemogućava ažuriranje među " "prozorima zbog sigurnosnih podešavanja" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Pretraživanje" @@ -49,10 +49,10 @@ msgstr "Pretraživanje" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -74,17 +74,17 @@ msgstr "Pretraživanje" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Kreni" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Ime ključa" @@ -136,19 +136,19 @@ msgstr "Komentar baze:" msgid "Table comments" msgstr "Komentari tabele" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Kolona" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -160,18 +160,18 @@ msgstr "Kolona" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Tip" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -204,8 +204,8 @@ msgstr "Veze ka" msgid "Comments" msgstr "Komentari" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -220,8 +220,8 @@ msgstr "Komentari" msgid "No" msgstr "Ne" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -330,12 +330,12 @@ msgstr "Dodaj ograničenja" msgid "Switch to copied database" msgstr "Prebaci se na kopiranu bazu" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Sortiranje" @@ -371,36 +371,36 @@ msgstr "Tabela" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Redova" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Veličina" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "se koristi" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Napravljeno" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Poslednja izmena" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Poslednja provera" @@ -465,7 +465,7 @@ msgid "Del" msgstr "Del" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "ili" @@ -536,8 +536,8 @@ msgstr[0] "%s pogodaka unutar tabele %s" msgstr[1] "%s pogodaka unutar tabele %s" msgstr[2] "%s pogodaka unutar tabele %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Pregled" @@ -676,8 +676,8 @@ msgstr "nijedno" msgid "Check tables having overhead" msgstr "Proveri tabele koje imaju prekoračenja" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -691,14 +691,14 @@ msgstr "Izvoz" msgid "Print view" msgstr "Za štampu" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Isprazni" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Odbaci" @@ -707,7 +707,7 @@ msgstr "Odbaci" msgid "Check table" msgstr "Proveri tabelu" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimizuj tabelu" @@ -778,7 +778,7 @@ msgstr "" msgid "Status" msgstr "Status" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -786,7 +786,7 @@ msgstr "Status" msgid "Action" msgstr "Akcija" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -827,22 +827,22 @@ msgstr "Proveri tabelu" msgid "Database Log" msgstr "Baza podataka" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of fields" msgid "Values for column %s" msgstr "Broj polja" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -916,49 +916,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add %s field(s)" msgid "Add a point" msgstr "Dodaj %s polja" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Linije se završavaju sa" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -968,17 +968,17 @@ msgstr "" msgid "Add a linestring" msgstr "Dodaj novog korisnika" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Dodaj novog korisnika" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add %s field(s)" msgid "Add a polygon" @@ -1090,217 +1090,226 @@ msgstr "Nazad" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin preferira čitače koji podržavaju okvire." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" komanda je onemogućena." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Da li stvarno hoćete da " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Ovim ćete UNIŠTITI kompletnu bazu podataka!" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "Ovim ćete UNIŠTITI kompletnu bazu podataka!" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "Ovim ćete UNIŠTITI kompletnu bazu podataka!" -#: js/messages.php:37 +#: js/messages.php:35 #, fuzzy #| msgid "Allows inserting and replacing data." msgid "Deleting tracking data" msgstr "Dozvoljava umetanje i zamenu podataka." -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Ova operacija može da potraje. Da li da nastavimo?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Nedostaje vrednost u obrascu!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Ovo nije broj!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Index" +msgid "Add Index" +msgstr "Ključ" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit next row" +msgid "Edit Index" +msgstr "Uredi sledeći red" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s field(s)" +msgid "Add %d column(s) to index" +msgstr "Dodaj %s polja" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Total" msgid "Total count" msgstr "Ukupno" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Ime domaćina je prazno!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Ime korisnika nije uneto!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Lozinka je prazna!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Lozinke nisu identične!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Bilo koji korisnik" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy #| msgid "Reloading the privileges" msgid "Reloading Privileges" msgstr "Ponovo učitavam privilegije" -#: js/messages.php:60 +#: js/messages.php:61 #, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" msgstr "Ukloni izabrane korisnike" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Promeni" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Izbor servera" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy msgid "Live query chart" msgstr "SQL upit" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Ukupno" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Izbor servera" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Procesi" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "Konekcije" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy msgid "Query statistics" msgstr "Statistike reda" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Local monitor configuration incompatible" msgstr "Ne mogu da učitam podrazumevanu konfiguraciju iz: \"%1$s\"" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1308,186 +1317,186 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Keš upita" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Keš upita" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Keš upita" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Total" msgid "Total memory" msgstr "Ukupno" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Skup prihvatnika" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Ukupno" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Slobodne strane" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Primljeno" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Konekcije" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy msgid "Questions" msgstr "Persijski" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Saobraćaj" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Opšte osobine relacija" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Remove database" msgid "Remove chart" msgstr "Ukloni bazu" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Drži se mreže" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "nema" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1495,560 +1504,572 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Sačuvaj kao datoteku" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Omogućeno" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disabled" msgid "Disable %s" msgstr "Onemogućeno" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Opšte osobine relacija" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Opšte osobine relacija" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Naslov izveštaja" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy msgid "Jump to Log table" msgstr "Baza ne postoji" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy msgid "Log table filter options" msgstr "Opcije za izvoz baze" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 #, fuzzy msgid "Filter" msgstr "Datoteke" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy msgid "Sum of grouped rows:" msgstr "Broj sortiranih redova." -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Ukupno" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy msgid "Loading logs" msgstr "Lokalni" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Ponovo učitaj" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Uvoz" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Ažuriraj upit" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dokumentacija" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Dokumentacija" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Otkaži" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy msgid "Loading" msgstr "Lokalni" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Procesi" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "U redu" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Preimenuj bazu u" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Remove database" msgid "Reload Database" msgstr "Ukloni bazu" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Kopiraj bazu u" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Karakter set" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "Table must have at least one field." msgid "Table must have at least one column" msgstr "Tabela mora imati barem jedno polje." -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Koristi tabele" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Indexes" msgid "Hide indexes" msgstr "Ključevi" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Prikaži mrežu" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Pretraživanje" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy msgid "Hide search results" msgstr "SQL upit" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy msgid "Show search results" msgstr "SQL upit" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Pregled" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Brišem %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Dodaj novog korisnika" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy msgid "Hide query box" msgstr "SQL upit" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy msgid "Show query box" msgstr "SQL upit" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Nema odabranih redova" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Promeni" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Sačuvaj" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy msgid "Hide search criteria" msgstr "SQL upit" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy msgid "Show search criteria" msgstr "SQL upit" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Pretraživanje" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "Dodaj/obriši kolone" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Operacije na rezultatima upita" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Veličina pokazivača podataka" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignoriši" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "Dodaj %s polja" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Izaberite referencirani ključ" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Izaberi strani ključ" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Molimo izaberite primarni ili jedinstveni ključ" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Izaberi polja za prikaz" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy msgid "Go to link" msgstr "Baza ne postoji" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Napravi lozinku" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Napravi" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Promeni lozinku" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Pon" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2056,30 +2077,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 #, fuzzy msgid ", latest stable version:" msgstr "Napravi relaciju" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "Baza ne postoji" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy msgid "Done" msgstr "Podaci" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Prethodna" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2087,96 +2108,96 @@ msgid "Next" msgstr "Sledeći" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Ukupno" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binarni" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "mar" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "apr" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "maj" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "jun" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "jul" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "avg" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "okt" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2184,78 +2205,78 @@ msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "avg" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "dec" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ned" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Pon" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Uto" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Pet" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2263,105 +2284,105 @@ msgid "Sun" msgstr "Ned" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Uto" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Sre" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Čet" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Pet" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Sub" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ned" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Pon" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Uto" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Sre" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Čet" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pet" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sub" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Vreme" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "se koristi" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2447,46 +2468,46 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Ključ nije definisan!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Ključevi" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Jedinstveni" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Kardinalnost" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 #, fuzzy msgid "Comment" msgstr "Komentari" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Primarni ključ je obrisan" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Ključ %s je obrisan" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2818,14 +2839,14 @@ msgstr "Tabele" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Podaci" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Prekoračenje" @@ -3062,7 +3083,7 @@ msgstr "%s dana, %s sati, %s minuta i %s sekundi" msgid "Missing parameter:" msgstr "Rutine" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3070,7 +3091,7 @@ msgctxt "First page" msgid "Begin" msgstr "Početak" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3079,7 +3100,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Prethodna" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3088,7 +3109,7 @@ msgctxt "Next page" msgid "Next" msgstr "Sledeći" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3096,22 +3117,22 @@ msgctxt "Last page" msgid "End" msgstr "Kraj" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Pređi na bazu "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Ova funkcionalnost %s je pogođena poznatom greškom, vidite %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3123,7 +3144,7 @@ msgstr "" msgid "Structure" msgstr "Struktura" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3131,43 +3152,43 @@ msgstr "Struktura" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Novi zapis" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operacije" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "direktorijum za slanje veb servera " -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Direktorijum koji ste izabrali za slanje nije dostupan" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Štampaj" @@ -3624,7 +3645,7 @@ msgid "Character set of the file" msgstr "Karakter set datoteke:" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Format" @@ -5598,7 +5619,7 @@ msgstr "Rutine" msgid "Events" msgstr "Događaji" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -6030,7 +6051,7 @@ msgstr "Sortiraj po ključu" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Opcije" @@ -6603,12 +6624,12 @@ msgid "Data dump options" msgstr "Opcije za izvoz baze" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Prikaz podataka tabele" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Struktura tabele" @@ -6813,31 +6834,31 @@ msgstr "Procedure" msgid "Functions" msgstr "Funkcije" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Ograničenja za izvezene tabele" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Ograničenja za tabele" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME TIPOVI ZA TABELU" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELACIJE TABELE" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Struktura za pogled (view)" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Struktura koja zamenjuje pogled" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -7064,7 +7085,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Pošalji" @@ -7414,7 +7435,7 @@ msgstr "Promenljiva" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Vrednost" @@ -8165,6 +8186,11 @@ msgstr "" msgid "Target database" msgstr "Pretraživanje baze" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8327,7 +8353,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Ključ" @@ -9151,7 +9177,7 @@ msgstr "Pozicija" msgid "Original position" msgstr "Originalna pozicija" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Informacije" @@ -10016,7 +10042,7 @@ msgstr "u minutu" msgid "per second" msgstr "u sekundi" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Ime" @@ -11625,38 +11651,34 @@ msgstr "Ne mogu da promenim ključ u PRIMARY (primarni) !" msgid "No index parts defined!" msgstr "Delovi ključa nisu definisani!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Napravi novi ključ" +#| msgid "Print view" +msgid "Edit index" +msgstr "Za štampu" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Izmeni ključ" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Ime ključa :" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(\"PRIMARY\" mora biti ime samo primarnog ključa!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Ime ključa :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Tip ključa :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Dodaj u ključ  %s kolona(e)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Broj kolona mora biti veći od nule." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Ne mogu da premestim tabelu u samu sebe!" @@ -11786,39 +11808,39 @@ msgstr "Proveri referencijalni integritet:" msgid "Showing tables" msgstr "Prikaži tabele" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Zauzeće" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Zauzeće" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Efektivne" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Statistike reda" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dinamički" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Dužina reda" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Veličina reda" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11877,10 +11899,6 @@ msgstr "Pregledaj različite vrednosti" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11957,13 +11975,13 @@ msgstr "Na početku tabele" msgid "After %s" msgstr "Posle %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Napravi ključ na %s kolona" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -13312,6 +13330,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Napravi novi ključ" + +#~ msgid "Modify an index" +#~ msgstr "Izmeni ključ" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Broj kolona mora biti veći od nule." + #, fuzzy #~ msgid "Create Table" #~ msgstr "Napravi tabelu" diff --git a/po/sv.po b/po/sv.po index 255a122748..c81f6e6747 100644 --- a/po/sv.po +++ b/po/sv.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" -"PO-Revision-Date: 2011-11-14 00:55+0200\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" +"PO-Revision-Date: 2011-11-16 21:47+0200\n" "Last-Translator: ProUser \n" "Language-Team: swedish \n" "Language: sv\n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.1.6\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Visa alla" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "fönstret eller så är din webbläsares säkerhetsinställningar inställda på att " "blockera flerfönster uppdateringar." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Sök" @@ -48,10 +48,10 @@ msgstr "Sök" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "Sök" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Kör" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Nyckelnamn" @@ -135,19 +135,19 @@ msgstr "Databaskommentar:" msgid "Table comments" msgstr "Tabellkommentarer" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Kolumn" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "Kolumn" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Typ" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -203,8 +203,8 @@ msgstr "Länkar till" msgid "Comments" msgstr "Kommentarer" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "Kommentarer" msgid "No" msgstr "Nej" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -329,12 +329,12 @@ msgstr "Lägg till restriktioner" msgid "Switch to copied database" msgstr "Växla till den kopierade databasen" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Kollationering" @@ -366,36 +366,36 @@ msgstr "Tabell" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Rader" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Storlek" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "används" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Skapande" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Senaste uppdatering" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Senaste kontroll" @@ -458,7 +458,7 @@ msgid "Del" msgstr "Ta bort" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Eller" @@ -527,8 +527,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s träff i tabell %s" msgstr[1] "%s träffar i tabell %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Bläddra" @@ -659,8 +659,8 @@ msgstr "Avmarkera alla" msgid "Check tables having overhead" msgstr "Kontrollera tabeller som har overhead" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -674,14 +674,14 @@ msgstr "Exportera" msgid "Print view" msgstr "Utskriftsvänlig visning" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Töm" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Radera" @@ -690,7 +690,7 @@ msgstr "Radera" msgid "Check table" msgstr "Kontrollera tabell" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimera tabell" @@ -753,7 +753,7 @@ msgstr "Uppdaterad" msgid "Status" msgstr "Status" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -761,7 +761,7 @@ msgstr "Status" msgid "Action" msgstr "Åtgärd" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Ta bort spårning för denna tabell" @@ -797,21 +797,21 @@ msgstr "Spåra tabell" msgid "Database Log" msgstr "Databas logg" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "ENUM/SET editor" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "Värden för ny kolumn" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, php-format msgid "Values for column %s" msgstr "Värden för kolumn %s" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "Mata in varje värde i separata fält" @@ -879,45 +879,45 @@ msgstr "Använd OpenStreetMaps som baslager" msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Geometri" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "Punkt" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "Punkt %d" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "Lägg till en punkt" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "Linestring" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "Yttre ringen" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "Inre ringen" @@ -925,15 +925,15 @@ msgstr "Inre ringen" msgid "Add a linestring" msgstr "Lägg till ny linestring" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "Lägg till ny inre ring" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "Polygon" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "Addera polygon" @@ -1046,193 +1046,202 @@ msgstr "Tillbaka" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin fungerar bättre med en webbläsare som hanterar ramar." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Klicka för att markera" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Klicka för att avmarkera" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" satserna är inaktiverade." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Vill du verkligen" -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Du är på väg att FÖRSTÖRA en komplett databas!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "Du håller på att FÖRSTÖRA en hel tabell!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "Du håller på att TRUNKERA en hel tabell!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Tar bort spårdata" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Tar bort Primär Nyckel/Index" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Denna operation kan ta lång tid. Försätt ändå?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Du håller på att inaktivera ett BLOB arkiv!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "Vill du verkligen inaktivera alla BLOB-referenser för databas %s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Värde saknas i formuläret!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Detta är inte ett nummer!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "Lägg till index" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Redigeringsläge" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "Lägg till %s fält" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Totalt antal" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Värdnamnet är tomt!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Användarnamnet saknas!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Lösenordet saknas!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Lösenorden överensstämmer inte!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Lägg till en användare" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Ladda om privilegier" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Tar bort valda användare" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Stäng" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Redigera" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "Live trafik diagram" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "Live anslutning/process diagram" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "Live sökfrågediagram" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Statisk data" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Total" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Annan" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "Kb skickade sedan senaste uppdatering" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "Kb mottagna sedan senaste uppdatering" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Server trafik (i Kb)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Anslutningar sedan senaste uppdatering" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Processer" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Anslutningar / Processer" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "Frågor sedan senaste uppdatering" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "Frågor (utförda kommandon från servern)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Visa statistik" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "Lokal övervakningskonfiguration ej kompatibel" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1244,163 +1253,163 @@ msgstr "" "troligt att din nuvarande konfiguration inte fungerar längre. Återställ " "konfigurationen i Inställningar menyn." -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "Frågecache effektivitet" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "Användning av frågecache" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "Använd frågecache" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "Systemets processoranvändning (CPU)" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Systemminne" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "System swap" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "Mb" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "Kb" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Genomsnittlig last" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "Totalt minne" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "cachat minne" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "Buffrat minne" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "Ledigt minne" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "Använt minne" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "Totalt Swap" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "Cachad Swap" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "Använt Swap" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "Ledigt Swap" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "Antal bitar som skickats" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "Antal mottagna bital" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Anslutningar" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "Frågor" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Trafik" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Inställningar" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "Ta bort diagram" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "Redigera titlar och etiketter" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "Addera diagrammet till rutnätet" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "Lägg till minst en variabel till serien" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Inget" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "Återuppta övervakning" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "Pausa monitor" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "general_log och slow_query_log är aktiverade." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "general_log är aktiverad." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "slow_query_log är aktiverad." -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log och general_log är deaktiverade." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "log_output är inte definierad som TABLE." -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "log_output är definerad som TABLE." -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1411,12 +1420,12 @@ msgstr "" "tid än% d sekunder. Det är lämpligt att definiera long_query_time till 0-2 " "sekunder, beroende på ditt system." -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time är definerad till %d sekund(er)." -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1425,30 +1434,30 @@ msgstr "" "standardvärdet när servern startas om:" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "Sätt log_output till %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "Aktivera %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "Inaktivera %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "Sätt long_query_time till %ds" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1456,41 +1465,41 @@ msgstr "" "Du kan inte ändra dessa variabler. Logga in som root eller kontakta din " "databasadministratör." -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "Ändra inställningar" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "Nuvarande inställningar" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "Diagramtitel" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "Differential" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "Dividerat med %s:" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "Från långsam logg" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "Från allmän logg" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "Analyserar och laddar loggar. Detta kan ta lite tid." -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1500,7 +1509,7 @@ msgstr "" "Men endast SQL Text blir jämförd, följaktligen blir frågorna andra attribut " "som starttid kan variera." -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1509,53 +1518,53 @@ msgstr "" "Sedan gruppering av INSERT frågor har valts, är INSERT frågor i samma tabell " "också grupperas tillsammans, oberoende av de infogade data." -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "Loggdata laddad. Frågorna utförda under denna tidsperiod:" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "Gå till tabellogg" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "Loggdata laddad. Frågorna exekverade under denna tidsperiod:" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 msgid "Log table filter options" msgstr "Logga filteralternativ" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Filter" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "Filtrera frågor med ord/regexp:" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Gruppfrågor, ignorera variabeldata i WHERE kommandon" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "Summan av grupperade rader:" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "Totalt:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "Läser in loggar" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "Uppdateringen av övervakningen misslyckades" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1565,21 +1574,21 @@ msgstr "" "svar. Detta beror troligen på att din session upphört. Ladda om sidan och " "mata in dina inloggningsuppgifter igen bör lösa problemet." -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "Uppdatera sidan" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "Påverkade rader:" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" "Misslyckades med parsning av config-filen. Det verkar inte vara giltig JSON-" "kod" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." @@ -1587,267 +1596,279 @@ msgstr "" "Misslyckades skapa diagrammets rutnät med den importerade configurationen. " "Återställer till ursprunglig konfiguration ..." -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importera" -#: js/messages.php:192 +#: js/messages.php:193 msgid "Analyse Query" msgstr "Analysera fråga" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "Handledningssystem" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "Möjliga prestandaproblem" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "Problem" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "Rekommendation" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "Regel detaljer" -#: js/messages.php:201 +#: js/messages.php:202 msgid "Justification" msgstr "Motivering" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "Använd variabel / formel" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "Test" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Avbryt" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Laddar" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Processa begäran" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Fel i processbegäran" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Tar bort kolumn" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Lägger till primär nyckel" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "Klicka för att ta bort detta meddelande" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Döp om databaser" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Ladda om databas" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Kopiera databas" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Ändra teckenuppsättning" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "Tabellen måste ha åtminstone ett fält." -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Lägg till en tabell" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "Dölj index" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "Visa index" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Söker" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Dölj sökresultat" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Visa sökresultat" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "Bläddrar bland" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "Raderar" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" "Definitionen av en sparad funktion måste innehålla en RETURN-programsats!" -#: js/messages.php:248 +#: js/messages.php:249 #, php-format msgid "Add %d value(s)" msgstr "Lägg till %d värde(n)" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" "Obs: Om filen innehåller multipla tabeller, kommer de att kombineras till en" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Göm sök-rutan" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Visa frågerutan" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Inga rader valda" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Ändra" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "Exekveringstid för frågor" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Spara" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Dölj sökkriterier" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Visa sökkriterier" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 msgid "Zoom Search" msgstr "Zoom sökning" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "Varje punkt representerar en dataserie." -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "Hovra över en punkt kommer visa etiketten." -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "Använd mushjulet för att zooma in eller ut" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "Klicka och dra musen för att navigera." -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" "Klicka på återställ zooma länken för att komma tillbaka till ursprungligt " "värde.." -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "Klicka på en datapunkt för att visa och eventuellt redigera dataraden." -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "Kan ändra storlek genom att dra den längs nedre högra hörnet." -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "Strängar omvandlas till heltal för plottning" -#: js/messages.php:287 +#: js/messages.php:288 msgid "Select two columns" msgstr "Välj två kolumner" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "Välj två olika kolumner" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Operationer för frågeresultat" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Storlek för datapekare" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ignorera" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Kopiera" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "Addera kolumn" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Välj refererad nyckel" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Välj främmande nyckel" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Välj den primära nyckeln eller en unik nyckel" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Välj kolumn att visa" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1855,15 +1876,15 @@ msgstr "" "Du har inte sparat ändringarna i layouten. Dessa kommer förloras om du inte " "sparar dem. Vill du fortsätta?" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Välj ett alternativ för kolumn" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "Tryck Escape för att avbryta redigeringen" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -1871,23 +1892,23 @@ msgstr "" "Du har redigerat en del data och de har inte sparats. Är du säker på att du " "vill lämna denna sida innan du sparar uppgifterna?" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "Dra för att ändra ordning" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "Klicka för att sortera" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "Klicka för att markera/avmarkera" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "Klicka på pilen
för att växla kolumnens synlighet" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." @@ -1896,34 +1917,34 @@ msgstr "" "nätet redigera, kryssruta, redigera, kopiera och radera-länkar kanske inte " "fungerar när du har sparat." -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" "Du kan även redigera de flesta kolumner
genom att klicka direkt på " "deras innehåll." -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "Gå till länk" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Skapa lösenord" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generera" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Ändra lösenord" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Mera" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1933,260 +1954,260 @@ msgstr "" "senaste versionen är %s, publicerad den %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr "senaste stabila version:" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "aktuell" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Klart" -#: js/messages.php:366 +#: js/messages.php:369 msgctxt "Previous month" msgid "Prev" msgstr "Föregående" -#: js/messages.php:371 +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "Nästa" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Idag" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "januari" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "februari" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "mars" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "april" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "maj" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "juni" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "juli" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "augusti" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "september" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "oktober" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "november" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "december" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "mars" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "aug" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "dec" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Söndag" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Måndag" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Tisdag" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "Onsdag" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "Torsdag" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "Fredag" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "Lördag" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 msgid "Sun" msgstr "Söndag" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Mån" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Tis" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Ons" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Tors" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Fre" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Lör" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "Sö" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "Må" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "Ti" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "On" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "To" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "Fr" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "Lö" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Vecka" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Tid" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Timmar" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Minuter" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Sekunder" @@ -2270,45 +2291,45 @@ msgstr "Fel när du flyttar uppladdad fil." msgid "Cannot read (moved) upload file." msgstr "Kan inte läsa (flyttad) uppladdad fil." -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Inga index är definierade!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Index" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Unik" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Packad" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Kardinalitet" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Kommentar" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Den primära nyckeln har tagits bort" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Index %s har tagits bort" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2639,14 +2660,14 @@ msgstr "Tabeller" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Data" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Outnyttjat" @@ -2874,48 +2895,48 @@ msgstr "%s dagar, %s timmar, %s minuter och %s sekunder" msgid "Missing parameter:" msgstr "Saknade parametrar:" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 msgctxt "First page" msgid "Begin" msgstr "Starta" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 msgctxt "Previous page" msgid "Previous" msgstr "Föregående" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 msgctxt "Next page" msgid "Next" msgstr "Nästa" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 msgctxt "Last page" msgid "End" msgstr "Slut" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Hoppa till databas "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Funktionaliteten för %s påverkas av en känd bugg, se %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "Klicka för att växla" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2927,7 +2948,7 @@ msgstr "Klicka för att växla" msgid "Structure" msgstr "Struktur" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2935,42 +2956,42 @@ msgstr "Struktur" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Lägg till" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operationer" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Gå igenom din dator:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Välj katalog att ladda upp till från web-server listningen %s:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Katalogen som du konfigurerat för uppladdning kan inte nås" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "Det finns inga filer att ladda upp" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "Utför" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Skriv ut" @@ -3424,7 +3445,7 @@ msgid "Character set of the file" msgstr "Filens teckenuppsättning" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Format" @@ -5394,7 +5415,7 @@ msgstr "Servern svarar inte." #: libraries/database_interface.lib.php:1772 msgid "Please check privileges of directory containing database." -msgstr "" +msgstr "Kontrollera privilegierna för katalogen som innehåller databasen." #: libraries/database_interface.lib.php:1780 msgid "Details..." @@ -5432,7 +5453,7 @@ msgstr "Rutiner" msgid "Events" msgstr "Händelser" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5805,7 +5826,7 @@ msgstr "Sortera efter nyckel" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Alternativ" @@ -6391,12 +6412,12 @@ msgid "Data dump options" msgstr "Dumpningsalternativ för data" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Dumpning av Data i tabell" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Tabellstruktur" @@ -6606,31 +6627,31 @@ msgstr "Procedurer" msgid "Functions" msgstr "Funktioner" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Restriktioner för dumpade tabeller" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Restriktioner för tabell" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME-TYPER FÖR TABELL" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELATIONER FÖR TABELL" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Struktur för visning" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Ersättningsstruktur för visning" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "Fel vid läsning av data:" @@ -6854,7 +6875,7 @@ msgid "To" msgstr "Till" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Sänd" @@ -7208,7 +7229,7 @@ msgstr "Variabel" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Värde" @@ -7832,10 +7853,8 @@ msgid "Current Server" msgstr "Nuvarande Server" #: libraries/server_links.inc.php:60 -#, fuzzy -#| msgid "User" msgid "Users" -msgstr "Användare" +msgstr "Användarna" #: libraries/server_links.inc.php:79 server_synchronize.php:1154 #: server_synchronize.php:1162 @@ -7887,6 +7906,11 @@ msgstr "Skillnad" msgid "Target database" msgstr "Måldatabas" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Klicka för att markera" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8041,7 +8065,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Index" @@ -8780,7 +8804,7 @@ msgstr "Position" msgid "Original position" msgstr "Ursprunglig position" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Information" @@ -9163,7 +9187,6 @@ msgid "Any" msgstr "Vem som helst" #: server_privileges.php:1561 -#| msgid "User overview" msgid "Users overview" msgstr "Användare översikt" @@ -9642,7 +9665,7 @@ msgstr "per minut" msgid "per second" msgstr "per sekund" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Uppgifterna" @@ -11268,38 +11291,36 @@ msgstr "Kan inte byta namn på index till \"PRIMARY\"!" msgid "No index parts defined!" msgstr "Inga delar av index är definierade!" -#: tbl_indexes.php:169 -msgid "Create an index" -msgstr "Skapa index" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "Lägg till index" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Ändra ett index" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Redigeringsläge" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Indexnamn:" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" måste vara namnet på och endast på en " "primärnyckel!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Indexnamn:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Indextyp:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Lägg till %s kolumn(er) till index" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Antalet kolumner måste vara större än noll." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Kan inte flytta tabell till samma en!" @@ -11420,39 +11441,39 @@ msgstr "Kontrollera referensintegritet:" msgid "Showing tables" msgstr "Visar tabeller" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Visa använt utrymme" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Användning" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Effektiv" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Radstatistik" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "statisk" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dynamisk" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Radlängd" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Radstorlek" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "Nästa AutoIndex" @@ -11509,10 +11530,6 @@ msgstr "Bläddra bland distinkta värden" msgid "Add primary key" msgstr "Lägg till primär nyckel" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "Lägg till index" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "Lägg till unikt index" @@ -11580,12 +11597,12 @@ msgstr "I början av tabellen" msgid "After %s" msgstr "Efter %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "Skapa ett index för  %s kolumn(er)" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "partitionerad" @@ -12897,17 +12914,6 @@ msgstr "" #: po/advisory_rules.php:257 #, php-format -#| msgid "" -#| "Especially one a system with a lot of writes to InnoDB tables you should " -#| "set innodb_log_file_size to 25%% of {innodb_buffer_pool_size}. However " -#| "the bigger this value, the longer the recovery time will be when database " -#| "crashes, so this value should not be set much higher than 256 MiB. Please " -#| "note however that you cannot simply change the value of this variable. " -#| "You need to shutdown the server, remove the InnoDB log files, set the new " -#| "value in my.cnf, start the server, then check the error logs if " -#| "everything went fine. See also this blog entry" msgid "" "Especially on a system with a lot of writes to InnoDB tables you should set " "innodb_log_file_size to 25%% of {innodb_buffer_pool_size}. However the " @@ -12926,9 +12932,9 @@ msgstr "" "kraschar, så detta värde inte bör sättas mycket högre än 256 Mb. Observera, " "du kan bara inte ändra värdet på denna variabel. Du måste stänga av servern, " "ta bort InnoDB loggfiler, sätta in nytt värde i my.cnf, starta servern och " -"sedan kontrollera felloggar om allt gick bra. Se också detta blogg-inlägg" +"sedan kontrollera felloggar om allt gick bra. Se också detta blogg-inlägg" #: po/advisory_rules.php:258 #, php-format @@ -12949,16 +12955,6 @@ msgstr "Storleken på InnoDB databas är inte tillräckligt stor." #: po/advisory_rules.php:262 #, php-format -#| msgid "" -#| "It is usually sufficient to set innodb_log_file_size to 25%% of the size " -#| "of {innodb_buffer_pool_size}. A very innodb_log_file_size slows down the " -#| "recovery time after a database crash considerably. See also this Article. You need to shutdown the " -#| "server, remove the InnoDB log files, set the new value in my.cnf, start " -#| "the server, then check the error logs if everything went fine. See also " -#| "this blog entry" msgid "" "It is usually sufficient to set innodb_log_file_size to 25%% of the size of " "{innodb_buffer_pool_size}. A very big innodb_log_file_size slows down the " @@ -12972,17 +12968,16 @@ msgid "" msgstr "" "Det är oftast tillräckligt att sätta innodb_log_file_size till 25%% av " "storleken på {innodb_buffer_pool_size}. En mycket stor innodb_log_file_size " -"reducerar tiden för återhämtning efter en databaskrasch avsevärt. Se även " -"denna artikel. Du måste stänga av servern, ta " "bort InnoDB loggfiler, ställ in nytt värde i my.cnf, starta servern och " -"sedan kontrollera felloggar om allt gick bra. se även denna blogpost" +"sedan kontrollera felloggar om allt gick bra. se även denna blogpost" #: po/advisory_rules.php:263 #, php-format -#| msgid "Your absolute InnoD log size is %s MiB" msgid "Your absolute InnoDB log size is %s MiB" msgstr "Din absoluta InnoDB loggstorlek är %s Mb" @@ -13054,6 +13049,18 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert är satt till 0" +#~ msgid "Click to unselect" +#~ msgstr "Klicka för att avmarkera" + +#~ msgid "Create an index" +#~ msgstr "Skapa index" + +#~ msgid "Modify an index" +#~ msgstr "Ändra ett index" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Antalet kolumner måste vara större än noll." + #~ msgid "Too many connections are aborted" #~ msgstr "Alltför många anslutningar avbryts." diff --git a/po/ta.po b/po/ta.po index 91cedb877b..7419ff7f3b 100644 --- a/po/ta.po +++ b/po/ta.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-08-23 10:51+0200\n" "Last-Translator: Sajeepan Yogenthiran \n" "Language-Team: Tamil \n" @@ -17,13 +17,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "அனைத்தையும் காட்டு" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -41,9 +41,9 @@ msgstr "" "மூடியிருக்க வேண்டும், அல்லது உங்கள் உலாவி பாதுகாப்பு அமைப்புகள் குறுக்கு-சாளர " "மேம்படுத்தல்களை தடுக்க உள்ளமைக்கப்பட்டிருக்கின்றன." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "தேடு" @@ -51,10 +51,10 @@ msgstr "தேடு" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -76,17 +76,17 @@ msgstr "தேடு" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "செல் " #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "முக்கியபெயர்" @@ -136,19 +136,19 @@ msgstr "தரவுத்தள கருத்துரை" msgid "Table comments" msgstr "அட்டவணைக் கருத்துரைகள்" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "நிரல்" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -160,18 +160,18 @@ msgstr "நிரல்" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "வகை" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "வெற்று" @@ -204,8 +204,8 @@ msgstr "இணைப்பு" msgid "Comments" msgstr "கருத்துரைகள்" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -220,8 +220,8 @@ msgstr "கருத்துரைகள்" msgid "No" msgstr "இல்லை" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -330,12 +330,12 @@ msgstr "கட்டுப்பாடுகளை சேர்க்க" msgid "Switch to copied database" msgstr "பிரதியான தரவுதளத்துக்கு மாறு" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "அடுக்கு" @@ -368,36 +368,36 @@ msgstr "அட்டவணை" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "வரிசைகள்" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "அளவு" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "பயன்பாட்டில்" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "உருவாக்கம்" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "இறுதி இற்றைப்படுத்தல்" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "கடைசி சோதனை" @@ -460,7 +460,7 @@ msgid "Del" msgstr "அழி" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "அல்லது" @@ -529,8 +529,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%s அட்டவணையில் பொருந்தியவை %s" msgstr[1] "%s அட்டவணையில் பொருந்தியவைகள் %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "உலாவு" @@ -661,8 +661,8 @@ msgstr "" msgid "Check tables having overhead" msgstr "" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -676,14 +676,14 @@ msgstr "ஏற்றுமதி" msgid "Print view" msgstr "அச்சுப் பார்வை" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "வெறுமை" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "அழி" @@ -692,7 +692,7 @@ msgstr "அழி" msgid "Check table" msgstr "அட்டவணையை சரிபார்" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "அட்டவணையை உகப்பாக்கு" @@ -757,7 +757,7 @@ msgstr "புதுப்பிக்கப்பட்டது" msgid "Status" msgstr "தகுநிலை" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -765,7 +765,7 @@ msgstr "தகுநிலை" msgid "Action" msgstr "செயல்" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -801,22 +801,22 @@ msgstr "அட்டவணைத் தடம்" msgid "Database Log" msgstr "தரவுத்தளப்பதிகை" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Add/Delete columns" msgid "Values for column %s" msgstr "நெடுவரிசைகள் சேர்க்க/ நீக்க" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -888,46 +888,46 @@ msgstr "" msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "கேத்திர கணிதம்" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "புள்ளி" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, fuzzy, php-format #| msgid "Point" msgid "Point %d" msgstr "புள்ளி" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "ஒரு புள்ளியை சேர்" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "உள்ப்புற வளையம்" @@ -937,15 +937,15 @@ msgstr "உள்ப்புற வளையம்" msgid "Add a linestring" msgstr "கட்டுப்பாடுகளை சேர்க்க" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "உள்ப்புற வளையத்தை சேர்" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "பல்கோணி" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "ஒரு பல்கோணியை சேர்" @@ -1044,193 +1044,202 @@ msgstr "திரும்பி" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "சொடுக்கி தெரிவுசெய்" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "" -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "இது ஒரு இலக்கம் அல்ல!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Indexes" +msgid "Add Index" +msgstr "சுட்டுகள்" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit view" +msgid "Edit Index" +msgstr "தொகுப்பு பார்வை" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s field(s)" +msgid "Add %d column(s) to index" +msgstr "%s களத்தை சேர்க்க" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "மொத்தம் எண்ணல்" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "பயனரை சேர்" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "மூடு" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "தொகு" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "நேரடி போக்குவரத்து வரைபடம்" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "நேரடி இணை./செயலாக்க வரைபடம்" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "நேரடி வினவல் வரைபடம்" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "நிலையான தரவு" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "மொத்தம்" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "ஏனையது" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "," -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "செயலாக்கங்கள்" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "இணைப்புக்கள்/ செயலாக்கங்கள்" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "வினவல் புள்ளிவிவரவியல்" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1238,163 +1247,163 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "வினவல் இடைமாற்றல் பாவனையளவு" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "வினவல் இடைமாற்று பயன்படுத்தப்பட்டது" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "மையச்செயலக பாவனையளவு" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "முறைமை நினைவகம்" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KiB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "சராசரி ஏற்றல்" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "மொத்த நினைவகம்" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "இடைமாற்று நினைவகம்" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "விடுபட்ட நினைவகம்" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "பாவிக்கப்பட்ட நினைவகம்" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "துண்டுகள் அனுப்ப" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "துண்டுகள் ஏற்றுக்கொள்ளப்பட்டது" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "இணைப்புகள்" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "வினாக்கள்" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "போக்குவரத்து" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "அமைப்புகள்" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "வரைபடத்தை நீக்கு" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "தலைப்பு மற்றும் சிட்டையையும் தொகு" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "வரைபடத்தை கட்டத்தில் சேர்" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "எதுவுமில்லை" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1402,499 +1411,509 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "இயலச்செய் %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "முடக்கு %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "அமைப்புக்களை மாற்று" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "நடப்பு அமைப்புக்கள்" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "வரைபடத் தலைப்பு" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "வேற்றுமை" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "வகுக்கப்பட்ட %s" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "மெதுவான பதிகைஇலிருந்து" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "பொதுவான பதிகைஇலிருந்து" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Table options" msgid "Log table filter options" msgstr "அட்டவணை தெரிவுகள்" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "வடிகட்டி" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "மொத்த:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "பதிகைகள் ஏற்றப்படுகின்றது" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "பக்கத்தை திரும்ப ஏற்று" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "பாவனையான வரிசைகள்" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "இறக்குமதி" -#: js/messages.php:192 +#: js/messages.php:193 msgid "Analyse Query" msgstr "பாகுபடுத்தல் வினவல்" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "முறைமை ஆலோசகர்" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "பிரச்சினை" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "பரிந்துரை" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "ஆளுகை விபரங்கள்" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Action" msgid "Justification" msgstr "செயல்" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "சோதனை" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "விலக்கு" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "ஏற்றப்படுகிறது" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "வேண்டுகோள் செயற்படுத்தபடுகின்றது" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "நெடுக்கை அழிக்கபடுகின்றது" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "முதன்மை சாவி இணைக்கப்படுகின்றது" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "சரி" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "தரவுத்தளங்கங்களின் பெயர் மாற்றப்படுகின்றது" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "தரவுத்தளத்தை மீள்ஏற்று" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "தரவுத்தளம் நகல் எடுக்கபடுகின்றது" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "எழுத்துத்தொகுதி மாற்றப்படுகின்றது" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "You have added a new user." msgid "Table must have at least one column" msgstr "நீங்கள் புதிய பயனாளரை சேர்த்துள்ளீர்கள்" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "அட்டவணையை செருகு" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "சுட்டுகளை மறை" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "சுட்டுகளை காட்டு" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "தேடுதல்" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "தேடல் முடிவுகளை மறை" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "தேடல் முடிவுகளை காட்டு" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "உலாவுதல்" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "அழித்தல்" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "Add a new User" msgid "Add %d value(s)" msgstr "புதிய பயனாளரை சேர்க்க" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "வினவல் பெட்டியை மறை" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "வினவல் பெட்டியை காண்பி" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "தெரிவுசெய்யப்பட வரிசைகள் இல்லை" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "மாற்று" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "வினவல் நிறைவேற்றுகை நேரம்" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "சேமி" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "தேடுதல் கட்டளை விதியை மறை" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "தேடுதல் கட்டளை விதியை காண்பி" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 msgid "Zoom Search" msgstr "பொரித்தாக்கி தேடு" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "நெடுவரிசைகள் சேர்க்க/ நீக்க" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Hide search results" +msgid "Query results" +msgstr "தேடல் முடிவுகளை மறை" + +#: js/messages.php:291 +msgid "Data point content" +msgstr "" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "புறக்கணி" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "நகல்" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "நெடுக்கைகளை சேர்" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "இணைப்புக்கு செல்" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "கடவுச்சொல்லை இயற்று" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "இயற்று" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "கடவுச்சொல்லை மாற்று" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "மேலும்" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1902,110 +1921,110 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 #, fuzzy #| msgid "Check for latest version" msgid ", latest stable version:" msgstr "புதிய பதிப்பை பார்வையிடவும்" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "முடிந்த" -#: js/messages.php:366 +#: js/messages.php:369 msgctxt "Previous month" msgid "Prev" msgstr "பின்" -#: js/messages.php:371 +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "அடுத்த" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "இன்று" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "தை" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "மாசி" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "பங்குனி" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "சித்திரை" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "வைகாசி" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "ஆணி" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "ஆடி" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "ஆவணி" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "புரட்டாதி" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "ஐப்பசி" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "கார்த்திகை" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "மார்கழி" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "தை" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "மாசி" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "பங்குனி" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "சித்திரை" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2013,78 +2032,78 @@ msgid "May" msgstr "வைகாசி" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "ஆணி" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "ஆடி" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "ஆவணி" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "புரட்டாதி" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "ஐப்பசி" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "காத்திகை" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "மார்கழி" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "ஞாயிறு" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "திங்கள்" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "செவ்வாய்" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "புதன்" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "வியாழன்" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "வெள்ளி" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "சனி" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2092,89 +2111,89 @@ msgid "Sun" msgstr "ஞாயி" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "திங்" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "செவ்" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "புத" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "வியா" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "வெள்" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "சனி" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "ஞாயி" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "திங்" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "செவ்" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "புத" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "வியா" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "வெள்" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "சனி" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "கிழமை" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "மணித்தியாலம்" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "நிமிடம்" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "வினாடிகள்" @@ -2252,45 +2271,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "சுட்டுகள்" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "தனித்தன்மை" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "பொதிக்கப்பட்டது" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "கருத்துரை" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2609,14 +2628,14 @@ msgstr "அட்டவணைகள்" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "தரவு" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "" @@ -2840,48 +2859,48 @@ msgstr "%s நாட்கள் %s மணித்தியாலங்கள msgid "Missing parameter:" msgstr "" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 msgctxt "First page" msgid "Begin" msgstr "ஆரம்பம்" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 msgctxt "Previous page" msgid "Previous" msgstr "முந்தைய" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 msgctxt "Next page" msgid "Next" msgstr "அடுத்து" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 msgctxt "Last page" msgid "End" msgstr "முடிவு" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2893,7 +2912,7 @@ msgstr "" msgid "Structure" msgstr "கட்டமைப்பு" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2901,42 +2920,42 @@ msgstr "கட்டமைப்பு" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "செருகு" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "செயல்பாடுகள்" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "உனது கணினியை உலாவு" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "நிறைவேற்று" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "அச்சிடு" @@ -3366,7 +3385,7 @@ msgid "Character set of the file" msgstr "" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "" @@ -5227,7 +5246,7 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5585,7 +5604,7 @@ msgstr "" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "" @@ -6113,12 +6132,12 @@ msgid "Data dump options" msgstr "" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "" @@ -6310,31 +6329,31 @@ msgstr "" msgid "Functions" msgstr "" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "" @@ -6546,7 +6565,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "" @@ -6891,7 +6910,7 @@ msgstr "" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "" @@ -7579,6 +7598,11 @@ msgstr "" msgid "Target database" msgstr "" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "சொடுக்கி தெரிவுசெய்" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -7713,7 +7737,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "" @@ -8385,7 +8409,7 @@ msgstr "" msgid "Original position" msgstr "" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "" @@ -9205,7 +9229,7 @@ msgstr "" msgid "per second" msgstr "" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "" @@ -10650,38 +10674,34 @@ msgstr "" msgid "No index parts defined!" msgstr "" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "புதிய சுட்டை உருவாக்கு" +#| msgid "Edit view" +msgid "Edit index" +msgstr "தொகுப்பு பார்வை" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "சுட்டை மார்றியமை" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "சுட்டுப் பெயர்" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "சுட்டுப் பெயர்" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "சுட்டு வகை" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "" @@ -10804,39 +10824,39 @@ msgstr "" msgid "Showing tables" msgstr "அட்டவணைகளை காட்டு" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "பாவனையளவு" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "பயனுடைய" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "மாறா" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "இறக்காற்றல்" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "நிரல் நீளம்" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "நிரல் அளவு" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -10891,10 +10911,6 @@ msgstr "" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -10964,12 +10980,12 @@ msgstr "" msgid "After %s" msgstr "%s பின்" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -12216,6 +12232,13 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "புதிய சுட்டை உருவாக்கு" + +#~ msgid "Modify an index" +#~ msgstr "சுட்டை மார்றியமை" + #~ msgid "Create Table" #~ msgstr "அட்டவணையை உருவாக்கு" diff --git a/po/te.po b/po/te.po index 6c829b5abd..85db71896d 100644 --- a/po/te.po +++ b/po/te.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-04-07 17:06+0200\n" "Last-Translator: \n" "Language-Team: Telugu \n" @@ -17,13 +17,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "అన్నీ చూపించు" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -39,9 +39,9 @@ msgid "" msgstr "" # Research అంటే పరిశోధన, అందువల్లన ఇది శోధనైంది -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "శోధించు" @@ -49,10 +49,10 @@ msgstr "శోధించు" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -74,17 +74,17 @@ msgstr "శోధించు" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "వెళ్ళు" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "" @@ -135,21 +135,21 @@ msgid "Table comments" msgstr "పట్టిక వ్యాఖ్యలు" # మొదటి అనువాదము -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 #, fuzzy #| msgid "Command" msgid "Column" msgstr "ఆజ్ఞ" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -161,18 +161,18 @@ msgstr "ఆజ్ఞ" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "రకం" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "" @@ -205,8 +205,8 @@ msgstr "" msgid "Comments" msgstr "వ్యాఖ్యలు" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -221,8 +221,8 @@ msgstr "వ్యాఖ్యలు" msgid "No" msgstr "కాదు" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -333,12 +333,12 @@ msgstr "" msgid "Switch to copied database" msgstr "" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "" @@ -369,37 +369,37 @@ msgstr "పట్టిక" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "పరిమాణం" # మొదటి అనువాదము -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "వాడుకలో ఉన్నది" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "సృష్టి" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "చివరి మార్పు" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "చివరి చూపు" @@ -466,7 +466,7 @@ msgstr "తొలగించు" # మొదటి అనువాదము #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "లేదా" @@ -535,8 +535,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "" msgstr[1] "" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "" @@ -672,8 +672,8 @@ msgstr "" msgid "Check tables having overhead" msgstr "" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -688,14 +688,14 @@ msgid "Print view" msgstr "" # మొదటి అనువాదము -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "ఖాళీ" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "" @@ -704,7 +704,7 @@ msgstr "" msgid "Check table" msgstr "" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "" @@ -770,7 +770,7 @@ msgstr "" msgid "Status" msgstr "స్థితి" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -778,7 +778,7 @@ msgstr "స్థితి" msgid "Action" msgstr "చర్య" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -814,22 +814,22 @@ msgstr "" msgid "Database Log" msgstr "" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Add/Delete columns" msgid "Values for column %s" msgstr "నిలువ వరుసల్ని చేర్చు/తొలగించు" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -905,48 +905,48 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" # మొదటి అనువాదము #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add into comments" msgid "Add a point" msgstr "స్పందనలకు చేర్చు" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -956,16 +956,16 @@ msgstr "" msgid "Add a linestring" msgstr "కొత్త వాడుకరిని చేర్చు" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" # మొదటి అనువాదము -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add into comments" msgid "Add a polygon" @@ -1066,205 +1066,216 @@ msgstr "వెనుకకి" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "" -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "ఇది సంఖ్య కాదు!" +# మొదటి అనువాదము +#: js/messages.php:46 +#, fuzzy +#| msgid "Add into comments" +msgid "Add Index" +msgstr "స్పందనలకు చేర్చు" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Add a new User" +msgid "Edit Index" +msgstr "క్రొత్త వాడుకరిని చేర్చు" + +# మొదటి అనువాదము +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add into comments" +msgid "Add %d column(s) to index" +msgstr "స్పందనలకు చేర్చు" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Total" msgid "Total count" msgstr "మొత్తం" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "" # మొదటి అనువాదము -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "వాడుకరి పేరులో ఏమీ లేదు" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "సంకేతపదం ఖాళీగా ఉంది!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "సంకేతపదాలు సరిపోలలేదు!" # మొదటి అనువాదము -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "ఏ వాడుకరి ఐనను" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "మూసివేయి" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "మార్చు" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "మొత్తం" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "అనుసంధానాలు" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy #| msgid "Show statistics" msgid "Query statistics" msgstr "గణాంకాలను చూపించు" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Server configuration" msgid "Local monitor configuration incompatible" msgstr "సేవకి స్వరూపణం" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1272,172 +1283,172 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "మెబై" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "కిబై" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Total" msgid "Total memory" msgstr "మొత్తం" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "మొత్తం" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "అనుసంధానాలు" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy #| msgid "Relations" msgid "Questions" msgstr "సంబంధాలు" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "అమరికలు" # మొదటి అనువాదము -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Remove database" msgid "Remove chart" msgstr "డేటాబేస్ తొలగించండి" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "ఏమీలేదు" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1445,156 +1456,156 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Tables" msgid "Enable %s" msgstr "పట్టికలు" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable Statistics" msgid "Disable %s" msgstr "గణాంకాలని అచేతనంచేయి" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "Basic settings" msgid "Change settings" msgstr "ప్రాధమిక అమరికలు" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "More settings" msgid "Current settings" msgstr "మరిన్ని అమరికలు" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Default title" msgid "Chart Title" msgstr "అప్రమేయ శీర్షిక" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 #, fuzzy #| msgid "Difference" msgid "Differential" msgstr "తేడా" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Table options" msgid "Log table filter options" msgstr "పట్టిక ఎంపికలు" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "మొత్తం" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1602,391 +1613,403 @@ msgid "" msgstr "" # మొదటి అనువాదము -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Database" msgid "Reload page" msgstr "డేటాబేస్" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "దిగుమతి" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "క్వెరీ ని మార్చు" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "పత్రావళి" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details..." msgid "Rule details" msgstr "వివరాలు..." -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Authentication" msgid "Justification" msgstr "అధీకరణ" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "రద్దుచేయి" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "సరే" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" # మొదటి అనువాదము -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Database" msgid "Renaming Databases" msgstr "డేటాబేస్" # మొదటి అనువాదము -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Database" msgid "Reload Database" msgstr "డేటాబేస్" # మొదటి అనువాదము -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Database" msgid "Copying Database" msgstr "డేటాబేస్" # మొదటి అనువాదము -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "అక్షరమాల" # మొదటి అనువాదము -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "You have added a new user." msgid "Table must have at least one column" msgstr "మీరు క్రొత్త వినియోగదారుని చేర్చారు" -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "పట్టికల్ని వాడు" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "" # Research అంటే పరిశోధన, అందువల్లన ఇది శోధనైంది -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "శోధించు" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Delete" msgid "Deleting" msgstr "తొలగించు" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" # మొదటి అనువాదము -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "Add a new User" msgid "Add %d value(s)" msgstr "క్రొత్త వినియోగదారుని చేర్చు" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "" # మొదటి అనువాదము -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "మార్చుము" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "భద్రపరచు" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "" # Research అంటే పరిశోధన, అందువల్లన ఇది శోధనైంది -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "శోధించు" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "నిలువ వరుసల్ని చేర్చు/తొలగించు" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Show statistics" +msgid "Query results" +msgstr "గణాంకాలను చూపించు" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Table of contents" +msgid "Data point content" +msgstr "విషయ సూచిక" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" # మొదటి అనువాదము -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add into comments" msgid "Add columns" msgstr "స్పందనలకు చేర్చు" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "సంకేతపదాన్ని మార్చు" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "మరిన్ని" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1994,21 +2017,21 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr "" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "" # మొదటి అనువాదము -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Prev" msgctxt "Previous month" @@ -2016,7 +2039,7 @@ msgid "Prev" msgstr "గత" # మొదటి అనువాదము -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2024,149 +2047,149 @@ msgid "Next" msgstr "తదుపరి" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "ఈరోజు" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "జనవరి" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "ఫిబ్రవరి" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "మార్చి" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "ఏప్రిల్" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "మే" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "జూన్" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "జూలై" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "ఆగస్ట్" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "సెప్టెంబర్" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "అక్టోబర్" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "నవంబర్" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "డిసెంబర్" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "జన" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "ఫిబ్ర" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "మార్చి" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "ఏప్రి" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "మే" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "జూన్" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "జూలై" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "ఆగ" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "సెప్టె" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "అక్టో" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "నవం" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "డిసెం" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "ఆదివారం" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "సోమవారం" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "మంగళవారం" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "బుధవారం" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "గురువారం" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "శుక్రవారం" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "శనివారం" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2174,90 +2197,90 @@ msgid "Sun" msgstr "ఆది" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "సోమ" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "మంగళ" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "బుధ" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "గురు" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "శుక్ర" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "శని" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "ఆ" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "సో" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "మం" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "బు" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "గు" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "శు" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "శ" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "వారం" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "సమయం" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "గంట" # మొదటి అనువాదము -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "నిమిషం" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "క్షణం" @@ -2335,45 +2358,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "వ్యాఖ్య" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2702,14 +2725,14 @@ msgstr "పట్టికలు" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "" @@ -2937,7 +2960,7 @@ msgid "Missing parameter:" msgstr "" # మొదటి అనువాదము -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2946,7 +2969,7 @@ msgid "Begin" msgstr "మొదలు" # మొదటి అనువాదము -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -2956,7 +2979,7 @@ msgid "Previous" msgstr "క్రితము" # మొదటి అనువాదము -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -2965,7 +2988,7 @@ msgctxt "Next page" msgid "Next" msgstr "తదుపరి" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -2973,22 +2996,22 @@ msgctxt "Last page" msgid "End" msgstr "ముగింపు" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3000,7 +3023,7 @@ msgstr "" msgid "Structure" msgstr "నిర్మాణాకృతి" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3008,42 +3031,42 @@ msgstr "నిర్మాణాకృతి" msgid "SQL" msgstr "" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "ముద్రించు" @@ -3477,7 +3500,7 @@ msgid "Character set of the file" msgstr "" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "" @@ -5353,7 +5376,7 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5719,7 +5742,7 @@ msgstr "" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "ఎంపికలు" @@ -6255,12 +6278,12 @@ msgid "Data dump options" msgstr "" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "" @@ -6451,31 +6474,31 @@ msgstr "" msgid "Functions" msgstr "" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "" @@ -6693,7 +6716,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "దాఖలుచేయి" @@ -7050,7 +7073,7 @@ msgstr "" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "విలువ" @@ -7775,6 +7798,11 @@ msgstr "తేడా" msgid "Target database" msgstr "" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -7911,7 +7939,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "" @@ -8614,7 +8642,7 @@ msgstr "" msgid "Original position" msgstr "అసలు స్థానం" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "సమాచారం" @@ -9446,7 +9474,7 @@ msgstr "నిమిషానికి" msgid "per second" msgstr "క్షణానికి" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "" @@ -10925,39 +10953,34 @@ msgstr "" msgid "No index parts defined!" msgstr "" -# మొదటి అనువాదము -#: tbl_indexes.php:169 -#, fuzzy -#| msgid "Create a page" -msgid "Create an index" -msgstr "పుటని సృష్టించు" - -#: tbl_indexes.php:171 -msgid "Modify an index" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" msgstr "" -#: tbl_indexes.php:176 +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Add a new User" +msgid "Edit index" +msgstr "క్రొత్త వాడుకరిని చేర్చు" + +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "" @@ -11081,39 +11104,39 @@ msgstr "" msgid "Showing tables" msgstr "అన్నీ చూపించు" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "వాడుక" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "వరుసల గణాంకాలు" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11168,10 +11191,6 @@ msgstr "" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11245,12 +11264,12 @@ msgstr "" msgid "After %s" msgstr "%s మార్లు తరువాత" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -12525,6 +12544,11 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +# మొదటి అనువాదము +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "పుటని సృష్టించు" + # మొదటి అనువాదము #, fuzzy #~ msgid "Create Table" diff --git a/po/th.po b/po/th.po index 50d71f1e56..f96425f944 100644 --- a/po/th.po +++ b/po/th.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" -"PO-Revision-Date: 2011-11-10 09:30+0200\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" +"PO-Revision-Date: 2011-11-17 07:53+0200\n" "Last-Translator: jaideejung007 \n" "Language-Team: thai \n" "Language: th\n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.1.6\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "แสดงทั้งหมด" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -37,9 +37,9 @@ msgstr "" "ไม่สามารถเปลี่ยนแปลงข้อมูลของหน้าต่างเป้าหมายได้ อาจเป็นเพราะว่าคุณปิดหน้าต่างหลัก " "หรือสาเหตุจากการตั้งค่าความปลอดภัยให้ป้องกันการเปลี่ยนแปลงข้อมูลข้ามหน้าต่าง" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "ค้นหา" @@ -47,10 +47,10 @@ msgstr "ค้นหา" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -72,17 +72,17 @@ msgstr "ค้นหา" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "ลงมือ" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "ชื่อคีย์" @@ -132,19 +132,19 @@ msgstr "หมายเหตุของฐานข้อมูล: " msgid "Table comments" msgstr "หมายเหตุของตาราง" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "สดมภ์" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -156,18 +156,18 @@ msgstr "สดมภ์" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "ชนิด" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "ว่างเปล่า (null)" @@ -200,8 +200,8 @@ msgstr "เชื่อมไปยัง" msgid "Comments" msgstr "หมายเหตุ" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -216,8 +216,8 @@ msgstr "หมายเหตุ" msgid "No" msgstr "ไม่" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -326,12 +326,12 @@ msgstr "เพิ่ม constraints" msgid "Switch to copied database" msgstr "สลับไปยังฐานข้อมูลที่ถูกทำสำเนาไว้" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "การเรียงลำดับ" @@ -362,36 +362,36 @@ msgstr "ตาราง " #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "แถว" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "ขนาด" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "ใช้อยู่" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "สร้างเมื่อ" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "ปรับปรุงครั้งสุดท้ายเมื่อ" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "ตรวจสอบครั้งสุดท้ายเมื่อ" @@ -453,7 +453,7 @@ msgid "Del" msgstr "ลบ" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "หรือ" @@ -525,8 +525,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "พบ %s ผลลัพธ์ที่ตรงในตาราง %s" msgstr[1] "พบ %s ผลลัพธ์ที่ตรงในตาราง %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "เปิดดู" @@ -661,8 +661,8 @@ msgstr "ไม่เลือกเลย" msgid "Check tables having overhead" msgstr "ตรวจสอบตารางที่มี overhead" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -676,14 +676,14 @@ msgstr "ส่งออก" msgid "Print view" msgstr "แสดง" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "ลบข้อมูล" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "โยนทิ้ง" @@ -692,7 +692,7 @@ msgstr "โยนทิ้ง" msgid "Check table" msgstr "ตรวจสอบตาราง" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "ปรับแต่งตาราง" @@ -760,7 +760,7 @@ msgstr "ปรับปรุงแล้ว" msgid "Status" msgstr "สถานะ" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -768,7 +768,7 @@ msgstr "สถานะ" msgid "Action" msgstr "กระทำการ" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "ลบการติดตามตารางนี้" @@ -804,24 +804,24 @@ msgstr "ติดตามตาราง" msgid "Database Log" msgstr "Log ของฐานข้อมูล" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "ค่าสำหรับคอลัมน์ใหม่" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "ค่าสำหรับคอลัมน์ \"%s\"" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field" @@ -898,49 +898,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "ฟิลด์" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, fuzzy, php-format msgid "Point %d" msgstr "จุด" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add new field" msgid "Add a point" msgstr "เพิ่มฟิลด์ใหม่" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "จบแถวด้วย" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -950,17 +950,17 @@ msgstr "" msgid "Add a linestring" msgstr "เพิ่มผู้ใช้ใหม่" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "เพิ่มผู้ใช้ใหม่" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy msgid "Add a polygon" msgstr "เพิ่มฟิลด์ใหม่" @@ -1062,210 +1062,218 @@ msgstr "ย้อนกลับ" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "เบราเซอร์ที่ใช้เฟรมได้ จะช่วยให้ใช้ phpMyAdmin ได้ง่ายขึ้น" -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "คลิกเพื่อเลือก" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "คลิกเพื่อยกเลิกการเลือก" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "คำสั่ง \"DROP DATABASE\" ถูกปิดไว้" -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "ต้องการจะ " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "" -#: js/messages.php:37 +#: js/messages.php:35 #, fuzzy #| msgid "Allows inserting and replacing data." msgid "Deleting tracking data" msgstr "อนุญาตให้เพิ่ม และแทนที่ ข้อมูล" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "ค่าในแบบฟอร์มหายไป !" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "ค่านี้ไม่ใช่ตัวเลข!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add new field" +msgid "Add Index" +msgstr "เพิ่มฟิลด์ใหม่" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Index" +msgid "Edit Index" +msgstr "ดัชนี" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +msgid "Add %d column(s) to index" +msgstr "เพิ่มฟิลด์ใหม่" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Total" msgid "Total count" msgstr "รวม" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "ชื่อโฮสต์ยังว่างอยู่!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "ชื่อผู้ใช้ยังว่างอยู่!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "รหัสผ่านยังว่างอยู่!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "รหัสผ่านไม่ตรงกัน!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "ผู้ใช้ใดๆ" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy msgid "Reloading Privileges" msgstr "สิทธิแบบโกลบอล" -#: js/messages.php:60 +#: js/messages.php:61 #, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" msgstr "ถอนผู้ใช้ที่เลือก" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "แก้ไข" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "ตัวเลือกเซิร์ฟเวอร์" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy msgid "Live query chart" msgstr "คำค้น SQL" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "รวม" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "ตัวเลือกเซิร์ฟเวอร์" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "โพรเซส" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "การเชื่อมต่อ" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy msgid "Query statistics" msgstr "สถิติของแถว" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1273,178 +1281,178 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy msgid "Query cache efficiency" msgstr "ชนิดคำค้น" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy msgid "Query cache usage" msgstr "ชนิดคำค้น" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy msgid "Query cache used" msgstr "ชนิดคำค้น" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "เมกกะไบต์" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "กิโลไบต์" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Total" msgid "Total memory" msgstr "รวม" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "รวม" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "ได้รับ" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "การเชื่อมต่อ" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy #| msgid "Versions" msgid "Questions" msgstr "รุ่น" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "การจราจร" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "ความสามารถด้านรีเลชันทั่วไป" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Remove database" msgid "Remove chart" msgstr "เอาฐานข้อมูลออก" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "ไม่มี" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1452,186 +1460,186 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "ส่งมาเป็นไฟล์" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "เปิดใช้อยู่" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "ระงับการใช้อยู่" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "ความสามารถด้านรีเลชันทั่วไป" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "ความสามารถด้านรีเลชันทั่วไป" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Import files" msgid "Chart Title" msgstr "นำเข้าไฟล์" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy msgid "Jump to Log table" msgstr "ไม่มีฐานข้อมูล" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Table options" msgid "Log table filter options" msgstr "ตัวเลือกตาราง" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of rows per page" msgid "Sum of grouped rows:" msgstr "ระเบียนต่อหน้า" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "รวม" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy msgid "Loading logs" msgstr "โลคอล" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Rename database to" msgid "Reload page" msgstr "เปลี่ยนชื่อฐานข้อมูลเป็น" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 @@ -1639,373 +1647,385 @@ msgstr "" msgid "Import" msgstr "ส่งออก" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "ปรับปรุงคำค้น" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "เอกสารอ้างอิง" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "เอกสารอ้างอิง" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy msgid "Loading" msgstr "โลคอล" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "โพรเซส" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "ตกลง" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "เปลี่ยนชื่อฐานข้อมูลเป็น" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Rename database to" msgid "Reload Database" msgstr "เปลี่ยนชื่อฐานข้อมูลเป็น" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy msgid "Copying Database" msgstr "เปลี่ยนชื่อฐานข้อมูลเป็น" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "ชุดตัวอักษร" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "You have to choose at least one column to display" msgid "Table must have at least one column" msgstr "ต้องเลือกให้แสดงอย่างน้อยหนึ่งคอลัมน์" -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "ใช้ตาราง" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Add new field" msgid "Hide indexes" msgstr "เพิ่มฟิลด์ใหม่" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "แสดงกริด" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "ค้นหา" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy msgid "Hide search results" msgstr "คำค้น SQL" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy msgid "Show search results" msgstr "คำค้น SQL" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "เปิดดู" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "กำลังลบ %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "เพิ่มผู้ใช้ใหม่" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy msgid "Hide query box" msgstr "คำค้น SQL" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy msgid "Show query box" msgstr "คำค้น SQL" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "ยังไม่ได้เลือกแถว" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "เปลี่ยน" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "บันทึก" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy msgid "Hide search criteria" msgstr "คำค้น SQL" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy msgid "Show search criteria" msgstr "คำค้น SQL" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "ค้นหา" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "เพิ่ม/ลบ สดมภ์" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "SQL result" +msgid "Query results" +msgstr "ผลลัพธ์ SQL" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Table of contents" +msgid "Data point content" +msgstr "สารบัญ" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "ไม่สนใจ" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy msgid "Add columns" msgstr "เพิ่มฟิลด์ใหม่" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "เลือกฟิลด์ที่ต้องการแสดง" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "เปลี่ยนรหัสผ่าน" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 #, fuzzy msgid "Generate" msgstr "สร้างโดย" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "เปลี่ยนรหัสผ่าน" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "จ." -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2013,30 +2033,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr "" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "ไม่มีฐานข้อมูล" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy #| msgid "None" msgid "Done" msgstr "ไม่มี" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "ก่อนหน้า" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2044,96 +2064,96 @@ msgid "Next" msgstr "ต่อไป" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "รวม" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "ข้อมูลไบนารี " -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "มี.ค." -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "เม.ย." -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "พ.ค." -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "มิ.ย." -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "ก.ค." -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "ส.ค." -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "ต.ค." -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "ม.ค." #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "ก.พ." #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "มี.ค." #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "เม.ย." #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2141,78 +2161,78 @@ msgid "May" msgstr "พ.ค." #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "มิ.ย." #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "ก.ค." #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "ส.ค." #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "ก.ย." #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "ต.ค." #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "พ.ย." #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "ธ.ค." -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "อา." -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "จ." -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "อ." -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "ศ." -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2220,105 +2240,105 @@ msgid "Sun" msgstr "อา." #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "จ." #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "อ." #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "พ." #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "พฤ." #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "ศ." #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "ส." #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "อา." #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "จ." #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "อ." #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "พ." #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "พฤ." #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "ศ." #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "ส." #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "เวลา" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "ใช้อยู่" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2398,46 +2418,46 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "ยังไม่ได้กำหนดดัชนีใดๆ!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "ดัชนี" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "เอกลักษณ์" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Cardinality" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 #, fuzzy msgid "Comment" msgstr "หมายเหตุ" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "โยนไพรมารีคีย์ทิ้งไปเรียบร้อยแล้ว" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "โยนดัชนี %s ทิ้งไปเรียบร้อยแล้ว" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2462,7 +2482,6 @@ msgstr "ผิดพลาด" msgid "%1$d row affected." msgid_plural "%1$d rows affected." msgstr[0] "" -msgstr[1] "" #: libraries/Message.class.php:257 #, fuzzy, php-format @@ -2758,14 +2777,14 @@ msgstr "ตาราง" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "ข้อมูล" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "เกินความจำเป็น" @@ -2993,7 +3012,7 @@ msgstr "%s วัน, %s ชั่วโมง, %s นาที, %s วินา msgid "Missing parameter:" msgstr "เพิ่มฟิลด์ใหม่" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3001,7 +3020,7 @@ msgctxt "First page" msgid "Begin" msgstr "จุดเริ่มต้น" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3010,7 +3029,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "ก่อนหน้า" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3019,7 +3038,7 @@ msgctxt "Next page" msgid "Next" msgstr "ต่อไป" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3027,22 +3046,22 @@ msgctxt "Last page" msgid "End" msgstr "ท้ายสุด" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "กระโดดไปที่ฐานข้อมูล "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3054,7 +3073,7 @@ msgstr "" msgid "Structure" msgstr "โครงสร้าง" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3062,43 +3081,43 @@ msgstr "โครงสร้าง" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "แทรก" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "กระบวนการ" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "ไดเรกทอรีสำหรับอัพโหลด ที่เว็บเซิร์ฟเวอร์" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "ไม่สามารถใช้งาน ไดเรกทอรีที่ตั้งไว้สำหรับอัพโหลดได้" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "พิมพ์" @@ -3552,7 +3571,7 @@ msgid "Character set of the file" msgstr "ชุดอักขระของไฟล์ (character set):" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "รูปแบบ" @@ -5500,7 +5519,7 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5903,7 +5922,7 @@ msgstr "เรียงโดยคีย์" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 #, fuzzy msgid "Options" msgstr "กระบวนการ" @@ -6458,12 +6477,12 @@ msgid "Data dump options" msgstr "สถิติฐานข้อมูล" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "dump ตาราง" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "โครงสร้างตาราง" @@ -6668,32 +6687,32 @@ msgstr "โพรเซส" msgid "Functions" msgstr "ฟังก์ชั่น" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 #, fuzzy msgid "Structure for view" msgstr "เฉพาะโครงสร้าง" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -6913,7 +6932,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "ส่ง" @@ -7265,7 +7284,7 @@ msgstr "ตัวแปร" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "ค่า" @@ -7610,7 +7629,6 @@ msgstr "" msgid "%d row affected by the last statement inside the procedure" msgid_plural "%d rows affected by the last statement inside the procedure" msgstr[0] "" -msgstr[1] "" #: libraries/rte/rte_routines.lib.php:1225 #, php-format @@ -8009,6 +8027,11 @@ msgstr "" msgid "Target database" msgstr "ค้นหาในฐานข้อมูล" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "คลิกเพื่อเลือก" + #: libraries/sql_query_form.lib.php:189 #, fuzzy, php-format msgid "Run SQL query/queries on server %s" @@ -8167,7 +8190,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "ดัชนี" @@ -8904,7 +8927,7 @@ msgstr "" msgid "Original position" msgstr "" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 #, fuzzy msgid "Information" msgstr "ข้อมูลล็อกอิน" @@ -9761,7 +9784,7 @@ msgstr "ต่อนาที" msgid "per second" msgstr "ต่อวินาที" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "คำสั่ง" @@ -11245,38 +11268,36 @@ msgstr "เปลี่ยนชื่อดัชนีเป็น PRIMARY ไ msgid "No index parts defined!" msgstr "ไม่ได้กำหนดส่วนใดๆ ของดัชนี!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "สร้างดัชนีใหม่" +#| msgid "Add new field" +msgid "Add index" +msgstr "เพิ่มฟิลด์ใหม่" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "แก้ไขดัชนี" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Add new field" +msgid "Edit index" +msgstr "เพิ่มฟิลด์ใหม่" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "ชื่อดัชนี :" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(ชื่อของไพรมารีคีย์จะต้องเป็น \"PRIMARY\" เท่านั้น!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "ชื่อดัชนี :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "ชนิดของดัชนี :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "เพิ่มดัชนีคอลัมน์ %s" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "ย้ายตารางไปที่เดิมไม่ได้" @@ -11407,39 +11428,39 @@ msgstr "ตรวจสอบความสมบูรณ์ของการ msgid "Showing tables" msgstr "แสดงตาราง" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "เนื้อที่ที่ใช้" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "ใช้งาน" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "มีผล" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "สถิติของแถว" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "ไม่คงที่" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "ความยาวแถว" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "ขนาดแถว " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11498,12 +11519,6 @@ msgstr "" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -#, fuzzy -#| msgid "Add new field" -msgid "Add index" -msgstr "เพิ่มฟิลด์ใหม่" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11581,13 +11596,13 @@ msgstr "ที่จุดเริ่มต้นของตาราง" msgid "After %s" msgstr "หลัง %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "สร้างดัชนีโดยคอลัมน์ %s" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -12851,11 +12866,11 @@ msgstr "" #: po/advisory_rules.php:265 msgid "InnoDB buffer pool size" -msgstr "" +msgstr "ขนาดบัฟเฟอร์ของ InnoDB" #: po/advisory_rules.php:266 msgid "Your InnoDB buffer pool is fairly small." -msgstr "" +msgstr "ขนาดบัฟเฟอร์ InnoDB ของคุณมีขนาดเล็ก" #: po/advisory_rules.php:267 #, php-format @@ -12900,6 +12915,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert ตั้งค่าไว้ที่ 0" +#~ msgid "Click to unselect" +#~ msgstr "คลิกเพื่อยกเลิกการเลือก" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "สร้างดัชนีใหม่" + +#~ msgid "Modify an index" +#~ msgstr "แก้ไขดัชนี" + #, fuzzy #~ msgid "Create Table" #~ msgstr "เริ่มหน้าใหม่" diff --git a/po/tr.po b/po/tr.po index 9ba89a6da3..c7668f3722 100644 --- a/po/tr.po +++ b/po/tr.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" -"PO-Revision-Date: 2011-11-09 19:30+0200\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" +"PO-Revision-Date: 2011-11-17 15:57+0200\n" "Last-Translator: Burak Yavuz \n" "Language-Team: turkish \n" "Language: tr\n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.1.6\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Tümünü göster" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "olabilirsiniz ya da tarayıcınızın güvenlik ayarları pencereler arası " "güncellemeleri engellemek için yapılandırılmıştır." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Ara" @@ -48,10 +48,10 @@ msgstr "Ara" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "Ara" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Git" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Anahtar adı" @@ -135,19 +135,19 @@ msgstr "Veritabanı yorumu: " msgid "Table comments" msgstr "Tablo yorumları" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Sütun" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "Sütun" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Türü" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Boş" @@ -203,8 +203,8 @@ msgstr "Bağlantı verilen:" msgid "Comments" msgstr "Yorumlar" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "Yorumlar" msgid "No" msgstr "Hayır" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -329,12 +329,12 @@ msgstr "Kısıtlamaları ekle" msgid "Switch to copied database" msgstr "Kopyalanmış veritabanına geç" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Karşılaştırma" @@ -367,36 +367,36 @@ msgstr "Tablo" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Satır" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Boyut" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "kullanımda" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Oluşturma" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Son güncellenme" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Son kontrol" @@ -458,7 +458,7 @@ msgid "Del" msgstr "Del" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Veya" @@ -526,8 +526,8 @@ msgid "%s match inside table %s" msgid_plural "%s matches inside table %s" msgstr[0] "%s benzeşme, %s tablosu içinde" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Gözat" @@ -658,8 +658,8 @@ msgstr "Hiçbirini Seçme" msgid "Check tables having overhead" msgstr "Ek yükü olan tabloları kontrol et" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -673,14 +673,14 @@ msgstr "Dışa Aktar" msgid "Print view" msgstr "Baskı görünümü" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Boşalt" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Kaldır" @@ -689,7 +689,7 @@ msgstr "Kaldır" msgid "Check table" msgstr "Tabloyu kontrol et" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Tabloyu uyarla" @@ -752,7 +752,7 @@ msgstr "Güncellendi" msgid "Status" msgstr "Durum" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -760,7 +760,7 @@ msgstr "Durum" msgid "Action" msgstr "Eylem" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Bu tabloyu izleme verisini sil" @@ -796,21 +796,21 @@ msgstr "Tabloyu izle" msgid "Database Log" msgstr "Veritabanı Günlüğü" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "ENUM/SET düzenleyci" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "Yeni bir sütun için değerler" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, php-format msgid "Values for column %s" msgstr "%s sütunu için değerler" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "Her bir değeri ayrı alana girin" @@ -879,45 +879,45 @@ msgstr "Taban Katman olarak OpenStreetMaps kullan" msgid "SRID" msgstr "SRID" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "Geometri" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "Nokta" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "X" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "Y" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "Nokta %d" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 msgid "Add a point" msgstr "Nokta ekle" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 msgid "Linestring" msgstr "Satır dizgisi" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "Dış Halka" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "İç Halka" @@ -925,15 +925,15 @@ msgstr "İç Halka" msgid "Add a linestring" msgstr "Satır dizgisi ekle" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "İç halka ekle" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "Poligon" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "Poligon ekle" @@ -1047,195 +1047,204 @@ msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" "phpMyAdmin, çerçeve-kabiliyeti olan tarayıcı ile daha kullanışlıdır." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Seçmek için tıklayın" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Seçimi kaldırmak için tıklayın" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" ifadesi etkisizleştirildi." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Şu komut uygulansın " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Bütün bir veritabanını YOK ETMEK üzeresiniz!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "Bütün bir tabloyu YOK ETMEK üzeresiniz!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "Bütün bir tabloyu KESMEK üzeresiniz!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "İzleme verisi siliniyor" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "Birincil Anahtar/İndeks Kaldırılıyor" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Bu işlem uzun zaman alabilir. Yine de ilerlensin mi?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "BLOB Havuzunu ETKİSİZLEŞTİRMEK'tesiniz!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "Tüm BLOB referanslarını %s veritabanı için etkisizleştirmek istediğinize " "emin misiniz?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Formda eksik değer!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Bu bir sayı değil!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "İndeks ekle" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Düzenleme kipi" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "%s sütun ekle" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "Toplam sayı" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Anamakine adı boş!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Kullanıcı adı boş!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Parola boş!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Parolalar birbiriyle aynı değil!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Kullanıcı ekle" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Yetkiler Yeniden Yükleniyor" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Seçili Kullanıcılar Kaldırılıyor" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Kapat" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Düzenle" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "Canlı trafik çizelgesi" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "Canlı bağ./işlem çizelgesi" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "Canlı sorgu çizelgesi" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "Sabit veri" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Toplam" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Diğer" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "Son yenilemeden bu yana gönderilmiş KiB" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "Son yenilemeden bu yana alınmış KiB" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "Sunucu trafiği (KiB olarak)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "Son yenilemeden bu yana bağlantılar" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "İşlemler" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "Bağlantılar / İşlemler" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "Son yenilemeden bu yana sorular" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "Sorular (sunucu tarafından çalıştırılan ifadeler)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Sorgu istatistikleri" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "Yerel izleme yapılandırması uyumsuz" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1247,163 +1256,163 @@ msgstr "" "büyük olasılıkla bundan sonra çalışmayacak. Lütfen Ayarlar menüsünden " "yapılandırmanızı varsayılana sıfırlayın." -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "Sorgu önbelleği verimi" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "Sorgu önbelleği kullanımı" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "Kullanılan sorgu önbelleği" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "Sistem İşlemcisi Kullanımı" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "Sistem belleği" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "Sistem takası" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KiB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "Ortalama yükleme" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "Toplam bellek" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "Önbelleklenen bellek" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "Arabelleklenen bellek" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "Boş bellek" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "Kullanılan bellek" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "Toplam Takas" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "Önbelleklenen Takas" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "Kullanılan Takas" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "Serbest Takas" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "Gönderilmiş bayt" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "Alınmış bayt" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Bağlantılar" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "Sorular" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Trafik" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "Ayarlar" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "Çizelgeyi kaldır" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "Etiketleri ve başlığı düzenle" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "Çizelgeyi ızgaraya ekle" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "Lütfen diziye en az bir değişken ekleyin" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Yok" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "İzlemeye devam et" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "İzlemeyi duraklat" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "general_log ve slow_query_log etkin." -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "general_log etkinleştirildi." -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "slow_query_log etkinleştirildi." -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log ve general_log etkisiz." -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "log_output, TABLE olarak ayarlı değil." -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "log_output, TABLE olarak ayarlı." -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1414,12 +1423,12 @@ msgstr "" "süren sorguları günlükler. Bu long_query_time'ın, sisteminize bağlı olarak " "0-2 saniyeye ayarlanması tavsiye edilir." -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time %d saniyeye ayarlı." -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1428,30 +1437,30 @@ msgstr "" "varsayılana sıfırlanacak:" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "log_output'u %s'a ayarla" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "%s etkin" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "%s etkisiz" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "long_query_time'ı %ds ayarla" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1459,41 +1468,41 @@ msgstr "" "Bu değişkenleri değiştiremezsiniz. Lütfen root olarak oturum açın veya " "veritabanı yöneticinizle temasa geçin." -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "Ayarları değiştir" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "Şu anki ayarlar" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "Çizelge Başlığı" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "Ayırdedici" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "Böleni %s:" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "Yavaş günlükten" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "Genel günlükten" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "Günlükler çözümleniyor ve yükleniyor. Bu biraz zaman alabilir." -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1503,7 +1512,7 @@ msgstr "" "sadece SQL Metnin kendisi gruplama kriteri olarak kullanılır, böylece " "başlama zamanı gibi, sorguların diğer öznitelikleri farklı olabilir." -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1513,53 +1522,53 @@ msgstr "" "INSERT sorguları, eklenen verinin hiçe sayılması, aynı zamanda birlikte " "gruplanır." -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "Günlük verisi yüklendi. Sorgular bu zaman aralığında çalıştırıldı:" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "Günlük tablosuna atla" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "Günlük çözümlendi, ama bu zaman aralığı içinde bulunan veri yok." #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 msgid "Log table filter options" msgstr "Günlük tablosu süzgeci seçenekleri" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Süzgeç" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "Kelime/düzenli ifadeye göre sorguları süz:" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Grup sorguları, WHERE cümleciklerindeki değişken veri yoksayılıyor" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "Gruplanmış satırların toplamı:" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "Toplam:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "Günlükler yükleniyor" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "İzleyici yenileme başarısız oldu" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1569,21 +1578,21 @@ msgstr "" "ihtimalle oturumunuzun süresi dolduğundandır. Sayfanın yeniden yüklenmesi ve " "tanıtımlarınızın yeniden girilmesi yardımcı olmalıdır." -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "Sayfayı yeniden yükle" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "Etkilenen satırlar:" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" "Yapılandırma dosyasının ayrıştırılması başarısız. Bu geçerli JSON kodu " "görünmüyor" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." @@ -1591,270 +1600,282 @@ msgstr "" "İçe aktarılan yapılandırma ile çizelge çizgilerinin oluşturulması başarısız. " "Varsayılan yapılandırmaya sıfırlanıyor..." -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "İçe Aktar" -#: js/messages.php:192 +#: js/messages.php:193 msgid "Analyse Query" msgstr "Sorguyu Çözümle" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "Danışman sistemi" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "Olası performans sorunları" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "Sorun" -#: js/messages.php:199 +#: js/messages.php:200 msgid "Recommendation" msgstr "Tavsiye" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "Kural ayrıntıları" -#: js/messages.php:201 +#: js/messages.php:202 msgid "Justification" msgstr "Gerekçe" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "Kullanılan değişken / formül" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "Sınama" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "İptal" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Yükleniyor" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "İstek İşleniyor" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "İstek İşlemede Hata" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "Sütun Kaldırılıyor" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "Birincil Anahtar Ekleniyor" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "TAMAM" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "Bu bildiriyi reddetmek için tıklayın" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Veritabanı Yeniden Adlandırılıyor" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Veritabanını Yeniden Yükle" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Veritabanı Kopyalanıyor" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Karakter Grubu Değiştiriliyor" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "Tablonun en az bir sütunu olmalı" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Tablo Ekle" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "İndeksleri gizle" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "İndeksleri göster" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Aranıyor" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Arama sonuçlarını gizle" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Arama sonuçlarını göster" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "Gözatılıyor" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "Siliniyor" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Depolanan işlevin tanımı RETURN ifadesi içermek zorunda!" -#: js/messages.php:248 +#: js/messages.php:249 #, php-format msgid "Add %d value(s)" msgstr "%d değer ekle" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" "Not: Eğer dosya çoklu tablolar içeriyorsa, bunlar bir tane içinde " "birleştirilecektir" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Sorgu kutusunu gizle" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Sorgu kutusunu göster" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Satır seçilmedi" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Değiştir" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "Sorgu yürütme süresi" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Kaydet" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Arama kriterini gizle" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Arama kriterini göster" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 msgid "Zoom Search" msgstr "Yakınlaştırma Arama" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "Her nokta bir veri satırını temsil eder." -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "Noktanın üzerinde durmak etiketini gösterecektir." -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "Çizime yakınlaşmak ya da uzaklaşmak için fare tekerini kullanın." -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "Çizimde gezinmek için tıklayın ve fareyi sürükleyin." -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" "Orijinal durumuna geri gelmek için yakınlaştırmayı sıfırla bağlantısına " "tıklayın." -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Veri satırını mümkün olduğunca düzenlemek ve görmek için veri noktasına " "tıklayın." -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "Çizim en alt sağ köşe boyunca sürüklenerek yeniden boyutlandırılabilir." -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "Satırlar çizim yapmak için tam sayıya dönüştürülür" -#: js/messages.php:287 +#: js/messages.php:288 msgid "Select two columns" msgstr "İki sütun seçin" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "İki farklı sütun seçin" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Sorgu sonuçları işlemleri" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Veri imleci boyutu" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Yoksay" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "Kopyala" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "Sütunları ekle" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Kaynak gösterilen anahtarı seç" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Dış Anahtarı seç" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Lütfen birincil anahtarı veya benzersiz anahtarı seçin" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Göstermek için sütun seçin" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1862,15 +1883,15 @@ msgstr "" "Değişiklikleri yerleşime kaydetmediniz. Eğer bunları kaydetmezseniz, " "kaybolacaklardır. Devam etmek istiyor musunuz?" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "Sütun için bir seçenek ekle " -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "Düzenlemeyi iptal etmek için Esc tuşuna basın" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -1878,24 +1899,24 @@ msgstr "" "Bazı verileri düzenlediniz ve kaydedilmediler. Veriyi kaydetmeden önce bu " "sayfadan ayrılmak istediğinize emin misiniz?" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "Yen.düzenleme için sürükle" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "Sıralamak için tıklayın" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "İşaretlemek/işareti kaldırmak için tıklayın" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" "Sütunların görünürlüğünü değiştirmek
için aşağı açılır okuna tıklayın" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." @@ -1904,34 +1925,34 @@ msgstr "" "özellikler, Düzenle, Kopyala ve Sil bağlantıları kaydedildikten sonra " "çalışmayabilir." -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" "Aynı zamanda çoğu sütunu içeriğine
doğrudan tıklayarak " "düzenleyebilirsiniz." -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "Bağlantıya git" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Parola üret" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Üret" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Parola Değiştir" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Daha Fazla" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1941,260 +1962,260 @@ msgstr "" "%s, %s tarihinde yayınlandı." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", son sağlam sürüm:" -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "güncel" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Bitti" -#: js/messages.php:366 +#: js/messages.php:369 msgctxt "Previous month" msgid "Prev" msgstr "Önceki" -#: js/messages.php:371 +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "Sonraki" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Bugün" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "Ocak" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "Şubat" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "Mart" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "Nisan" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Mayıs" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "Haziran" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "Temmuz" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "Ağustos" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "Eylül" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "Ekim" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "Kasım" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "Aralık" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Oca" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Şub" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Nis" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Haz" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Tem" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Ağu" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Eyl" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Eki" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Kas" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Ara" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Pazar" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Pazartesi" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Salı" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "Çarşamba" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "Perşembe" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "Cuma" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "Cumartesi" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 msgid "Sun" msgstr "Paz" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Ptesi" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Sal" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Çar" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Per" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Cum" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Ctesi" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "Pz" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "Pt" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "Sa" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "Ça" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "Pe" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "Cu" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "Ct" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "Hs" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Süre" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "Saat" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Dakika" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Saniye" @@ -2280,45 +2301,45 @@ msgstr "Gönderilmiş dosya taşınırken hata oldu." msgid "Cannot read (moved) upload file." msgstr "Gönderilen dosya okunamıyor (taşınamadı)." -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Tanımlı indeks yok!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "İndeksler" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Benzersiz" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Paketlendi" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Önemlilik" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Yorum" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Birincil anahtar kaldırıldı" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "%s indeksi kaldırıldı" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2646,14 +2667,14 @@ msgstr "Tablolar" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Veri" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Ek Yük" @@ -2883,48 +2904,48 @@ msgstr "%s gün, %s saat, %s dakika ve %s saniye" msgid "Missing parameter:" msgstr "Eksik parametreler:" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 msgctxt "First page" msgid "Begin" msgstr "Başlangıç" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 msgctxt "Previous page" msgid "Previous" msgstr "Önceki" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 msgctxt "Next page" msgid "Next" msgstr "Sonraki" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 msgctxt "Last page" msgid "End" msgstr "Son" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr ""%s" veritabanına git." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "%s işlevselliği bilinen bir hata tarafından zarar görmüş, bakınız %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "Değiştirmek için tıklayın" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2936,7 +2957,7 @@ msgstr "Değiştirmek için tıklayın" msgid "Structure" msgstr "Yapı" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2944,42 +2965,42 @@ msgstr "Yapı" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Ekle" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "İşlemler" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "Bilgisayarınıza gözat:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Web sunucusu gönderme dizininden %s seçin:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Gönderme işi için ayarladığınız dizine ulaşılamıyor" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "Göndermek için dosyalar yok" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "Çalıştır" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Yazdır" @@ -3433,7 +3454,7 @@ msgid "Character set of the file" msgstr "Dosyanın karakter grubu" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Biçim" @@ -5429,7 +5450,7 @@ msgstr "Sunucu yanıt vermiyor." #: libraries/database_interface.lib.php:1772 msgid "Please check privileges of directory containing database." -msgstr "" +msgstr "Lütfen veritabanını içeren dizinin yetkilerini kontrol edin." #: libraries/database_interface.lib.php:1780 msgid "Details..." @@ -5467,7 +5488,7 @@ msgstr "Yordamlar" msgid "Events" msgstr "Olaylar" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5844,7 +5865,7 @@ msgstr "Anahtara göre sırala" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Seçenekler" @@ -6437,12 +6458,12 @@ msgid "Data dump options" msgstr "Veri dökümü seçenekleri" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Tablo döküm verisi" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Tablo için tablo yapısı" @@ -6653,31 +6674,31 @@ msgstr "Yordamlar" msgid "Functions" msgstr "İşlevler" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Dökümü yapılmış tablolar için kısıtlamalar" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Tablo kısıtlamaları" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "TABLO MIME TÜRLERİ" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "TABLO BAĞLANTILARI" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Görünüm yapısı" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Görünüm yapısı durumu" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "Veri okunması hatası:" @@ -6900,7 +6921,7 @@ msgid "To" msgstr "Buraya" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Gönder" @@ -7254,7 +7275,7 @@ msgstr "Değişken" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Değer" @@ -7929,6 +7950,11 @@ msgstr "Farkı" msgid "Target database" msgstr "Hedef veritabanı" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Seçmek için tıklayın" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8083,7 +8109,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "İndeks" @@ -8827,7 +8853,7 @@ msgstr "Konum" msgid "Original position" msgstr "Orijinal konum" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Bilgi" @@ -9690,7 +9716,7 @@ msgstr "dakika başına" msgid "per second" msgstr "saniye başına" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "İfadeler" @@ -11324,38 +11350,36 @@ msgstr "İndeks'i PRIMARY olarak yeniden adlandıramazsınız!" msgid "No index parts defined!" msgstr "Tanımlı indeks kısımları yok!" -#: tbl_indexes.php:169 -msgid "Create an index" -msgstr "Bir indeks oluştur" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "İndeks ekle" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "İndeksi değiştir" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Düzenleme kipi" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "İndeks adı:" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" "(\"PRIMARY\" sadece ve sadece bir birincil anahtarın adı olmalıdır!" ")" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "İndeks adı:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "İndeks türü:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "İndekse %s sütun ekle" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Sütun sayısı sıfırdan büyük olmalı." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Tablo aynısına taşınamıyor!" @@ -11476,39 +11500,39 @@ msgstr "İlgili bütünlük kontrolü:" msgid "Showing tables" msgstr "Tablolar gösteriliyor" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Alan kullanımı" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Kullanım" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Etkili" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Satır İstatistikleri" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "sabit" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "değişken" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Satır uzunluğu" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Satır boyutu" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "Sonraki otoindeks" @@ -11566,10 +11590,6 @@ msgstr "Belirgin değerlere gözat" msgid "Add primary key" msgstr "Birincil anahtar ekle" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "İndeks ekle" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "Benzersiz indeks ekle" @@ -11637,12 +11657,12 @@ msgstr "Tablonun Başına" msgid "After %s" msgstr "%s sonrasına" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr " %s sütunda indeks oluştur" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "bölüme ayrıldı" @@ -13000,17 +13020,7 @@ msgid "The InnoDB log file size is inadequately large." msgstr "InnoDB günlük dosyası boyutu yetersiz şekilde büyük." #: po/advisory_rules.php:262 -#, fuzzy, php-format -#| msgid "" -#| "It is usually sufficient to set innodb_log_file_size to 25%% of the size " -#| "of {innodb_buffer_pool_size}. A very innodb_log_file_size slows down the " -#| "recovery time after a database crash considerably. See also this Article. You need to shutdown the " -#| "server, remove the InnoDB log files, set the new value in my.cnf, start " -#| "the server, then check the error logs if everything went fine. See also " -#| "this blog entry" +#, php-format msgid "" "It is usually sufficient to set innodb_log_file_size to 25%% of the size of " "{innodb_buffer_pool_size}. A very big innodb_log_file_size slows down the " @@ -13023,9 +13033,9 @@ msgid "" "innodblogfilesize-proper-way.html\\\">this blog entry" msgstr "" "Genellikle innodb_log_file_size değerini {innodb_buffer_pool_size} boyutunun " -"%%25'ine ayarlamak yeterlidir. Çok innodb_log_file_size, veritabanı " -"çökmesinden sonra kurtarma zamanı oldukça yavaşlar. Aynı zamanda bu Makaleye bakın. Sunucuyu kapatmanız, InnoDB " "günlük dosyalarını kaldırmanız, my.cnf içindeki yeni değeri ayarlamanız, " "sunucuyu başlatmanız gerekir, sonrada herşeyin iyi gittiğini anlamak için " @@ -13107,6 +13117,18 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert 0'a ayarlı" +#~ msgid "Click to unselect" +#~ msgstr "Seçimi kaldırmak için tıklayın" + +#~ msgid "Create an index" +#~ msgstr "Bir indeks oluştur" + +#~ msgid "Modify an index" +#~ msgstr "İndeksi değiştir" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Sütun sayısı sıfırdan büyük olmalı." + #~ msgid "Too many connections are aborted" #~ msgstr "Çok fazla bağlantı durduruldu" diff --git a/po/tt.po b/po/tt.po index 8813b9cce4..3c6aa25762 100644 --- a/po/tt.po +++ b/po/tt.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2010-07-22 02:25+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: tatarish \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.1\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Barısın kürsät" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "bälki, yä browserneñ iminlek caylawında täräzä-ara yañartu tıyılğan bulıp " "tora." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Ezläw" @@ -48,10 +48,10 @@ msgstr "Ezläw" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "Ezläw" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Äydä" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Tezeş adı" @@ -133,21 +133,21 @@ msgstr "Biremlek açıqlaması:" msgid "Table comments" msgstr "Tüşämä açıqlaması" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 #, fuzzy #| msgid "Column names" msgid "Column" msgstr "Alan iseme" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "Alan iseme" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Töre" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Buş" @@ -203,8 +203,8 @@ msgstr "Bonı belän bäyläneş:" msgid "Comments" msgstr "Açıqlama" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "Açıqlama" msgid "No" msgstr "Yuq" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -332,12 +332,12 @@ msgstr "Çikläwlär östise" msgid "Switch to copied database" msgstr "Kübäytelgän biremlekkä küçäse" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Tezü cayı" @@ -375,36 +375,36 @@ msgstr "Tüşämä" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Kerem" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Küläme" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "totıla" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Yasalışı" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Soñğı yañartılu" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Soñğı tikşerü" @@ -468,7 +468,7 @@ msgid "Del" msgstr "Sal" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Yä" @@ -541,8 +541,8 @@ msgid "%s match inside table %s" msgid_plural "%s matches inside table %s" msgstr[0] "%s kileşü bar, %s atlı tüşämädä" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Küzätü" @@ -683,8 +683,8 @@ msgstr "Saylanunı Töşer" msgid "Check tables having overhead" msgstr "Check overheaded" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -698,14 +698,14 @@ msgstr "Export" msgid "Print view" msgstr "Bastıru küreneşe" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Buşat" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Beter" @@ -714,7 +714,7 @@ msgstr "Beter" msgid "Check table" msgstr "Tüşämä tikşerü" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Optimize table" @@ -785,7 +785,7 @@ msgstr "" msgid "Status" msgstr "Torış" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -793,7 +793,7 @@ msgstr "Torış" msgid "Action" msgstr "Eş" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -834,22 +834,22 @@ msgstr "Tüşämä tikşerü" msgid "Database Log" msgstr "Biremlek" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of fields" msgid "Values for column %s" msgstr "Alannar sanı" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -923,49 +923,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add %s field(s)" msgid "Add a point" msgstr "%s alan östäw" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Yul ara bilgese" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -975,17 +975,17 @@ msgstr "" msgid "Add a linestring" msgstr "Yaña qullanuçı östäw" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Yaña qullanuçı östäw" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add %s field(s)" msgid "Add a polygon" @@ -1085,217 +1085,226 @@ msgstr "Kire" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin is more friendly with a frames-capable browser." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" cönläläre sünderelgän." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Sin çınlap ta bonı eşlärgä teliseñme: " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "You are about to DESTROY a complete database!" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "You are about to DESTROY a complete database!" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "You are about to DESTROY a complete database!" -#: js/messages.php:37 +#: js/messages.php:35 #, fuzzy #| msgid "Allows inserting and replacing data." msgid "Deleting tracking data" msgstr "Eçtälek östäw/almaştıru xoquqı." -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Bu eş ozaqqa suzıla ala. Barıber eşliseme?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Bu formıda bäyä kertelmi qalğan!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "San tügel bu!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Index" +msgid "Add Index" +msgstr "Tezeş" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit next row" +msgid "Edit Index" +msgstr "Kiläse yazma üzgärtü" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s field(s)" +msgid "Add %d column(s) to index" +msgstr "%s alan östäw" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Total" msgid "Total count" msgstr "Tulayım" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Host adı buş!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Atama buş!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Sersüzeñ buş!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Sersüzlär berbersenä kileşmi!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Törle qullanuçı" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy #| msgid "Reloading the privileges" msgid "Reloading Privileges" msgstr "Bu xoquqlarnı yöklä" -#: js/messages.php:60 +#: js/messages.php:61 #, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" msgstr "Saylanğan qullanuçı beterü" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Tözätü" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Server Saylaw" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy msgid "Live query chart" msgstr "SQL-soraw" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Tulayım" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Server Saylaw" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Proseslar" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "Totaşular" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy msgid "Query statistics" msgstr "Kerem Nöfüse" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Local monitor configuration incompatible" msgstr "Töp köyläneşen yökläp bulmadı: \"%1$s\"" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1303,184 +1312,184 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Soraw alxätere" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Soraw alxätere" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Soraw alxätere" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Total" msgid "Total memory" msgstr "Tulayım" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Bufer Pulı" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Tulayım" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Buş bit sanı" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Alındı" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Totaşular" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy msgid "Questions" msgstr "Farsíça" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Taşım" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Bäyläneşlär buyınça töp mömkinleklär" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Rename database to" msgid "Remove chart" msgstr "Biremlekne bolay atap quy" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Buş" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1488,560 +1497,572 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Biremgä saqlıysı" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Açıq" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Sünek" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Bäyläneşlär buyınça töp mömkinleklär" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Bäyläneşlär buyınça töp mömkinleklär" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Yomğaq başlığı" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy msgid "Jump to Log table" msgstr "Biremleklär yuq" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy msgid "Log table filter options" msgstr "Biremlek saqlaw köyläneşe" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 #, fuzzy msgid "Filter" msgstr "Alan" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy msgid "Sum of grouped rows:" msgstr "Tezelgän yazma sanı bu." -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Tulayım" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy msgid "Loading logs" msgstr "Cirle" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Rename database to" msgid "Reload page" msgstr "Biremlekne bolay atap quy" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Yökläw" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Sorawnı Yañart" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Qullanma" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Qullanma" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy msgid "Loading" msgstr "Cirle" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Proseslar" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Biremlekne bolay atap quy" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Rename database to" msgid "Reload Database" msgstr "Biremlekne bolay atap quy" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Biremlekne boña kübäyt" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Bilgelämä" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "Table must have at least one field." msgid "Table must have at least one column" msgstr "Töşämä alannarı sanı kimendä 1 bulırğa teş." -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Tüşämä qullanıp" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Indexes" msgid "Hide indexes" msgstr "Tezeşlär" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Sırlı kürsät" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Ezläw" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy msgid "Hide search results" msgstr "SQL-soraw" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy msgid "Show search results" msgstr "SQL-soraw" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Küzätü" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "\"%s\" Beterü" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Yaña qullanuçı östäw" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy msgid "Hide query box" msgstr "SQL-soraw" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy msgid "Show query box" msgstr "SQL-soraw" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Kertemnär sayladı" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Üzgärt" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Saqla" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy msgid "Hide search criteria" msgstr "SQL-soraw" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy msgid "Show search criteria" msgstr "SQL-soraw" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Ezläw" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Add/Delete Field Columns" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Soraw qaytarmasın eşkärtü" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Data pointer olılığı" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Qarama" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "%s alan östäw" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Kürsätäse Alan saylaw" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy msgid "Go to link" msgstr "Biremleklär yuq" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Sersüz Ürçetü" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Ürçet" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Sersüz üzgärtü" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Dşm" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2049,30 +2070,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 #, fuzzy msgid ", latest stable version:" msgstr "Server söreme" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy msgid "up to date" msgstr "Biremleklär yuq" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy msgid "Done" msgstr "Eçtälek" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Uzğan" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2080,96 +2101,96 @@ msgid "Next" msgstr "Kiläse" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Tulayım" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binar" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Äpr" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "May" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Yün" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Yül" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Aug" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Ökt" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Ğın" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Äpr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2177,78 +2198,78 @@ msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Yün" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Yül" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Sen" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Ökt" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Nöy" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Dek" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ykş" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Dşm" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Sşm" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Cmğ" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2256,105 +2277,105 @@ msgid "Sun" msgstr "Ykş" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Dşm" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Sşm" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Çrş" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Pnc" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Cmğ" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Şmb" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ykş" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Dşm" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Sşm" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Çrş" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Pnc" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Cmğ" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Şmb" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Waqıt" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "totıla" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2435,46 +2456,46 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Açqıç bilgelänmäde!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Tezeşlär" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Qabatsız" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Qabatlanu sanı" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 #, fuzzy msgid "Comment" msgstr "Açıqlama" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Töp açqıç beterelde" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "\"%s\" digän tezeş salındı" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2802,14 +2823,14 @@ msgstr "Tüşämä" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Eçtälek" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Overhead" @@ -3043,7 +3064,7 @@ msgstr "%s kön, %s säğät, %s minut ta %s sekund" msgid "Missing parameter:" msgstr "" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3051,7 +3072,7 @@ msgctxt "First page" msgid "Begin" msgstr "Başlawğa" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3060,7 +3081,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Uzğan" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3069,7 +3090,7 @@ msgctxt "Next page" msgid "Next" msgstr "Kiläse" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3077,22 +3098,22 @@ msgctxt "Last page" msgid "End" msgstr "Azaq" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr ""%s" biremlegenä küç." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3104,7 +3125,7 @@ msgstr "" msgid "Structure" msgstr "Tözeleş" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3112,43 +3133,43 @@ msgstr "Tözeleş" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Östäw" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Eşkärtü" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "web-server'neñ yökläw törgäge" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Yökläw öçen bigelängän törgäkne uqıp bulmí" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Bastır" @@ -3604,7 +3625,7 @@ msgid "Character set of the file" msgstr "Şul biremneñ bilgelämäse:" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Tözeleş" @@ -5574,7 +5595,7 @@ msgstr "" msgid "Events" msgstr "Cibärelde" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5988,7 +6009,7 @@ msgstr "Qullanası tezeş" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 #, fuzzy msgid "Options" msgstr "Eşkärtü" @@ -6558,12 +6579,12 @@ msgid "Data dump options" msgstr "Biremlek saqlaw köyläneşe" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Tüşämä eçtälegen çığaru" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Tüşämä tözeleşe" @@ -6770,33 +6791,33 @@ msgstr "Proseslar" msgid "Functions" msgstr "Funksí" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Constraints for dumped tables" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Constraints for table" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME TYPES FOR TABLE" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "RELATIONS FOR TABLE" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 #, fuzzy msgid "Structure for view" msgstr "Tözeleşen genä" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 #, fuzzy msgid "Stand-in structure for view" msgstr "Tözeleşen genä" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -7023,7 +7044,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Künder" @@ -7370,7 +7391,7 @@ msgstr "Üzgärmä" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Bäyä" @@ -8114,6 +8135,11 @@ msgstr "" msgid "Target database" msgstr "Biremlektä ezläw: " +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8275,7 +8301,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Tezeş" @@ -9082,7 +9108,7 @@ msgstr "Urın" msgid "Original position" msgstr "Tärtip buyınça urın" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Beleşmä" @@ -9947,7 +9973,7 @@ msgstr "minut sayın" msgid "per second" msgstr "sekund sayın" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Cömlä" @@ -11450,38 +11476,34 @@ msgstr "Açqıçnı \"PRIMARY\" itep atap bulmí!" msgid "No index parts defined!" msgstr "No index parts defined!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Yaña tezeş yaratu" +#| msgid "Print view" +msgid "Edit index" +msgstr "Bastıru küreneşe" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Açqıç üzgärtü" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Tezeş adı :" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(Töp açqıçnıñ ğına adı \"PRIMARY\" bulırğa tieş!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Tezeş adı :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Tezeş töre :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Açqıçqa tağın  %s alan östise" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Ber ük at belän tüşämä küçerep bulmí!" @@ -11612,39 +11634,39 @@ msgstr "Bäyläneşlärne döreslekkä tikşerü:" msgid "Showing tables" msgstr "Tüşämälär kürsätäse" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Totılğan Alan" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Totılu" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Uñışlı" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Kerem Nöfüse" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "üzgärüçän" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Kerem ozınlığı" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Kerem olılığı" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11704,10 +11726,6 @@ msgstr "Browse foreign values" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11784,13 +11802,13 @@ msgstr "Tüşämä Başına" msgid "After %s" msgstr "%s artınnan" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "%s alannan tezeş yaratu" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -13124,6 +13142,13 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Yaña tezeş yaratu" + +#~ msgid "Modify an index" +#~ msgstr "Açqıç üzgärtü" + #, fuzzy #~ msgid "Create Table" #~ msgstr "Yaña Bit yaratu" diff --git a/po/ug.po b/po/ug.po index 6443385937..7732556a13 100644 --- a/po/ug.po +++ b/po/ug.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2010-08-26 11:59+0200\n" "Last-Translator: \n" "Language-Team: Uyghur \n" @@ -17,13 +17,13 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "ھەممىسىنى كۆرسىتىش" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -40,9 +40,9 @@ msgstr "" "كۆزنەكنى يىڭىلاشقا ئامالسىز،سىز بەلكەم باش كۆزنەكنى تاقىۋەتكەن بۇلىشىڭىز " "ياكى تور كۆرەۈچىڭىزنىڭ بىخەتەرلىك تەڭشىكى تسقۇنلۇق قىلغان بۇلىشى مۇمكىن." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "ئىزدەش" @@ -50,10 +50,10 @@ msgstr "ئىزدەش" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -75,17 +75,17 @@ msgstr "ئىزدەش" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "ئىجرا قىلىش" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "قىممەت ئىسمى" @@ -135,19 +135,19 @@ msgstr "ساندان ئىزاھاتى:" msgid "Table comments" msgstr "جەدۋەل ئىزاھى" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "سۆزلەم" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -159,18 +159,18 @@ msgstr "سۆزلەم" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "تۈرى" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "بوش" @@ -203,8 +203,8 @@ msgstr "ئۇلانما" msgid "Comments" msgstr "ئىزاھلار" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -219,8 +219,8 @@ msgstr "ئىزاھلار" msgid "No" msgstr "يوق" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -329,12 +329,12 @@ msgstr "مەجبۇرى قوشۇش" msgid "Switch to copied database" msgstr "كۆپەيتىلگەن ساندانغا كۆچۈش" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "تاسقاش" @@ -369,36 +369,36 @@ msgstr "جەدۋەل" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "سەپ سانى" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "ھەجىم" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "ئىشلىتىلمەكتە" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "قۇرۇش" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "ئاخىرقى يېڭلىنىش" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "ئاخىرقى تەكشۈرۈش" @@ -460,7 +460,7 @@ msgid "Del" msgstr "ئۆچۈرۈش" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "ياكى" @@ -528,8 +528,8 @@ msgid "%s match inside table %s" msgid_plural "%s matches inside table %s" msgstr[0] "%s ئۇيغۇنلۇق تىپىلدى، جەدۋىلى %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "كۆزەت" @@ -666,8 +666,8 @@ msgstr "تاللاشنى بىكار قىلىش" msgid "Check tables having overhead" msgstr "مەزمۇن بارلارنى تاللاش" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -681,14 +681,14 @@ msgstr "چىقىرىش" msgid "Print view" msgstr "بېسىپ كۆرسىتىش" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "تازىلاش" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "ئۆچۈرۈش" @@ -697,7 +697,7 @@ msgstr "ئۆچۈرۈش" msgid "Check table" msgstr "جەدۋەل تەكشۈرۈش" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "جەدۋەلنى ئەلالاش" @@ -762,7 +762,7 @@ msgstr "يېڭلاش" msgid "Status" msgstr "ھالەت" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -770,7 +770,7 @@ msgstr "ھالەت" msgid "Action" msgstr "ئامال" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "سانلىق مەلۇماتنى ئىزقوغلاپ ئۈچۈرۈش" @@ -806,22 +806,22 @@ msgstr "جەدۋەل ئىزلاش" msgid "Database Log" msgstr "ساندان خاتىرىسى" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of columns" msgid "Values for column %s" msgstr "سۆزلەم سانى" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -897,49 +897,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Routines" msgid "Add a point" msgstr "دائىملىق" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "قۇر ئالماشۇرۇش بەلگىسى" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -949,15 +949,15 @@ msgstr "" msgid "Add a linestring" msgstr "مەجبۇرى قوشۇش" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 msgid "Add a polygon" msgstr "" @@ -1067,213 +1067,222 @@ msgstr "قايتىش" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin دەستەك توركۆرگۈچلەردە ياخشى ئىشلەيدۇ." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "بىر چىكىپ تاللاڭ" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "بىر چىكىپ بىكار قىلىڭ" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "ساندان ئۆچۈرۈش بۇيرۇقى (\"DROP DATABASE\") چەكلەنگەن." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "راستىنلا ئجرا قىلىمسىز" -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "ساندان تولۇق ئۆچۈرۈلدى!" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "ساندان تولۇق ئۆچۈرۈلدى!" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "ساندان تولۇق ئۆچۈرۈلدى!" -#: js/messages.php:37 +#: js/messages.php:35 #, fuzzy #| msgid "Delete tracking data for this table" msgid "Deleting tracking data" msgstr "سانلىق مەلۇماتنى ئىزقوغلاپ ئۈچۈرۈش" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "سىز BLOB ئامبىرنى توقتاتماقچى!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "سىز ھەقىقەتەن %s ئۈستىدىكى BLOB ئىقتىدارىنى تاقىماقچىمۇ؟" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "بۇ ئورۇننىڭ قىممىتى تولدۇرۇلمىغان !" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "سان كىرگۈزىڭ !" +#: js/messages.php:46 +#, fuzzy +#| msgid "Indexes" +msgid "Add Index" +msgstr "تېزىسلار" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Insert" +msgid "Edit Index" +msgstr "قىستۇرۇش" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add/Delete columns" +msgid "Add %d column(s) to index" +msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Log file count" msgid "Total count" msgstr "كۈندىلىك ھۆججەت ئۇمۇمىي سانى" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "مۇلازىمىتېر ئىسمى بوشكەن!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "قوللانغۇچى ئىسمى بوشكەن!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "پارول بوشكەن!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "كىرگۈزگەن پارولار ئوخشاش ئەمەس!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Add %s" msgid "Add user" msgstr "قوشۇلغىنى %s" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy #| msgid "No Privileges" msgid "Reloading Privileges" msgstr "ھوقۇقسىز" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "تەھىرلەش" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "مۇلازىمىتېر تاللاش" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy #| msgid "SQL query" msgid "Live query chart" msgstr "SQL سورىقى" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "يىغىندىسى" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "مۇلازىمىتېر تاللاش" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Could not load default configuration from: %1$s" msgid "Local monitor configuration incompatible" msgstr "تەڭشەك ئەندىزى %1$s كىرگۈزىلمىدى." -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1281,181 +1290,181 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Tracking is not active." msgid "Query cache efficiency" msgstr "ئىزلاش ئاكتىپ ئەمەس" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Latched pages" msgid "Query cache usage" msgstr "قۇلۇپلانغان بەت" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Latched pages" msgid "Query cache used" msgstr "قۇلۇپلانغان بەت" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KiB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Log file count" msgid "Total memory" msgstr "كۈندىلىك ھۆججەت ئۇمۇمىي سانى" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "يىغىندىسى" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "ئاق(قۇرۇق)بەت" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy #| msgid "Versions" msgid "Questions" msgstr "نەشىر" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "ئاساسىي ئالاقە ۋاريانتلىرى" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Remove database" msgid "Remove chart" msgstr "ئۆزگەرتىلگەن ساندان ئىسمى" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "يوق" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1463,554 +1472,566 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "ھۆججەتنى باشقا ساقلاش" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disabled" msgid "Disable %s" msgstr "تاقالدى" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "ئاساسىي ئالاقە ۋاريانتلىرى" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "ئاساسىي ئالاقە ۋاريانتلىرى" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "دوكلات تېمىسى" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy #| msgid "%s table" #| msgid_plural "%s tables" msgid "Jump to Log table" msgstr "%s جەدۋەل" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 msgid "Log table filter options" msgstr "" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of columns" msgid "Sum of grouped rows:" msgstr "سۆزلەم سانى" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "يىغىندىسى" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy #| msgid "No Privileges" msgid "Loading logs" msgstr "ھوقۇقسىز" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Remove database" msgid "Reload page" msgstr "ئۆزگەرتىلگەن ساندان ئىسمى" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "كىرگۈزۈش" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "يېڭلاش" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "قوللانما" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details..." msgid "Rule details" msgstr "تەپسىلاتلار..." -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Authenticating..." msgid "Justification" msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ..." -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "بىكار قىلىش" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "ئۆزگەرتىلگەن ساندان ئىسمى" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Remove database" msgid "Reload Database" msgstr "ئۆزگەرتىلگەن ساندان ئىسمى" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "كۆچۈرۈلگەن ساندان" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "Table must have at least one column." msgid "Table must have at least one column" msgstr "سانلىق مەلۇمات جەدېۋىلىدە ئەڭ ئاز بولغاندا بىر خەت بۇلۇش كىرەك" -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "جەدۋەللەرنى ئىشلىتىش" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Indexes" msgid "Hide indexes" msgstr "تېزىسلار" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Indexes" msgid "Show indexes" msgstr "تېزىسلار" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "ئىزدەش" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy #| msgid "SQL query" msgid "Show search results" msgstr "SQL سورىقى" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "كۆزەت" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Delete" msgid "Deleting" msgstr "ئۆچۈرۈش" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy #| msgid "SQL query" msgid "Show query box" msgstr "SQL سورىقى" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "ئۆزگەرتتىش" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy #| msgid "SQL query" msgid "Show search criteria" msgstr "SQL سورىقى" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "ئىزدەش" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "SQL query" +msgid "Query results" +msgstr "SQL سورىقى" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "سانلىق مەلۇمات قوللانمىسىنىڭ چوڭ كىچىكلىكى" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add/Delete columns" msgid "Add columns" msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "سېرتقى ئۇلىنىشنى تاللاش" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "تاشقى ئاچقۇق قىممىتى" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "ئاساسىي قىممەت ياكى بىردىنبىر قىمەتنى تاللاڭ" # column نى سۆزلەم دەپ ئالساق مۇۋاپىق بولغىدەك -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "سۆزلەمنى كۆرسەتمەسلىك" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "بىر چىكىپ تاللاڭ" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "پارول ھاسىللاش" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "ھاسىللاش" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "پارولنى ئۆزگەرتىش" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "تېخىمۇ كۆپ" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2018,13 +2039,13 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 #, fuzzy #| msgid "Last version" msgid ", latest stable version:" msgstr "ېيڭى نەشىر" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy #| msgid "%s table" #| msgid_plural "%s tables" @@ -2032,18 +2053,18 @@ msgid "up to date" msgstr "%s جەدۋەل" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "تامام" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "ئالدىنقى ئاي" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2051,149 +2072,149 @@ msgid "Next" msgstr "كىيىنكى ئاي" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "بۈگۈن" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "قەھرىتان" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "ھۇت" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "نورۇز" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "ئۈمىد" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "باھار" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "6-ئاي" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "7-ئاي" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "8-ئاي" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "9-ئاي" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "10-ئاي" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "11-ئاي" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "12-ئاي" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "1-ئاي" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "2-ئاي" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "3-ئاي" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "4-ئاي" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "5-ئاي" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "6-ئاي" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "چىللە" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "تومۇز" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "مىزان" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "ئوغۇز" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "ئوغلاق" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "كۆنەك" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "يەكشەنبە" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "دۈشەنبە" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "سەيشەنبە" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "چارشەنبە" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "پەيشەنبە" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "جۈمە" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "شەنبە" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2201,89 +2222,89 @@ msgid "Sun" msgstr "يەكشەنبە" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "دۈشەنبە" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "سەيشەنبە" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "چارشەنبە" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "پەيشەنبە" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "جۈمە" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "شەنبە" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "يەكشەنبە" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "دۈشەنبە" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "سەيشەنبە" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "چارشەنبە" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "پەيشەنبە" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "جۈمە" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "شەنبە" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "ھەپتە" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "ۋاقىت" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "سائەت" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "مىنۇت" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "سېكنۇت" @@ -2367,45 +2388,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "index قىممىتى بەلگىلەنمىگەن!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "تېزىسلار" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "بىردىنبىر" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "ئىخچام" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "تۈپ سان" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "ئىزاھات" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "ئاساسىي قىممەت ئۆچۈرۈلدى" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "ئۆچۈرۈلگەن تېزىسلار %s" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2732,14 +2753,14 @@ msgstr "" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "سانلىق مەلۇمات" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "ئېغىر يۈك" @@ -2967,7 +2988,7 @@ msgstr "%s كۈن, %s سائەت, %s مىنىۇ ۋە %s سېكوند" msgid "Missing parameter:" msgstr "دائىملىق" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2975,7 +2996,7 @@ msgctxt "First page" msgid "Begin" msgstr "باشلا" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -2984,7 +3005,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "ئالدىنقىسى" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -2993,7 +3014,7 @@ msgctxt "Next page" msgid "Next" msgstr "كىيىنكى ئاي" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3001,24 +3022,24 @@ msgctxt "Last page" msgid "End" msgstr "ئاخىرقىسى" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "ساندان "%s" .غا ئۆتۈش" -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "بىر چىكىپ تاللاڭ" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3030,7 +3051,7 @@ msgstr "بىر چىكىپ تاللاڭ" msgid "Structure" msgstr "تۈزۈلىشى" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3038,43 +3059,43 @@ msgstr "تۈزۈلىشى" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "قىستۇرۇش" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "ئىشلەملەر" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "مۇلازىمىتېردىكى يۈكلەش مۇندەرىجىسى" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "كۆرسىتىلگەن مۇندەرىجىگە يۈكلىيەلمىدى" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "يازدۇر" @@ -3508,7 +3529,7 @@ msgid "Character set of the file" msgstr "" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "فورماتلاش" @@ -5408,7 +5429,7 @@ msgstr "دائىملىق" msgid "Events" msgstr "ھادىسە" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5813,7 +5834,7 @@ msgstr "" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "" @@ -6359,12 +6380,12 @@ msgid "Data dump options" msgstr "" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "ئايلاندۇرۇپ ساقلاش جەدىۋېلىدىكى سانلىق مەلۇمات" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "جەدېۋەلنىڭ تۈزىلىشى" @@ -6564,31 +6585,31 @@ msgstr "" msgid "Functions" msgstr "" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "" @@ -6809,7 +6830,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "" @@ -7154,7 +7175,7 @@ msgstr "" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "" @@ -7886,6 +7907,11 @@ msgstr "" msgid "Target database" msgstr "" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "بىر چىكىپ تاللاڭ" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8020,7 +8046,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "" @@ -8728,7 +8754,7 @@ msgstr "" msgid "Original position" msgstr "" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "" @@ -9555,7 +9581,7 @@ msgstr "" msgid "per second" msgstr "" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "" @@ -11021,38 +11047,34 @@ msgstr "" msgid "No index parts defined!" msgstr "" -#: tbl_indexes.php:169 -#, fuzzy -#| msgid "Create version" -msgid "Create an index" -msgstr "نەشىرنى قۇىماق" - -#: tbl_indexes.php:171 -msgid "Modify an index" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" msgstr "" -#: tbl_indexes.php:176 +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Print view" +msgid "Edit index" +msgstr "بېسىپ كۆرسىتىش" + +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "" @@ -11179,39 +11201,39 @@ msgstr "" msgid "Showing tables" msgstr "جەدېۋەلنىڭ چوڭ-كىچىكلىكىنى كۆرسىتىش" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11266,10 +11288,6 @@ msgstr "" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11339,12 +11357,12 @@ msgstr "" msgid "After %s" msgstr "" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -12643,6 +12661,13 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "بىر چىكىپ بىكار قىلىڭ" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "نەشىرنى قۇىماق" + #, fuzzy #~ msgid "Create Table" #~ msgstr "قۇرۇش" diff --git a/po/uk.po b/po/uk.po index 9a0826d63c..340a595568 100644 --- a/po/uk.po +++ b/po/uk.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-07-03 18:10+0200\n" "Last-Translator: \n" "Language-Team: ukrainian \n" @@ -15,13 +15,13 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Показати все" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -39,9 +39,9 @@ msgstr "" "вікно, або налаштування безпеки Вашого оглядача блокують між-віконні " "оновлення." -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Шукати" @@ -49,10 +49,10 @@ msgstr "Шукати" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -74,17 +74,17 @@ msgstr "Шукати" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "Вперед" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Ім'я ключа" @@ -136,19 +136,19 @@ msgstr "Коментар бази даних: " msgid "Table comments" msgstr "Коментар до таблиці" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "Стовпчик" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -160,18 +160,18 @@ msgstr "Стовпчик" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Тип" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Нуль" @@ -204,8 +204,8 @@ msgstr "Лінки до" msgid "Comments" msgstr "Коментарі" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -220,8 +220,8 @@ msgstr "Коментарі" msgid "No" msgstr "Ні" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -330,12 +330,12 @@ msgstr "Додати constraints" msgid "Switch to copied database" msgstr "Перейти до скопійованої бази даних" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Порівняння" @@ -368,36 +368,36 @@ msgstr "Таблиця" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Рядки" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Розмір" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "використовується" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Створено" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Поновлено" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Перевірено" @@ -462,7 +462,7 @@ msgid "Del" msgstr "Видалити" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Або" @@ -532,8 +532,8 @@ msgstr[0] "%s співпадіння у таблиці %s" msgstr[1] "%s співпадіння у таблиці %s" msgstr[2] "%s співпадінь у таблиці %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Переглянути" @@ -669,8 +669,8 @@ msgstr "Зняти усі відмітки" msgid "Check tables having overhead" msgstr "" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -684,14 +684,14 @@ msgstr "Експорт" msgid "Print view" msgstr "Версія для друку" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Очистити" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Знищити" @@ -700,7 +700,7 @@ msgstr "Знищити" msgid "Check table" msgstr "Перевірити таблицю" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Оптимізувати таблицю" @@ -765,7 +765,7 @@ msgstr "Оновлено" msgid "Status" msgstr "Статус" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -773,7 +773,7 @@ msgstr "Статус" msgid "Action" msgstr "Дія" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "" @@ -809,22 +809,22 @@ msgstr "" msgid "Database Log" msgstr "Журнал бази даних" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of columns" msgid "Values for column %s" msgstr "Число колонок" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -900,49 +900,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add into comments" msgid "Add a point" msgstr "Додати коментар" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Рядки розділено" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -952,15 +952,15 @@ msgstr "" msgid "Add a linestring" msgstr "Додати constraints" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add into comments" msgid "Add a polygon" @@ -1061,203 +1061,212 @@ msgstr "Назад" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin є більш зручним в браузері з підтримкою фреймів." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "Оператори \"DROP DATABASE\" заборонені." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Ви насправді хочете " -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "Видалення даних трекінгу" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Ця операція може зайняти багато часу. Продовжити ?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Не задано значення для форми!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Це не число!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Index" +msgid "Add Index" +msgstr "Індекс" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Режим редагування" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "Додати %s стовпчик(ів)" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Total" msgid "Total count" msgstr "Разом" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Порожнє ім'я хоста!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Порожнє і'мя користувача!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Порожній пароль!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Паролі не однакові!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "Додати користувача" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "Перезавантаження прав" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "Видалити відмічених користувачів" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Закрити" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Редагувати" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Вибір сервера" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy #| msgid "SQL query" msgid "Live query chart" msgstr "SQL-запит" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Разом" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "Інше" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Вибір сервера" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Процеси" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "З'єднань / Процесів" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "Статистика запиту" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Failed to read configuration file" msgid "Local monitor configuration incompatible" msgstr "Неможливо прочитати конфігураційний файл." -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1265,181 +1274,181 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Tracking is not active." msgid "Query cache efficiency" msgstr "Трекінг не активний." -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Space usage" msgid "Query cache usage" msgstr "Простір, що використовується" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Space usage" msgid "Query cache used" msgstr "Простір, що використовується" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "МБ" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "кБ" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Total" msgid "Total memory" msgstr "Разом" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Разом" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Отримано" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "З'єднань" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy #| msgid "Relations" msgid "Questions" msgstr "Зв'язки" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Трафік" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Загальні можливості" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Remove database" msgid "Remove chart" msgstr "Видалити базу даних" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Немає" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1447,534 +1456,546 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save output to a file" msgid "Set log_output to %s" msgstr "Зберегти вивід у файл" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "дозволено" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disabled" msgid "Disable %s" msgstr "заблоковано" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Загальні можливості" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Загальні можливості" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Import files" msgid "Chart Title" msgstr "Імпорт файлів" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy #| msgid "Jump to database" msgid "Jump to Log table" msgstr "Перейти до бази даних" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Table options" msgid "Log table filter options" msgstr "Налаштування таблиці" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of rows:" msgid "Sum of grouped rows:" msgstr "Число рядків:" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Разом" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy #| msgid "Loading" msgid "Loading logs" msgstr "Завантаження" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload Database" msgid "Reload page" msgstr "Перезавантаження бази даних" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Імпорт" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Доповнити запит" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Документація" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Authentication" msgid "Justification" msgstr "Аутентифікація" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Скасувати" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "Завантаження" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "Обробка запиту" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "Помилка при обробці запиту" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "Перейменування баз даних" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "Перезавантаження бази даних" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "Копіювання бази даних" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "Зміна Кодування" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "Таблиця повинна мати принаймі один Стовпчик" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "Вставити таблицю" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Indexes" msgid "Hide indexes" msgstr "Індекси" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Показати сітку" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "Пошук" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "Сховати результати пошуку" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "Показати результати пошуку" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Переглянути" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Усунути %s" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "Add a new User" msgid "Add %d value(s)" msgstr "Додати нового користувача" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "Сховати блок запиту" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "Показати блок запиту" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Рядків не вибрано" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Змінити" -#: js/messages.php:259 +#: js/messages.php:260 #, fuzzy #| msgid "Maximum execution time" msgid "Query execution time" msgstr "Максимальний час виконання" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Зберегти" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "Сховати критерії пошуку" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "Показати критерії пошуку" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Шукати" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "Додати/Прибрати колонки" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "SQL result" +msgid "Query results" +msgstr "SQL result" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Table of contents" +msgid "Data point content" +msgstr "Зміст" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Ігнорувати" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add into comments" msgid "Add columns" msgstr "Додати коментар" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "Виберіть колонку для відображення" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 msgid "Go to link" msgstr "" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "Згенерувати пароль" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Згенерувати" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "Змінити пароль" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "Більше" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1982,29 +2003,29 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr "" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy #| msgid "Jump to database" msgid "up to date" msgstr "Перейти до бази даних" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "Готово" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Попередні" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2012,149 +2033,149 @@ msgid "Next" msgstr "Наступні" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "Сьогодні" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "Січень" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "Лютий" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "Березень" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "Квітень" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Травень" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "Червень" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "Липень" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "Серпень" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "Вересень" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "Жовтень" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "Листопад" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "Грудень" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Січ" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Лют" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Бер" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Квт" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "Трв" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Чрв" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Лип" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Сер" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Вер" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Жов" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Лис" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Гру" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "Неділя" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "Понеділок" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "Вівторок" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "Середа" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "Четвер" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "П'ятниця" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "Субота" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2162,89 +2183,89 @@ msgid "Sun" msgstr "Нд" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Пн" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Вт" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Ср" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Чт" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Пт" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Сб" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "Нд" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "Пн" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "Вт" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "Ср" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "Чт" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "Пт" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "Сб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Час" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "Хвилина" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "Секунда" @@ -2324,45 +2345,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Індекс не визначено!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Індекси" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Унікальне" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Кількість елементів" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Коментар" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Первинний ключ було знищено" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "Індекс %s було знищено" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2684,14 +2705,14 @@ msgstr "Таблиць" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Дані" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Надмірні видатки" @@ -2917,7 +2938,7 @@ msgstr "%s днів, %s годин, %s хвилин і %s секунд" msgid "Missing parameter:" msgstr "" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2925,7 +2946,7 @@ msgctxt "First page" msgid "Begin" msgstr "Початок" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -2934,7 +2955,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Назад" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -2943,7 +2964,7 @@ msgctxt "Next page" msgid "Next" msgstr "Наступні" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -2951,22 +2972,22 @@ msgctxt "Last page" msgid "End" msgstr "Кінець" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "Перейти до бази даних "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2978,7 +2999,7 @@ msgstr "" msgid "Structure" msgstr "Структура" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2986,42 +3007,42 @@ msgstr "Структура" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Вставити" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Операцій" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Виберіть з каталога веб-сервера для завантаження файлів %s:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Встановлений Вами каталог для завантаження файлів недоступний" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "Виконати" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Друк" @@ -3455,7 +3476,7 @@ msgid "Character set of the file" msgstr "" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Формат" @@ -5318,7 +5339,7 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5688,7 +5709,7 @@ msgstr "" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "" @@ -6238,12 +6259,12 @@ msgid "Data dump options" msgstr "Налаштування експорту бази даних" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Дамп даних таблиці" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Структура таблиці" @@ -6444,31 +6465,31 @@ msgstr "" msgid "Functions" msgstr "" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -6687,7 +6708,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Виконати" @@ -7036,7 +7057,7 @@ msgstr "Змінна" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Значення" @@ -7779,6 +7800,11 @@ msgstr "" msgid "Target database" msgstr "" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -7936,7 +7962,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Індекс" @@ -8707,7 +8733,7 @@ msgstr "" msgid "Original position" msgstr "" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "" @@ -9571,7 +9597,7 @@ msgstr "за хвилину" msgid "per second" msgstr "за секунду" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Параметр" @@ -11051,38 +11077,34 @@ msgstr "Неможливо перейменувати індекс в PRIMARY!" msgid "No index parts defined!" msgstr "Не визначено частини індекса!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Створити новий індекс" +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Режим редагування" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Змінити індекс" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Назва індекса :" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(\"PRIMARY\" повинно бути іменем лише первинного ключа!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Назва індекса :" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Тип індекса :" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "Додати до індексу %s колоноку(и)" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Не можу перенести таблицю саму в себе!" @@ -11209,39 +11231,39 @@ msgstr "Перевір цілісність даних на рівні поси msgid "Showing tables" msgstr "Показати таблиці" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Простір, що використовується" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Використання" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Ефективність" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Статистика рядка" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "динамічний" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Довжина рядка" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Розмір рядка " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11300,10 +11322,6 @@ msgstr "" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11380,13 +11398,13 @@ msgstr "На початку таблиці" msgid "After %s" msgstr "Після %s" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "Створити індекс на %s колонках" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -12695,6 +12713,13 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Створити новий індекс" + +#~ msgid "Modify an index" +#~ msgstr "Змінити індекс" + #~ msgid "Create Table" #~ msgstr "Створити Таблицю" diff --git a/po/ur.po b/po/ur.po index a9490e7627..fb2cfc8276 100644 --- a/po/ur.po +++ b/po/ur.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-04-23 08:37+0200\n" "Last-Translator: Mehbooob Khan \n" "Language-Team: Urdu \n" @@ -17,13 +17,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "تمام دکھائیں" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -40,9 +40,9 @@ msgstr "" "مطلوبہ براؤزر دریچہ تازہ نہیں کیا جاسکتا۔ ہوسکتا ہے کہ آپ نے اصل دریچہ بند " "کیا ہو یا آپ کے سلامتی ترتیبات پار دریچہ تازہ کاری میں رکاوٹ بن رہے ہوں۔" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "تلاش" @@ -50,10 +50,10 @@ msgstr "تلاش" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -75,17 +75,17 @@ msgstr "تلاش" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "جائیں" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "کلید نام" @@ -138,21 +138,21 @@ msgstr "کوائفیہ تبصرہ:" msgid "Table comments" msgstr "جدول تبصرے" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 #, fuzzy #| msgid "Command" msgid "Column" msgstr "کالم" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -164,18 +164,18 @@ msgstr "کالم" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "قِسم" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "خالی" @@ -208,8 +208,8 @@ msgstr "ربط بطرف" msgid "Comments" msgstr "تبصرہ" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -224,8 +224,8 @@ msgstr "تبصرہ" msgid "No" msgstr "نہیں" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -334,12 +334,12 @@ msgstr "پابندیاں لگائیں" msgid "Switch to copied database" msgstr "نقل شدہ کوائفیہ پر جائیں" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "ترتیب" @@ -372,37 +372,37 @@ msgstr "جدول" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "صفیں" # db_printview.php:107 libraries/db_structure.lib.php:58 tbl_indexes.php:188 -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "ناپ" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "استعمال میں ہے" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "بنائیں" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "آخری دفعہ کی تازہ کاری" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "آخری دفعہ کی پڑتال" @@ -466,7 +466,7 @@ msgid "Del" msgstr "Del" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "یا" @@ -535,8 +535,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "%sجدول کے ساتھ مشابہ%s" msgstr[1] "%sجدول کے ساتھ مشابہات%s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "براؤز" @@ -672,8 +672,8 @@ msgstr "تمام غیر پڑتال کریں" msgid "Check tables having overhead" msgstr "اوور ہیڈ جداول کی پڑتال کریں" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -687,14 +687,14 @@ msgstr "برآمد" msgid "Print view" msgstr "چھپائی منظر" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "خالی" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "چھوڑیں" @@ -703,7 +703,7 @@ msgstr "چھوڑیں" msgid "Check table" msgstr "جدول پڑتال کریں" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "جدول احسن کریں" @@ -770,7 +770,7 @@ msgstr "تازہ کی گئی" msgid "Status" msgstr "حالت" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -778,7 +778,7 @@ msgstr "حالت" msgid "Action" msgstr "عمل" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "اس جدول کے لیے کھوج کوائف حذف کریں" @@ -814,24 +814,24 @@ msgstr "جدول کھوج" msgid "Database Log" msgstr "کوائفیہ لاگ" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "کالم کی قدریں\"%s\"" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "کالم کی قدریں\"%s\"" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field" @@ -910,49 +910,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Add a point" msgstr "فیلڈ کالمز شامل یا ختم کریں" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "سطریں کے آخر میں" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -962,15 +962,15 @@ msgstr "" msgid "Add a linestring" msgstr "پابندیاں لگائیں" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 msgid "Add an inner ring" msgstr "" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Add a polygon" @@ -1082,212 +1082,221 @@ msgstr "واپس" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin ایک فریم صلاحیت والے براؤزر کے ساتھ زیادہ موزوں ہے۔" -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "انتخاب کے لیے کلک کریں" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "غیر منتخب کے لیے کلک کریں" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" بیانات نااہل ہیں۔" -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "کیا آپ واقعی چاہتے ہیں" -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "آپ ایک مکمل کوائفیہ کو DESTROY کررہے ہیں!" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "آپ ایک مکمل کوائفیہ کو DESTROY کررہے ہیں!" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "آپ ایک مکمل کوائفیہ کو DESTROY کررہے ہیں!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "کھوج کوائف کو حذف کیا جارہا ہے" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "بنیادی کلید/اشاریہ چھوڑا جارہا ہے" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "یہ عمل زیادہ وقت لے سکتا ہے۔ بہرصورت جاری رکھیں؟" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "آپ ایک BLOB ذخیرہ کو DISABLE کررہے ہیں!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "اثبات کریں کہ آپ تمامBLOB حوالے برائے کوائفیہ کو نااہل کرنا چاہتے ہیں %s?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "فارم میں قدر موجود نہیں!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "یہ ایک نمبر نہیں ہے!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Indexes" +msgid "Add Index" +msgstr "اشاریے" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "تدوین موڈ" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add/Delete Field Columns" +msgid "Add %d column(s) to index" +msgstr "فیلڈ کالمز شامل یا ختم کریں" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Total" msgid "Total count" msgstr "میزان" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "ہوسٹ نام خالی ہے!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "صارف کا نام خالی ہے" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "پاس ورڈ خالی ہے" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "پاس ورڈ ایک جیسے نہیں ہیں" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Add %s" msgid "Add user" msgstr "اضافہ کریں %s" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "استحقاق پھر لوڈ کرتے ہوئے" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "منتخب صارفین ہٹائے جارہے ہیں" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "بند کریں" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "تدوین" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "سرور انتخاب" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy #| msgid "Hide query box" msgid "Live query chart" msgstr "طلب خانہ چھپائیں" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "میزان" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "سرور انتخاب" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connection type" msgid "Connections / Processes" msgstr "جڑنے کی قسم" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "طلب شماریات" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Configuration file" msgid "Local monitor configuration incompatible" msgstr "تشکیلی مسل" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1295,179 +1304,179 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "SQL query history table" msgid "Query cache efficiency" msgstr "SQL طلب لاگ جدول" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query results" msgid "Query cache usage" msgstr "طلب نتائج" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query results" msgid "Query cache used" msgstr "طلب نتائج" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "میگا بائٹ" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "کلو بائٹ" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Total" msgid "Total memory" msgstr "میزان" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "میزان" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy #| msgid "Versions" msgid "Questions" msgstr "نسخے" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "جنرل ریلیشن فیچرز" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Remove database" msgid "Remove chart" msgstr "کوائفیہ ہٹائیں" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1475,542 +1484,552 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enable Ajax" msgid "Enable %s" msgstr "AJAX فعال کریں" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disabled" msgid "Disable %s" msgstr "غیر فعال" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "جنرل ریلیشن فیچرز" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "جنرل ریلیشن فیچرز" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Default" msgid "Chart Title" msgstr "ڈیفالٹ" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 msgid "Differential" msgstr "" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy #| msgid "Jump to database" msgid "Jump to Log table" msgstr "کوائفیہ جائیں" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "جداول دکھانے کے اختیارات" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of inserted rows" msgid "Sum of grouped rows:" msgstr "داخل شدہ صفوں کی تعداد" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "میزان" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy #| msgid "Loading" msgid "Loading logs" msgstr "لوڈ کررہا ہے" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload Database" msgid "Reload page" msgstr "کوائفیہ پھر لوڈ کریں" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "درآمد" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "طلب تازہ کریں" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "دستاویزات" -#: js/messages.php:200 +#: js/messages.php:201 msgid "Rule details" msgstr "" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Authentication" msgid "Justification" msgstr "توثیق" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "منسوخ کریں" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "لوڈ کررہا ہے" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "فرمایش عمل کرتے ہوئے" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "فرمایش عمل کرتے ہوئے نقص ہے" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "کالم چھوڑا جارہا ہے" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "بنیادی کلید شامل کررہا ہے" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "ٹھیک ہے" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "کوائفیہ نام بدلا جارہا ہے" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "کوائفیہ پھر لوڈ کریں" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "کوائفیہ نقل کیا جارہا ہے" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "کریکٹر سیٹ تبدیل کیا جارہا ہے" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "جدول میں کم از کم ایک کالم ہو" -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "جداول استعمال کریں" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Indexes" msgid "Hide indexes" msgstr "اشاریے" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "گرِڈ دکھائیں" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "تلاش کر رہا ہے" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy #| msgid "Hide search criteria" msgid "Hide search results" msgstr "تلاش کسوٹی چھپائیں" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy #| msgid "Show search criteria" msgid "Show search results" msgstr "تلاش کسوٹی دکھائیں" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "براؤز" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Delete" msgid "Deleting" msgstr "حذف" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "طلب خانہ چھپائیں" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "طلب خانہ دکھائیں" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "" -#: js/messages.php:259 +#: js/messages.php:260 #, fuzzy #| msgid "Maximum execution time" msgid "Query execution time" msgstr "چلنے کی حد اوقات" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "تلاش کسوٹی چھپائیں" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "تلاش کسوٹی دکھائیں" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "تلاش" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "کالم اضافہ/حذف کریں" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results" +msgid "Query results" +msgstr "طلب نتائج" + +#: js/messages.php:291 +msgid "Data point content" +msgstr "" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "نظر انداز کریں" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Add columns" msgstr "فیلڈ کالمز شامل یا ختم کریں" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "محولہ کلید منتخب کریں" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "فارن کلید منتخب کریں" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "ایک بنیادی یا منفرد کلید منتخب کریں" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "کالم دکھانے کے لیے انتخاب کریں" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "کالم کے لیے ایک اختیار اضافہ کریں" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "انتخاب کے لیے کلک کریں" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy #| msgid "Logo link URL" msgid "Go to link" msgstr "علامت ربط URL" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "پاس ورڈ بنائیں" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "بنائیں" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "پاس ورڈ تبدیل کریں" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "مزید" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2020,29 +2039,29 @@ msgstr "" "%s, جاری کیا گیا %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ", حالیہ مستحکم نسخہ:" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy #| msgid "Jump to database" msgid "up to date" msgstr "کوائفیہ جائیں" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "ہوچکا" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "پچھلا" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2050,149 +2069,149 @@ msgid "Next" msgstr "اگلا" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "آج" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "جنوری" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "فروری" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "مارچ" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "اپریل" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "مئی" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "جون" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "جولائی" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "اگست" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "ستمبر" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "اکتوبر" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "نومبر" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "دسمبر" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "جنوری" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "فروری" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "مارچ" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "اپریل" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "مئی" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "جون" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "جولائی" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "اگست" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "ستمبر" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "اکتوبر" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "نومبر" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "دسمبر" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "اتوار" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "پیر" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "منگل" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "بدھ" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "جمعرات" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "جمعہ" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "ہفتہ" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2200,89 +2219,89 @@ msgid "Sun" msgstr "اتوار" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "پیر" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "منگل" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "بدھ" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "جمعرات" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "جمعہ" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "ہفتہ" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "اتوار" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "پیر" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "منگل" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "بدھ" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "جمعرات" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "جمعہ" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "ہفتہ" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "ہفتہ وار" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "وقت" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "گھنٹہ" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "منٹ" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "سیکنڈ" @@ -2365,45 +2384,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "کوئی اشاریہ موجود نہیں!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "اشاریے" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "منفرد" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "باندھنا" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "درجہ تعلق داری" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "تبصرہ" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "بنیادی کلید چھوڑ دیا گیا ہے" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "اشاریہ %s چھوڑ دیا گیا ہے" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2732,14 +2751,14 @@ msgstr "جداول" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "کوائف" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "مجموعی" @@ -2966,7 +2985,7 @@ msgstr "%s دن, %s گھنٹے, %s منٹ اور%s سیکنڈ" msgid "Missing parameter:" msgstr "" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2974,7 +2993,7 @@ msgctxt "First page" msgid "Begin" msgstr "شروع" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -2983,7 +3002,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "پچھلا" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -2992,7 +3011,7 @@ msgctxt "Next page" msgid "Next" msgstr "اگلا" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3000,24 +3019,24 @@ msgctxt "Last page" msgid "End" msgstr "اختتام" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "کوائفیہ میں جائیں "%s"." -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "%s ایک نامعلوم نقص سے کام متاثر ہوا, دیکھیں %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "انتخاب کے لیے کلک کریں" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3029,7 +3048,7 @@ msgstr "انتخاب کے لیے کلک کریں" msgid "Structure" msgstr "ساخت" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3037,42 +3056,42 @@ msgstr "ساخت" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "داخل کریں" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "عملیات" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "اپنے کمپیوٹر کو براؤز کریں:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "ویب سرور اپ لوڈ پوشہ سے منتخب کریں %s:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "اپ لوڈ کام کے لیے سیٹ کیا گیا پوشہ قابل رسائی نہیں ہے" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "اپ لوڈ کرنے کے لیے کوئی مسل نہیں ہے" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "چھاپیں" @@ -3520,7 +3539,7 @@ msgid "Character set of the file" msgstr "مسل کے لیے حروف کی سیٹ" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "وضع" @@ -5480,7 +5499,7 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5858,7 +5877,7 @@ msgstr "" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "" @@ -6390,12 +6409,12 @@ msgid "Data dump options" msgstr "" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "" @@ -6589,31 +6608,31 @@ msgstr "" msgid "Functions" msgstr "" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "" @@ -6835,7 +6854,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "" @@ -7182,7 +7201,7 @@ msgstr "" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "" @@ -7916,6 +7935,11 @@ msgstr "" msgid "Target database" msgstr "" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "انتخاب کے لیے کلک کریں" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8052,7 +8076,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "" @@ -8758,7 +8782,7 @@ msgstr "" msgid "Original position" msgstr "" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "" @@ -9590,7 +9614,7 @@ msgstr "" msgid "per second" msgstr "" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "" @@ -11065,38 +11089,34 @@ msgstr "" msgid "No index parts defined!" msgstr "" -#: tbl_indexes.php:169 -#, fuzzy -#| msgid "Created" -msgid "Create an index" -msgstr "تخلیق کیا گیا" - -#: tbl_indexes.php:171 -msgid "Modify an index" +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" msgstr "" -#: tbl_indexes.php:176 +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "تدوین موڈ" + +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "" + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "" @@ -11223,39 +11243,39 @@ msgstr "" msgid "Showing tables" msgstr "حداول کی گنتی کریں" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11310,10 +11330,6 @@ msgstr "" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -11386,12 +11402,12 @@ msgstr "" msgid "After %s" msgstr "" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "" @@ -12702,6 +12718,13 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "غیر منتخب کے لیے کلک کریں" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "تخلیق کیا گیا" + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ داخلہ پھر شروع اور نئی قدر اضافہ کریں" diff --git a/po/uz.po b/po/uz.po index 3bb6182e7e..ef64a963a2 100644 --- a/po/uz.po +++ b/po/uz.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2010-07-22 02:31+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: uzbek_cyrillic \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.1\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Барчасини кўрсатиш" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -37,9 +37,9 @@ msgstr "" "Браузернинг нишондаги ойнасини янгилаб бўлмади. Эҳтимол, бош ойна ёпилган " "ёки браузер хавфсизлик юзасидан ойналараро янгилашни блокировка қилмоқда" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Қидириш" @@ -47,10 +47,10 @@ msgstr "Қидириш" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -72,17 +72,17 @@ msgstr "Қидириш" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "OK" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Индекс номи" @@ -134,21 +134,21 @@ msgstr "Маълумотлар базасига изоҳ:" msgid "Table comments" msgstr "Жадвал изоҳи" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 #, fuzzy #| msgid "Column names" msgid "Column" msgstr "Майдон номлари" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -160,18 +160,18 @@ msgstr "Майдон номлари" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Тур" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -204,8 +204,8 @@ msgstr "Алоқалар" msgid "Comments" msgstr "Изоҳлар" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -220,8 +220,8 @@ msgstr "Изоҳлар" msgid "No" msgstr "Йўқ" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -334,12 +334,12 @@ msgstr "Чекловлар қўшиш" msgid "Switch to copied database" msgstr "Нусха олинган маълумотлар базасига ўтиш" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Таққослаш" @@ -377,36 +377,36 @@ msgstr "Жадвал " #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Қаторларсони" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Ҳажми" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "ишлатилмоқда" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Тузиш" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Охирги янгиланиш" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Охирги текширув" @@ -471,7 +471,7 @@ msgid "Del" msgstr "Ўчириш" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Ёки" @@ -545,8 +545,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "\"%s\" жадвалида ўхшашликлар сони \"%s\" та" msgstr[1] "\"%s\" жадвалида ўхшашликлар сони \"%s\" та" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Кўриб чиқиш" @@ -689,8 +689,8 @@ msgstr "Белгилашни бекор қилиш" msgid "Check tables having overhead" msgstr "Оптималлаштириш лозим бўлгн жадвалларни белгилаш" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -704,14 +704,14 @@ msgstr "Экспорт" msgid "Print view" msgstr "Чоп этиш версияси" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Тозалаш" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "Ўчириш" @@ -720,7 +720,7 @@ msgstr "Ўчириш" msgid "Check table" msgstr "Жадвални текшириш" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Жадвални оптималлаштириш" @@ -789,7 +789,7 @@ msgstr "Янгиланди" msgid "Status" msgstr "Ҳолат" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -797,7 +797,7 @@ msgstr "Ҳолат" msgid "Action" msgstr "Амал" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Ушбу жадвал учун кузатув маълумотлари ўчириш" @@ -833,22 +833,22 @@ msgstr "Жадвални кузатиш" msgid "Database Log" msgstr "База лог файлини" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of fields" msgid "Values for column %s" msgstr "Майдонлар сони " -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -924,49 +924,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Apply index(s)" msgid "Add a point" msgstr "Индекс(лар)ни сақлаш" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Қаторлар бўлувчиси" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -976,17 +976,17 @@ msgstr "" msgid "Add a linestring" msgstr "Янги фойдаланувчи қўшиш" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Янги фойдаланувчи қўшиш" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add column(s)" msgid "Add a polygon" @@ -1105,221 +1105,230 @@ msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" "phpMyAdmin ишлаши учун фреймлар билан ишлай оладиган браузер керак." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Танлаш учун сичқонча тугмасини босинг" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Танлашни бекор қилиш учун сичқонча тугмасини босинг" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" (маълумотлар базасини ўчириш) буйруғи ўчирилган." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Ҳақиқатан ҳам сўровни бажармоқчимисиз?" -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Маълумотлар базаси тўлиқ ЎЧИРИЛАДИ!" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "Маълумотлар базаси тўлиқ ЎЧИРИЛАДИ!" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "Маълумотлар базаси тўлиқ ЎЧИРИЛАДИ!" -#: js/messages.php:37 +#: js/messages.php:35 #, fuzzy #| msgid "Delete tracking data for this table" msgid "Deleting tracking data" msgstr "Ушбу жадвал учун кузатув маълумотлари ўчириш" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "Ушбу операцияни бажариш узоқ вақт талаб қилиши мумкин. Давом этсинми? " -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Сиз BLOB омборини ФАОЛСИЗЛАНТИРМОҚЧИСИЗ!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "Сиз ҳақиқатдан ҳам \"%s\" базаси учун барча BLOB мурожаатларини бекор " "қилмоқчимисиз?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Форманинг керакли майдонлари тўлдирилмаган!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Сон киритинг!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Apply index(s)" +msgid "Add Index" +msgstr "Индекс(лар)ни сақлаш" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Таҳрирлаш усули" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add column(s)" +msgid "Add %d column(s) to index" +msgstr "Устун(лар) қўшиш" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Log file count" msgid "Total count" msgstr "Журнал файллари сони" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Хост номи бўш!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Фойдаланувчи номи белгиланмаган!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Парол белгиланмаган!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Киритилган пароллар бир хил эмас!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Ҳар қайси фойдаланувчи" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy #| msgid "Reloading the privileges" msgid "Reloading Privileges" msgstr "Привилегиялар қайта юкланмоқда" -#: js/messages.php:60 +#: js/messages.php:61 #, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" msgstr "Белгиланган фойдаланувчиларни ўчириш" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Ёпиш" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Таҳрирлаш" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Серверни танланг" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy #| msgid "SQL Query box" msgid "Live query chart" msgstr "SQL сўровлари қутиси" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Жами" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "" #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "," -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Серверни танланг" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Жараёнлар" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "Уланишлар" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy #| msgid "Show statistics" msgid "Query statistics" msgstr "Статискани кўрсатиш" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Cannot load or save configuration" msgid "Local monitor configuration incompatible" msgstr "Конфигурацияни юклаб ёки сақлаб бўлмади" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1327,187 +1336,187 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Сўровлар кеши" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Сўровлар кеши" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Сўровлар кеши" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "МБ" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "КБ" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Log file count" msgid "Total memory" msgstr "Журнал файллари сони" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Буфер пули" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Жами" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Бўш саҳифалар сони " -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Қабул қилинди" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Уланишлар" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy #| msgid "Versions" msgid "Questions" msgstr "Версиялар" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Трафик" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "settings" msgid "Settings" msgstr "танловлар" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Rename database to" msgid "Remove chart" msgstr "Маълумотлар базаси номини қуйидагига ўзгартириш" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Тўрга боғлаб қўйиш" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Йўқ" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1515,580 +1524,592 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Файл каби сақлаш" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Фаоллаштирилган" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Фаолсизлантириш" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "Other core settings" msgid "Change settings" msgstr "Бошқа созланишлар" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "settings" msgid "Current settings" msgstr "танловлар" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Ҳисобот сарлавҳаси" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 #, fuzzy #| msgid "Difference" msgid "Differential" msgstr "Фарқ" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy #| msgid "Go to database" msgid "Jump to Log table" msgstr "Ушбу базага ўтиш" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "Жадваллар кўринишини созлаш" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Фильтр" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of inserted rows" msgid "Sum of grouped rows:" msgstr "Қўйилган қаторлар сони" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Жами" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy #| msgid "Load" msgid "Loading logs" msgstr "Юклаш" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Қайта юклаш" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Импорт" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Сўровни янгилаш" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Документация" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details..." msgid "Rule details" msgstr "Тафсилотлар..." -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Customization" msgid "Justification" msgstr "Мослашлар" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Бекор қилиш" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy #| msgid "Load" msgid "Loading" msgstr "Юклаш" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Жараёнлар" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Маълумотлар базаси номини қуйидагига ўзгартириш" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Rename database to" msgid "Reload Database" msgstr "Маълумотлар базаси номини қуйидагига ўзгартириш" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Маълумотлар базасидан қуйидагига нусха олиш" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Кодировка" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "Table must have at least one field." msgid "Table must have at least one column" msgstr "Жадвалда, ҳеч бўлмаганда, битта майдон бўлиши шарт." -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Жадвалларни ишлатиш" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Apply index(s)" msgid "Hide indexes" msgstr "Индекс(лар)ни сақлаш" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "Тўрни кўрсатиш" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Қидириш" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy #| msgid "SQL Query box" msgid "Hide search results" msgstr "SQL сўровлари қутиси" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy #| msgid "SQL Query box" msgid "Show search results" msgstr "SQL сўровлари қутиси" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Кўриб чиқиш" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "\"%s\" ўчирилмоқда" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "Add a new server" msgid "Add %d value(s)" msgstr "Янги фойдаланувчи қўшиш" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy #| msgid "SQL Query box" msgid "Hide query box" msgstr "SQL сўровлари қутиси" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy #| msgid "SQL Query box" msgid "Show query box" msgstr "SQL сўровлари қутиси" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "Амални амалга ошириш учун битта ёки бир нечта қаторни танлаш керак. " -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "Ўзгартириш" -#: js/messages.php:259 +#: js/messages.php:260 #, fuzzy #| msgid "Maximum execution time" msgid "Query execution time" msgstr "Максимум бажарилиш вақти" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Сақлаш" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy #| msgid "SQL Query box" msgid "Hide search criteria" msgstr "SQL сўровлари қутиси" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy #| msgid "SQL Query box" msgid "Show search criteria" msgstr "SQL сўровлари қутиси" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Қидириш" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Устун қўшиш/ўчириш" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "Сўров натижаларини ишлатиш" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Маълумотлар файли кўрсатгичи ҳажми" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "Эътибор бермаслик" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add column(s)" msgid "Add columns" msgstr "Устун(лар) қўшиш" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Боғлиқ калитни танланг" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Ташқи калитни танланг" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "Бирламчи (PRIMARY) ёки уникал (UNIQUE) индекс бўлган майдонни танланг!" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Кўрсатиладиган майдонни танлаш" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Танлаш учун сичқонча тугмасини босинг" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Ушбу кўринишга ўтиш" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Парол ўрнатиш" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Генерация қилиш" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Паролни ўзгартириш" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Душ" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2099,33 +2120,33 @@ msgstr "" "чиқарилган." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 #, fuzzy #| msgid "Check for latest version" msgid ", latest stable version:" msgstr "Охирги версияни текшириш" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy #| msgid "Go to database" msgid "up to date" msgstr "Ушбу базага ўтиш" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Садақа" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Орқага" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2133,96 +2154,96 @@ msgid "Next" msgstr "Кейинги" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Жами" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Иккилик" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Мар" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Апр" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "Май" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Июн" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Июл" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Авг" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Окт" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Янв" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Фев" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Мар" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Апр" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2230,78 +2251,78 @@ msgid "May" msgstr "Май" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Июн" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Июл" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Авг" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Сен" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Окт" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Ноя" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Дек" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Якш" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Душ" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Сеш" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Жум" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2309,107 +2330,107 @@ msgid "Sun" msgstr "Якш" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Душ" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Сеш" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Чор" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Пай" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Жум" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Шан" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Якш" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Душ" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Сеш" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Чор" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Пай" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Жум" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Шан" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Вики" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Вақт" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "ишлатилмоқда" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2497,45 +2518,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Индекс белгиланмаган!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Индекслар" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Уникал" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Қисилган" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Элементлар сони" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Изоҳ" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Бирламчи калит ўчирилди" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "\"%s\" индекси ўчирилди" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2875,14 +2896,14 @@ msgstr "Жадваллар" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Маълумотлар" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Фрагментланган" @@ -3127,7 +3148,7 @@ msgstr "\"%s\" кун, \"%s\" соат, \"%s\" минут ва \"%s\" секун msgid "Missing parameter:" msgstr "Муолажалар" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3135,7 +3156,7 @@ msgctxt "First page" msgid "Begin" msgstr "Боши" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3144,7 +3165,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Орқага" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3153,7 +3174,7 @@ msgctxt "Next page" msgid "Next" msgstr "Кейинги" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3161,26 +3182,26 @@ msgctxt "Last page" msgid "End" msgstr "Охири" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "\"%s\" маълумотлар базасига ўтиш" -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" " \"%s\" параметрининг иши маълум хатоликка олиб келиши мумкин, батафсил " "маълумот учун қаранг \"%s\"" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "Танлаш учун сичқонча тугмасини босинг" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3192,7 +3213,7 @@ msgstr "Танлаш учун сичқонча тугмасини босинг" msgid "Structure" msgstr "Тузилиши" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3200,43 +3221,43 @@ msgstr "Тузилиши" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Қўйиш" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Операциялар" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "Юклаш каталогидан" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Кўрсатилган каталокка юклаб бўлмади" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Чоп этиш" @@ -3725,7 +3746,7 @@ msgid "Character set of the file" msgstr "Файл кодировкаси" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Формат" @@ -5881,7 +5902,7 @@ msgstr "Муолажалар" msgid "Events" msgstr "Ҳодисалар" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -6328,7 +6349,7 @@ msgstr "Индекс бўйича сортировка қилиш" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Параметрлар" @@ -6939,12 +6960,12 @@ msgid "Data dump options" msgstr "Маълумотлар базаларини кўрсатиш афзалликлари" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Жадвал маълумотларини дамп қилиш" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Жадвал тузилиши" @@ -7149,31 +7170,31 @@ msgstr "Муолажалар" msgid "Functions" msgstr "Функциялар" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Сақланган жадвалларнинг ташқи калитида чекловлар" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Жадвалларнинг ташқи калитида чекловлар" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "ЖАДВАЛ УЧУН MIME ТУРЛАРИ" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "Жадвал алоқалари" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Намойиш этиш учун тузилма" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Намойиш этиш учун тузилма" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -7417,7 +7438,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Бажариш" @@ -7778,7 +7799,7 @@ msgstr "Ўзгарувчи" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Қиймати" @@ -8549,6 +8570,11 @@ msgstr "Фарқ" msgid "Target database" msgstr "Нишон база" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Танлаш учун сичқонча тугмасини босинг" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8710,7 +8736,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Индекс" @@ -9577,7 +9603,7 @@ msgstr "Позиция" msgid "Original position" msgstr "Асл позиция" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Маълумот" @@ -10483,7 +10509,7 @@ msgstr "минутига" msgid "per second" msgstr "секундига" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Тавсиф" @@ -12235,38 +12261,36 @@ msgstr "Индексни \"PRIMARY\"га қайта номлаб бўлмади! msgid "No index parts defined!" msgstr "Индекс қисмлари белгиланмаган!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Янги индекс тузиш" +#| msgid "Apply index(s)" +msgid "Add index" +msgstr "Индекс(лар)ни сақлаш" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Индексни ўзгаририш" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Таҳрирлаш усули" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Индекс номи: " + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(\"PRIMARY\" номи фақат бирламчи индексгаэга бўлиши шарт!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Индекс номи: " - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Индекс тури: " -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "\"%s\" майдон(лар)ини индексга қўшиш" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Устунлар сони нолдан кўп бўлиши шарт." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Жадвални ўз-ўзига кўчириб бўлмайди!" @@ -12395,39 +12419,39 @@ msgstr "Маълумотлар яхлитлигини текшириш:" msgid "Showing tables" msgstr "Жадвалларни кўрсатиш" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Фойдаланилаётган жой" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Ишлатилиш" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Эффективлик" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Қаторлар статистикаси" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "статик" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "динамик" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Қатор узунлиги" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Қатор ҳажми" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -12492,12 +12516,6 @@ msgstr "Турли қийматларни кўриб чиқиш" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -#, fuzzy -#| msgid "Apply index(s)" -msgid "Add index" -msgstr "Индекс(лар)ни сақлаш" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -12576,13 +12594,13 @@ msgstr "Жадвал бошига" msgid "After %s" msgstr "\"%s\" дан кейин" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "\"%s\" майдон учун индекс тузиш" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "бўлакларга бўлинган" @@ -13945,6 +13963,19 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "Танлашни бекор қилиш учун сичқонча тугмасини босинг" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Янги индекс тузиш" + +#~ msgid "Modify an index" +#~ msgstr "Индексни ўзгаририш" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Устунлар сони нолдан кўп бўлиши шарт." + #, fuzzy #~ msgid "Create Table" #~ msgstr "Жадвал тузиш" diff --git a/po/uz@latin.po b/po/uz@latin.po index 52105b74bb..12311d7059 100644 --- a/po/uz@latin.po +++ b/po/uz@latin.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2010-07-22 02:30+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: uzbek_latin \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.1\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "Barchasini ko‘rsatish" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -38,9 +38,9 @@ msgstr "" "yopilgan yoki brauzer xavfsizlik yuzasidan oynalararo yangilashni blokirovka " "qilmoqda" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "Qidirish" @@ -48,10 +48,10 @@ msgstr "Qidirish" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -73,17 +73,17 @@ msgstr "Qidirish" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "OK" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "Indeks nomi" @@ -135,21 +135,21 @@ msgstr "Ma`lumotlar bazasiga izoh:" msgid "Table comments" msgstr "Jadval izohi" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 #, fuzzy #| msgid "Column names" msgid "Column" msgstr "Maydon nomlari" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -161,18 +161,18 @@ msgstr "Maydon nomlari" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "Tur" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "Null" @@ -205,8 +205,8 @@ msgstr "Aloqalar" msgid "Comments" msgstr "Izohlar" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -221,8 +221,8 @@ msgstr "Izohlar" msgid "No" msgstr "Yo‘q" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -335,12 +335,12 @@ msgstr "Cheklovlar qo‘shish" msgid "Switch to copied database" msgstr "Nusxa olingan ma`lumotlar bazasiga o‘tish" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "Taqqoslash" @@ -378,36 +378,36 @@ msgstr "Jadval " #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "Qatorlarsoni" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "Hajmi" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "ishlatilmoqda" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "Tuzish" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "Oxirgi yangilanish" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "Oxirgi tekshiruv" @@ -472,7 +472,7 @@ msgid "Del" msgstr "O‘chirish" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "Yoki" @@ -546,8 +546,8 @@ msgid_plural "%s matches inside table %s" msgstr[0] "\"%s\" jadvalida o‘xshashliklar soni \"%s\" ta" msgstr[1] "\"%s\" jadvalida o‘xshashliklar soni \"%s\" ta" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "Ko‘rib chiqish" @@ -691,8 +691,8 @@ msgstr "Belgilashni bekor qilish" msgid "Check tables having overhead" msgstr "Optimallashtirish lozim bo‘lgn jadvallarni belgilash" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -706,14 +706,14 @@ msgstr "Eksport" msgid "Print view" msgstr "Chop etish versiyasi" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "Tozalash" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "O‘chirish" @@ -722,7 +722,7 @@ msgstr "O‘chirish" msgid "Check table" msgstr "Jadvalni tekshirish" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "Jadvalni optimallashtirish" @@ -791,7 +791,7 @@ msgstr "Yangilandi" msgid "Status" msgstr "Holat" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -799,7 +799,7 @@ msgstr "Holat" msgid "Action" msgstr "Amal" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "Ushbu jadval uchun kuzatuv ma’lumotlari o‘chirish" @@ -835,22 +835,22 @@ msgstr "Jadvalni kuzatish" msgid "Database Log" msgstr "Baza log faylini" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 msgid "Values for a new column" msgstr "" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Number of fields" msgid "Values for column %s" msgstr "Maydonlar soni " -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 msgid "Enter each value in a separate field" msgstr "" @@ -926,49 +926,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Apply index(s)" msgid "Add a point" msgstr "Indеks(lar)ni saqlash" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Qatorlar bo‘luvchisi" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -978,17 +978,17 @@ msgstr "" msgid "Add a linestring" msgstr "Yangi foydalanuvchi qo‘shish" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "Yangi foydalanuvchi qo‘shish" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add column(s)" msgid "Add a polygon" @@ -1108,223 +1108,232 @@ msgstr "" "phpMyAdmin ishlashi uchun freymlar bilan ishlay oladigan brauzer " "kerak." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "Tanlash uchun sichqoncha tugmasini bosing" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "Tanlashni bеkor qilish uchun sichqoncha tugmasini bosing" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "" "\"DROP DATABASE\" (ma`lumotlar bazasini o‘chirish) buyrug‘i o‘chirilgan." -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "Haqiqatan ham so‘rovni bajarmoqchimisiz?" -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "Ma`lumotlar bazasi to‘liq O‘CHIRILADI!" -#: js/messages.php:34 +#: js/messages.php:32 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to DESTROY a complete table!" msgstr "Ma`lumotlar bazasi to‘liq O‘CHIRILADI!" -#: js/messages.php:35 +#: js/messages.php:33 #, fuzzy #| msgid "You are about to DESTROY a complete database!" msgid "You are about to TRUNCATE a complete table!" msgstr "Ma`lumotlar bazasi to‘liq O‘CHIRILADI!" -#: js/messages.php:37 +#: js/messages.php:35 #, fuzzy #| msgid "Delete tracking data for this table" msgid "Deleting tracking data" msgstr "Ushbu jadval uchun kuzatuv ma’lumotlari o‘chirish" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "" "Ushbu operatsiyani bajarish uzoq vaqt talab qilishi mumkin. Davom etsinmi? " -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "Siz BLOB omborini FAOLSIZLANTIRMOQCHISIZ!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "" "Siz haqiqatdan ham \"%s\" bazasi uchun barcha BLOB murojaatlarini bekor " "qilmoqchimisiz?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "Formaning kerakli maydonlari to‘ldirilmagan!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "Son kiriting!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Apply index(s)" +msgid "Add Index" +msgstr "Indеks(lar)ni saqlash" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "Tahrirlash usuli" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add column(s)" +msgid "Add %d column(s) to index" +msgstr "Ustun(lar) qo‘shish" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 #, fuzzy #| msgid "Log file count" msgid "Total count" msgstr "Jurnal fayllari soni" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "Xost nomi bo‘sh!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "Foydalanuvchi nomi belgilanmagan!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "Parol belgilanmagan!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "Kiritilgan parollar bir xil emas!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 #, fuzzy #| msgid "Any user" msgid "Add user" msgstr "Har qaysi foydalanuvchi" -#: js/messages.php:59 +#: js/messages.php:60 #, fuzzy #| msgid "Reloading the privileges" msgid "Reloading Privileges" msgstr "Privilegiyalar qayta yuklanmoqda" -#: js/messages.php:60 +#: js/messages.php:61 #, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" msgstr "Belgilangan foydalanuvchilarni o‘chirish" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "Yopish" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "Tahrirlash" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 #, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" msgstr "Serverni tanlang" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 #, fuzzy #| msgid "SQL Query box" msgid "Live query chart" msgstr "SQL so‘rovlari qutisi" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "Jami" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "" #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "," -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "" -#: js/messages.php:81 +#: js/messages.php:82 #, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" msgstr "Serverni tanlang" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "Jarayonlar" -#: js/messages.php:84 +#: js/messages.php:85 #, fuzzy #| msgid "Connections" msgid "Connections / Processes" msgstr "Ulanishlar" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 #, fuzzy #| msgid "Show statistics" msgid "Query statistics" msgstr "Statiskani ko‘rsatish" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Cannot load or save configuration" msgid "Local monitor configuration incompatible" msgstr "Konfiguratsiyani yuklab yoki saqlab bo‘lmadi" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1332,187 +1341,187 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "So‘rovlar keshi" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "So‘rovlar keshi" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "So‘rovlar keshi" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Log file count" msgid "Total memory" msgstr "Jurnal fayllari soni" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Bufer puli" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Jami" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Bo‘sh sahifalar soni " -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Qabul qilindi" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "Ulanishlar" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy #| msgid "Versions" msgid "Questions" msgstr "Vеrsiyalar" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "Trafik" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 #, fuzzy #| msgid "settings" msgid "Settings" msgstr "tanlovlar" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Rename database to" msgid "Remove chart" msgstr "Ma`lumotlar bazasi nomini quyidagiga o‘zgartirish" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "To‘rga bog‘lab qo‘yish" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "Yo‘q" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1520,582 +1529,594 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Fayl kabi saqlash" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Faollashtirilgan" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Faolsizlantirish" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "Other core settings" msgid "Change settings" msgstr "Boshqa sozlanishlar" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "settings" msgid "Current settings" msgstr "tanlovlar" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Hisobot sarlavhasi" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 #, fuzzy #| msgid "Difference" msgid "Differential" msgstr "Farq" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy #| msgid "Go to database" msgid "Jump to Log table" msgstr "Ushbu bazaga o‘tish" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "Jadvallar ko‘rinishini sozlash" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "Filtr" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of inserted rows" msgid "Sum of grouped rows:" msgstr "Qo‘yilgan qatorlar soni" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Jami" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy #| msgid "Load" msgid "Loading logs" msgstr "Yuklash" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Qayta yuklash" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "Import" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "So‘rovni yangilash" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dokumentatsiya" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details..." msgid "Rule details" msgstr "Tafsilotlar..." -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Customization" msgid "Justification" msgstr "Moslashlar" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "Bekor qilish" -#: js/messages.php:211 +#: js/messages.php:212 #, fuzzy #| msgid "Load" msgid "Loading" msgstr "Yuklash" -#: js/messages.php:212 +#: js/messages.php:213 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Jarayonlar" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "OK" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Ma`lumotlar bazasi nomini quyidagiga o‘zgartirish" -#: js/messages.php:221 +#: js/messages.php:222 #, fuzzy #| msgid "Rename database to" msgid "Reload Database" msgstr "Ma`lumotlar bazasi nomini quyidagiga o‘zgartirish" -#: js/messages.php:222 +#: js/messages.php:223 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Ma`lumotlar bazasidan quyidagiga nusxa olish" -#: js/messages.php:223 +#: js/messages.php:224 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Kodirovka" -#: js/messages.php:224 +#: js/messages.php:225 #, fuzzy #| msgid "Table must have at least one field." msgid "Table must have at least one column" msgstr "Jadvalda, hech bo‘lmaganda, bitta maydon bo‘lishi shart." -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "Jadvallarni ishlatish" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Apply index(s)" msgid "Hide indexes" msgstr "Indеks(lar)ni saqlash" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "To‘rni ko‘rsatish" -#: js/messages.php:234 +#: js/messages.php:235 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Qidirish" -#: js/messages.php:235 +#: js/messages.php:236 #, fuzzy #| msgid "SQL Query box" msgid "Hide search results" msgstr "SQL so‘rovlari qutisi" -#: js/messages.php:236 +#: js/messages.php:237 #, fuzzy #| msgid "SQL Query box" msgid "Show search results" msgstr "SQL so‘rovlari qutisi" -#: js/messages.php:237 +#: js/messages.php:238 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Ko‘rib chiqish" -#: js/messages.php:238 +#: js/messages.php:239 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "\"%s\" o‘chirilmoqda" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "Add a new server" msgid "Add %d value(s)" msgstr "Yangi foydalanuvchi qo‘shish" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 #, fuzzy #| msgid "SQL Query box" msgid "Hide query box" msgstr "SQL so‘rovlari qutisi" -#: js/messages.php:255 +#: js/messages.php:256 #, fuzzy #| msgid "SQL Query box" msgid "Show query box" msgstr "SQL so‘rovlari qutisi" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "" "Amalni amalga oshirish uchun bitta yoki bir nechta qatorni tanlash kerak. " -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "O‘zgartirish" -#: js/messages.php:259 +#: js/messages.php:260 #, fuzzy #| msgid "Maximum execution time" msgid "Query execution time" msgstr "Maksimum bajarilish vaqti" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "Saqlash" -#: js/messages.php:265 +#: js/messages.php:266 #, fuzzy #| msgid "SQL Query box" msgid "Hide search criteria" msgstr "SQL so‘rovlari qutisi" -#: js/messages.php:266 +#: js/messages.php:267 #, fuzzy #| msgid "SQL Query box" msgid "Show search criteria" msgstr "SQL so‘rovlari qutisi" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "Qidirish" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Ustun qo‘shish/o‘chirish" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "So‘rov natijalarini ishlatish" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "Ma`lumotlar fayli ko‘rsatgichi hajmi" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "E`tibor bermaslik" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add column(s)" msgid "Add columns" msgstr "Ustun(lar) qo‘shish" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "Bog‘liq kalitni tanlang" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "Tashqi kalitni tanlang" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "" "Birlamchi (PRIMARY) yoki unikal (UNIQUE) indeks bo‘lgan maydonni tanlang!" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Ko‘rsatiladigan maydonni tanlash" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "" -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Tanlash uchun sichqoncha tugmasini bosing" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Ushbu ko‘rinishga o‘tish" -#: js/messages.php:332 +#: js/messages.php:335 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Parol o‘rnatish" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generatsiya qilish" -#: js/messages.php:334 +#: js/messages.php:337 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Parolni o‘zgartirish" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Dush" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2106,33 +2127,33 @@ msgstr "" "sanada chiqarilgan." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 #, fuzzy #| msgid "Check for latest version" msgid ", latest stable version:" msgstr "Oxirgi versiyani tekshirish" -#: js/messages.php:343 +#: js/messages.php:346 #, fuzzy #| msgid "Go to database" msgid "up to date" msgstr "Ushbu bazaga o‘tish" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Sadaqa" -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Orqaga" -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2140,96 +2161,96 @@ msgid "Next" msgstr "Keyingi" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Jami" -#: js/messages.php:377 +#: js/messages.php:380 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Ikkilik" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "" -#: js/messages.php:379 +#: js/messages.php:382 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:380 +#: js/messages.php:383 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "May" -#: js/messages.php:382 +#: js/messages.php:385 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Iyun" -#: js/messages.php:383 +#: js/messages.php:386 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Iyul" -#: js/messages.php:384 +#: js/messages.php:387 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Avg" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "" -#: js/messages.php:386 +#: js/messages.php:389 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "Yanv" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "Fev" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2237,78 +2258,78 @@ msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "Iyun" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "Iyul" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "Avg" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "Sen" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "Noya" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "Dek" -#: js/messages.php:417 +#: js/messages.php:420 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Yaksh" -#: js/messages.php:418 +#: js/messages.php:421 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Dush" -#: js/messages.php:419 +#: js/messages.php:422 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Sesh" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "" -#: js/messages.php:422 +#: js/messages.php:425 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Jum" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2316,107 +2337,107 @@ msgid "Sun" msgstr "Yaksh" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "Dush" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "Sesh" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "Chor" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "Pay" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "Jum" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "Shan" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Yaksh" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Dush" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Sesh" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Chor" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Pay" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Jum" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Shan" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Viki" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "Vaqt" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "" -#: js/messages.php:466 +#: js/messages.php:469 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "ishlatilmoqda" -#: js/messages.php:467 +#: js/messages.php:470 #, fuzzy #| msgid "per second" msgid "Second" @@ -2504,45 +2525,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "Indeks belgilanmagan!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "Indekslar" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "Unikal" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "Qisilgan" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "Elementlar soni" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "Izoh" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "Birlamchi kalit o‘chirildi" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "\"%s\" indeksi o‘chirildi" -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2882,14 +2903,14 @@ msgstr "Jadvallar" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "Ma`lumotlar" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "Fragmentlangan" @@ -3135,7 +3156,7 @@ msgstr "\"%s\" kun, \"%s\" soat, \"%s\" minut va \"%s\" sekund" msgid "Missing parameter:" msgstr "Muolajalar" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -3143,7 +3164,7 @@ msgctxt "First page" msgid "Begin" msgstr "Boshi" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -3152,7 +3173,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Orqaga" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -3161,7 +3182,7 @@ msgctxt "Next page" msgid "Next" msgstr "Keyingi" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -3169,26 +3190,26 @@ msgctxt "Last page" msgid "End" msgstr "Oxiri" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "\"%s\" ma`lumotlar bazasiga o‘tish" -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" " \"%s\" parametrining ishi ma`lum xatolikka olib kelishi mumkin, batafsil " "ma`lumot uchun qarang \"%s\"" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "Tanlash uchun sichqoncha tugmasini bosing" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -3200,7 +3221,7 @@ msgstr "Tanlash uchun sichqoncha tugmasini bosing" msgid "Structure" msgstr "Tuzilishi" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -3208,43 +3229,43 @@ msgstr "Tuzilishi" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "Qo‘yish" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "Operatsiyalar" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "Yuklash katalogidan" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "Ko‘rsatilgan katalokka yuklab bo‘lmadi" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "Chop etish" @@ -3734,7 +3755,7 @@ msgid "Character set of the file" msgstr "Fayl kodirovkasi" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "Format" @@ -5902,7 +5923,7 @@ msgstr "Muolajalar" msgid "Events" msgstr "Hodisalar" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -6350,7 +6371,7 @@ msgstr "Indeks bo‘yicha sortirovka qilish" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "Parametrlar" @@ -6964,12 +6985,12 @@ msgid "Data dump options" msgstr "Ma`lumotlar bazalarini ko‘rsatish afzalliklari" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "Jadval ma`lumotlarini damp qilish" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "Jadval tuzilishi" @@ -7175,31 +7196,31 @@ msgstr "Muolajalar" msgid "Functions" msgstr "Funksiyalar" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "Saqlangan jadvallarning tashqi kalitida cheklovlar" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "Jadvallarning tashqi kalitida cheklovlar" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "JADVAL UCHUN MIME TURLARI" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "Jadval aloqalari" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "Namoyish etish uchun tuzilma" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "Namoyish etish uchun tuzilma" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -7444,7 +7465,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "Bajarish" @@ -7807,7 +7828,7 @@ msgstr "O‘zgaruvchi" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "Qiymati" @@ -8578,6 +8599,11 @@ msgstr "Farq" msgid "Target database" msgstr "Nishon baza" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "Tanlash uchun sichqoncha tugmasini bosing" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8741,7 +8767,7 @@ msgstr "" #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "Indeks" @@ -9612,7 +9638,7 @@ msgstr "Pozitsiya" msgid "Original position" msgstr "Asl pozitsiya" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "Ma`lumot" @@ -10528,7 +10554,7 @@ msgstr "minutiga" msgid "per second" msgstr "sekundiga" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "Tavsif" @@ -12296,38 +12322,36 @@ msgstr "Indeksni \"PRIMARY\"ga qayta nomlab bo‘lmadi!" msgid "No index parts defined!" msgstr "Indeks qismlari belgilanmagan!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "Yangi indeks tuzish" +#| msgid "Apply index(s)" +msgid "Add index" +msgstr "Indеks(lar)ni saqlash" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "Indeksni o‘zgarirish" +#: tbl_indexes.php:175 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit index" +msgstr "Tahrirlash usuli" -#: tbl_indexes.php:176 +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "Indeks nomi: " + +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(\"PRIMARY\" nomi faqat birlamchi indeksgaega bo‘lishi shart!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "Indeks nomi: " - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "Indeks turi: " -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "\"%s\" maydon(lar)ini indeksga qo‘shish" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "Ustunlar soni noldan ko‘p bo‘lishi shart." - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "Jadvalni o‘z-o‘ziga ko‘chirib bo‘lmaydi!" @@ -12456,39 +12480,39 @@ msgstr "Ma`lumotlar yaxlitligini tekshirish:" msgid "Showing tables" msgstr "Jadvallarni ko‘rsatish" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "Foydalanilayotgan joy" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "Ishlatilish" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "Effektivlik" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "Qatorlar statistikasi" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "statik" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "dinamik" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "Qator uzunligi" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "Qator hajmi" -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -12553,12 +12577,6 @@ msgstr "Turli qiymatlarni ko‘rib chiqish" msgid "Add primary key" msgstr "" -#: tbl_structure.php:169 tbl_structure.php:170 -#, fuzzy -#| msgid "Apply index(s)" -msgid "Add index" -msgstr "Indеks(lar)ni saqlash" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "" @@ -12637,13 +12655,13 @@ msgstr "Jadval boshiga" msgid "After %s" msgstr "\"%s\" dan keyin" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, fuzzy, php-format #| msgid "Create an index on %s columns" msgid "Create an index on  %s columns" msgstr "\"%s\" maydon uchun indeks tuzish" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "bo‘laklarga bo‘lingan" @@ -14008,6 +14026,19 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "Tanlashni bеkor qilish uchun sichqoncha tugmasini bosing" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "Yangi indeks tuzish" + +#~ msgid "Modify an index" +#~ msgstr "Indeksni o‘zgarirish" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "Ustunlar soni noldan ko‘p bo‘lishi shart." + #, fuzzy #~ msgid "Create Table" #~ msgstr "Jadval tuzish" diff --git a/po/zh_CN.po b/po/zh_CN.po index d65552ea78..938379829d 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-09-15 07:49+0200\n" "Last-Translator: shanyan baishui \n" "Language-Team: chinese_simplified \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "全部显示" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -37,9 +37,9 @@ msgstr "" "无法更新目标浏览窗口。可能你已经关闭了父窗口或您浏览器的安全设置阻止了跨窗口" "更新。" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "搜索" @@ -47,10 +47,10 @@ msgstr "搜索" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -72,17 +72,17 @@ msgstr "搜索" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "执行" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "键名" @@ -132,19 +132,19 @@ msgstr "数据库注释:" msgid "Table comments" msgstr "表注释" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "字段" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -156,18 +156,18 @@ msgstr "字段" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "类型" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "空" @@ -200,8 +200,8 @@ msgstr "链接到" msgid "Comments" msgstr "注释" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -216,8 +216,8 @@ msgstr "注释" msgid "No" msgstr "否" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -326,12 +326,12 @@ msgstr "强制添加" msgid "Switch to copied database" msgstr "切换到复制的数据库" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "整理" @@ -362,36 +362,36 @@ msgstr "表" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "行数" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "大小" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "使用中" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "创建时间" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "最后更新" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "最后检查" @@ -453,7 +453,7 @@ msgid "Del" msgstr "删除" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "或" @@ -521,8 +521,8 @@ msgid "%s match inside table %s" msgid_plural "%s matches inside table %s" msgstr[0] "在表 %2$s 中找到 %1$s 个匹配" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "浏览" @@ -652,8 +652,8 @@ msgstr "全不选" msgid "Check tables having overhead" msgstr "仅选择多余" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -667,14 +667,14 @@ msgstr "导出" msgid "Print view" msgstr "打印预览" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "清空" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "删除" @@ -683,7 +683,7 @@ msgstr "删除" msgid "Check table" msgstr "检查表" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "优化表" @@ -746,7 +746,7 @@ msgstr "更新" msgid "Status" msgstr "状态" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -754,7 +754,7 @@ msgstr "状态" msgid "Action" msgstr "操作" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "删除追踪数据" @@ -790,24 +790,24 @@ msgstr "追踪表" msgid "Database Log" msgstr "数据库日志" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "ENUM/SET 编辑器" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "字段“%s”的值" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "字段“%s”的值" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field" @@ -878,49 +878,49 @@ msgstr "以 OpenStreetMaps 为背景" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add routine" msgid "Add a point" msgstr "添加程序" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "换行符" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -930,17 +930,17 @@ msgstr "" msgid "Add a linestring" msgstr "添加新用户" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "添加新用户" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add column" msgid "Add a polygon" @@ -1046,193 +1046,202 @@ msgstr "返回" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin 更适合在支持框架的浏览器中使用。" -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "点击选中" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "点击取消" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "已经禁用删除数据库 (“DROP DATABASE”) 语句。" -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "您真的要" -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "您将要删除一个完整的数据库!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "您将要删除一个完整的数据表!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "您将要清空一个完整的数据表!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "正在删除追踪数据" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "正在删除主键" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "该操作可能需要执行较长时间,确定执行?" -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "您正准备禁用 BLOB 容器!" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "您确定要在数据库 %s 上禁用 BLOB 功能?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "表单内缺少值!" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "这不是一个数字!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "添加索引" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "编辑模式" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "添加 %s 个字段" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "总计" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "主机名不能为空!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "用户名不能为空!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "密码不能为空!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "两次密码不一致!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "添加用户" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "重新载入权限" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "正在删除选中的用户" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "关闭" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "编辑" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "实时流量图" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "实时连接/进程图" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "实时查询图" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "静态数据" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "总计" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "其它" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "自上次刷新起发送的数据 [单位: KB]" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "自上次刷新起接收的数据 [单位: KB]" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "服务器流量 (单位: KB)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "自上次刷新起的连接数" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "进程" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "连接 / 进程" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 msgid "Questions since last refresh" msgstr "自上次刷新起的内部查询" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "内部查询 (服务器执行的查询)" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "查询统计" -#: js/messages.php:93 +#: js/messages.php:94 msgid "Local monitor configuration incompatible" msgstr "本地监控配置不兼容" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1240,163 +1249,163 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 msgid "Query cache efficiency" msgstr "查询缓存效率" -#: js/messages.php:97 +#: js/messages.php:98 msgid "Query cache usage" msgstr "查询缓存使用" -#: js/messages.php:98 +#: js/messages.php:99 msgid "Query cache used" msgstr "已用查询缓存" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "系统 CPU 使用" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "系统内存" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "系统交换空间" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "平均负载" -#: js/messages.php:107 +#: js/messages.php:108 msgid "Total memory" msgstr "内存总数" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "已缓存的内存" -#: js/messages.php:109 +#: js/messages.php:110 msgid "Buffered memory" msgstr "已缓冲的内存" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "空闲内存" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "已用内存" -#: js/messages.php:113 +#: js/messages.php:114 msgid "Total Swap" msgstr "交换空间总数" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "已缓存的交换空间" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "已用交换空间" -#: js/messages.php:116 +#: js/messages.php:117 msgid "Free Swap" msgstr "空闲交换空间" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "已发送字节数" -#: js/messages.php:119 +#: js/messages.php:120 msgid "Bytes received" msgstr "已接收字节数" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "连接" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 msgid "Questions" msgstr "内部查询" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "流量" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "设置" -#: js/messages.php:127 +#: js/messages.php:128 msgid "Remove chart" msgstr "删除图表" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "编辑标题和标签" -#: js/messages.php:129 +#: js/messages.php:130 msgid "Add chart to grid" msgstr "添加图表" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "请至少添加一个数据" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "无" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "继续监控" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "暂停监控" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "general_log 和 slow_query_log 已启用。" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "general_log 已启用。" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "slow_query_log 已启用。" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log 和 general_log 已禁用。" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "log_output 未设置到 TABLE 。" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "log_output 已设置到 TABLE 。" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1406,146 +1415,146 @@ msgstr "" "slow_query_log 已启用,但服务器仅记录查询时间超过 %d 秒的查询。请根据您的系统" "适当设置 long_query_time 为 0-2 秒。" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time 已设为 %d 秒。" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "下列设置将被应用到整个服务器直到服务器重新启动:" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, php-format msgid "Set log_output to %s" msgstr "设置 log_output 为 %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, php-format msgid "Enable %s" msgstr "启用 %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, php-format msgid "Disable %s" msgstr "禁用 %s" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "设置 long_query_time 为 %d 秒" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "无法修改这些变量。请以 root 登录或联系数据库管理员。" -#: js/messages.php:154 +#: js/messages.php:155 msgid "Change settings" msgstr "修改设置" -#: js/messages.php:155 +#: js/messages.php:156 msgid "Current settings" msgstr "当前设置" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 msgid "Chart Title" msgstr "图表标题" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 #, fuzzy #| msgid "Difference" msgid "Differential" msgstr "差异" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "除以 %s:" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "从慢查询日志" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "从通用日志" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "正在加载并分析日志。请稍候。" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "因选择了分组 INSERT 查询,相同表的 INSERT 查询将被分为一组,忽略数据。" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 msgid "Jump to Log table" msgstr "转到日志表" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "日志已分析,时间段内没有数据。" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "数据表显示选项" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "快速搜索" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "根据内容/正则表达式搜索:" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "忽略 WHERE 语句中的变量值对查询分组" -#: js/messages.php:178 +#: js/messages.php:179 msgid "Sum of grouped rows:" msgstr "分组后的行数:" -#: js/messages.php:179 +#: js/messages.php:180 msgid "Total:" msgstr "总数:" -#: js/messages.php:181 +#: js/messages.php:182 msgid "Loading logs" msgstr "正在加载日志" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "监控刷新失败" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1554,367 +1563,379 @@ msgstr "" "请求新图表数据时服务器返回了无效数据。这可能是因为会话过期。请尝试重新加载页" "面。" -#: js/messages.php:184 +#: js/messages.php:185 msgid "Reload page" msgstr "重新载入页面" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "影响的行数: " -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "解析配置文件失败。它看上去不像有效的 JSON 代码" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "导入配置失败。正在重设为默认设置..." -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "导入" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "更新查询" -#: js/messages.php:196 +#: js/messages.php:197 #, fuzzy #| msgid "Advisor" msgid "Advisor system" msgstr "建议" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "文档" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details" msgid "Rule details" msgstr "详细" -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Authentication" msgid "Justification" msgstr "认证" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "取消" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "正在加载" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "正在处理请求" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "处理请求时发生错误" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "正在删除字段" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "正在添加主键" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "确定" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "正在重命名数据库" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "重新载入数据库" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "正在复制数据库" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "正在修改字符集" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "数据表至少要有一个字段。" -#: js/messages.php:229 +#: js/messages.php:230 #, fuzzy #| msgid "Use Tables" msgid "Insert Table" msgstr "使用表" -#: js/messages.php:230 +#: js/messages.php:231 msgid "Hide indexes" msgstr "隐藏索引" -#: js/messages.php:231 +#: js/messages.php:232 msgid "Show indexes" msgstr "显示索引" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "正在搜索" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "隐藏搜索结果" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "显示搜索结果" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "正在浏览" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "正在删除" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "函数定义中必须包含 RETURN 语句!" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "+ Add a value" msgid "Add %d value(s)" msgstr "+ 添加" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "" -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "隐藏查询框" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "显示查询框" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "没有选中任何行" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "修改" -#: js/messages.php:259 +#: js/messages.php:260 msgid "Query execution time" msgstr "查询执行时间" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "保存" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "隐藏搜索条件" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "显示搜索条件" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "搜索" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "添加/删除字段" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "查询结果选项" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "数据指针大小" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "忽略" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "复制" -#: js/messages.php:307 +#: js/messages.php:310 msgid "Add columns" msgstr "添加字段" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "选择外键" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "选择外键" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "请选择主键或唯一键" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "选择要显示的字段" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "尚未保存当前布局。如果继续将会丢失本次的修改。是否继续?" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "给字段添加选项 " -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "按 Esc 键取消编辑" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "已有数据被修改但尚未保存。你真的要不保存修改就离开本页吗?" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "拖拽以调整顺序" -#: js/messages.php:323 +#: js/messages.php:326 msgid "Click to sort" msgstr "点击以排序" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "点击以标记/取消标记" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "点击下箭头以设置显示的字段" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "转到视图" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "生成密码" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "生成" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "修改密码" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "更多" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1922,260 +1943,260 @@ msgid "" msgstr "有新的 phpMyAdmin 可用,请考虑升级。最新的版本是 %s,于 %s 发布。" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ",最新稳定版本: " -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "已更新" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "完成" -#: js/messages.php:366 +#: js/messages.php:369 msgctxt "Previous month" msgid "Prev" msgstr "上个月" -#: js/messages.php:371 +#: js/messages.php:374 msgctxt "Next month" msgid "Next" msgstr "下个月" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "今天" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "一月" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "二月" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "三月" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "四月" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "五月" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "六月" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "七月" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "八月" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "九月" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "十月" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "十一月" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "十二月" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "一月" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "二月" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "三月" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "四月" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "五月" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "六月" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "七月" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "八月" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "九月" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "十月" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "十一月" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "十二月" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "星期日" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "星期一" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "星期二" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "星期三" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "星期四" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "星期五" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "星期六" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 msgid "Sun" msgstr "周日" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "周一" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "周二" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "周三" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "周四" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "周五" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "周六" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "日" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "一" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "二" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "三" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "四" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "五" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "六" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "周" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "时间" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "时" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "分" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "秒" @@ -2255,45 +2276,45 @@ msgstr "移动上传的文件时发生错误。" msgid "Cannot read (moved) upload file." msgstr "无法读取移动后的上传文件。" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "没有已定义的索引!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "索引" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "唯一" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "紧凑" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "基数" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "注释" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "已删除主键" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "已删除索引 %s " -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2607,14 +2628,14 @@ msgstr "数据表" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "数据" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "多余" @@ -2838,48 +2859,48 @@ msgstr "%s 天 %s 小时,%s 分 %s 秒" msgid "Missing parameter:" msgstr "缺少参数:" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 msgctxt "First page" msgid "Begin" msgstr "首页" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 msgctxt "Previous page" msgid "Previous" msgstr "上一页" -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 msgctxt "Next page" msgid "Next" msgstr "下一页" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 msgctxt "Last page" msgid "End" msgstr "尾页" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "跳转到数据库“%s”。" -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "%s 功能受到一个已知的缺陷 (bug) 影响,参见 %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 msgid "Click to toggle" msgstr "点击切换" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2891,7 +2912,7 @@ msgstr "点击切换" msgid "Structure" msgstr "结构" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2899,42 +2920,42 @@ msgstr "结构" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "插入" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "操作" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "从计算机中上传:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "从网站服务器上传文件夹 %s 中选择:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "用于上传的文件夹出错,无法使用" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "没有可上传的文件" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "执行" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "打印" @@ -3374,7 +3395,7 @@ msgid "Character set of the file" msgstr "文件字符集" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "格式" @@ -5311,7 +5332,7 @@ msgstr "程序" msgid "Events" msgstr "事件" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5680,7 +5701,7 @@ msgstr "主键排序" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "选项" @@ -6234,12 +6255,12 @@ msgid "Data dump options" msgstr "数据转储选项" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "转存表中的数据" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "表的结构" @@ -6442,31 +6463,31 @@ msgstr "存储过程" msgid "Functions" msgstr "函数" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "限制导出的表" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "限制表" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME 类型表" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "表的关联" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "视图结构" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "替换视图以便查看" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 msgid "Error reading data:" msgstr "读取数据时发生错误:" @@ -6682,7 +6703,7 @@ msgid "To" msgstr "到" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "提交" @@ -7031,7 +7052,7 @@ msgstr "变量" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "值" @@ -7707,6 +7728,11 @@ msgstr "差异" msgid "Target database" msgstr "目标数据库" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "点击选中" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -7852,7 +7878,7 @@ msgstr "对于默认值,请只输入单个值,不要加反斜杠或引号, #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "索引" @@ -8569,7 +8595,7 @@ msgstr "位置" msgid "Original position" msgstr "初始位置" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "信息" @@ -9404,7 +9430,7 @@ msgstr "每分钟" msgid "per second" msgstr "每秒" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "说明" @@ -10972,38 +10998,34 @@ msgstr "无法将索引改为主键 (PRIMARY) !" msgid "No index parts defined!" msgstr "没有定义的索引部分!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "添加索引" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "新建索引" +#| msgid "Edit mode" +msgid "Edit index" +msgstr "编辑模式" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "修改索引" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "索引名称:" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(“PRIMARY”必须而且只能作为主键的名称!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "索引名称:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "索引类型:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "添加 %s 个索引字段" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "至少要有一个字段。" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "目标数据表不能为源数据表!" @@ -11126,39 +11148,39 @@ msgstr "检查引用完整性:" msgid "Showing tables" msgstr "显示表" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "已用空间" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "已用" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "有效" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "行统计" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "静态" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "动态" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "行长度" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "行大小 " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "下一个自增值" @@ -11213,10 +11235,6 @@ msgstr "浏览非重复值 (DISTINCT)" msgid "Add primary key" msgstr "添加主键" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "添加索引" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "添加唯一键" @@ -11284,12 +11302,12 @@ msgstr "于表开头" msgid "After %s" msgstr "于 %s 之后" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "在第 %s 个字段创建索引" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "已分区" @@ -12641,6 +12659,19 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "点击取消" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "新建索引" + +#~ msgid "Modify an index" +#~ msgstr "修改索引" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "至少要有一个字段。" + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+ 重新插入并添加一个值" diff --git a/po/zh_TW.po b/po/zh_TW.po index 6f4b69e125..d6df4a43d0 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-11-11 10:19+0100\n" +"POT-Creation-Date: 2011-11-20 15:13+0100\n" "PO-Revision-Date: 2011-06-19 09:59+0200\n" "Last-Translator: \n" "Language-Team: chinese_traditional \n" @@ -14,13 +14,13 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:326 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:329 #: libraries/display_tbl.lib.php:358 server_privileges.php:1673 msgid "Show all" msgstr "全部顯示" #: browse_foreigners.php:70 libraries/PDF.class.php:42 -#: libraries/common.lib.php:2406 +#: libraries/common.lib.php:2441 #: libraries/schema/Pdf_Relation_Schema.class.php:1142 #: libraries/schema/Pdf_Relation_Schema.class.php:1166 #: libraries/schema/User_Schema.class.php:396 @@ -37,9 +37,9 @@ msgstr "" "無法更新目標瀏覽視窗。可能您已經關閉了父視窗或您瀏覽器的安全設定阻止了跨視窗" "更新" -#: browse_foreigners.php:151 libraries/common.lib.php:3087 -#: libraries/common.lib.php:3094 libraries/common.lib.php:3303 -#: libraries/common.lib.php:3304 libraries/db_links.inc.php:60 +#: browse_foreigners.php:151 libraries/common.lib.php:3122 +#: libraries/common.lib.php:3129 libraries/common.lib.php:3338 +#: libraries/common.lib.php:3339 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" msgstr "搜尋" @@ -47,10 +47,10 @@ msgstr "搜尋" #: browse_foreigners.php:154 db_operations.php:372 db_operations.php:412 #: db_operations.php:522 db_operations.php:549 db_search.php:337 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133 -#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:207 +#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208 #: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1367 -#: libraries/common.lib.php:2379 libraries/core.lib.php:513 +#: libraries/common.lib.php:2414 libraries/core.lib.php:513 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267 @@ -72,17 +72,17 @@ msgstr "搜尋" #: server_privileges.php:2195 server_privileges.php:2238 #: server_replication.php:233 server_replication.php:316 #: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340 -#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:268 +#: tbl_change.php:1075 tbl_change.php:1112 tbl_indexes.php:281 #: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523 #: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235 -#: tbl_structure.php:671 tbl_structure.php:708 tbl_tracking.php:416 +#: tbl_structure.php:671 tbl_structure.php:706 tbl_tracking.php:416 #: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181 #: view_operations.php:99 msgid "Go" msgstr "執行" #: browse_foreigners.php:169 browse_foreigners.php:173 -#: libraries/Index.class.php:432 tbl_tracking.php:304 +#: libraries/Index.class.php:440 tbl_tracking.php:304 msgid "Keyname" msgstr "鍵名" @@ -132,19 +132,19 @@ msgstr "資料庫註釋:" msgid "Table comments" msgstr "表註釋" -#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:436 +#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444 #: libraries/export/htmlword.php:249 libraries/export/latex.php:359 #: libraries/export/odt.php:286 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1305 #: libraries/schema/Pdf_Relation_Schema.class.php:1326 #: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83 -#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:196 +#: tbl_change.php:318 tbl_chart.php:89 tbl_indexes.php:206 #: tbl_printview.php:136 tbl_relation.php:395 tbl_tracking.php:257 -#: tbl_tracking.php:308 tbl_zoom_select.php:434 +#: tbl_tracking.php:308 tbl_zoom_select.php:433 msgid "Column" msgstr "欄位" -#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:433 +#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441 #: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250 #: libraries/export/latex.php:359 libraries/export/odt.php:289 #: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53 @@ -156,18 +156,18 @@ msgstr "欄位" #: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84 #: server_privileges.php:2251 tbl_change.php:297 tbl_change.php:324 #: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202 -#: tbl_structure.php:765 tbl_tracking.php:258 tbl_tracking.php:305 +#: tbl_structure.php:766 tbl_tracking.php:258 tbl_tracking.php:305 msgid "Type" msgstr "類型" -#: db_datadict.php:165 libraries/Index.class.php:439 +#: db_datadict.php:165 libraries/Index.class.php:447 #: libraries/export/htmlword.php:251 libraries/export/latex.php:359 #: libraries/export/odt.php:292 libraries/export/texytext.php:230 #: libraries/schema/Pdf_Relation_Schema.class.php:1308 #: libraries/schema/Pdf_Relation_Schema.class.php:1329 #: libraries/tbl_properties.inc.php:102 tbl_change.php:333 #: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260 -#: tbl_tracking.php:311 tbl_zoom_select.php:435 +#: tbl_tracking.php:311 tbl_zoom_select.php:434 msgid "Null" msgstr "空" @@ -200,8 +200,8 @@ msgstr "連結到" msgid "Comments" msgstr "註釋" -#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:349 -#: libraries/Index.class.php:376 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:227 libraries/Index.class.php:349 +#: libraries/Index.class.php:376 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -216,8 +216,8 @@ msgstr "註釋" msgid "No" msgstr "否" -#: db_datadict.php:233 js/messages.php:225 libraries/Index.class.php:350 -#: libraries/Index.class.php:375 libraries/Index.class.php:674 +#: db_datadict.php:233 js/messages.php:226 libraries/Index.class.php:350 +#: libraries/Index.class.php:375 libraries/Index.class.php:679 #: libraries/config.values.php:45 libraries/config.values.php:51 #: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299 #: libraries/export/latex.php:407 libraries/export/odt.php:343 @@ -326,12 +326,12 @@ msgstr "新增 constraints" msgid "Switch to copied database" msgstr "切換到複製的資料庫" -#: db_operations.php:542 libraries/Index.class.php:438 +#: db_operations.php:542 libraries/Index.class.php:446 #: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48 #: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100 #: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85 #: server_collations.php:53 server_collations.php:65 tbl_operations.php:382 -#: tbl_structure.php:203 tbl_structure.php:870 tbl_tracking.php:259 +#: tbl_structure.php:203 tbl_structure.php:871 tbl_tracking.php:259 #: tbl_tracking.php:310 msgid "Collation" msgstr "排序規則" @@ -362,36 +362,36 @@ msgstr "表" #: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65 #: libraries/import.lib.php:151 navigation.php:592 navigation.php:612 #: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469 -#: tbl_structure.php:880 +#: tbl_structure.php:881 msgid "Rows" msgstr "行數" -#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:197 +#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:207 msgid "Size" msgstr "大小" -#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:790 +#: db_printview.php:159 db_structure.php:489 libraries/export/sql.php:791 msgid "in use" msgstr "使用中" -#: db_printview.php:184 libraries/db_info.inc.php:70 -#: libraries/export/sql.php:742 +#: db_printview.php:184 libraries/db_info.inc.php:74 +#: libraries/export/sql.php:743 #: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393 -#: tbl_structure.php:912 +#: tbl_structure.php:913 msgid "Creation" msgstr "建立時間" -#: db_printview.php:193 libraries/db_info.inc.php:75 -#: libraries/export/sql.php:747 +#: db_printview.php:193 libraries/db_info.inc.php:79 +#: libraries/export/sql.php:748 #: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403 -#: tbl_structure.php:920 +#: tbl_structure.php:921 msgid "Last update" msgstr "最後更新" -#: db_printview.php:202 libraries/db_info.inc.php:80 -#: libraries/export/sql.php:752 +#: db_printview.php:202 libraries/db_info.inc.php:84 +#: libraries/export/sql.php:753 #: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413 -#: tbl_structure.php:928 +#: tbl_structure.php:929 msgid "Last check" msgstr "最後檢查" @@ -454,7 +454,7 @@ msgid "Del" msgstr "刪除" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 -#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:264 +#: server_privileges.php:398 tbl_change.php:908 tbl_indexes.php:276 #: tbl_select.php:196 msgid "Or" msgstr "或" @@ -522,8 +522,8 @@ msgid "%s match inside table %s" msgid_plural "%s matches inside table %s" msgstr[0] "%s 筆資料符合 - 於資料表 %s" -#: db_search.php:234 libraries/common.lib.php:3089 -#: libraries/common.lib.php:3301 libraries/common.lib.php:3302 +#: db_search.php:234 libraries/common.lib.php:3124 +#: libraries/common.lib.php:3336 libraries/common.lib.php:3337 #: libraries/tbl_links.inc.php:55 tbl_structure.php:569 msgid "Browse" msgstr "瀏覽" @@ -657,8 +657,8 @@ msgstr "全不選" msgid "Check tables having overhead" msgstr "僅選擇多餘" -#: db_structure.php:580 libraries/common.lib.php:3314 -#: libraries/common.lib.php:3315 libraries/config/messages.inc.php:166 +#: db_structure.php:580 libraries/common.lib.php:3349 +#: libraries/common.lib.php:3350 libraries/config/messages.inc.php:166 #: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79 #: libraries/display_tbl.lib.php:2506 libraries/display_tbl.lib.php:2647 #: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80 @@ -672,14 +672,14 @@ msgstr "匯出" msgid "Print view" msgstr "列印預覽" -#: db_structure.php:586 libraries/common.lib.php:3310 -#: libraries/common.lib.php:3311 +#: db_structure.php:586 libraries/common.lib.php:3345 +#: libraries/common.lib.php:3346 msgid "Empty" msgstr "清空" #: db_structure.php:588 db_tracking.php:104 enum_editor.php:114 -#: libraries/Index.class.php:482 libraries/common.lib.php:3308 -#: libraries/common.lib.php:3309 server_databases.php:270 +#: libraries/Index.class.php:490 libraries/common.lib.php:3343 +#: libraries/common.lib.php:3344 server_databases.php:270 #: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573 msgid "Drop" msgstr "刪除" @@ -688,7 +688,7 @@ msgstr "刪除" msgid "Check table" msgstr "檢查表" -#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:814 +#: db_structure.php:593 tbl_operations.php:657 tbl_structure.php:815 msgid "Optimize table" msgstr "最佳化表" @@ -751,7 +751,7 @@ msgstr "更新" msgid "Status" msgstr "狀態" -#: db_tracking.php:90 libraries/Index.class.php:430 +#: db_tracking.php:90 libraries/Index.class.php:438 #: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52 #: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68 #: server_databases.php:195 server_privileges.php:1702 @@ -759,7 +759,7 @@ msgstr "狀態" msgid "Action" msgstr "動作" -#: db_tracking.php:101 js/messages.php:36 +#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" msgstr "刪除追蹤資料" @@ -795,24 +795,24 @@ msgstr "追蹤資料表" msgid "Database Log" msgstr "資料庫日誌" -#: enum_editor.php:23 js/messages.php:244 +#: enum_editor.php:23 js/messages.php:245 #: libraries/rte/rte_routines.lib.php:690 msgid "ENUM/SET editor" msgstr "" -#: enum_editor.php:28 js/messages.php:246 +#: enum_editor.php:28 js/messages.php:247 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "%s 欄位的值" -#: enum_editor.php:30 js/messages.php:245 +#: enum_editor.php:30 js/messages.php:246 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "%s 欄位的值" -#: enum_editor.php:34 js/messages.php:247 +#: enum_editor.php:34 js/messages.php:248 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field" @@ -889,49 +889,49 @@ msgstr "" msgid "SRID" msgstr "" -#: gis_data_editor.php:151 js/messages.php:299 +#: gis_data_editor.php:151 js/messages.php:302 #: libraries/display_tbl.lib.php:685 msgid "Geometry" msgstr "" -#: gis_data_editor.php:172 js/messages.php:295 +#: gis_data_editor.php:172 js/messages.php:298 msgid "Point" msgstr "" #: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245 -#: gis_data_editor.php:297 js/messages.php:293 +#: gis_data_editor.php:297 js/messages.php:296 msgid "X" msgstr "" #: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247 -#: gis_data_editor.php:299 js/messages.php:294 +#: gis_data_editor.php:299 js/messages.php:297 msgid "Y" msgstr "" #: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295 -#: js/messages.php:296 +#: js/messages.php:299 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302 -#: js/messages.php:302 +#: js/messages.php:305 #, fuzzy #| msgid "Add index" msgid "Add a point" msgstr "新增索引" -#: gis_data_editor.php:220 js/messages.php:297 +#: gis_data_editor.php:220 js/messages.php:300 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "資料分行使用字元:" -#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:301 +#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:304 msgid "Outer Ring" msgstr "" -#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:300 +#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:303 msgid "Inner Ring" msgstr "" @@ -941,17 +941,17 @@ msgstr "" msgid "Add a linestring" msgstr "新增新使用者" -#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:303 +#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:306 #, fuzzy #| msgid "Add a new User" msgid "Add an inner ring" msgstr "新增新使用者" -#: gis_data_editor.php:266 js/messages.php:298 +#: gis_data_editor.php:266 js/messages.php:301 msgid "Polygon" msgstr "" -#: gis_data_editor.php:306 js/messages.php:304 +#: gis_data_editor.php:306 js/messages.php:307 #, fuzzy #| msgid "Add column" msgid "Add a polygon" @@ -1059,198 +1059,207 @@ msgstr "返回" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin 較適合使用在支援頁框的瀏覽器." -#: js/messages.php:27 libraries/server_synchronize.lib.php:1329 -#: libraries/server_synchronize.lib.php:1338 -msgid "Click to select" -msgstr "點擊選取" - -#: js/messages.php:28 -msgid "Click to unselect" -msgstr "點擊取消" - -#: js/messages.php:29 libraries/import.lib.php:103 sql.php:247 +#: js/messages.php:27 libraries/import.lib.php:103 sql.php:247 msgid "\"DROP DATABASE\" statements are disabled." msgstr "已經停用刪除資料庫 (“DROP DATABASE”) 指令" -#: js/messages.php:32 libraries/mult_submits.inc.php:282 sql.php:348 +#: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:348 msgid "Do you really want to " msgstr "您真的要" -#: js/messages.php:33 libraries/mult_submits.inc.php:282 sql.php:333 +#: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:333 msgid "You are about to DESTROY a complete database!" msgstr "您將要刪除一個完整的資料庫!" -#: js/messages.php:34 +#: js/messages.php:32 msgid "You are about to DESTROY a complete table!" msgstr "您將會刪除整個資料表!" -#: js/messages.php:35 +#: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" msgstr "您將會清空整個資料表!" -#: js/messages.php:37 +#: js/messages.php:35 msgid "Deleting tracking data" msgstr "刪除追蹤數據中" -#: js/messages.php:38 +#: js/messages.php:36 msgid "Dropping Primary Key/Index" msgstr "刪除 主鍵值/指標 中" -#: js/messages.php:39 +#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" msgstr "這個作業將會執行較長的時間, 請問使否確定執行?" # BLOB: binary and text object -#: js/messages.php:42 +#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" msgstr "您將要停用BLOB儲存格式" -#: js/messages.php:43 +#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" msgstr "您確定要在資料庫 %s 上停用 BLOB 功能?" -#: js/messages.php:46 +#: js/messages.php:44 msgid "Missing value in the form!" msgstr "表單內缺少部分資料" -#: js/messages.php:47 +#: js/messages.php:45 msgid "This is not a number!" msgstr "這不是一個數字!" +#: js/messages.php:46 +#, fuzzy +#| msgid "Add index" +msgid "Add Index" +msgstr "新增索引" + +#: js/messages.php:47 +#, fuzzy +#| msgid "Edit mode" +msgid "Edit Index" +msgstr "編輯模式" + +#: js/messages.php:48 tbl_indexes.php:286 +#, fuzzy, php-format +#| msgid "Add %s column(s)" +msgid "Add %d column(s) to index" +msgstr "增加 %s 個字段" + #. l10n: Default description for the y-Axis of Charts -#: js/messages.php:51 +#: js/messages.php:52 msgid "Total count" msgstr "總數量" -#: js/messages.php:54 +#: js/messages.php:55 msgid "The host name is empty!" msgstr "主機名不能爲空!" -#: js/messages.php:55 +#: js/messages.php:56 msgid "The user name is empty!" msgstr "帳號不能爲空!" -#: js/messages.php:56 server_privileges.php:1314 user_password.php:50 +#: js/messages.php:57 server_privileges.php:1314 user_password.php:50 msgid "The password is empty!" msgstr "密碼不能爲空!" -#: js/messages.php:57 server_privileges.php:1312 user_password.php:53 +#: js/messages.php:58 server_privileges.php:1312 user_password.php:53 msgid "The passwords aren't the same!" msgstr "兩次密碼不一致!" -#: js/messages.php:58 server_privileges.php:1769 server_privileges.php:1793 +#: js/messages.php:59 server_privileges.php:1769 server_privileges.php:1793 #: server_privileges.php:2205 server_privileges.php:2404 msgid "Add user" msgstr "新增使用者" -#: js/messages.php:59 +#: js/messages.php:60 msgid "Reloading Privileges" msgstr "重新載入權限" -#: js/messages.php:60 +#: js/messages.php:61 msgid "Removing Selected Users" msgstr "正在刪除選中的使用者" -#: js/messages.php:61 js/messages.php:130 tbl_tracking.php:235 +#: js/messages.php:62 js/messages.php:131 tbl_tracking.php:235 #: tbl_tracking.php:400 msgid "Close" msgstr "關閉" -#: js/messages.php:64 js/messages.php:256 libraries/Index.class.php:460 +#: js/messages.php:65 js/messages.php:257 libraries/Index.class.php:468 #: libraries/common.lib.php:641 libraries/common.lib.php:1190 -#: libraries/common.lib.php:3312 libraries/common.lib.php:3313 +#: libraries/common.lib.php:3347 libraries/common.lib.php:3348 #: libraries/config/messages.inc.php:482 libraries/display_tbl.lib.php:1380 #: libraries/schema/User_Schema.class.php:196 setup/frames/index.inc.php:138 msgid "Edit" msgstr "編輯" -#: js/messages.php:65 server_status.php:794 +#: js/messages.php:66 server_status.php:794 msgid "Live traffic chart" msgstr "即時流量圖表" -#: js/messages.php:66 server_status.php:797 +#: js/messages.php:67 server_status.php:797 msgid "Live conn./process chart" msgstr "即時連線圖表" -#: js/messages.php:67 server_status.php:815 +#: js/messages.php:68 server_status.php:815 msgid "Live query chart" msgstr "即時查詢圖表" -#: js/messages.php:69 +#: js/messages.php:70 msgid "Static data" msgstr "靜態資料" #. l10n: Total number of queries -#: js/messages.php:71 libraries/build_html_for_db.lib.php:46 +#: js/messages.php:72 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:223 #: server_status.php:1115 server_status.php:1176 tbl_printview.php:310 -#: tbl_structure.php:802 +#: tbl_structure.php:803 msgid "Total" msgstr "總計" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:594 server_status.php:1013 +#: js/messages.php:74 server_status.php:594 server_status.php:1013 msgid "Other" msgstr "其他" #. l10n: Thousands separator -#: js/messages.php:75 libraries/common.lib.php:1445 +#: js/messages.php:76 libraries/common.lib.php:1445 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:77 libraries/common.lib.php:1447 +#: js/messages.php:78 libraries/common.lib.php:1447 msgid "." msgstr "." -#: js/messages.php:79 +#: js/messages.php:80 msgid "KiB sent since last refresh" msgstr "最後一次傳送的資料量(單位為KiB,即2^10)" -#: js/messages.php:80 +#: js/messages.php:81 msgid "KiB received since last refresh" msgstr "最後一次接收的資料量(單位為KiB,即2^10)" -#: js/messages.php:81 +#: js/messages.php:82 msgid "Server traffic (in KiB)" msgstr "伺服器流量(單位為KiB,即2^10)" -#: js/messages.php:82 +#: js/messages.php:83 msgid "Connections since last refresh" msgstr "最後一次連線" -#: js/messages.php:83 js/messages.php:121 server_status.php:1224 +#: js/messages.php:84 js/messages.php:122 server_status.php:1224 msgid "Processes" msgstr "處理" -#: js/messages.php:84 +#: js/messages.php:85 msgid "Connections / Processes" msgstr "連線" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:86 +#: js/messages.php:87 #, fuzzy #| msgid "Connections since last refresh" msgid "Questions since last refresh" msgstr "最後一次連線" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:88 +#: js/messages.php:89 msgid "Questions (executed statements by the server)" msgstr "" -#: js/messages.php:90 server_status.php:776 +#: js/messages.php:91 server_status.php:776 msgid "Query statistics" msgstr "查詢統計" -#: js/messages.php:93 +#: js/messages.php:94 #, fuzzy #| msgid "Could not save configuration" msgid "Local monitor configuration incompatible" msgstr "無法儲存設定" -#: js/messages.php:94 +#: js/messages.php:95 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1258,185 +1267,185 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:96 +#: js/messages.php:97 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "查詢快取" -#: js/messages.php:97 +#: js/messages.php:98 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "查詢快取" -#: js/messages.php:98 +#: js/messages.php:99 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "查詢快取" -#: js/messages.php:100 +#: js/messages.php:101 msgid "System CPU Usage" msgstr "" -#: js/messages.php:101 +#: js/messages.php:102 msgid "System memory" msgstr "" -#: js/messages.php:102 +#: js/messages.php:103 msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1395 server_status.php:1669 +#: js/messages.php:104 libraries/common.lib.php:1395 server_status.php:1669 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1393 server_status.php:1669 +#: js/messages.php:105 libraries/common.lib.php:1393 server_status.php:1669 msgid "KiB" msgstr "KB" -#: js/messages.php:106 +#: js/messages.php:107 msgid "Average load" msgstr "" -#: js/messages.php:107 +#: js/messages.php:108 #, fuzzy #| msgid "Total count" msgid "Total memory" msgstr "總數量" -#: js/messages.php:108 +#: js/messages.php:109 msgid "Cached memory" msgstr "" -#: js/messages.php:109 +#: js/messages.php:110 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "快取池" -#: js/messages.php:110 +#: js/messages.php:111 msgid "Free memory" msgstr "" -#: js/messages.php:111 +#: js/messages.php:112 msgid "Used memory" msgstr "" -#: js/messages.php:113 +#: js/messages.php:114 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "總計" -#: js/messages.php:114 +#: js/messages.php:115 msgid "Cached Swap" msgstr "" -#: js/messages.php:115 +#: js/messages.php:116 msgid "Used Swap" msgstr "" -#: js/messages.php:116 +#: js/messages.php:117 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "空閒頁" -#: js/messages.php:118 +#: js/messages.php:119 msgid "Bytes sent" msgstr "" -#: js/messages.php:119 +#: js/messages.php:120 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "已接收" -#: js/messages.php:120 server_status.php:1134 +#: js/messages.php:121 server_status.php:1134 msgid "Connections" msgstr "連線" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:124 +#: js/messages.php:125 #, fuzzy #| msgid "Versions" msgid "Questions" msgstr "版本" -#: js/messages.php:125 server_status.php:1089 +#: js/messages.php:126 server_status.php:1089 msgid "Traffic" msgstr "流量" -#: js/messages.php:126 libraries/server_links.inc.php:73 +#: js/messages.php:127 libraries/server_links.inc.php:73 #: server_status.php:1544 msgid "Settings" msgstr "設定" -#: js/messages.php:127 +#: js/messages.php:128 #, fuzzy #| msgid "Remove database" msgid "Remove chart" msgstr "刪除資料庫" -#: js/messages.php:128 +#: js/messages.php:129 msgid "Edit title and labels" msgstr "" -#: js/messages.php:129 +#: js/messages.php:130 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "對齊網格" -#: js/messages.php:131 +#: js/messages.php:132 msgid "Please add at least one variable to the series" msgstr "" -#: js/messages.php:132 libraries/display_export.lib.php:308 -#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1092 +#: js/messages.php:133 libraries/display_export.lib.php:308 +#: libraries/display_tbl.lib.php:565 libraries/export/sql.php:1093 #: libraries/tbl_properties.inc.php:530 pmd_general.php:504 #: server_privileges.php:2046 server_status.php:1257 server_status.php:1686 #: tbl_zoom_select.php:151 tbl_zoom_select.php:278 msgid "None" msgstr "無" -#: js/messages.php:133 +#: js/messages.php:134 msgid "Resume monitor" msgstr "" -#: js/messages.php:134 +#: js/messages.php:135 msgid "Pause monitor" msgstr "" -#: js/messages.php:136 +#: js/messages.php:137 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:137 +#: js/messages.php:138 msgid "general_log is enabled." msgstr "" -#: js/messages.php:138 +#: js/messages.php:139 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:139 +#: js/messages.php:140 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:140 +#: js/messages.php:141 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:141 +#: js/messages.php:142 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:142 +#: js/messages.php:143 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1444,538 +1453,550 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:143 +#: js/messages.php:144 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:144 +#: js/messages.php:145 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:146 +#: js/messages.php:147 #, fuzzy, php-format #| msgid "Save output to a file" msgid "Set log_output to %s" msgstr "儲存爲檔案" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:148 +#: js/messages.php:149 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "已啓用" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:150 +#: js/messages.php:151 #, fuzzy, php-format #| msgid "Disabled" msgid "Disable %s" msgstr "已關閉" #. l10n: %d seconds -#: js/messages.php:152 +#: js/messages.php:153 #, php-format msgid "Set long_query_time to %ds" msgstr "" -#: js/messages.php:153 +#: js/messages.php:154 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:154 +#: js/messages.php:155 #, fuzzy #| msgid "Manage your settings" msgid "Change settings" msgstr "管理我的設定" -#: js/messages.php:155 +#: js/messages.php:156 #, fuzzy #| msgid "More settings" msgid "Current settings" msgstr "更多設定" -#: js/messages.php:157 server_status.php:1634 +#: js/messages.php:158 server_status.php:1634 #, fuzzy #| msgid "Report title:" msgid "Chart Title" msgstr "報告標題:" #. l10n: As in differential values -#: js/messages.php:159 +#: js/messages.php:160 #, fuzzy #| msgid "Difference" msgid "Differential" msgstr "差異" -#: js/messages.php:160 +#: js/messages.php:161 #, php-format msgid "Divided by %s:" msgstr "" -#: js/messages.php:162 +#: js/messages.php:163 msgid "From slow log" msgstr "" -#: js/messages.php:163 +#: js/messages.php:164 msgid "From general log" msgstr "" -#: js/messages.php:164 +#: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:165 +#: js/messages.php:166 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:166 +#: js/messages.php:167 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:167 +#: js/messages.php:168 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:169 +#: js/messages.php:170 #, fuzzy #| msgid "Jump to database" msgid "Jump to Log table" msgstr "轉到資料庫" -#: js/messages.php:170 +#: js/messages.php:171 msgid "Log analysed, but no data found in this time span." msgstr "" #. l10n: A collection of available filters -#: js/messages.php:173 +#: js/messages.php:174 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "資料表顯示選項" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:175 +#: js/messages.php:176 msgid "Filter" msgstr "過濾" -#: js/messages.php:176 +#: js/messages.php:177 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:177 +#: js/messages.php:178 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:178 +#: js/messages.php:179 #, fuzzy #| msgid "Number of inserted rows" msgid "Sum of grouped rows:" msgstr "插入的行數" -#: js/messages.php:179 +#: js/messages.php:180 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "總計" -#: js/messages.php:181 +#: js/messages.php:182 #, fuzzy #| msgid "Loading" msgid "Loading logs" msgstr "載入中" -#: js/messages.php:182 +#: js/messages.php:183 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:183 +#: js/messages.php:184 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:184 +#: js/messages.php:185 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "重新載入" -#: js/messages.php:186 +#: js/messages.php:187 msgid "Affected rows:" msgstr "" -#: js/messages.php:188 +#: js/messages.php:189 msgid "Failed parsing config file. It doesn't seem to be valid JSON code" msgstr "" -#: js/messages.php:189 +#: js/messages.php:190 msgid "" "Failed building chart grid with imported config. Resetting to default " "config..." msgstr "" -#: js/messages.php:190 libraries/config/messages.inc.php:172 +#: js/messages.php:191 libraries/config/messages.inc.php:172 #: libraries/db_links.inc.php:82 libraries/display_import.lib.php:126 #: libraries/server_links.inc.php:69 libraries/tbl_links.inc.php:89 #: prefs_manage.php:229 server_status.php:1589 setup/frames/menu.inc.php:20 msgid "Import" msgstr "輸入" -#: js/messages.php:192 +#: js/messages.php:193 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "更新查詢" -#: js/messages.php:196 +#: js/messages.php:197 msgid "Advisor system" msgstr "" -#: js/messages.php:197 +#: js/messages.php:198 msgid "Possible performance issues" msgstr "" -#: js/messages.php:198 +#: js/messages.php:199 msgid "Issue" msgstr "" -#: js/messages.php:199 +#: js/messages.php:200 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "文件" -#: js/messages.php:200 +#: js/messages.php:201 #, fuzzy #| msgid "Details..." msgid "Rule details" msgstr "詳細..." -#: js/messages.php:201 +#: js/messages.php:202 #, fuzzy #| msgid "Authentication" msgid "Justification" msgstr "認證" -#: js/messages.php:202 +#: js/messages.php:203 msgid "Used variable / formula" msgstr "" -#: js/messages.php:203 +#: js/messages.php:204 msgid "Test" msgstr "" -#: js/messages.php:208 pmd_general.php:382 pmd_general.php:419 +#: js/messages.php:209 pmd_general.php:382 pmd_general.php:419 #: pmd_general.php:539 pmd_general.php:587 pmd_general.php:663 #: pmd_general.php:717 pmd_general.php:780 msgid "Cancel" msgstr "取消" -#: js/messages.php:211 +#: js/messages.php:212 msgid "Loading" msgstr "載入中" -#: js/messages.php:212 +#: js/messages.php:213 msgid "Processing Request" msgstr "要求處理中" -#: js/messages.php:213 libraries/rte/rte_export.lib.php:39 +#: js/messages.php:214 libraries/rte/rte_export.lib.php:39 msgid "Error in Processing Request" msgstr "要求處理得程序中有錯誤" -#: js/messages.php:214 +#: js/messages.php:215 msgid "Dropping Column" msgstr "刪除欄位" -#: js/messages.php:215 +#: js/messages.php:216 msgid "Adding Primary Key" msgstr "正在新增主鍵" -#: js/messages.php:216 libraries/relation.lib.php:80 pmd_general.php:380 +#: js/messages.php:217 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 msgid "OK" msgstr "確定" -#: js/messages.php:217 +#: js/messages.php:218 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:220 +#: js/messages.php:221 msgid "Renaming Databases" msgstr "更改資料庫名稱中" -#: js/messages.php:221 +#: js/messages.php:222 msgid "Reload Database" msgstr "重新載入資料庫" -#: js/messages.php:222 +#: js/messages.php:223 msgid "Copying Database" msgstr "複製資料庫中" -#: js/messages.php:223 +#: js/messages.php:224 msgid "Changing Charset" msgstr "更改文字編碼" -#: js/messages.php:224 +#: js/messages.php:225 msgid "Table must have at least one column" msgstr "資料表最少需要有一個欄位" -#: js/messages.php:229 +#: js/messages.php:230 msgid "Insert Table" msgstr "插入資料表" -#: js/messages.php:230 +#: js/messages.php:231 #, fuzzy #| msgid "Add index" msgid "Hide indexes" msgstr "新增索引" -#: js/messages.php:231 +#: js/messages.php:232 #, fuzzy #| msgid "Show grid" msgid "Show indexes" msgstr "顯示網格" -#: js/messages.php:234 +#: js/messages.php:235 msgid "Searching" msgstr "搜索中" -#: js/messages.php:235 +#: js/messages.php:236 msgid "Hide search results" msgstr "隱藏搜尋結果" -#: js/messages.php:236 +#: js/messages.php:237 msgid "Show search results" msgstr "顯示搜尋結果" -#: js/messages.php:237 +#: js/messages.php:238 msgid "Browsing" msgstr "瀏覽" -#: js/messages.php:238 +#: js/messages.php:239 msgid "Deleting" msgstr "刪除" -#: js/messages.php:241 +#: js/messages.php:242 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:248 +#: js/messages.php:249 #, fuzzy, php-format #| msgid "+ Add a new value" msgid "Add %d value(s)" msgstr "+ 增加" -#: js/messages.php:251 +#: js/messages.php:252 msgid "" "Note: If the file contains multiple tables, they will be combined into one" msgstr "注意: 若檔案包含多個資料表, 它們會被結合成一個資料表." -#: js/messages.php:254 +#: js/messages.php:255 msgid "Hide query box" msgstr "隱藏查詢框" -#: js/messages.php:255 +#: js/messages.php:256 msgid "Show query box" msgstr "顯示查詢框" -#: js/messages.php:257 tbl_row_action.php:28 +#: js/messages.php:258 tbl_row_action.php:28 msgid "No rows selected" msgstr "沒有選中任何行" -#: js/messages.php:258 libraries/common.lib.php:2704 +#: js/messages.php:259 libraries/common.lib.php:2739 #: libraries/display_tbl.lib.php:2497 querywindow.php:87 tbl_structure.php:149 #: tbl_structure.php:572 msgid "Change" msgstr "修改" -#: js/messages.php:259 +#: js/messages.php:260 #, fuzzy #| msgid "Maximum execution time" msgid "Query execution time" msgstr "最長執行時間" -#: js/messages.php:262 libraries/config/FormDisplay.tpl.php:355 +#: js/messages.php:263 libraries/config/FormDisplay.tpl.php:355 #: libraries/schema/User_Schema.class.php:352 #: libraries/tbl_properties.inc.php:714 setup/frames/config.inc.php:39 #: setup/frames/index.inc.php:228 tbl_change.php:1027 -#: tbl_gis_visualization.php:193 tbl_indexes.php:261 tbl_relation.php:559 +#: tbl_gis_visualization.php:193 tbl_indexes.php:273 tbl_relation.php:559 msgid "Save" msgstr "儲存" -#: js/messages.php:265 +#: js/messages.php:266 msgid "Hide search criteria" msgstr "隱藏搜尋條件" -#: js/messages.php:266 +#: js/messages.php:267 msgid "Show search criteria" msgstr "顯示搜尋條件" -#: js/messages.php:269 libraries/tbl_select.lib.php:110 +#: js/messages.php:270 libraries/tbl_select.lib.php:110 #, fuzzy #| msgid "Search" msgid "Zoom Search" msgstr "搜尋" -#: js/messages.php:271 +#: js/messages.php:272 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:273 +#: js/messages.php:274 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:275 +#: js/messages.php:276 msgid "Use mousewheel to zoom in or out of the plot." msgstr "" -#: js/messages.php:277 +#: js/messages.php:278 msgid "Click and drag the mouse to navigate the plot." msgstr "" -#: js/messages.php:279 +#: js/messages.php:280 msgid "Click reset zoom link to come back to original state." msgstr "" -#: js/messages.php:281 +#: js/messages.php:282 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:283 +#: js/messages.php:284 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:285 +#: js/messages.php:286 msgid "Strings are converted into integer for plotting" msgstr "" -#: js/messages.php:287 +#: js/messages.php:288 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "新增/刪除欄位" -#: js/messages.php:288 +#: js/messages.php:289 msgid "Select two different columns" msgstr "" -#: js/messages.php:291 tbl_change.php:312 tbl_indexes.php:211 -#: tbl_indexes.php:238 +#: js/messages.php:290 +#, fuzzy +#| msgid "Query results operations" +msgid "Query results" +msgstr "查詢結果選項" + +#: js/messages.php:291 +#, fuzzy +#| msgid "Data pointer size" +msgid "Data point content" +msgstr "資料指標大小" + +#: js/messages.php:294 tbl_change.php:312 tbl_indexes.php:221 +#: tbl_indexes.php:248 msgid "Ignore" msgstr "忽略" -#: js/messages.php:292 libraries/display_tbl.lib.php:1381 +#: js/messages.php:295 libraries/display_tbl.lib.php:1381 msgid "Copy" msgstr "複製" -#: js/messages.php:307 +#: js/messages.php:310 #, fuzzy #| msgid "Add column" msgid "Add columns" msgstr "新增欄位" -#: js/messages.php:310 +#: js/messages.php:313 msgid "Select referenced key" msgstr "選擇外部鍵" -#: js/messages.php:311 +#: js/messages.php:314 msgid "Select Foreign Key" msgstr "選擇外部鍵" -#: js/messages.php:312 +#: js/messages.php:315 msgid "Please select the primary key or a unique key" msgstr "請選擇主鍵或唯一鍵" -#: js/messages.php:313 pmd_general.php:77 tbl_relation.php:541 +#: js/messages.php:316 pmd_general.php:77 tbl_relation.php:541 msgid "Choose column to display" msgstr "選擇要顯示的欄位" -#: js/messages.php:314 +#: js/messages.php:317 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "你尚未儲存修改的資料。請確認是否要捨棄這些資料?" -#: js/messages.php:317 +#: js/messages.php:320 msgid "Add an option for column " msgstr "新增選項給欄位 " -#: js/messages.php:320 +#: js/messages.php:323 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:321 +#: js/messages.php:324 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:322 +#: js/messages.php:325 msgid "Drag to reorder" msgstr "" -#: js/messages.php:323 +#: js/messages.php:326 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "點擊選取" -#: js/messages.php:324 +#: js/messages.php:327 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:325 +#: js/messages.php:328 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:327 +#: js/messages.php:330 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:328 +#: js/messages.php:331 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:329 +#: js/messages.php:332 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "轉到 view" -#: js/messages.php:332 +#: js/messages.php:335 msgid "Generate password" msgstr "產生密碼" -#: js/messages.php:333 libraries/replication_gui.lib.php:369 +#: js/messages.php:336 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "產生" -#: js/messages.php:334 +#: js/messages.php:337 msgid "Change Password" msgstr "修改密碼" -#: js/messages.php:337 tbl_structure.php:465 +#: js/messages.php:340 tbl_structure.php:465 msgid "More" msgstr "更多" -#: js/messages.php:340 setup/lib/index.lib.php:173 +#: js/messages.php:343 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1983,21 +2004,21 @@ msgid "" msgstr "有新的 phpMyAdmin 可用,請考慮升級。最新的版本是 %s,於 %s 發佈" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:342 +#: js/messages.php:345 msgid ", latest stable version:" msgstr ",最新穩定版本: " -#: js/messages.php:343 +#: js/messages.php:346 msgid "up to date" msgstr "最新" #. l10n: Display text for calendar close link -#: js/messages.php:362 +#: js/messages.php:365 msgid "Done" msgstr "完成" # 這應該是使用於選擇日期的月曆 -#: js/messages.php:366 +#: js/messages.php:369 #, fuzzy #| msgid "Prev" msgctxt "Previous month" @@ -2005,7 +2026,7 @@ msgid "Prev" msgstr "上個月" # 這應該使用於選擇日期的小月曆 -#: js/messages.php:371 +#: js/messages.php:374 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2013,149 +2034,149 @@ msgid "Next" msgstr "下個月" #. l10n: Display text for current month link in calendar -#: js/messages.php:374 +#: js/messages.php:377 msgid "Today" msgstr "今天" -#: js/messages.php:377 +#: js/messages.php:380 msgid "January" msgstr "一月" -#: js/messages.php:378 +#: js/messages.php:381 msgid "February" msgstr "二月" -#: js/messages.php:379 +#: js/messages.php:382 msgid "March" msgstr "三月" -#: js/messages.php:380 +#: js/messages.php:383 msgid "April" msgstr "四月" -#: js/messages.php:381 +#: js/messages.php:384 msgid "May" msgstr "五月" -#: js/messages.php:382 +#: js/messages.php:385 msgid "June" msgstr "六月" -#: js/messages.php:383 +#: js/messages.php:386 msgid "July" msgstr "七月" -#: js/messages.php:384 +#: js/messages.php:387 msgid "August" msgstr "八月" -#: js/messages.php:385 +#: js/messages.php:388 msgid "September" msgstr "九月" -#: js/messages.php:386 +#: js/messages.php:389 msgid "October" msgstr "十月" -#: js/messages.php:387 +#: js/messages.php:390 msgid "November" msgstr "十一月" -#: js/messages.php:388 +#: js/messages.php:391 msgid "December" msgstr "十二月" #. l10n: Short month name -#: js/messages.php:392 libraries/common.lib.php:1602 +#: js/messages.php:395 libraries/common.lib.php:1602 msgid "Jan" msgstr "一月" #. l10n: Short month name -#: js/messages.php:394 libraries/common.lib.php:1604 +#: js/messages.php:397 libraries/common.lib.php:1604 msgid "Feb" msgstr "二月" #. l10n: Short month name -#: js/messages.php:396 libraries/common.lib.php:1606 +#: js/messages.php:399 libraries/common.lib.php:1606 msgid "Mar" msgstr "三月" #. l10n: Short month name -#: js/messages.php:398 libraries/common.lib.php:1608 +#: js/messages.php:401 libraries/common.lib.php:1608 msgid "Apr" msgstr "四月" #. l10n: Short month name -#: js/messages.php:400 libraries/common.lib.php:1610 +#: js/messages.php:403 libraries/common.lib.php:1610 msgctxt "Short month name" msgid "May" msgstr "五月" #. l10n: Short month name -#: js/messages.php:402 libraries/common.lib.php:1612 +#: js/messages.php:405 libraries/common.lib.php:1612 msgid "Jun" msgstr "六月" #. l10n: Short month name -#: js/messages.php:404 libraries/common.lib.php:1614 +#: js/messages.php:407 libraries/common.lib.php:1614 msgid "Jul" msgstr "七月" #. l10n: Short month name -#: js/messages.php:406 libraries/common.lib.php:1616 +#: js/messages.php:409 libraries/common.lib.php:1616 msgid "Aug" msgstr "八月" #. l10n: Short month name -#: js/messages.php:408 libraries/common.lib.php:1618 +#: js/messages.php:411 libraries/common.lib.php:1618 msgid "Sep" msgstr "九月" #. l10n: Short month name -#: js/messages.php:410 libraries/common.lib.php:1620 +#: js/messages.php:413 libraries/common.lib.php:1620 msgid "Oct" msgstr "十月" #. l10n: Short month name -#: js/messages.php:412 libraries/common.lib.php:1622 +#: js/messages.php:415 libraries/common.lib.php:1622 msgid "Nov" msgstr "十一月" #. l10n: Short month name -#: js/messages.php:414 libraries/common.lib.php:1624 +#: js/messages.php:417 libraries/common.lib.php:1624 msgid "Dec" msgstr "十二月" -#: js/messages.php:417 +#: js/messages.php:420 msgid "Sunday" msgstr "星期日" -#: js/messages.php:418 +#: js/messages.php:421 msgid "Monday" msgstr "星期一" -#: js/messages.php:419 +#: js/messages.php:422 msgid "Tuesday" msgstr "星期二" -#: js/messages.php:420 +#: js/messages.php:423 msgid "Wednesday" msgstr "星期三" -#: js/messages.php:421 +#: js/messages.php:424 msgid "Thursday" msgstr "星期四" -#: js/messages.php:422 +#: js/messages.php:425 msgid "Friday" msgstr "星期五" -#: js/messages.php:423 +#: js/messages.php:426 msgid "Saturday" msgstr "星期六" #. l10n: Short week day name -#: js/messages.php:427 +#: js/messages.php:430 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2163,89 +2184,89 @@ msgid "Sun" msgstr "週日" #. l10n: Short week day name -#: js/messages.php:429 libraries/common.lib.php:1629 +#: js/messages.php:432 libraries/common.lib.php:1629 msgid "Mon" msgstr "週一" #. l10n: Short week day name -#: js/messages.php:431 libraries/common.lib.php:1631 +#: js/messages.php:434 libraries/common.lib.php:1631 msgid "Tue" msgstr "週二" #. l10n: Short week day name -#: js/messages.php:433 libraries/common.lib.php:1633 +#: js/messages.php:436 libraries/common.lib.php:1633 msgid "Wed" msgstr "週三" #. l10n: Short week day name -#: js/messages.php:435 libraries/common.lib.php:1635 +#: js/messages.php:438 libraries/common.lib.php:1635 msgid "Thu" msgstr "週四" #. l10n: Short week day name -#: js/messages.php:437 libraries/common.lib.php:1637 +#: js/messages.php:440 libraries/common.lib.php:1637 msgid "Fri" msgstr "週五" #. l10n: Short week day name -#: js/messages.php:439 libraries/common.lib.php:1639 +#: js/messages.php:442 libraries/common.lib.php:1639 msgid "Sat" msgstr "週六" #. l10n: Minimal week day name -#: js/messages.php:443 +#: js/messages.php:446 msgid "Su" msgstr "日" #. l10n: Minimal week day name -#: js/messages.php:445 +#: js/messages.php:448 msgid "Mo" msgstr "一" #. l10n: Minimal week day name -#: js/messages.php:447 +#: js/messages.php:450 msgid "Tu" msgstr "二" #. l10n: Minimal week day name -#: js/messages.php:449 +#: js/messages.php:452 msgid "We" msgstr "三" #. l10n: Minimal week day name -#: js/messages.php:451 +#: js/messages.php:454 msgid "Th" msgstr "四" #. l10n: Minimal week day name -#: js/messages.php:453 +#: js/messages.php:456 msgid "Fr" msgstr "五" #. l10n: Minimal week day name -#: js/messages.php:455 +#: js/messages.php:458 msgid "Sa" msgstr "六" #. l10n: Column header for week of the year in calendar -#: js/messages.php:457 +#: js/messages.php:460 msgid "Wk" msgstr "周" -#: js/messages.php:464 libraries/rte/rte_list.lib.php:62 +#: js/messages.php:467 libraries/rte/rte_list.lib.php:62 #: libraries/rte/rte_triggers.lib.php:326 server_status.php:1230 sql.php:894 msgid "Time" msgstr "時間" -#: js/messages.php:465 +#: js/messages.php:468 msgid "Hour" msgstr "時" -#: js/messages.php:466 +#: js/messages.php:469 msgid "Minute" msgstr "分" -#: js/messages.php:467 +#: js/messages.php:470 msgid "Second" msgstr "秒" @@ -2327,45 +2348,45 @@ msgstr "" msgid "Cannot read (moved) upload file." msgstr "" -#: libraries/Index.class.php:418 tbl_relation.php:522 +#: libraries/Index.class.php:419 tbl_relation.php:522 msgid "No index defined!" msgstr "沒有已定義的索引!" #: libraries/Index.class.php:423 libraries/build_html_for_db.lib.php:41 -#: tbl_tracking.php:300 +#: tbl_structure.php:692 tbl_tracking.php:300 msgid "Indexes" msgstr "索引" -#: libraries/Index.class.php:434 libraries/tbl_properties.inc.php:472 +#: libraries/Index.class.php:442 libraries/tbl_properties.inc.php:472 #: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:576 #: tbl_tracking.php:306 msgid "Unique" msgstr "唯一" -#: libraries/Index.class.php:435 tbl_tracking.php:307 +#: libraries/Index.class.php:443 tbl_tracking.php:307 msgid "Packed" msgstr "緊湊" -#: libraries/Index.class.php:437 tbl_tracking.php:309 +#: libraries/Index.class.php:445 tbl_tracking.php:309 msgid "Cardinality" msgstr "基數" -#: libraries/Index.class.php:440 libraries/rte/rte_events.lib.php:480 +#: libraries/Index.class.php:448 libraries/rte/rte_events.lib.php:480 #: libraries/rte/rte_routines.lib.php:957 tbl_tracking.php:263 #: tbl_tracking.php:312 msgid "Comment" msgstr "註解" -#: libraries/Index.class.php:466 +#: libraries/Index.class.php:474 msgid "The primary key has been dropped" msgstr "已刪除主鍵" -#: libraries/Index.class.php:470 +#: libraries/Index.class.php:478 #, php-format msgid "Index %s has been dropped" msgstr "已刪除索引 %s " -#: libraries/Index.class.php:568 +#: libraries/Index.class.php:573 #, php-format msgid "" "The indexes %1$s and %2$s seem to be equal and one of them could possibly be " @@ -2685,14 +2706,14 @@ msgstr "資料表" #: libraries/config/user_preferences.forms.php:238 #: libraries/config/user_preferences.forms.php:261 #: libraries/config/user_preferences.forms.php:266 -#: libraries/export/latex.php:201 libraries/export/sql.php:1092 +#: libraries/export/latex.php:201 libraries/export/sql.php:1093 #: server_privileges.php:612 server_replication.php:314 tbl_printview.php:276 -#: tbl_structure.php:771 +#: tbl_structure.php:772 msgid "Data" msgstr "資料" #: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:55 -#: tbl_printview.php:295 tbl_structure.php:788 +#: tbl_printview.php:295 tbl_structure.php:789 msgid "Overhead" msgstr "多餘" @@ -2920,7 +2941,7 @@ msgstr "%s 天 %s 小時,%s 分 %s 秒" msgid "Missing parameter:" msgstr "一般" -#: libraries/common.lib.php:2415 libraries/common.lib.php:2418 +#: libraries/common.lib.php:2450 libraries/common.lib.php:2453 #: libraries/display_tbl.lib.php:306 #, fuzzy #| msgid "Begin" @@ -2928,7 +2949,7 @@ msgctxt "First page" msgid "Begin" msgstr "開始" -#: libraries/common.lib.php:2416 libraries/common.lib.php:2419 +#: libraries/common.lib.php:2451 libraries/common.lib.php:2454 #: libraries/display_tbl.lib.php:307 server_binlog.php:135 #: server_binlog.php:137 #, fuzzy @@ -2938,7 +2959,7 @@ msgid "Previous" msgstr "上一個" # 這應該使用於選擇日期的小月曆 -#: libraries/common.lib.php:2446 libraries/common.lib.php:2449 +#: libraries/common.lib.php:2481 libraries/common.lib.php:2484 #: libraries/display_tbl.lib.php:372 server_binlog.php:170 #: server_binlog.php:172 #, fuzzy @@ -2947,7 +2968,7 @@ msgctxt "Next page" msgid "Next" msgstr "下個月" -#: libraries/common.lib.php:2447 libraries/common.lib.php:2450 +#: libraries/common.lib.php:2482 libraries/common.lib.php:2485 #: libraries/display_tbl.lib.php:389 #, fuzzy #| msgid "End" @@ -2955,24 +2976,24 @@ msgctxt "Last page" msgid "End" msgstr "結束" -#: libraries/common.lib.php:2517 +#: libraries/common.lib.php:2552 #, php-format msgid "Jump to database "%s"." msgstr "跳轉到資料庫“%s”" -#: libraries/common.lib.php:2537 +#: libraries/common.lib.php:2572 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "%s 功能受到一個已知的缺陷 (bug) 影響,參見 %s" -#: libraries/common.lib.php:2711 +#: libraries/common.lib.php:2746 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "點擊選取" -#: libraries/common.lib.php:3085 libraries/common.lib.php:3092 -#: libraries/common.lib.php:3307 libraries/config/setup.forms.php:295 +#: libraries/common.lib.php:3120 libraries/common.lib.php:3127 +#: libraries/common.lib.php:3342 libraries/config/setup.forms.php:295 #: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358 #: libraries/config/user_preferences.forms.php:193 #: libraries/config/user_preferences.forms.php:230 @@ -2984,7 +3005,7 @@ msgstr "點擊選取" msgid "Structure" msgstr "結構" -#: libraries/common.lib.php:3086 libraries/common.lib.php:3093 +#: libraries/common.lib.php:3121 libraries/common.lib.php:3128 #: libraries/config/messages.inc.php:216 libraries/db_links.inc.php:53 #: libraries/export/sql.php:25 libraries/import/sql.php:18 #: libraries/server_links.inc.php:47 libraries/tbl_links.inc.php:65 @@ -2992,42 +3013,42 @@ msgstr "結構" msgid "SQL" msgstr "SQL" -#: libraries/common.lib.php:3088 libraries/common.lib.php:3305 -#: libraries/common.lib.php:3306 libraries/sql_query_form.lib.php:282 +#: libraries/common.lib.php:3123 libraries/common.lib.php:3340 +#: libraries/common.lib.php:3341 libraries/sql_query_form.lib.php:282 #: libraries/sql_query_form.lib.php:285 libraries/tbl_links.inc.php:74 msgid "Insert" msgstr "插入" -#: libraries/common.lib.php:3095 libraries/db_links.inc.php:85 +#: libraries/common.lib.php:3130 libraries/db_links.inc.php:85 #: libraries/tbl_links.inc.php:93 libraries/tbl_links.inc.php:114 #: view_operations.php:87 msgid "Operations" msgstr "操作" -#: libraries/common.lib.php:3239 libraries/sql_query_form.lib.php:435 +#: libraries/common.lib.php:3274 libraries/sql_query_form.lib.php:435 #: prefs_manage.php:239 msgid "Browse your computer:" msgstr "從計算機中上傳:" -#: libraries/common.lib.php:3258 +#: libraries/common.lib.php:3293 #, php-format msgid "Select from the web server upload directory %s:" msgstr "選擇 Web 伺服器上傳目錄 %s:" -#: libraries/common.lib.php:3279 libraries/sql_query_form.lib.php:444 +#: libraries/common.lib.php:3314 libraries/sql_query_form.lib.php:444 #: tbl_change.php:905 msgid "The directory you set for upload work cannot be reached" msgstr "設定之上傳目錄錯誤,無法使用" -#: libraries/common.lib.php:3288 +#: libraries/common.lib.php:3323 msgid "There are no files to upload" msgstr "沒有可上傳的檔案" -#: libraries/common.lib.php:3316 libraries/common.lib.php:3317 +#: libraries/common.lib.php:3351 libraries/common.lib.php:3352 msgid "Execute" msgstr "" -#: libraries/common.lib.php:3792 +#: libraries/common.lib.php:3827 msgid "Print" msgstr "列印" @@ -3469,7 +3490,7 @@ msgid "Character set of the file" msgstr "檔案字集" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:90 -#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:840 +#: tbl_gis_visualization.php:181 tbl_printview.php:335 tbl_structure.php:841 msgid "Format" msgstr "格式" @@ -5408,7 +5429,7 @@ msgstr "一般" msgid "Events" msgstr "事件" -#: libraries/db_links.inc.php:104 libraries/export/sql.php:1031 +#: libraries/db_links.inc.php:104 libraries/export/sql.php:1032 #: libraries/export/xml.php:57 libraries/rte/rte_words.lib.php:37 #: libraries/tbl_links.inc.php:103 msgid "Triggers" @@ -5781,7 +5802,7 @@ msgstr "主鍵排序" #: libraries/import/ldi.php:49 libraries/import/ods.php:39 #: libraries/import/shp.php:22 libraries/import/sql.php:20 #: libraries/import/xml.php:32 libraries/rte/rte_routines.lib.php:863 -#: tbl_select.php:175 tbl_structure.php:856 +#: tbl_select.php:175 tbl_structure.php:857 msgid "Options" msgstr "選項" @@ -6333,12 +6354,12 @@ msgid "Data dump options" msgstr "資料匯出選項" #: libraries/export/htmlword.php:121 libraries/export/odt.php:161 -#: libraries/export/sql.php:1187 libraries/export/texytext.php:109 +#: libraries/export/sql.php:1188 libraries/export/texytext.php:109 msgid "Dumping data for table" msgstr "轉存資料表中的資料" #: libraries/export/htmlword.php:195 libraries/export/odt.php:235 -#: libraries/export/sql.php:1020 libraries/export/texytext.php:177 +#: libraries/export/sql.php:1021 libraries/export/texytext.php:177 msgid "Table structure for table" msgstr "表的結構" @@ -6543,31 +6564,31 @@ msgstr "Procedure" msgid "Functions" msgstr "函數" -#: libraries/export/sql.php:854 +#: libraries/export/sql.php:855 msgid "Constraints for dumped tables" msgstr "匯出資料表的 Constraints" -#: libraries/export/sql.php:863 +#: libraries/export/sql.php:864 msgid "Constraints for table" msgstr "資料表的 Constraints" -#: libraries/export/sql.php:962 +#: libraries/export/sql.php:963 msgid "MIME TYPES FOR TABLE" msgstr "MIME 類型表" -#: libraries/export/sql.php:974 +#: libraries/export/sql.php:975 msgid "RELATIONS FOR TABLE" msgstr "表的關聯" -#: libraries/export/sql.php:1043 +#: libraries/export/sql.php:1044 msgid "Structure for view" msgstr "view結構" -#: libraries/export/sql.php:1052 +#: libraries/export/sql.php:1053 msgid "Stand-in structure for view" msgstr "替換 view以便查看" -#: libraries/export/sql.php:1111 +#: libraries/export/sql.php:1112 #, fuzzy #| msgid "Allows reading data." msgid "Error reading data:" @@ -6795,7 +6816,7 @@ msgid "To" msgstr "" #: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/sql_query_form.lib.php:395 tbl_zoom_select.php:469 +#: libraries/sql_query_form.lib.php:395 msgid "Submit" msgstr "送出" @@ -7144,7 +7165,7 @@ msgstr "變數" #: libraries/rte/rte_routines.lib.php:1370 libraries/tbl_select.lib.php:87 #: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652 #: pmd_general.php:769 server_status.php:1465 tbl_change.php:334 -#: tbl_printview.php:329 tbl_structure.php:832 tbl_zoom_select.php:436 +#: tbl_printview.php:329 tbl_structure.php:833 tbl_zoom_select.php:435 msgid "Value" msgstr "值" @@ -7889,6 +7910,11 @@ msgstr "差異" msgid "Target database" msgstr "目標資料庫" +#: libraries/server_synchronize.lib.php:1329 +#: libraries/server_synchronize.lib.php:1338 +msgid "Click to select" +msgstr "點擊選取" + #: libraries/sql_query_form.lib.php:189 #, php-format msgid "Run SQL query/queries on server %s" @@ -8034,7 +8060,7 @@ msgstr "對於預設值,請只輸入單個值,不要加反斜槓或引號, #: libraries/tbl_properties.inc.php:109 libraries/tbl_properties.inc.php:478 #: tbl_printview.php:285 tbl_structure.php:153 tbl_structure.php:158 -#: tbl_structure.php:577 tbl_structure.php:779 +#: tbl_structure.php:577 tbl_structure.php:780 msgid "Index" msgstr "索引" @@ -8751,7 +8777,7 @@ msgstr "位置" msgid "Original position" msgstr "原始位置" -#: server_binlog.php:185 +#: server_binlog.php:185 tbl_structure.php:759 msgid "Information" msgstr "資訊" @@ -9601,7 +9627,7 @@ msgstr "每分鐘" msgid "per second" msgstr "每秒" -#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:831 +#: server_status.php:964 tbl_printview.php:328 tbl_structure.php:832 msgid "Statements" msgstr "說明" @@ -11171,38 +11197,34 @@ msgstr "無法將索引改爲主鍵 (PRIMARY) !" msgid "No index parts defined!" msgstr "沒有定義的索引部分!" -#: tbl_indexes.php:169 +#: tbl_indexes.php:173 tbl_structure.php:169 tbl_structure.php:170 +msgid "Add index" +msgstr "新增索引" + +#: tbl_indexes.php:175 #, fuzzy -#| msgid "Create a new index" -msgid "Create an index" -msgstr "建立索引" +#| msgid "Edit mode" +msgid "Edit index" +msgstr "編輯模式" -#: tbl_indexes.php:171 -msgid "Modify an index" -msgstr "修改索引" +#: tbl_indexes.php:186 +msgid "Index name:" +msgstr "索引名稱:" -#: tbl_indexes.php:176 +#: tbl_indexes.php:188 msgid "" "(\"PRIMARY\" must be the name of and only of a primary key!)" msgstr "(“PRIMARY”必須而且只能作爲主鍵的名稱!)" -#: tbl_indexes.php:179 -msgid "Index name:" -msgstr "索引名稱:" - -#: tbl_indexes.php:185 +#: tbl_indexes.php:194 msgid "Index type:" msgstr "索引類型:" -#: tbl_indexes.php:265 +#: tbl_indexes.php:278 #, php-format msgid "Add to index  %s column(s)" msgstr "新增 %s 個索引欄位" -#: tbl_indexes.php:270 tbl_structure.php:700 -msgid "Column count has to be larger than zero." -msgstr "至少要有一個欄位" - #: tbl_move_copy.php:44 msgid "Can't move table to same one!" msgstr "目標資料表不能爲來源資料表!" @@ -11325,39 +11347,39 @@ msgstr "檢查引用完整性:" msgid "Showing tables" msgstr "顯示資料表" -#: tbl_printview.php:269 tbl_structure.php:762 +#: tbl_printview.php:269 tbl_structure.php:763 msgid "Space usage" msgstr "已用空間" -#: tbl_printview.php:273 tbl_structure.php:766 +#: tbl_printview.php:273 tbl_structure.php:767 msgid "Usage" msgstr "已用" -#: tbl_printview.php:300 tbl_structure.php:793 +#: tbl_printview.php:300 tbl_structure.php:794 msgid "Effective" msgstr "有效" -#: tbl_printview.php:325 tbl_structure.php:828 +#: tbl_printview.php:325 tbl_structure.php:829 msgid "Row Statistics" msgstr "行統計" -#: tbl_printview.php:339 tbl_structure.php:843 +#: tbl_printview.php:339 tbl_structure.php:844 msgid "static" msgstr "靜態" -#: tbl_printview.php:341 tbl_structure.php:845 +#: tbl_printview.php:341 tbl_structure.php:846 msgid "dynamic" msgstr "動態" -#: tbl_printview.php:363 tbl_structure.php:888 +#: tbl_printview.php:363 tbl_structure.php:889 msgid "Row length" msgstr "行長度" -#: tbl_printview.php:373 tbl_structure.php:896 +#: tbl_printview.php:373 tbl_structure.php:897 msgid "Row size" msgstr "行大小 " -#: tbl_printview.php:383 tbl_structure.php:904 +#: tbl_printview.php:383 tbl_structure.php:905 msgid "Next autoindex" msgstr "" @@ -11412,10 +11434,6 @@ msgstr "瀏覽非重複值 (DISTINCT)" msgid "Add primary key" msgstr "新增主鍵" -#: tbl_structure.php:169 tbl_structure.php:170 -msgid "Add index" -msgstr "新增索引" - #: tbl_structure.php:171 tbl_structure.php:172 msgid "Add unique index" msgstr "新增唯一鍵" @@ -11487,12 +11505,12 @@ msgstr "於表開頭" msgid "After %s" msgstr "於 %s 之後" -#: tbl_structure.php:705 +#: tbl_structure.php:702 #, php-format msgid "Create an index on  %s columns" msgstr "在第 %s 個欄位建立索引" -#: tbl_structure.php:859 +#: tbl_structure.php:860 msgid "partitioned" msgstr "已分區" @@ -12851,6 +12869,19 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Click to unselect" +#~ msgstr "點擊取消" + +#, fuzzy +#~ msgid "Create an index" +#~ msgstr "建立索引" + +#~ msgid "Modify an index" +#~ msgstr "修改索引" + +#~ msgid "Column count has to be larger than zero." +#~ msgstr "至少要有一個欄位" + #~ msgid "+ Restart insertion and add a new value" #~ msgstr "+重新執行插入並增加新值" diff --git a/tbl_indexes.php b/tbl_indexes.php index 3a1a8635a3..b576e10932 100644 --- a/tbl_indexes.php +++ b/tbl_indexes.php @@ -179,26 +179,33 @@ if ($GLOBALS['is_ajax_request'] != true) { -
- -
- - - -must be the name of and only of a primary key!)'))); ?> - - -
- - - - - - -
+
+
+
+ + be the name of and only of a primary key!)'))); ?> + + +
+ +
+
+
+ + + +
+ +
+
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index db300f32d6..5d4c3f3d04 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -2132,13 +2132,22 @@ td.more_opts { */ #index_frm .index_info input, #index_frm .index_info select { - width: 100%; + width: 14em; box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } +#index_frm .index_info div { + padding: 0.2em 0; +} + +#index_frm .index_info .label { + float: left; + min-width: 12em; +} + #index_frm .slider { width: 10em; margin: 0.6em;