diff --git a/js/messages.php b/js/messages.php index 3d10d496a..1653ceb5f 100644 --- a/js/messages.php +++ b/js/messages.php @@ -22,47 +22,45 @@ require_once './libraries/common.inc.php'; // But this one is needed for PMA_escapeJsString() require_once './libraries/js_escape.lib.php'; -$js_messages['strFormEmpty'] = $GLOBALS['strFormEmpty']; -$js_messages['strNotNumber'] = $GLOBALS['strNotNumber']; -$js_messages['strClickToSelect'] = $GLOBALS['strClickToSelect']; -$js_messages['strClickToUnselect'] = $GLOBALS['strClickToUnselect']; -$js_messages['strNoDropDatabases'] = $GLOBALS['strNoDropDatabases']; +$js_messages['strClickToSelect'] = __('Click to select'); +$js_messages['strClickToUnselect'] = __('Click to unselect'); +$js_messages['strNoDropDatabases'] = __('"DROP DATABASE" statements are disabled.'); /* For confirmations */ -$js_messages['strDoYouReally'] = $GLOBALS['strDoYouReally']; -$js_messages['strDropDatabaseStrongWarning'] = $GLOBALS['strDropDatabaseStrongWarning']; +$js_messages['strDoYouReally'] = __('Do you really want to '); +$js_messages['strDropDatabaseStrongWarning'] = __('You are about to DESTROY a complete database!'); /* For blobstreaming */ -$js_messages['strBLOBRepositoryDisableStrongWarning'] = $GLOBALS['strBLOBRepositoryDisableStrongWarning']; -$js_messages['strBLOBRepositoryDisableAreYouSure'] = sprintf($GLOBALS['strBLOBRepositoryDisableAreYouSure'], $GLOBALS['db']); +$js_messages['strBLOBRepositoryDisableStrongWarning'] = __('You are about to DISABLE a BLOB Repository!'); +$js_messages['strBLOBRepositoryDisableAreYouSure'] = sprintf(__('Are you sure you want to disable all BLOB references for database %s?'), $GLOBALS['db']); /* For indexes */ -$js_messages['strFormEmpty'] = $GLOBALS['strFormEmpty']; -$js_messages['strNotNumber'] = $GLOBALS['strNotNumber']; +$js_messages['strFormEmpty'] = __('Missing value in the form!'); +$js_messages['strNotNumber'] = __('This is not a number!'); /* For server_privileges.js */ -$js_messages['strHostEmpty'] = $GLOBALS['strHostEmpty']; -$js_messages['strUserEmpty'] = $GLOBALS['strUserEmpty']; -$js_messages['strPasswordEmpty'] = $GLOBALS['strPasswordEmpty']; -$js_messages['strPasswordNotSame'] = $GLOBALS['strPasswordNotSame']; +$js_messages['strHostEmpty'] = __('The host name is empty!'); +$js_messages['strUserEmpty'] = __('The user name is empty!'); +$js_messages['strPasswordEmpty'] = __('The password is empty!'); +$js_messages['strPasswordNotSame'] = __('The passwords aren\'t the same!'); /* For inline query editing */ $js_messages['strGo'] = __('Go'); $js_messages['strCancel'] = __('Cancel'); /* Designer */ -$js_messages['strModifications'] = $GLOBALS['strModifications']; -$js_messages['strRelationDeleted'] = $GLOBALS['strRelationDeleted']; -$js_messages['strForeignKeyRelationAdded'] = $GLOBALS['strForeignKeyRelationAdded']; -$js_messages['strInternalRelationAdded'] = $GLOBALS['strInternalRelationAdded']; -$js_messages['strErrorRelationAdded'] = $GLOBALS['strErrorRelationAdded']; -$js_messages['strErrorRelationExists'] = $GLOBALS['strErrorRelationExists']; -$js_messages['strErrorSaveTable'] = $GLOBALS['strErrorSaveTable']; -$js_messages['strGeneralRelationFeat:strDisabled'] = $GLOBALS['strGeneralRelationFeat'] . ': ' . $GLOBALS['strDisabled']; -$js_messages['strSelectReferencedKey'] = $GLOBALS['strSelectReferencedKey']; -$js_messages['strSelectForeignKey'] = $GLOBALS['strSelectForeignKey']; -$js_messages['strPleaseSelectPrimaryOrUniqueKey'] = $GLOBALS['strPleaseSelectPrimaryOrUniqueKey']; -$js_messages['strChangeDisplay'] = $GLOBALS['strChangeDisplay']; +$js_messages['strModifications'] = __('Modifications have been saved'); +$js_messages['strRelationDeleted'] = __('Relation deleted'); +$js_messages['strForeignKeyRelationAdded'] = __('FOREIGN KEY relation added'); +$js_messages['strInternalRelationAdded'] = __('Internal relation added'); +$js_messages['strErrorRelationAdded'] = __('Error: Relation not added.'); +$js_messages['strErrorRelationExists'] = __('Error: relation already exists.'); +$js_messages['strErrorSaveTable'] = __('Error saving coordinates for Designer.'); +$js_messages['strGeneralRelationFeat:strDisabled'] = __('General relation features') . ': ' . __('Disabled'); +$js_messages['strSelectReferencedKey'] = __('Select referenced key'); +$js_messages['strSelectForeignKey'] = __('Select Foreign Key'); +$js_messages['strPleaseSelectPrimaryOrUniqueKey'] = __('Please select the primary key or a unique key'); +$js_messages['strChangeDisplay'] = __('Choose field to display'); echo "var PMA_messages = new Array();\n"; foreach ($js_messages as $name => $js_message) { diff --git a/po/af.po b/po/af.po index 970808c6e..6b0a146df 100644 --- a/po/af.po +++ b/po/af.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-05-09 20:34+0200\n" +"POT-Creation-Date: 2010-05-09 15:12-0400\n" "PO-Revision-Date: 2010-03-30 23:04+0200\n" "Last-Translator: Michal \n" "Language-Team: afrikaans \n" @@ -43,30 +43,30 @@ msgstr "Soek" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Gaan" @@ -835,27 +835,143 @@ msgstr "" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin verkies 'n frames-kapabele blaaier." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" stellings word nie toegelaat nie." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Wil jy regtig " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Daar ontbreek 'n waarde in die vorm !" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Hierdie is nie 'n nommer nie" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Die gasheer naam is leeg!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Die gebruiker naam ontbreek!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Die wagwoord is leeg!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Die wagwoorde is verskillend!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Veranderinge is gestoor" + +#: js/messages.php:53 libraries/messages.inc.php:749 +#, fuzzy +msgid "Relation deleted" +msgstr "Relasie uitsig" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +#, fuzzy +msgid "Internal relation added" +msgstr "Algemene verwantskap funksies" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Algemene verwantskap funksies" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Onbeskikbaar" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Kies 'n Veld om te vertoon" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "None" msgid "Done" msgstr "Geen" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Vorige" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -863,95 +979,95 @@ msgid "Next" msgstr "Volgende" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy msgid "Today" msgstr "totaal" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Biner" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Mei" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jun" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jul" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Aug" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -959,176 +1075,176 @@ msgid "May" msgstr "Mei" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Des" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "So" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Ma" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Di" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Fr" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "So" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Ma" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Di" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Wo" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Do" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Fr" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Sa" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "So" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Di" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Wo" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Do" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Fr" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "in gebruik" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "Records" msgid "Second" @@ -1252,6 +1368,26 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Kan nie iconv laai nie, of \"recode\" ekstensie word benodig vir die " +"karakterstel omskakeling, stel PHP op om hierdie ekstensies toe te laat of " +"verwyder karakterstel omskakeling in phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Kan nie iconv, libiconv of recode_string funksie gebruik terwyl die extensie " +"homself as gelaai rapporteer nie. Kyk na jou PHP opstelling." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1548,6 +1684,50 @@ msgstr "" msgid "Overhead" msgstr "Overhead" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Verander wagwoord" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Geen Wagwoord" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Wagwoord" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Tik weer" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +#, fuzzy +msgid "Generate" +msgstr "Voortgebring deur" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1647,50 +1827,6 @@ msgstr "\"ge-bzip\"" msgid "SQL compatibility mode" msgstr "" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Verander wagwoord" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Geen Wagwoord" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Wagwoord" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Tik weer" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -#, fuzzy -msgid "Generate" -msgstr "Voortgebring deur" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2351,28 +2487,8 @@ msgstr "Voortgebring deur" msgid "Rows" msgstr "Rye" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Kan nie iconv laai nie, of \"recode\" ekstensie word benodig vir die " -"karakterstel omskakeling, stel PHP op om hierdie ekstensies toe te laat of " -"verwyder karakterstel omskakeling in phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Kan nie iconv, libiconv of recode_string funksie gebruik terwyl die extensie " -"homself as gelaai rapporteer nie. Kyk na jou PHP opstelling." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL het niks teruggegee nie (dus nul rye)." @@ -2748,21 +2864,12 @@ msgstr "" msgid "Server ID" msgstr "" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Onbeskikbaar" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2887,10 +2994,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Kies 'n Veld om te vertoon" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "" @@ -2923,18 +3026,6 @@ msgstr "" msgid "Please choose a page to edit" msgstr "Kies asb. 'n bladsy om te verander" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Kolom Kommentaar word vertoon" @@ -3234,11 +3325,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Onbeskikbaar" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "" @@ -3263,16 +3349,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Wil jy regtig " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3346,23 +3422,11 @@ msgstr " Nota: MySQL regte name word in Engels vertoon " msgid "Error in ZIP archive:" msgstr "" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "" @@ -3479,19 +3543,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Formaat" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Daar ontbreek 'n waarde in die vorm !" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3505,10 +3561,6 @@ msgstr "" msgid "Function" msgstr "Funksie" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Algemene verwantskap funksies" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "" @@ -3593,10 +3645,6 @@ msgstr "Tuis" msgid "Official Homepage" msgstr "Amptelike phpMyAdmin Tuisblad" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Die gasheer naam is leeg!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3733,11 +3781,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -#, fuzzy -msgid "Internal relation added" -msgstr "Algemene verwantskap funksies" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "" @@ -3979,10 +4022,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Veranderinge is gestoor" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Verander 'n indeks" @@ -4059,10 +4098,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "" -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" stellings word nie toegelaat nie." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "" @@ -4114,10 +4149,6 @@ msgid "" "directory %s." msgstr "" -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Hierdie is nie 'n nommer nie" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "nie OK" @@ -4188,14 +4219,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "" -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Die wagwoord is leeg!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Die wagwoorde is verskillend!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4261,10 +4284,6 @@ msgstr "" msgid "PHP extension" msgstr "PHP Version" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -43,30 +43,30 @@ msgstr "ابحث" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr " تنفيذ " @@ -823,27 +823,141 @@ msgstr "" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin أكثر تفهما مع مستعرض الإطارات." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "اضغط للاختيار" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "معطل \"حذف قاعدة بيانات\"الأمر " + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "هل تريد التنفيذ حقا" + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "يوجد قيمه مفقوده بالنموذج !" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "هذا ليس رقم!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "اسم المستضيف فارغ!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "اسم المستخدم فارغ!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "كلمة السر فارغة !" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "كلمتا السر غير متشابهتان !" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "ألغ" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "تمت التعديلات" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "المزايا العامّة للرابط" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "معطل" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "اختر الحقل لإظهاره" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "تبرع" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "سابق" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -851,96 +965,96 @@ msgid "Next" msgstr "التالي" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "مجموع كلي" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "ثنائي" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "مارس" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "أبريل" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "مايو" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "يونيو" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "يوليو" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "أغسطس" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "أكتوبر" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "يناير" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "فبراير" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "مارس" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "أبريل" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -948,178 +1062,178 @@ msgid "May" msgstr "مايو" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "يونيو" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "يوليو" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "أغسطس" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "سبتمبر" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "أكتوبر" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "نوفمبر" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "ديسمبر" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "الأحد" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "الإثنين" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "الثلاثاء" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "الجمعة" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "الأحد" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "الإثنين" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "الثلاثاء" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "الأربعاء" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "الخميس" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "الجمعة" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "السبت" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "الأحد" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "الإثنين" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "الثلاثاء" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "الأربعاء" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "الخميس" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "الجمعة" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "السبت" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "ويكي" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "قيد الإستعمال" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1246,6 +1360,26 @@ msgstr "" msgid "Download file" msgstr "نزل الملف" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"لم يمكن تحميل iconv أو إعادة تشفير الامتداد المطلوب لتحويل شيفرة الأحرف، " +"الرجاء إعداد PHP ليسمح باستخدام هذه الإمتدادات أو عطل عمل التحويل في " +"phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"لا يمكن استخدام iconv ولا libiconv ولا عملية recode_string في حين يحدد " +"الامتداد أنه محمل. تأكد من إعدادات PHP." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1542,6 +1676,49 @@ msgstr "" msgid "Overhead" msgstr "الفوقي" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "تغيير كلمة السر" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "لا كلمة سر" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "كلمة السر" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "أعد كتابة" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "ولد" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1641,49 +1818,6 @@ msgstr "\"bzipped\"" msgid "SQL compatibility mode" msgstr "" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "تغيير كلمة السر" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "لا كلمة سر" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "كلمة السر" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "أعد كتابة" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "ولد" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2335,28 +2469,8 @@ msgstr "أنشئ بواسطة" msgid "Rows" msgstr "صفوف" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"لم يمكن تحميل iconv أو إعادة تشفير الامتداد المطلوب لتحويل شيفرة الأحرف، " -"الرجاء إعداد PHP ليسمح باستخدام هذه الإمتدادات أو عطل عمل التحويل في " -"phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"لا يمكن استخدام iconv ولا libiconv ولا عملية recode_string في حين يحدد " -"الامتداد أنه محمل. تأكد من إعدادات PHP." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL قام بإرجاع نتيجة إعداد فارغه (مثلا صف صفري)." @@ -2725,20 +2839,11 @@ msgstr "موضع" msgid "Server ID" msgstr "رقم الخادم" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "معطل" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2861,10 +2966,6 @@ msgstr " ... استعد كل الصلاحيات الفعالة من القديم msgid "Change Login Information / Copy User" msgstr "غير معلومات الدخول / انسخ اسم مستخدم" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "اختر الحقل لإظهاره" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "مجموعة المحارف" @@ -2896,18 +2997,6 @@ msgstr "تحقق من الصلاحيات لقاعدة بيانات "%s" msgid "Please choose a page to edit" msgstr "رجاء اختر صفحة لتعديلها" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "اضغط للاختيار" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "إظهار تعليقات العمود" @@ -3204,11 +3293,6 @@ msgstr "فرق" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "معطل" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "" @@ -3233,16 +3317,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "هل تريد التنفيذ حقا" - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3316,23 +3390,11 @@ msgstr " ملاحظه: اسم الامتياز لـMySQL يظهر ويقرأ ب msgid "Error in ZIP archive:" msgstr "" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "إسبرانتو" @@ -3453,19 +3515,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "صيغة" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "يوجد قيمه مفقوده بالنموذج !" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "" @@ -3478,10 +3532,6 @@ msgstr "" msgid "Function" msgstr "دالة" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "المزايا العامّة للرابط" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "الجورجية" @@ -3564,10 +3614,6 @@ msgstr "الصفحة الرئيسية" msgid "Official Homepage" msgstr "الصفحة الرئيسية الرسمية لـ phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "اسم المستضيف فارغ!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3708,10 +3754,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "العلاقات الداخلية" @@ -3950,10 +3992,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "أنواع MIME التي تظهر بحروف مائلة ليس لها وظيفة تحويل منفصلة" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "تمت التعديلات" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "تعديل الفهرسة" @@ -4030,10 +4068,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "" -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "معطل \"حذف قاعدة بيانات\"الأمر " - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "" @@ -4084,10 +4118,6 @@ msgid "" "directory %s." msgstr "" -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "هذا ليس رقم!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "ليس صالحا" @@ -4155,14 +4185,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "تم تغيير كلمة المرور لـ %s بنجاح." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "كلمة السر فارغة !" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "كلمتا السر غير متشابهتان !" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4226,10 +4248,6 @@ msgstr "" msgid "PHP extension" msgstr "" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -41,30 +41,30 @@ msgstr "Axtarış" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Davam" @@ -834,27 +834,143 @@ msgstr "" "phpMyAdmin frame-destekli görüntüleyicilerle (browser) daha yaxşı " "işleyir." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" ifadeleri söndürülmüşdür (disabled)." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Aşağıdakı sorğunu icra etdirmekten eminsiniz " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Bütün bazanı YOX ETMEK üzeresiniz!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Formda eksik girilmiş deyer var!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Bu reqem deyildir!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Host adı boşdur!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "İstifadeçi adı boş qaldı!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Parol boşdur!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Girdiyiniz parollar eyni deyil!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Modifications have been saved" + +#: js/messages.php:53 libraries/messages.inc.php:749 +#, fuzzy +msgid "Relation deleted" +msgstr "Relation view" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +#, fuzzy +msgid "Internal relation added" +msgstr "Ümumi elaqe variantları" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Ümumi elaqe variantları" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Söndürülüb" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Gösterilecek Saheni Seç" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "None" msgid "Done" msgstr "Heç biri" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Evvelki" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -862,96 +978,96 @@ msgid "Next" msgstr "Sonrakı" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Cemi" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binary" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "May" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "İyun" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "İyul" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Avq" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Yan" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Fev" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -959,176 +1075,176 @@ msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "İyun" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "İyul" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Avq" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Sent" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Noy" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Dek" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Baz" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Baz Ert" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Çerş Axş" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Cüme" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Baz" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Baz Ert" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Çerş Axş" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Çerş" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Cüme Axş" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Cüme" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Şen" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Baz" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Baz Ert" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Çerş Axş" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Çerş" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Cüme Axş" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Cüme" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Şen" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "istifadede" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1253,6 +1369,26 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Charset çevirmeleri üçün lazım olan iconv ve ya recode uzantılarını yükleye " +"bilmirem; ya php-ni bu uzantıları istifade ede bilmesi üçün yeniden " +"quraşdırın ya da phpMyAdmin-de charset çevirme xüsusiyyetini söndürün." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Can not use iconv nor libiconv nor recode_string function while extension " +"reports to be loaded. Check your php configuration." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1555,6 +1691,50 @@ msgstr "" msgid "Overhead" msgstr "Aşma deyeri" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Parolu Deyişdir" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Parol Yoxdur" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Parol" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Re-type" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +#, fuzzy +msgid "Generate" +msgstr "Qurucu" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1654,50 +1834,6 @@ msgstr "\"bzip\"lenmiş" msgid "SQL compatibility mode" msgstr "" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Parolu Deyişdir" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Parol Yoxdur" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Parol" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Re-type" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -#, fuzzy -msgid "Generate" -msgstr "Qurucu" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2359,28 +2495,8 @@ msgstr "Qurucu" msgid "Rows" msgstr "Sıra sayı" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Charset çevirmeleri üçün lazım olan iconv ve ya recode uzantılarını yükleye " -"bilmirem; ya php-ni bu uzantıları istifade ede bilmesi üçün yeniden " -"quraşdırın ya da phpMyAdmin-de charset çevirme xüsusiyyetini söndürün." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Can not use iconv nor libiconv nor recode_string function while extension " -"reports to be loaded. Check your php configuration." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL boş netice çoxluğu gönderdi (ye'ni sıfır setir)." @@ -2758,21 +2874,12 @@ msgstr "" msgid "Server ID" msgstr "Server" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Söndürülüb" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2899,10 +3006,6 @@ msgstr " ... köhne istifadeçinin selahiyyetlerini elinden alaraq onu sil." msgid "Change Login Information / Copy User" msgstr "Sistem Giriş Me'lumatını Deyişdir / İstifadeçini Kopyala" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Gösterilecek Saheni Seç" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Charset" @@ -2935,18 +3038,6 @@ msgstr ""%s" bazası üçün selahiyyetleri gözden keçir." msgid "Please choose a page to edit" msgstr "Xahiş edirem, deyişdirilecek Sehifeni seç" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Sütun Qısa İzahatını Deyişdir" @@ -3253,11 +3344,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Söndürülüb" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "" @@ -3282,16 +3368,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Aşağıdakı sorğunu icra etdirmekten eminsiniz " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Bütün bazanı YOX ETMEK üzeresiniz!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3365,23 +3441,11 @@ msgstr " Qeyd: MySQL selahiyyet adları ingilis dilinde ifade edilmişdir " msgid "Error in ZIP archive:" msgstr "" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "" @@ -3505,19 +3569,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Format" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Formda eksik girilmiş deyer var!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3531,10 +3587,6 @@ msgstr "" msgid "Function" msgstr "Funksiya" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Ümumi elaqe variantları" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Gürcü" @@ -3619,10 +3671,6 @@ msgstr "Başlanğıc" msgid "Official Homepage" msgstr "phpMyAdmin Resmi İnternet Sehifesi" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Host adı boşdur!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3762,11 +3810,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -#, fuzzy -msgid "Internal relation added" -msgstr "Ümumi elaqe variantları" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "" @@ -4009,10 +4052,6 @@ msgid "" msgstr "" "MIME-types printed in italics do not have a seperate transformation function" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Modifications have been saved" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Modify an index" @@ -4089,10 +4128,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "Bu depolama motoru haqqında etrafli status me'lumatı mövcud deyildir." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" ifadeleri söndürülmüşdür (disabled)." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "" @@ -4144,10 +4179,6 @@ msgid "" "directory %s." msgstr "" -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Bu reqem deyildir!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "Müveffeqiyyetsiz" @@ -4218,14 +4249,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "%s üçün parol müveffeqiyyetle deyişdirilmişdir." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Parol boşdur!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Girdiyiniz parollar eyni deyil!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4292,10 +4315,6 @@ msgstr "" msgid "PHP extension" msgstr "PHP Versiyası" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -44,30 +44,30 @@ msgstr "Пошук" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Панеслася" @@ -838,26 +838,140 @@ msgstr "Імпартраваньне пасьпяхова завершанае, msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "Для работы phpMyAdmin патрэбны браўзэр з падтрымкай фрэймаў." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "Каманды \"DROP DATABASE\" адключаныя." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Ці сапраўды вы жадаеце " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Вы зьбіраеце ВЫДАЛІЦЬ базу дадзеных цалкам!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Не зададзенае значэньне ў форме!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Гэта ня лік!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Пустое імя хосту!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Пустое імя карыстальніка!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Пусты пароль!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Паролі не супадаюць!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Скасаваць" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Мадыфікацыі былі захаваныя" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Сувязь выдаленая" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "Сувязь FOREIGN KEY была дададзеная" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Унутраная сувязь дададзеная" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Памылка: сувязь не дададзеная." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Памылка: сувязь ужо існуе." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Памылка захаваньня каардынатаў." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Магчымасьці асноўных сувязяў" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Адключана" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Выберыце спасылкавы ключ" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Выберыце зьнешні ключ" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Калі ласка, выберыце першасны (PRIMARY) альбо ўнікальны ключ (UNIQUE)" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Выберыце поле для адлюстраваньня" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy msgid "Done" msgstr "Дадзеныя" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Папярэдняя старонка" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -865,96 +979,96 @@ msgid "Next" msgstr "Наступная старонка" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Агулам" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Двайковы" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Сак" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Кра" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Тра" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Чэр" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Ліп" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Жні" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Кас" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Сту" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Лют" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Сак" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Кра" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -962,178 +1076,178 @@ msgid "May" msgstr "Тра" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Чэр" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Ліп" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Жні" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Вер" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Кас" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Ліс" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Сьн" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ндз" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Пан" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Аўт" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Пят" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Ндз" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Пан" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Аўт" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Сер" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Цач" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Пят" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Суб" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ндз" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Пан" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Аўт" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Сер" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Цач" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Пят" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Суб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "выкарыстоўваецца" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1265,6 +1379,27 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Немагчыма загрузіць пашырэньне iconv або пашырэньне recode, неабходныя для " +"перакадаваньня сымбаляў. Наладзьце PHP на выкарыстаньне гэтых пашырэньняў " +"або ўвогуле адключыце перакадаваньне сымбаляў у phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Немагчыма выкарыстаць ні функцыю iconv, ні libiconvr, ні recode_string у той " +"час, як пашырэньне паведамляе, што яно загружанае. Праверце вашую " +"канфігурацыю PHP." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1571,6 +1706,51 @@ msgstr "Значэньне можа быць прыблізным. Гл. FAQ 3.1 msgid "Overhead" msgstr "Выкарыстаньне рэсурсаў" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Зьмяніць пароль" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Без пароля" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Пароль" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Пацьверджаньне" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Хэшаваньне паролю" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "Сумяшчальнае з MySQL 4.0" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Згенэраваць пароль" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Згенэраваць" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1670,51 +1850,6 @@ msgstr "сьціскаць у bzip" msgid "SQL compatibility mode" msgstr "Рэжым сумяшчальнасьці SQL" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Зьмяніць пароль" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Без пароля" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Пароль" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Пацьверджаньне" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Хэшаваньне паролю" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "Сумяшчальнае з MySQL 4.0" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Згенэраваць пароль" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Згенэраваць" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2427,29 +2562,8 @@ msgstr "Створаны" msgid "Rows" msgstr "Радкі" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Немагчыма загрузіць пашырэньне iconv або пашырэньне recode, неабходныя для " -"перакадаваньня сымбаляў. Наладзьце PHP на выкарыстаньне гэтых пашырэньняў " -"або ўвогуле адключыце перакадаваньне сымбаляў у phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Немагчыма выкарыстаць ні функцыю iconv, ні libiconvr, ні recode_string у той " -"час, як пашырэньне паведамляе, што яно загружанае. Праверце вашую " -"канфігурацыю PHP." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL вярнула пусты вынік (то бок нуль радкоў)." @@ -2825,21 +2939,12 @@ msgstr "Пазыцыя" msgid "Server ID" msgstr "ID сэрвэра" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Адключана" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2969,10 +3074,6 @@ msgstr " ... ануляваць усе актыўныя прывілеі ста msgid "Change Login Information / Copy User" msgstr "Зьмяніць рэгістрацыйную інфармацыю / Капіяваць карыстальніка" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Выберыце поле для адлюстраваньня" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Кадыроўка" @@ -3004,18 +3105,6 @@ msgstr "Праверыць прывілеі для базы "%s"." msgid "Please choose a page to edit" msgstr "Калі ласка, выберыце старонку для рэдагаваньня" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Паказваць камэнтары калёнак" @@ -3322,11 +3411,6 @@ msgstr "" msgid "Direct links" msgstr "Прамыя лініі сувязяў" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Адключана" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Адключыць праверку зьнешніх ключоў" @@ -3351,16 +3435,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Ці сапраўды вы жадаеце " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Вы зьбіраеце ВЫДАЛІЦЬ базу дадзеных цалкам!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3434,23 +3508,11 @@ msgstr " Заўвага: імёны прывілеяў MySQL задаюцца п msgid "Error in ZIP archive:" msgstr "Памылка ў ZIP-архіве:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Памылка: сувязь не дададзеная." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Памылка: сувязь ужо існуе." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Памылка перайменаваньня табліцы %1$s у %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Памылка захаваньня каардынатаў." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Эспэранта" @@ -3574,19 +3636,11 @@ msgstr "Скінуць (закрыць) усе табліцы" msgid "Error creating foreign key on %1$s (check data types)" msgstr "Памылка стварэньня зьнешняга ключа на %1$s (праверце тыпы калёнак)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "Сувязь FOREIGN KEY была дададзеная" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Фармат" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Не зададзенае значэньне ў форме!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3601,10 +3655,6 @@ msgstr "Поўнатэкстэкставае" msgid "Function" msgstr "Функцыя" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Магчымасьці асноўных сувязяў" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Грузінская" @@ -3687,10 +3737,6 @@ msgstr "Да пачатку" msgid "Official Homepage" msgstr "Афіцыйная старонка phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Пустое імя хосту!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3836,10 +3882,6 @@ msgstr "" "Унутраная сувязь не зьяўляецца абавязковай, калі існуе адпаведная сувязь " "FOREIGN KEY." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Унутраная сувязь дададзеная" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Унутраныя сувязі" @@ -4086,10 +4128,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "MIME-тыпы, вылучаныя курсівам, ня маюць асобнай функцыі пераўтварэньня" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Мадыфікацыі былі захаваныя" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Зьмяніць індэкс" @@ -4172,10 +4210,6 @@ msgid "" msgstr "" "Для гэтай машыны захаваньня дадзеных дэтальная інфармацыя не даступная." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "Каманды \"DROP DATABASE\" адключаныя." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "Файлы ў ZIP-архіве ня знойдзеныя!" @@ -4229,10 +4263,6 @@ msgstr "" "Тэмы не падтрымліваюцца; калі ласка, праверце вашую канфігурацыю і/або вашыя " "тэмы ў тэчцы %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Гэта ня лік!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "не OK" @@ -4300,14 +4330,6 @@ msgstr "Падзел %s" msgid "The password for %s was changed successfully." msgstr "Пароль для %s пасьпяхова зьменены." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Пусты пароль!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Паролі не супадаюць!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4372,10 +4394,6 @@ msgstr "" msgid "PHP extension" msgstr "Пашырэньне PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Калі ласка, выберыце першасны (PRIMARY) альбо ўнікальны ключ (UNIQUE)" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: belarusian_latin \n" @@ -47,30 +47,30 @@ msgstr "Pošuk" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Paniesłasia" @@ -831,27 +831,141 @@ msgstr "Impartravańnie paśpiachova zavieršanaje, vykanana %d zapytaŭ." msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "Dla raboty phpMyAdmin patrebny braŭzer z padtrymkaj frejmaŭ." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "Kamandy \"DROP DATABASE\" adklučanyja." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Ci sapraŭdy vy žadajecie " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Vy źbirajecie VYDALIĆ bazu dadzienych całkam!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Nie zadadzienaje značeńnie ŭ formie!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Heta nia lik!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Pustoje imia chostu!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Pustoje imia karystalnika!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Pusty parol!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Paroli nie supadajuć!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Skasavać" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Madyfikacyi byli zachavanyja" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Suviaź vydalenaja" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "Suviaź FOREIGN KEY była dadadzienaja" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Unutranaja suviaź dadadzienaja" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Pamyłka: suviaź nie dadadzienaja." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Pamyłka: suviaź užo isnuje." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Pamyłka zachavańnia kaardynataŭ." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Mahčymaści asnoŭnych suviaziaŭ" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Adklučana" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Vybierycie spasyłkavy kluč" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Vybierycie źniešni kluč" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Kali łaska, vybierycie pieršasny (PRIMARY) albo ŭnikalny kluč (UNIQUE)" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Vybierycie pole dla adlustravańnia" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "None" msgid "Done" msgstr "Nijakaja" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Papiaredniaja staronka" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -859,96 +973,96 @@ msgid "Next" msgstr "Nastupnaja staronka" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Ahułam" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Dvajkovy" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Sak" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Kra" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Tra" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Čer" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Lip" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Žni" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Kas" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Stu" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Lut" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Sak" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Kra" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -956,178 +1070,178 @@ msgid "May" msgstr "Tra" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Čer" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Lip" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Žni" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Vier" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Kas" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Lis" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Śn" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ndz" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Pan" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Aŭt" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Piat" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Ndz" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Pan" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Aŭt" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Sier" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Cač" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Piat" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Sub" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ndz" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Pan" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Aŭt" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Sier" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Cač" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Piat" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sub" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "vykarystoŭvajecca" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1259,6 +1373,27 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Niemahčyma zahruzić pašyreńnie iconv abo pašyreńnie recode, nieabchodnyja " +"dla pierakadavańnia symbalaŭ. Naładźcie PHP na vykarystańnie hetych " +"pašyreńniaŭ abo ŭvohule adklučycie pierakadavańnie symbalaŭ u phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Niemahčyma vykarystać ni funkcyju iconv, ni libiconvr, ni recode_string u " +"toj čas, jak pašyreńnie paviedamlaje, što jano zahružanaje. Praviercie " +"vašuju kanfihuracyju PHP." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1565,6 +1700,51 @@ msgstr "Značeńnie moža być prybliznym. Hł. FAQ 3.11" msgid "Overhead" msgstr "Vykarystańnie resursaŭ" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Źmianić parol" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Biez parola" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Parol" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Paćvierdžańnie" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Chešavańnie parolu" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "Sumiaščalnaje z MySQL 4.0" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Zgieneravać parol" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Zgieneravać" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1664,51 +1844,6 @@ msgstr "ściskać u bzip" msgid "SQL compatibility mode" msgstr "Režym sumiaščalnaści SQL" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Źmianić parol" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Biez parola" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Parol" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Paćvierdžańnie" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Chešavańnie parolu" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "Sumiaščalnaje z MySQL 4.0" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Zgieneravać parol" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Zgieneravać" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2425,29 +2560,8 @@ msgstr "Stvorany" msgid "Rows" msgstr "Radki" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Niemahčyma zahruzić pašyreńnie iconv abo pašyreńnie recode, nieabchodnyja " -"dla pierakadavańnia symbalaŭ. Naładźcie PHP na vykarystańnie hetych " -"pašyreńniaŭ abo ŭvohule adklučycie pierakadavańnie symbalaŭ u phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Niemahčyma vykarystać ni funkcyju iconv, ni libiconvr, ni recode_string u " -"toj čas, jak pašyreńnie paviedamlaje, što jano zahružanaje. Praviercie " -"vašuju kanfihuracyju PHP." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL viarnuła pusty vynik (to bok nul radkoŭ)." @@ -2819,20 +2933,11 @@ msgstr "Pazycyja" msgid "Server ID" msgstr "ID servera" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2959,10 +3064,6 @@ msgstr " ... anulavać usie aktyŭnyja pryvilei staroha i paśla vydalić jaho." msgid "Change Login Information / Copy User" msgstr "Źmianić rehistracyjnuju infarmacyju / Kapijavać karystalnika" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Vybierycie pole dla adlustravańnia" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Kadyroŭka" @@ -2994,18 +3095,6 @@ msgstr "Pravieryć pryvilei dla bazy \"%s\"." msgid "Please choose a page to edit" msgstr "Kali łaska, vybierycie staronku dla redagavańnia" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Pakazvać kamentary kalonak" @@ -3309,11 +3398,6 @@ msgstr "" msgid "Direct links" msgstr "Pramyja linii suviaziaŭ" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Adklučana" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Adklučyć pravierku źniešnich klučoŭ" @@ -3338,16 +3422,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Ci sapraŭdy vy žadajecie " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Vy źbirajecie VYDALIĆ bazu dadzienych całkam!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3422,23 +3496,11 @@ msgstr " Zaŭvaha: imiony pryvilejaŭ MySQL zadajucca pa-anhielsku " msgid "Error in ZIP archive:" msgstr "Pamyłka ŭ ZIP-archivie:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Pamyłka: suviaź nie dadadzienaja." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Pamyłka: suviaź užo isnuje." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Pamyłka pierajmienavańnia tablicy %1$s u %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Pamyłka zachavańnia kaardynataŭ." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanta" @@ -3562,19 +3624,11 @@ msgstr "Skinuć (zakryć) usie tablicy" msgid "Error creating foreign key on %1$s (check data types)" msgstr "Pamyłka stvareńnia źniešniaha kluča na %1$s (praviercie typy kalonak)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "Suviaź FOREIGN KEY była dadadzienaja" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Farmat" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Nie zadadzienaje značeńnie ŭ formie!" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "" @@ -3587,10 +3641,6 @@ msgstr "" msgid "Function" msgstr "Funkcyja" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Mahčymaści asnoŭnych suviaziaŭ" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Hruzinskaja" @@ -3673,10 +3723,6 @@ msgstr "Da pačatku" msgid "Official Homepage" msgstr "Aficyjnaja staronka phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Pustoje imia chostu!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3822,10 +3868,6 @@ msgstr "" "Unutranaja suviaź nie źjaŭlajecca abaviazkovaj, kali isnuje adpaviednaja " "suviaź FOREIGN KEY." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Unutranaja suviaź dadadzienaja" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Unutranyja suviazi" @@ -4073,10 +4115,6 @@ msgid "" msgstr "" "MIME-typy, vyłučanyja kursivam, nia majuć asobnaj funkcyi pieraŭtvareńnia" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Madyfikacyi byli zachavanyja" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Źmianić indeks" @@ -4159,10 +4197,6 @@ msgid "" msgstr "" "Dla hetaj mašyny zachavańnia dadzienych detalnaja infarmacyja nie dastupnaja." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "Kamandy \"DROP DATABASE\" adklučanyja." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "Fajły ŭ ZIP-archivie nia znojdzienyja!" @@ -4215,10 +4249,6 @@ msgstr "" "Temy nie padtrymlivajucca; kali łaska, praviercie vašuju kanfihuracyju i/abo " "vašyja temy ŭ tečcy %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Heta nia lik!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "nie OK" @@ -4286,14 +4316,6 @@ msgstr "Padzieł %s" msgid "The password for %s was changed successfully." msgstr "Parol dla %s paśpiachova źmienieny." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Pusty parol!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Paroli nie supadajuć!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4357,10 +4379,6 @@ msgstr "" msgid "PHP extension" msgstr "Pašyreńnie PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Kali łaska, vybierycie pieršasny (PRIMARY) albo ŭnikalny kluč (UNIQUE)" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -44,30 +44,30 @@ msgstr "Търсене" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Изпълнение" @@ -832,27 +832,143 @@ msgstr "" "phpMyAdmin е по дружелюбен ако използвате браузър, който поддържа frames." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" заявката е забранена." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Действително ли желаете да изпълните заявката" + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Вие ще УНИЩОЖИТЕ цялата база от данни!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Липсва стойност във полето на формата!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Това не е число!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Името на хоста е празно!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Потребителското име е празно!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Паролата е празна!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Паролата не е същата!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Промените бяха съхранени" + +#: js/messages.php:53 libraries/messages.inc.php:749 +#, fuzzy +msgid "Relation deleted" +msgstr "Преглед на релациите" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +#, fuzzy +msgid "Internal relation added" +msgstr "Вътрешни релации" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Общи възможности на релациите" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Забранено" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Изберете Полета за показване" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "None" msgid "Done" msgstr "Няма" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Предишен" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -860,96 +976,96 @@ msgid "Next" msgstr "Следващ" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Общо" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr " Двоично " -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "март" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "април" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "май" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "юни" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "юли" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "август" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "октомври" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "януари" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "февруари" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "март" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "април" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -957,176 +1073,176 @@ msgid "May" msgstr "май" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "юни" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "юли" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "август" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "септември" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "октомври" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "ноември" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "декември" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "нд" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "пн" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "вт" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "пт" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "нд" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "пн" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "вт" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "ср" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "чт" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "пт" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "сб" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "нд" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "пн" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "вт" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "ср" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "чт" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "пт" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "сб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "Заето" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1254,6 +1370,28 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Не може да се заредят iconv или recode разширенията необходими за " +"конвертиране на набора от знаци, конфигурирайте PHP така, че да позволява " +"използване на тези разширения или отменете конвертирането на набора от знаци " +"в phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Не може да се използва нито iconv нито libiconv нито recode_string функцията " +"докато протоколите за разширенията са заредени. Проверете конфигурацията на " +"PHP." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1555,6 +1693,51 @@ msgstr "Може да има приблизителна стойност. Виж msgid "Overhead" msgstr "Загубено място" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Смяна на паролата" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Няма парола" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Парола" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Отново" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 съвместимо" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Генериране на парола" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Генериране" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1654,51 +1837,6 @@ msgstr "\"bzip-нато\"" msgid "SQL compatibility mode" msgstr "Режим на съвместимост на SQL" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Смяна на паролата" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Няма парола" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Парола" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Отново" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 съвместимо" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Генериране на парола" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Генериране" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2359,30 +2497,8 @@ msgstr "Генерирано от" msgid "Rows" msgstr "Редове" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Не може да се заредят iconv или recode разширенията необходими за " -"конвертиране на набора от знаци, конфигурирайте PHP така, че да позволява " -"използване на тези разширения или отменете конвертирането на набора от знаци " -"в phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Не може да се използва нито iconv нито libiconv нито recode_string функцията " -"докато протоколите за разширенията са заредени. Проверете конфигурацията на " -"PHP." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL върна празен резултат (т.е. нула редове)." @@ -2760,21 +2876,12 @@ msgstr "" msgid "Server ID" msgstr "Сървър" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Забранено" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2907,10 +3014,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "Промяна на логин информацията / Копиране на потребител" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Изберете Полета за показване" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Набор от знаци" @@ -2943,18 +3046,6 @@ msgstr "Провери привилегиите за база от данни &q msgid "Please choose a page to edit" msgstr "Моля изберете страница за редактиране" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Показване на коментари към Колоните" @@ -3257,11 +3348,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Забранено" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Забраняване на проверките за външен ключ" @@ -3286,16 +3372,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Действително ли желаете да изпълните заявката" - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Вие ще УНИЩОЖИТЕ цялата база от данни!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3371,23 +3447,11 @@ msgstr "" msgid "Error in ZIP archive:" msgstr "Грешка в ZIP архива:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Грешка при преименуване на таблица %1$s в %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Есперанто" @@ -3511,19 +3575,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Формат" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Липсва стойност във полето на формата!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3537,10 +3593,6 @@ msgstr "" msgid "Function" msgstr "Функция" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Общи възможности на релациите" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Грузински" @@ -3624,10 +3676,6 @@ msgstr "Начало" msgid "Official Homepage" msgstr "Официалната уеб страница на phpMyAdmin " -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Името на хоста е празно!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3768,11 +3816,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -#, fuzzy -msgid "Internal relation added" -msgstr "Вътрешни релации" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Вътрешни релации" @@ -4018,10 +4061,6 @@ msgstr "" "MIME-types показани в наклонен шрифт не притежават отделна функция за " "трансформация" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Промените бяха съхранени" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Промяна на индекс" @@ -4098,10 +4137,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "Няма детайлна информация за състоянието на това хранилище на данни." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" заявката е забранена." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "Не са открити файлове в ZIP архива!" @@ -4153,10 +4188,6 @@ msgid "" "directory %s." msgstr "" -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Това не е число!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "не е OK" @@ -4226,14 +4257,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "Паролата на %s беше променена успешно." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Паролата е празна!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Паролата не е същата!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4299,10 +4322,6 @@ msgstr "" msgid "PHP extension" msgstr "Версия на PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -44,30 +44,30 @@ msgstr "খুঁজুন" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Go" @@ -833,26 +833,142 @@ msgstr "ইম্পোর্ট সফলভাবে সম্পন্ন হ msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin is more friendly with a frames-capable browser." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" statements are disabled." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "আপনি কি সত্যি চান?" + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "আপনি একটি সম্পূর্ন ডাটাবেজ প্রায় মুছে ফেলছেন" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Missing value in the form!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "এটি কোন সংখ্যা না" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "হোষ্ট নাম পূরন করা হয়নি" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "The user name is empty!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "পাসওয়ার্ড দেওয়া হয়নি" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "The passwords aren't the same!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Modifications have been saved" + +#: js/messages.php:53 libraries/messages.inc.php:749 +#, fuzzy +msgid "Relation deleted" +msgstr "Relation view" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +#, fuzzy +msgid "Internal relation added" +msgstr "Internal relations" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "General relation features" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "বন্ধ করা হয়েছে" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "প্রদর্শনের জন্য ক্ষেত্র পছন্দ কর" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy msgid "Done" msgstr "ডাটা" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "পূর্ববর্তী" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -860,96 +976,96 @@ msgid "Next" msgstr "পরবর্তী" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "মোট" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "বাইনারী" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "মার্চ" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "এপ্রিল" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "মে" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "জুন" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "জুলাই" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "আগস্ট" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "অক্টোবর" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "জানুয়ারী" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "ফেব্রুয়ারী" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "মার্চ" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "এপ্রিল" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -957,176 +1073,176 @@ msgid "May" msgstr "মে" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "জুন" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "জুলাই" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "আগস্ট" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "সেপ্টেমবর" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "অক্টোবর" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "নভেম্বর" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "ডিসেম্বর" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "রবিবার" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "সোমবার" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "মঙ্গলবার" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "শুক্রবার" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "রবিবার" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "সোমবার" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "মঙ্গলবার" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "বুধবার" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "বৃহস্পতিবার" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "শুক্রবার" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "শনিবার" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "রবিবার" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "সোমবার" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "মঙ্গলবার" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "বুধবার" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "বৃহস্পতিবার" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "শুক্রবার" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "শনিবার" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "in use" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1256,6 +1372,26 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Couldn't use either the iconv, libiconv or recode_string functions, although " +"the necessary extensions appear to be loaded. Check your PHP configuration." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1561,6 +1697,51 @@ msgstr "হয়ত আনুমানিক। FAQ ৩.১১ দেখ। " msgid "Overhead" msgstr "Overhead" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "পাসওয়ার্ড পরিবর্তন কর" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "কোন পাসওয়ার্ড নাই" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "পাসওয়ার্ড" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Re-type" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Password Hashing" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 compatible" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "পাসওয়ার্ড তৈরী কর" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "তৈরী কর" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1660,51 +1841,6 @@ msgstr "\"bzipped\"" msgid "SQL compatibility mode" msgstr "SQL compatibility mode" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "পাসওয়ার্ড পরিবর্তন কর" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "কোন পাসওয়ার্ড নাই" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "পাসওয়ার্ড" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Re-type" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Password Hashing" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 compatible" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "পাসওয়ার্ড তৈরী কর" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "তৈরী কর" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2388,28 +2524,8 @@ msgstr "Generated by" msgid "Rows" msgstr "Rows" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Couldn't use either the iconv, libiconv or recode_string functions, although " -"the necessary extensions appear to be loaded. Check your PHP configuration." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returned an empty result set (i.e. zero rows)." @@ -2786,21 +2902,12 @@ msgstr "অবস্থান" msgid "Server ID" msgstr "সার্ভারের আইডি" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "বন্ধ করা হয়েছে" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2930,10 +3037,6 @@ msgstr "" "লগ ইন তথ্য পরিবর্তন কর অথবা ব্যাবহারকারী কপি করChange Login Information / Copy " "User" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "প্রদর্শনের জন্য ক্ষেত্র পছন্দ কর" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Charset" @@ -2966,18 +3069,6 @@ msgstr "Check privileges for database "%s"." msgid "Please choose a page to edit" msgstr "অনুগ্রহ করে সম্পাদনা করার জন্য একটি পাতা নির্বাচন করুন" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "কলামের মন্তব্য প্রদর্শন করা হচ্ছে" @@ -3284,11 +3375,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "বন্ধ করা হয়েছে" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Disable foreign key checks" @@ -3313,16 +3399,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "আপনি কি সত্যি চান?" - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "আপনি একটি সম্পূর্ন ডাটাবেজ প্রায় মুছে ফেলছেন" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3398,23 +3474,11 @@ msgstr "" msgid "Error in ZIP archive:" msgstr "ZIP archive: এ ভূল আছে" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Error renaming table %1$s to %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3539,19 +3603,11 @@ msgstr "Flush (close) all tables" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "ফরমেট" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Missing value in the form!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3566,10 +3622,6 @@ msgstr "Fulltext" msgid "Function" msgstr "ফাংশন" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "General relation features" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "জরজীয়ান" @@ -3653,10 +3705,6 @@ msgstr "মূল পাতা" msgid "Official Homepage" msgstr "Official phpMyAdmin Homepage" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "হোষ্ট নাম পূরন করা হয়নি" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3797,11 +3845,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -#, fuzzy -msgid "Internal relation added" -msgstr "Internal relations" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Internal relations" @@ -4050,10 +4093,6 @@ msgid "" msgstr "" "MIME types printed in italics do not have a separate transformation function" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Modifications have been saved" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Modify an index" @@ -4134,10 +4173,6 @@ msgid "" msgstr "" "There is no detailed status information available for this storage engine." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" statements are disabled." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "No files found inside ZIP archive!" @@ -4191,10 +4226,6 @@ msgstr "" "No themes support; please check your configuration and/or your themes in " "directory %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "এটি কোন সংখ্যা না" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "ঠিক নাই" @@ -4264,14 +4295,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "The password for %s was changed successfully." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "পাসওয়ার্ড দেওয়া হয়নি" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "The passwords aren't the same!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4337,10 +4360,6 @@ msgstr "" msgid "PHP extension" msgstr "PHP Version" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -44,30 +44,30 @@ msgstr "Pretraživanje" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Kreni" @@ -834,27 +834,143 @@ msgstr "" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin preferira čitače koji podržavaju okvire." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" komanda je onemogućena." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Da li stvarno hoćete da " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Nedostaje vrijednost u obrascu!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Ovo nije broj!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Ime hosta je prazno!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Ime korisnika nije unijeto!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Lozinka je prazna!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Lozinke nisu identične!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Izmjene su sačuvane" + +#: js/messages.php:53 libraries/messages.inc.php:749 +#, fuzzy +msgid "Relation deleted" +msgstr "Relacioni pogled" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +#, fuzzy +msgid "Internal relation added" +msgstr "Opšte osobine relacija" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Opšte osobine relacija" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Onemogućeno" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Izaberi polja za prikaz" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "None" msgid "Done" msgstr "nema" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Prethodna" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -862,96 +978,96 @@ msgid "Next" msgstr "Slijedeći" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Ukupno" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binarni" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "mar" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "apr" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "maj" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "jun" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "jul" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "aug" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "okt" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -959,176 +1075,176 @@ msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "aug" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "dec" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ned" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Pon" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Uto" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Pet" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Ned" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Uto" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Sri" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Čet" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Pet" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Sub" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ned" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Pon" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Uto" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Sri" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Čet" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pet" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sub" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "se koristi" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1257,6 +1373,26 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Ne mogu da učitam iconv ili recode ekstenzije potrebne za konverziju skupova " +"znakova, podesite PHP da dozvoli korišćenje ovih ekstenzija ili onemogućite " +"konverziju skupova znakova u phpMyAdmin-u." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Ne mogu da koristim iconv ili libiconv ili recode_string funkcije iako " +"ekstenzija prijavljuje da je učitana. Proverite vašu PHP konfiguraciju." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1555,6 +1691,50 @@ msgstr "" msgid "Overhead" msgstr "Prekoračenje" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Promeni lozinku" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Nema lozinke" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Lozinka" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Ponovite unos" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +#, fuzzy +msgid "Generate" +msgstr "Generirao" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1654,50 +1834,6 @@ msgstr "\"bzip-ovano\"" msgid "SQL compatibility mode" msgstr "" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Promeni lozinku" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Nema lozinke" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Lozinka" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Ponovite unos" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -#, fuzzy -msgid "Generate" -msgstr "Generirao" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2358,28 +2494,8 @@ msgstr "Generirao" msgid "Rows" msgstr "Redova" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Ne mogu da učitam iconv ili recode ekstenzije potrebne za konverziju skupova " -"znakova, podesite PHP da dozvoli korišćenje ovih ekstenzija ili onemogućite " -"konverziju skupova znakova u phpMyAdmin-u." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Ne mogu da koristim iconv ili libiconv ili recode_string funkcije iako " -"ekstenzija prijavljuje da je učitana. Proverite vašu PHP konfiguraciju." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL je vratio prazan rezultat (nula redova)." @@ -2758,21 +2874,12 @@ msgstr "" msgid "Server ID" msgstr "Server" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Onemogućeno" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2899,10 +3006,6 @@ msgstr " ... obustavi sve privilegije starog korisnika i zatim ga obriši." msgid "Change Login Information / Copy User" msgstr "Promeni informacije o prijavi / Kopiraj korisnika" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Izaberi polja za prikaz" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Karakter set" @@ -2935,18 +3038,6 @@ msgstr "Provjeri privilegije za bazu "%s"." msgid "Please choose a page to edit" msgstr "Izaberite stranu koju menjate" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Prikazujem komentare kolone" @@ -3251,11 +3342,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Onemogućeno" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "" @@ -3280,16 +3366,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Da li stvarno hoćete da " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3363,23 +3439,11 @@ msgstr " Napomena: MySQL imena privilegija moraju da budu na engleskom " msgid "Error in ZIP archive:" msgstr "" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "" @@ -3503,19 +3567,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Format" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Nedostaje vrijednost u obrascu!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3529,10 +3585,6 @@ msgstr "" msgid "Function" msgstr "Funkcija" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Opšte osobine relacija" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 #, fuzzy msgid "Georgian" @@ -3617,10 +3669,6 @@ msgstr "Početna strana" msgid "Official Homepage" msgstr "phpMyAdmin veb sajt" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Ime hosta je prazno!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3761,11 +3809,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -#, fuzzy -msgid "Internal relation added" -msgstr "Opšte osobine relacija" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "" @@ -4008,10 +4051,6 @@ msgid "" msgstr "" "MIME-tipovi prikazani u kursivu nemaju odvojene funkcije transformacije." -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Izmjene su sačuvane" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Izmijeni ključ" @@ -4088,10 +4127,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "" -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" komanda je onemogućena." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "" @@ -4143,10 +4178,6 @@ msgid "" "directory %s." msgstr "" -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Ovo nije broj!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "nije u redu" @@ -4216,14 +4247,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "Lozinka za %s je uspješno promjenjena." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Lozinka je prazna!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Lozinke nisu identične!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4289,10 +4312,6 @@ msgstr "" msgid "PHP extension" msgstr "verzija PHP-a" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -44,30 +44,30 @@ msgstr "Cerca" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Executa" @@ -826,27 +826,143 @@ 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:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "Clica per seleccionar" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "Clica per deseleccionar" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "Instrucció \"DROP DATABASE\" desactivada." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Realment vols fer?" + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Ets a punt d'ELIMINAR completament una base de dades!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "Estàs a punt de DESACTIVAR un repositori BLOB!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, 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:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Falta un valor al formulari !" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Aquest valor no és un número!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "El nom del servidor és buit!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "El nom d'usuari és buit!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "La contrasenya és buida!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Les contrasenyes no coincideixen!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Cancel.lar" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Les modificacions han estat desades" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Relació esborrada" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "Afegida relació de FOREIGN KEY" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Afegida relació interna" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Error: La relació no s'ha afegit." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Error: La relació ja existeix." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Error desant coordenades per al Dissenyador." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Característiques generals de relacions" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Desactivat" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Tria la clau referenciada" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Tria una clau externa" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Tria la clau principal o una clau única" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Tria el camp a mostrar" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Donacions" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Anterior" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -854,96 +970,96 @@ msgid "Next" msgstr "Següent" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Total" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr " Binari " -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Abr" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Mai" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jun" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jul" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Ago" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Oct" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Gen" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -951,178 +1067,178 @@ msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Set" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Oct" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Dec" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Diu" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Dll" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Dma" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Div" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Diu" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Dll" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Dma" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Dcr" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Dij" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Div" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Dis" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Diu" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Dll" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Dma" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Dcr" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Dij" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Div" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Dis" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "en ús" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1255,6 +1371,26 @@ msgstr "Veure video" msgid "Download file" msgstr "Descarrega arxiu" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"No es pot carregar iconv o recodificar una extensió necessària per la " +"conversió de jocs de caràcters, Configura php per permetre l'ús d'aquestes " +"extensions o bé desactiva la conversió de jocs de caràcters en phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"No es pot utilitzar iconv ni libiconv ni la funció recode_string mentre es " +"carrega l'extensió d'informes. Comprova la configuració de php." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1559,6 +1695,51 @@ msgstr "Pot ser aproximat. Veieu PFC (FAQ) 3.11" msgid "Overhead" msgstr "Defragmentat" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Canvi de contrasenya" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Sense contrasenya" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Contrasenya" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Reescriu" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Contrasenya Hashing" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "Compatible amb MySQL 4.0" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Genera una Contrasenya" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Genera" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1658,51 +1839,6 @@ msgstr "\"comprimit amb bzip\"" msgid "SQL compatibility mode" msgstr "Modus de compatibilitat SQL" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Canvi de contrasenya" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Sense contrasenya" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Contrasenya" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Reescriu" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Contrasenya Hashing" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "Compatible amb MySQL 4.0" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Genera una Contrasenya" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Genera" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2420,28 +2556,8 @@ msgstr "Generat per" msgid "Rows" msgstr "Fila" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"No es pot carregar iconv o recodificar una extensió necessària per la " -"conversió de jocs de caràcters, Configura php per permetre l'ús d'aquestes " -"extensions o bé desactiva la conversió de jocs de caràcters en phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"No es pot utilitzar iconv ni libiconv ni la funció recode_string mentre es " -"carrega l'extensió d'informes. Comprova la configuració de php." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL ha retornat un conjunt buit (p.e. cap fila)." @@ -2815,23 +2931,12 @@ msgstr "Posició" msgid "Server ID" msgstr "ID de Servidor" -#: libraries/messages.inc.php:99 -#, 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?" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Desactivat" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "Estàs a punt de DESACTIVAR un repositori BLOB!" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2960,10 +3065,6 @@ msgstr " ... treu tots els permisos actius de l'antic i esborra'l després." msgid "Change Login Information / Copy User" msgstr "Canvi d'Informació de Connexió / Copia d'Usuari" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Tria el camp a mostrar" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Joc de Caràcters" @@ -2995,18 +3096,6 @@ msgstr "Comprova els permisos per la Base de dades "%s"." msgid "Please choose a page to edit" msgstr "Tria una pàgina per editar" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "Clica per seleccionar" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "Clica per deseleccionar" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Mostrant comentaris de les columnes" @@ -3312,11 +3401,6 @@ msgstr "Diferència" msgid "Direct links" msgstr "Enllaços directes" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Desactivat" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Desactiva les comprovacions de claus externes" @@ -3341,16 +3425,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "No feu servir AUTO_INCREMENT per a valors zero" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Realment vols fer?" - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Ets a punt d'ELIMINAR completament una base de dades!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3425,23 +3499,11 @@ msgstr " Nota: Els noms dels privilegis del MySQL són en idioma anglès " msgid "Error in ZIP archive:" msgstr "Error en arxiu ZIP:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Error: La relació no s'ha afegit." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Error: La relació ja existeix." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Error reanomenant la taula %1$s a %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Error desant coordenades per al Dissenyador." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3566,19 +3628,11 @@ msgid "Error creating foreign key on %1$s (check data types)" msgstr "" "Error creant clau externa (foreign key) a %1$s (comprovar tipus de dades)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "Afegida relació de FOREIGN KEY" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Format" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Falta un valor al formulari !" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "Inici total" @@ -3591,10 +3645,6 @@ msgstr "Parada total" msgid "Function" msgstr "Funció" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Característiques generals de relacions" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Georgià" @@ -3679,10 +3729,6 @@ msgstr "Inici" msgid "Official Homepage" msgstr "Pàgina oficial del phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "El nom del servidor és buit!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3830,10 +3876,6 @@ msgstr "" "No es necessita una relació interna quan existeix una relació corresponent " "de FOREIGN KEY." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Afegida relació interna" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Relacions internes" @@ -4081,10 +4123,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "Els tipus MIME en cursiva no tenen funcions de transformació a part" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Les modificacions han estat desades" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Modifica un índex" @@ -4168,10 +4206,6 @@ msgstr "" "No hi ha informació detallada de l'estat disponible per a aquest motor " "d'emmagatzematge." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "Instrucció \"DROP DATABASE\" desactivada." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "No s'han trobat arxius dins de l'arxiu ZIP!" @@ -4224,10 +4258,6 @@ msgstr "" "No hi ha suport pels temes, si et plau comprova la teva configuració i/o els " "teus temes al directori %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Aquest valor no és un número!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "Incorrecte" @@ -4295,14 +4325,6 @@ msgstr "Partició %s" msgid "The password for %s was changed successfully." msgstr "La contrasenya per %s s'ha canviat correctament." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "La contrasenya és buida!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Les contrasenyes no coincideixen!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4367,10 +4389,6 @@ msgstr "matriu PHP" msgid "PHP extension" msgstr "Extensió PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Tria la clau principal o una clau única" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: czech \n" @@ -47,30 +47,30 @@ msgstr "Vyhledávání" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Proveď" @@ -822,23 +822,137 @@ msgstr "Import byl úspěšně dokončen, bylo provedeno %d dotazů." 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:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "Klikněte pro vybrání" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "Klikněte pro zrušení výběru" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "Příkaz „DROP DATABASE“ je vypnutý." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Opravdu si přejete vykonat příkaz " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Chystáte se ZRUŠIT celou databázi!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "Chystáte se vypnout skladiště BLOBů!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, 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:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Chybějící hodnota ve formuláři!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Nebylo zadáno číslo!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Jméno počítače je prázdné!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Jméno uživatele je prázdné!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Heslo je prázdné!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Hesla nejsou stejná!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Zrušit" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Změny byly uloženy" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Relace smazána" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "Relace FOREIGN KEY byla vytvořena" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Interní relace vytvořena" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Chyba: relace nebyla přidána." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Chyba: relace již existuje." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Chyba při ukládání souřadnic pro Návrháře." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Obecné funkce relací" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Vypnuto" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Zvolte odkazovaný klíč" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Zvolte cizí klíč" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Zvolte, prosím, primární nebo unikátní klíč" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Zvolte které sloupce zobrazit" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 msgid "Done" msgstr "Hotovo" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 msgid "Prev" msgstr "Předchozí" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -846,231 +960,231 @@ msgid "Next" msgstr "Další" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 msgid "Today" msgstr "Dnešek" -#: js/messages.php:83 +#: js/messages.php:81 msgid "January" msgstr "leden" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "únor" -#: js/messages.php:85 +#: js/messages.php:83 msgid "March" msgstr "březen" -#: js/messages.php:86 +#: js/messages.php:84 msgid "April" msgstr "duben" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "květen" -#: js/messages.php:88 +#: js/messages.php:86 msgid "June" msgstr "červen" -#: js/messages.php:89 +#: js/messages.php:87 msgid "July" msgstr "červenec" -#: js/messages.php:90 +#: js/messages.php:88 msgid "August" msgstr "srpen" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "září" -#: js/messages.php:92 +#: js/messages.php:90 msgid "October" msgstr "říjen" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "listopad" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "prosinec" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "led" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "úno" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "bře" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "dub" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 msgctxt "Short month name" msgid "May" msgstr "kvě" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "čen" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "čec" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "srp" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "zář" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "říj" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "lis" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "pro" -#: js/messages.php:123 +#: js/messages.php:121 msgid "Sunday" msgstr "Neděle" -#: js/messages.php:124 +#: js/messages.php:122 msgid "Monday" msgstr "Pondělí" -#: js/messages.php:125 +#: js/messages.php:123 msgid "Tuesday" msgstr "Úterý" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "Středa" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "Čtvrtek" -#: js/messages.php:128 +#: js/messages.php:126 msgid "Friday" msgstr "Pátek" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "Sobota" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Ned" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Úte" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Stř" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Čtv" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Pát" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Sob" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 msgid "Su" msgstr "Ne" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 msgid "Mo" msgstr "Po" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 msgid "Tu" msgstr "Út" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 msgid "We" msgstr "St" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 msgid "Th" msgstr "Čt" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 msgid "Fr" msgstr "Pá" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 msgid "Sa" msgstr "So" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "Týd" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "Hodiny" -#: js/messages.php:166 +#: js/messages.php:164 msgid "Minute" msgstr "Minuty" -#: js/messages.php:167 +#: js/messages.php:165 msgid "Second" msgstr "Sekundy" @@ -1200,6 +1314,26 @@ msgstr "Přehrát video" msgid "Download file" msgstr "Stáhnout soubor" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Nelze nahrát rozšíření iconv ani recode potřebná pro převod znakových sad. " +"Upravte nastavení PHP tak, aby umožňovalo použít tyto rozšíření nebo vypněte " +"převod znakových sad v phpMyAdminovi." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Nelze použít funkce iconv ani libiconv ani recode_string, přestože rozšíření " +"jsou nahrána. Zkontrolujte nastavení PHP." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1500,6 +1634,49 @@ msgstr "" msgid "Overhead" msgstr "Navíc" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Změnit heslo" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Žádné heslo" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Heslo" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Heslo znovu" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Hašovací funkce pro heslo" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "Kompatibilní s MySQL 4.0" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Vytvořit heslo" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Vytvořit" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1593,49 +1770,6 @@ msgstr "„zabzipováno“" msgid "SQL compatibility mode" msgstr "Režim kompatibility SQL" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Změnit heslo" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Žádné heslo" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Heslo" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Heslo znovu" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Hašovací funkce pro heslo" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "Kompatibilní s MySQL 4.0" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Vytvořit heslo" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Vytvořit" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2347,28 +2481,8 @@ msgstr "Vygeneroval" msgid "Rows" msgstr "Řádků" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Nelze nahrát rozšíření iconv ani recode potřebná pro převod znakových sad. " -"Upravte nastavení PHP tak, aby umožňovalo použít tyto rozšíření nebo vypněte " -"převod znakových sad v phpMyAdminovi." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Nelze použít funkce iconv ani libiconv ani recode_string, přestože rozšíření " -"jsou nahrána. Zkontrolujte nastavení PHP." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL vrátil prázdný výsledek (tj. nulový počet řádků)." @@ -2740,20 +2854,11 @@ msgstr "Pozice" msgid "Server ID" msgstr "ID serveru" -#: libraries/messages.inc.php:99 -#, 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?" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Vypnuté" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "Chystáte se vypnout skladiště BLOBů!" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2878,10 +2983,6 @@ msgstr " ... odebrat všechna oprávnění původnímu uživateli a poté ho sma msgid "Change Login Information / Copy User" msgstr "Změnit informace o uživateli / Kopírovat uživatele" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Zvolte které sloupce zobrazit" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Znaková sada" @@ -2913,18 +3014,6 @@ msgstr "Zkontrolovat oprávnění pro databázi „%s“." msgid "Please choose a page to edit" msgstr "Zvolte stránku, kterou chcete změnit" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "Klikněte pro vybrání" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "Klikněte pro zrušení výběru" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Zobrazuji komentáře sloupců" @@ -3229,11 +3318,6 @@ msgstr "Rozdíly" msgid "Direct links" msgstr "Přímé spoje" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Vypnuto" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Vypnout kontrolu cizích klíčů" @@ -3258,16 +3342,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Nepoužívat AUTO_INCREMENT pro nulové hodnoty" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Opravdu si přejete vykonat příkaz " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Chystáte se ZRUŠIT celou databázi!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3341,23 +3415,11 @@ msgstr " Poznámka: názvy oprávnění v MySQL jsou uváděny anglicky " msgid "Error in ZIP archive:" msgstr "Chyba v ZIP archívu:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Chyba: relace nebyla přidána." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Chyba: relace již existuje." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Chyba při přejmenování tabulky %1$s na %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Chyba při ukládání souřadnic pro Návrháře." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3481,19 +3543,11 @@ msgstr "Zavřít všechny tabulky" msgid "Error creating foreign key on %1$s (check data types)" msgstr "Chyba při vytváření cizího klíče na %1$s (zkotrolujte typ sloupce)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "Relace FOREIGN KEY byla vytvořena" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Formát" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Chybějící hodnota ve formuláři!" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "Kompletně spustit" @@ -3506,10 +3560,6 @@ msgstr "Kompletně zastavit" msgid "Function" msgstr "Funkce" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Obecné funkce relací" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Gruzínština" @@ -3592,10 +3642,6 @@ msgstr "Hlavní strana" msgid "Official Homepage" msgstr "Oficiální stránka phpMyAdmina" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Jméno počítače je prázdné!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3739,10 +3785,6 @@ msgid "" msgstr "" "Interní relace není potřebná pokud existuje stejná relace pomocí FOREIGN KEY." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Interní relace vytvořena" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Interní relace" @@ -3992,10 +4034,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "MIME typy zobrazené kurzívou nemají vlastní transformační funkci" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Změny byly uloženy" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Upravit index" @@ -4077,10 +4115,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "Nejsou dostupné podrobnější informace o tomto úložišti." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "Příkaz „DROP DATABASE“ je vypnutý." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "V ZIP archívu nebyly nalezeny žádné soubory!" @@ -4132,10 +4166,6 @@ msgid "" msgstr "" "Není podporována změna tématu, zkontrolujte nastavení a témata v adresáři %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Nebylo zadáno číslo!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "není v pořádku" @@ -4203,14 +4233,6 @@ msgstr "Oddíl %s" msgid "The password for %s was changed successfully." msgstr "Heslo pro %s bylo úspěšně změněno." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Heslo je prázdné!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Hesla nejsou stejná!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4274,10 +4296,6 @@ msgstr "PHP pole" msgid "PHP extension" msgstr "Rozšíření PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Zvolte, prosím, primární nebo unikátní klíč" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -44,30 +44,30 @@ msgstr "Søg" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Udfør" @@ -825,27 +825,141 @@ 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:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" erklæringer kan ikke bruges." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Er du sikker på at du vil " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Du er ved at DESTRUERE en komplet database!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Ingen værdi i formularen !" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Dette er ikke et tal!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Der er intet værtsnavn!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Intet brugernavn!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Der er ikke angivet noget kodeord!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "De to kodeord er ikke ens!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Annuller" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Rettelserne er gemt!" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Relation slettet" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Intern relation tilføjet" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Fejl: Relation ikke tilføjet." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Fejl: Relation findes allerede." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Fejl ved lagring af koordinater for Designer." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Generelle relationsmuligheder" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Slået fra" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Vælg refereret nøgle" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Vælg fremmednøgle" + +#: js/messages.php:62 libraries/messages.inc.php:661 +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:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Vælg felt der skal vises" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "None" msgid "Done" msgstr "Ingen" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Forrige" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -853,96 +967,96 @@ msgid "Next" msgstr "Næste" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Total" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr " Binært " -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "mar" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "apr" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "maj" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "jun" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "jul" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "aug" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "okt" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -950,176 +1064,176 @@ msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "aug" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "dec" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "søn" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "man" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "tir" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "fre" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "søn" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "man" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "tir" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "ons" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "tor" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "fre" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "lør" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "søn" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "man" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "tir" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "ons" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "tor" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "fre" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "lør" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "i brug" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1250,6 +1364,26 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Kan ikke indlæse iconv eller omkode nødvendig udvidelse til tegnsæt-" +"konvertering, konfigurer PHP til at tillade brug af disse udvidelser eller " +"slå tegnsæt-konvertering fra i phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Kan ikke bruge iconv ejheller libiconv eller recode_string funktionen omend " +"udvidelsen ser ud til at være indlæst. Check din PHP-konfiguration." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1552,6 +1686,51 @@ msgstr "Kan være anslået. Se FAQ 3.11" msgid "Overhead" msgstr "Overhead" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Ændre kodeord" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Intet kodeord" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Kodeord" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Skriv igen" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Kodeord Hashing" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 kompatibel" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Generér Kodeord" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Generér" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1651,51 +1830,6 @@ msgstr "\"bzipped\"" msgid "SQL compatibility mode" msgstr "SQL-kompatibilitetsmodus" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Ændre kodeord" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Intet kodeord" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Kodeord" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Skriv igen" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Kodeord Hashing" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 kompatibel" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Generér Kodeord" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Generér" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2375,28 +2509,8 @@ msgstr "Genereret af" msgid "Rows" msgstr "Rækker" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Kan ikke indlæse iconv eller omkode nødvendig udvidelse til tegnsæt-" -"konvertering, konfigurer PHP til at tillade brug af disse udvidelser eller " -"slå tegnsæt-konvertering fra i phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Kan ikke bruge iconv ejheller libiconv eller recode_string funktionen omend " -"udvidelsen ser ud til at være indlæst. Check din PHP-konfiguration." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returnerede ingen data (fx ingen rækker)." @@ -2767,20 +2881,11 @@ msgstr "Position" msgid "Server ID" msgstr "Server ID" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2907,10 +3012,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "Ret Login-information / Kopiér bruger" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Vælg felt der skal vises" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Tegnsæt" @@ -2942,18 +3043,6 @@ msgstr "Check privilegier for database "%s"." msgid "Please choose a page to edit" msgstr "Vælg en side der skal redigeres" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Viser kolonne-kommentarer" @@ -3255,11 +3344,6 @@ msgstr "" msgid "Direct links" msgstr "Direkte links" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Slået fra" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Slå fremmednøgle-checks fra" @@ -3284,16 +3368,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Er du sikker på at du vil " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Du er ved at DESTRUERE en komplet database!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3367,23 +3441,11 @@ msgstr " NB: Navne på MySQL privilegier er på engelsk " msgid "Error in ZIP archive:" msgstr "Fejl i ZIP arkiv:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Fejl: Relation ikke tilføjet." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Fejl: Relation findes allerede." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Fejl ved omdøbning af tabel %1$s til %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Fejl ved lagring af koordinater for Designer." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3508,19 +3570,11 @@ msgstr "Flush (luk) alle tabeller" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Format" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Ingen værdi i formularen !" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "" @@ -3533,10 +3587,6 @@ msgstr "" msgid "Function" msgstr "Funktion" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Generelle relationsmuligheder" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Georgisk" @@ -3619,10 +3669,6 @@ msgstr "Hjem" msgid "Official Homepage" msgstr "Officiel phpMyAdmin hjemmeside " -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Der er intet værtsnavn!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3763,10 +3809,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Intern relation tilføjet" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Interne relationer" @@ -4015,10 +4057,6 @@ msgid "" msgstr "" "MIME-typer skrevet med kursiv har ikke en separat transformationsfunktion" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Rettelserne er gemt!" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Ændring af et indeks" @@ -4102,10 +4140,6 @@ msgstr "" "Der er ingen detaljerede statusinformationer tilgængelige for dette " "datalager." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" erklæringer kan ikke bruges." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "Ingen filer fundet i ZIP arkivet!" @@ -4158,10 +4192,6 @@ msgstr "" "Ingen tema/layout-understøttelse, tjek venligst din konfiguration og/eller " "dine temaer i mappen %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Dette er ikke et tal!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "ikke OK" @@ -4229,14 +4259,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "Kodeordet for %s blev korrekt udskiftet." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Der er ikke angivet noget kodeord!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "De to kodeord er ikke ens!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4300,10 +4322,6 @@ msgstr "" msgid "PHP extension" msgstr "" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Vælg venligst den primære nøgle eller en unik nøgle" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: german \n" @@ -46,30 +46,30 @@ msgstr "Suche" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "OK" @@ -832,27 +832,141 @@ msgstr "" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin arbeitet besser mit einem Frame-fähigen Browser." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "Die Anweisung \"DROP DATABASE\" wurde deaktiviert." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Möchten Sie wirklich diese Abfrage ausführen " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Sie sind dabei eine komplette Datenbank zu ZERSTÖREN!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "Sie sind dabei ein BLOB-Repository zu deaktivieren!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, 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:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Das Formular ist leer !" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Das ist keine Zahl!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Es wurde kein Host angegeben!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Kein Benutzername eingegeben!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Es wurde kein Passwort angegeben!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Die eingegebenen Passwörter sind nicht identisch!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Abbrechen" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Änderungen gespeichert." + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Verknüpfung gelöscht" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "FOREIGN KEY Relation hinzugefügt" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Interne Verknüpfung hinzugefügt" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Fehler: Verknüpfung nicht hinzugefügt." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Fehler: Verknüpfung existiert bereits." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Fehler beim speichern der Koordinaten für den Designer." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Allgemeine Verknüpfungsfunktionen" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Deaktiviert" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Wählen Sie den referenzierten Schlüssel" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Wähle Fremdschlüssel" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Bitte den PRIMARY KEY oder einen UNIQUE KEY wählen" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Anzuzeigende Spalte bestimmen" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Spenden" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Vorherige" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -860,96 +974,96 @@ msgid "Next" msgstr "Nächste" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Insgesamt" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binär" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "März" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "April" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Mai" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Juni" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Juli" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "August" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Oktober" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Januar" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Februar" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "März" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "April" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -957,178 +1071,178 @@ msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Juni" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Juli" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "August" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "September" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Oktober" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "November" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Dezember" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "So" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Mo" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Di" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Fr" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "So" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Mo" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Di" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Mi" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Do" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Fr" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Sa" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "So" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Mo" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Di" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Mi" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Do" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Fr" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "in Benutzung" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1267,6 +1381,29 @@ msgstr "Filmaufnahme abspielen" msgid "Download file" msgstr "Datei herunterladen" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Die PHP-Erweiterungen iconv und recode, welche für die " +"Zeichensatzkonvertierung benötigt werden, konnten nicht geladen werden. " +"Bitte ändern Sie Ihre PHP-Konfiguration und aktivieren Sie diese " +"Erweiterungen oder deaktivieren Sie die Zeichensatzkonvertierung in " +"phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Weder die iconv- noch libiconv- oder recode_string-Funktion konnte verwandt " +"werden, obwohl die benötigten php-Erweiterungen angeblich geladen wurden. " +"Bitte überprüfen Sie Ihre PHP-Konfiguration." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1577,6 +1714,51 @@ msgstr "" msgid "Overhead" msgstr "Überhang" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Passwort ändern" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Kein Passwort" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Passwort" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Wiederholen" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Password-Verschlüsselung" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 kompatibel" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Passwort generieren" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Generieren" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1676,51 +1858,6 @@ msgstr "BZip-komprimiert" msgid "SQL compatibility mode" msgstr "SQL-Kompatibilitätsmodus" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Passwort ändern" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Kein Passwort" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Passwort" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Wiederholen" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Password-Verschlüsselung" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 kompatibel" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Passwort generieren" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Generieren" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2432,31 +2569,8 @@ msgstr "Erstellt von" msgid "Rows" msgstr "Zeilen" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Die PHP-Erweiterungen iconv und recode, welche für die " -"Zeichensatzkonvertierung benötigt werden, konnten nicht geladen werden. " -"Bitte ändern Sie Ihre PHP-Konfiguration und aktivieren Sie diese " -"Erweiterungen oder deaktivieren Sie die Zeichensatzkonvertierung in " -"phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Weder die iconv- noch libiconv- oder recode_string-Funktion konnte verwandt " -"werden, obwohl die benötigten php-Erweiterungen angeblich geladen wurden. " -"Bitte überprüfen Sie Ihre PHP-Konfiguration." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL lieferte ein leeres Resultat zurück (d. h. null Zeilen)." @@ -2831,21 +2945,12 @@ msgstr "Position" msgid "Server ID" msgstr "Server-ID" -#: libraries/messages.inc.php:99 -#, 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?" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Deaktiviert" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "Sie sind dabei ein BLOB-Repository zu deaktivieren!" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2973,10 +3078,6 @@ msgstr " ... entziehe dem alten alle Rechte und lösche ihn anschließend." msgid "Change Login Information / Copy User" msgstr "Anmelde-Information ändern / Benutzer kopieren" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Anzuzeigende Spalte bestimmen" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Zeichensatz" @@ -3008,18 +3109,6 @@ msgstr "Überprüft die Rechte für die Datenbank "%s"." msgid "Please choose a page to edit" msgstr "Bitte wählen Sie die zu bearbeitende Seite." -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Darstellung von Spaltenkommentaren" @@ -3331,11 +3420,6 @@ msgstr "" msgid "Direct links" msgstr "Direkte Verbindung" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Deaktiviert" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Fremdschlüsselüberprüfung deaktivieren" @@ -3360,16 +3444,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Möchten Sie wirklich diese Abfrage ausführen " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Sie sind dabei eine komplette Datenbank zu ZERSTÖREN!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3443,23 +3517,11 @@ msgstr "MySQL-Rechte werden auf Englisch angegeben." msgid "Error in ZIP archive:" msgstr "Fehler im ZIP-Archiv:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Fehler: Verknüpfung nicht hinzugefügt." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Fehler: Verknüpfung existiert bereits." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Fehler beim umbenennen von Tabelle %1$s nach %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Fehler beim speichern der Koordinaten für den Designer." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3586,19 +3648,11 @@ msgstr "" "Fehler beim Erzeugen eines Fremdschlüssels für %1$s (überprüfen Sie die " "Datentypen)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "FOREIGN KEY Relation hinzugefügt" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Format" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Das Formular ist leer !" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3613,10 +3667,6 @@ msgstr "Volltext" msgid "Function" msgstr "Funktion" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Allgemeine Verknüpfungsfunktionen" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Georgisch" @@ -3699,10 +3749,6 @@ msgstr "Home" msgid "Official Homepage" msgstr " Offizielle Homepage " -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Es wurde kein Host angegeben!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3850,10 +3896,6 @@ msgstr "" "Eine interne Beziehung ist nicht notwendig, wenn bereits ein entsprechender " "FOREIGN KEY existiert." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Interne Verknüpfung hinzugefügt" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Interne Beziehungen" @@ -4104,10 +4146,6 @@ msgid "" msgstr "" "Kursiv dargestellte MIME-Typen besitzen keine untergliederten Umwandlungen." -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Änderungen gespeichert." - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Index modifizieren" @@ -4189,10 +4227,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "Für dieses Tabellenformat sind keine Statusinformationen verfügbar" -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "Die Anweisung \"DROP DATABASE\" wurde deaktiviert." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "Keine Dateien im ZIP-Archiv gefunden!" @@ -4245,10 +4279,6 @@ msgstr "" "Die Unterstützung für Oberflächendesigns ist deaktiviert. Bitte überprüfen " "Sie Ihre Konfiguration und / oder Ihre Designs im Verzeichnis %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Das ist keine Zahl!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "fehlerhaft" @@ -4318,14 +4348,6 @@ msgstr "Partition %s" msgid "The password for %s was changed successfully." msgstr "Das Passwort für %s wurde geändert." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Es wurde kein Passwort angegeben!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Die eingegebenen Passwörter sind nicht identisch!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4390,10 +4412,6 @@ msgstr "" msgid "PHP extension" msgstr "PHP Erweiterung" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Bitte den PRIMARY KEY oder einen UNIQUE KEY wählen" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: greek \n" @@ -46,30 +46,30 @@ msgstr "Αναζήτηση" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Εκτέλεση" @@ -831,27 +831,142 @@ msgstr "" "Το phpMyAdmin είναι πιο φιλικό με έναν browser που υποστηρίζει πλαίσια " "(frames)." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "Πατήστε για επιλογή" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "Πατήστε για απεπιλογή" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "Οι εντολές «DROP DATABASE» έχουν απενεργοποιηθεί." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Θέλετε να εκτελέσετε την εντολή" + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Πρόκειται να ΚΑΤΑΣΤΡΕΨΕΤΕ (DESTROY) μια ολόκληρη βάση δεδομένων!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "Πρόκειτε να ΑΠΕΝΕΡΓΟΠΟΙΉΣΕΤΕ μια Αποθήκη BLOB!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" +"Θέλετε να απενεργοποιήσετε όλες τις αναφορές BLOB για τη βάση δεδομένων %s;" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Ελλειπής τιμή στο πεδίο !" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Αυτό δεν είναι αριθμός!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Το όνομα του Συστήματος είναι κενό!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Το όνομα του χρήστη είναι κενό!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Ο Κωδικός Πρόσβασης είναι κενός!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Οι κωδικοί πρόσβασης δεν είναι ίδιοι!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Άκυρο" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Οι αλλαγές αποθηκεύτηκαν" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Η συσχέτιση διαγράφηκε" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "Προστέθηκε η συσχέτιση ΜΗ ΔΙΑΚΡΙΤΟΥ ΚΛΕΙΔΙΟΥ (FOREIGN KEY)" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Η εσωτερική συσχέτιση προστέθηκε" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Σφάλμα: Δεν προστέθηκε η συσχέτιση." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Σφάλμα: Η συσχέτιση υπαρχει ήδη." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Σφάλμα αποθήκευσης συντεταγμένων για τον Σχεδιαστή." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Γενικές λειτουργίες συσχέτισης" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Απενεργοποιημένο" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Επιλέξτε αναφερθέν κλειδί" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Επιλέξτε Μη Διακριτό Κλειδί" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Επιλέξτε το πρωτεύον κλειδί ή ένα μοναδικό κλειδί" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Επιλέξτε πεδίο για εμφάνιση" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Δωρεά" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Προηγούμενο" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -859,96 +974,96 @@ msgid "Next" msgstr "Επόμενο" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Σύνολο" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Δυαδικό" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Μαρτίου" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Απριλίου" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Μαΐου" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Ιουνίου" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Ιουλίου" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Αυγούστου" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Οκτωβρίου" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Ιανουαρίου" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Φεβρουαρίου" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Μαρτίου" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Απριλίου" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -956,178 +1071,178 @@ msgid "May" msgstr "Μαΐου" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Ιουνίου" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Ιουλίου" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Αυγούστου" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Σεπτεμβρίου" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Οκτωβρίου" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Νοεμβρίου" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Δεκεμβρίου" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Κυριακή" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Δευτέρα" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Τρίτη" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Παρασκευή" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Κυριακή" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Δευτέρα" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Τρίτη" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Τετάρτη" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Πέμπτη" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Παρασκευή" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Σάββατο" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Κυριακή" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Δευτέρα" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Τρίτη" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Τετάρτη" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Πέμπτη" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Παρασκευή" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Σάββατο" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "σε χρήση" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1263,6 +1378,28 @@ msgstr "Προβολή βίντεο" msgid "Download file" msgstr "Λήψη αρχείου" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Δεν είναι δυνατή η φόρτωση της επέκτασης iconv ή recode που χρειάζεται για " +"την μετατροπή του σετ χαρακτήρων. Ρυθμίστε την php να επιτρέπει την χρήση " +"αυτών των επεκτάσεων ή απανεργοποιήστε την μετατροπή χαρακτήρων στο " +"phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Δεν είναι δυνατή η χρήση της επέκτασης iconv ούτε της libiconv ούτε της " +"ρουτίνας recode_string, ενώ η επέκταση έχει φορτωθεί. Ελέξτε τις ρυθμίσεις " +"της php." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1567,6 +1704,51 @@ msgstr "Ίσως είναι κατά προσέγγιση. Δείτε τις Σ msgid "Overhead" msgstr "Επιβάρυνση" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Αλλαγή κωδικού πρόσβασης" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Χωρίς Κωδικό Πρόσβασης" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Κωδικός Πρόσβασης" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Επαναεισαγωγή" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Μείγμα κωδικού πρόσβασης" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "Συμβατό με MySQL 4.0" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Παραγωγή Κωδικού Πρόσβασης" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Παραγωγή" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1666,51 +1848,6 @@ msgstr "συμπίεση «bzip»" msgid "SQL compatibility mode" msgstr "Κατάσταση συμβατότητας SQL" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Αλλαγή κωδικού πρόσβασης" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Χωρίς Κωδικό Πρόσβασης" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Κωδικός Πρόσβασης" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Επαναεισαγωγή" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Μείγμα κωδικού πρόσβασης" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "Συμβατό με MySQL 4.0" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Παραγωγή Κωδικού Πρόσβασης" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Παραγωγή" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2431,30 +2568,8 @@ msgstr "Δημιουργήθηκε από:" msgid "Rows" msgstr "Εγγραφές" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Δεν είναι δυνατή η φόρτωση της επέκτασης iconv ή recode που χρειάζεται για " -"την μετατροπή του σετ χαρακτήρων. Ρυθμίστε την php να επιτρέπει την χρήση " -"αυτών των επεκτάσεων ή απανεργοποιήστε την μετατροπή χαρακτήρων στο " -"phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Δεν είναι δυνατή η χρήση της επέκτασης iconv ούτε της libiconv ούτε της " -"ρουτίνας recode_string, ενώ η επέκταση έχει φορτωθεί. Ελέξτε τις ρυθμίσεις " -"της php." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" "Η MySQL επέστρεψε ένα άδειο σύνολο αποτελεσμάτων (π.χ. καμμία εγγραφή)." @@ -2827,21 +2942,11 @@ msgstr "Θέση" msgid "Server ID" msgstr "Ταυτότητα Διακομιστή" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" -"Θέλετε να απενεργοποιήσετε όλες τις αναφορές BLOB για τη βάση δεδομένων %s;" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Απενεργοποιημένη" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "Πρόκειτε να ΑΠΕΝΕΡΓΟΠΟΙΉΣΕΤΕ μια Αποθήκη BLOB!" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2966,10 +3071,6 @@ msgstr " ... ανάκληση των δικαιωμάτων του παλιού msgid "Change Login Information / Copy User" msgstr "Αλλαγή Στοιχείων Πρόσβασης / Αντιγραφή Χρήστη" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Επιλέξτε πεδίο για εμφάνιση" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Σύνολο χαρακτήρων" @@ -3001,18 +3102,6 @@ msgstr "Έλεγχος δικαιωμάτων για τη βάση «%s»." msgid "Please choose a page to edit" msgstr "Παρακαλώ επιλέξτε σελίδα για αλλαγή" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "Πατήστε για επιλογή" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "Πατήστε για απεπιλογή" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Εμφάνιση σχολίων πεδίων" @@ -3319,11 +3408,6 @@ msgstr "Διαφορά" msgid "Direct links" msgstr "Άμεσοι σύνδεσμοι" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Απενεργοποιημένο" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Απενεργοποίηση ελέγχων μη διακριτών κλειδιών" @@ -3348,16 +3432,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Να μην γίνεται αυτόματη αρίθμηση σε μηδενικές τιμές" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Θέλετε να εκτελέσετε την εντολή" - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Πρόκειται να ΚΑΤΑΣΤΡΕΨΕΤΕ (DESTROY) μια ολόκληρη βάση δεδομένων!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3431,23 +3505,11 @@ msgstr " Σημείωση: Τα ονόματα δικαιωμάτων της MyS msgid "Error in ZIP archive:" msgstr "Σφάλμα στο συμπιεσμένο αρχείο ZIP:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Σφάλμα: Δεν προστέθηκε η συσχέτιση." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Σφάλμα: Η συσχέτιση υπαρχει ήδη." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Σφάλμα μετονομασίας του πίνακα %1$s σε %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Σφάλμα αποθήκευσης συντεταγμένων για τον Σχεδιαστή." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Εσπεράντο" @@ -3575,19 +3637,11 @@ msgstr "" "Σφάλμα δημιουργίας μη διακριτού κλειδιού στο %1$s (ελέξτε τους τύπους " "δεδομένων)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "Προστέθηκε η συσχέτιση ΜΗ ΔΙΑΚΡΙΤΟΥ ΚΛΕΙΔΙΟΥ (FOREIGN KEY)" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Μορφοποίηση" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Ελλειπής τιμή στο πεδίο !" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "Πλήρης εκκίνηση" @@ -3600,10 +3654,6 @@ msgstr "Πλήρες σταμάτημα" msgid "Function" msgstr "Έλεγχος" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Γενικές λειτουργίες συσχέτισης" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Γεωργιανά" @@ -3688,10 +3738,6 @@ msgstr "Κεντρική σελίδα" msgid "Official Homepage" msgstr "Επίσημη σελίδα του phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Το όνομα του Συστήματος είναι κενό!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3838,10 +3884,6 @@ msgstr "" "Μια εσωτερική συσχέτιση δεν είναι απαραίτητη όταν υπάρχει μια αντίστοιχη " "συσχέτιση ΜΗ ΔΙΑΚΡΙΤΟΥ ΚΛΕΙΔΙΟΥ (FOREIGN KEY)." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Η εσωτερική συσχέτιση προστέθηκε" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Εσωτερικές συσχετίσεις" @@ -4095,10 +4137,6 @@ msgstr "" "Οι τύποι MIME που εμφανίζονται με πλάγια γράμματα δεν έχουν ξεχωριστή " "λειτουργία μετατροπής" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Οι αλλαγές αποθηκεύτηκαν" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Αλλαγή ενός ευρετηρίου" @@ -4182,10 +4220,6 @@ msgstr "" "Δεν υπάρχουν λεπτομερείς πληροφορίες κατάστασης για αυτή τη μηχανή " "αποθήκευσης." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "Οι εντολές «DROP DATABASE» έχουν απενεργοποιηθεί." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "Δεν βρέθηκαν αρχεία στο συμπιεσμένο αρχείο ZIP!" @@ -4238,10 +4272,6 @@ msgstr "" "Δεν υποστηρίζονται θέματα. Ελέξτε τις ρυθμίσεις σας και/ή τα θέματά σας στο " "φάκελο %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Αυτό δεν είναι αριθμός!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "ΛΑΘΟΣ" @@ -4309,14 +4339,6 @@ msgstr "Κατάτμηση %s" msgid "The password for %s was changed successfully." msgstr "Ο Κωδικός Πρόσβασης για τον χρήστη %s άλλαξε επιτυχώς." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Ο Κωδικός Πρόσβασης είναι κενός!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Οι κωδικοί πρόσβασης δεν είναι ίδιοι!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4380,10 +4402,6 @@ msgstr "σειρά PHP" msgid "PHP extension" msgstr "Επέκταση PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Επιλέξτε το πρωτεύον κλειδί ή ένα μοναδικό κλειδί" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: english-gb \n" @@ -46,30 +46,30 @@ msgstr "Search" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Go" @@ -822,23 +822,137 @@ msgstr "Import has been successfully finished, %d queries executed." msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin is more friendly with a frames-capable browser." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "Click to select" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "Click to unselect" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" statements are disabled." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Do you really want to " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "You are about to DESTROY a complete database!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "You are about to DISABLE a BLOB Repository!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, 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:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Missing value in the form!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "This is not a number!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "The host name is empty!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "The user name is empty!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "The password is empty!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "The passwords aren't the same!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Cancel" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Modifications have been saved" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Relation deleted" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "FOREIGN KEY relation added" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Internal relation added" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Error: Relation not added." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Error: relation already exists." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Error saving coordinates for Designer." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "General relation features" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Disabled" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Select referenced key" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Select Foreign Key" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Please select the primary key or a unique key" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Choose field to display" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 msgid "Done" msgstr "Done" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 msgid "Prev" msgstr "Prev" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -846,231 +960,231 @@ msgid "Next" msgstr "Next" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 msgid "Today" msgstr "Today" -#: js/messages.php:83 +#: js/messages.php:81 msgid "January" msgstr "January" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "February" -#: js/messages.php:85 +#: js/messages.php:83 msgid "March" msgstr "March" -#: js/messages.php:86 +#: js/messages.php:84 msgid "April" msgstr "April" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "May" -#: js/messages.php:88 +#: js/messages.php:86 msgid "June" msgstr "June" -#: js/messages.php:89 +#: js/messages.php:87 msgid "July" msgstr "July" -#: js/messages.php:90 +#: js/messages.php:88 msgid "August" msgstr "August" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "September" -#: js/messages.php:92 +#: js/messages.php:90 msgid "October" msgstr "October" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "November" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "December" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 msgctxt "Short month name" msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Oct" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Dec" -#: js/messages.php:123 +#: js/messages.php:121 msgid "Sunday" msgstr "Sunday" -#: js/messages.php:124 +#: js/messages.php:122 msgid "Monday" msgstr "Monday" -#: js/messages.php:125 +#: js/messages.php:123 msgid "Tuesday" msgstr "Tuesday" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "Wednesday" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "Thursday" -#: js/messages.php:128 +#: js/messages.php:126 msgid "Friday" msgstr "Friday" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "Saturday" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Sun" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Mon" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Tue" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Wed" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Thu" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Fri" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Sat" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 msgid "Su" msgstr "Su" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 msgid "Mo" msgstr "Mo" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 msgid "Tu" msgstr "Tu" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 msgid "We" msgstr "We" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 msgid "Th" msgstr "Th" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 msgid "Fr" msgstr "Fr" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "Wk" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "Hour" -#: js/messages.php:166 +#: js/messages.php:164 msgid "Minute" msgstr "Minute" -#: js/messages.php:167 +#: js/messages.php:165 msgid "Second" msgstr "Second" @@ -1199,6 +1313,26 @@ msgstr "View video" msgid "Download file" msgstr "Download file" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1498,6 +1632,49 @@ msgstr "" msgid "Overhead" msgstr "Overhead" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Change password" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "No Password" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Password" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Re-type" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Password Hashing" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 compatible" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Generate Password" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Generate" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1591,49 +1768,6 @@ msgstr "bzipped" msgid "SQL compatibility mode" msgstr "SQL compatibility mode" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Change password" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "No Password" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Password" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Re-type" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Password Hashing" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 compatible" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Generate Password" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Generate" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2345,28 +2479,8 @@ msgstr "Generated by" msgid "Rows" msgstr "Rows" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returned an empty result set (i.e. zero rows)." @@ -2737,20 +2851,11 @@ msgstr "Position" msgid "Server ID" msgstr "Server ID" -#: libraries/messages.inc.php:99 -#, 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?" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Disabled" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "You are about to DISABLE a BLOB Repository!" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2876,10 +2981,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "Change Login Information / Copy User" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Choose field to display" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Charset" @@ -2911,18 +3012,6 @@ msgstr "Check privileges for database "%s"." msgid "Please choose a page to edit" msgstr "Please choose a page to edit" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "Click to select" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "Click to unselect" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Displaying Column Comments" @@ -3227,11 +3316,6 @@ msgstr "Difference" msgid "Direct links" msgstr "Direct links" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Disabled" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Disable foreign key checks" @@ -3256,16 +3340,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Do not use AUTO_INCREMENT for zero values" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Do you really want to " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "You are about to DESTROY a complete database!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3339,23 +3413,11 @@ msgstr " Note: MySQL privilege names are expressed in English " msgid "Error in ZIP archive:" msgstr "Error in ZIP archive:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Error: Relation not added." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Error: relation already exists." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Error renaming table %1$s to %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Error saving coordinates for Designer." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3478,19 +3540,11 @@ msgstr "Flush (close) all tables" msgid "Error creating foreign key on %1$s (check data types)" msgstr "Error creating foreign key on %1$s (check data types)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "FOREIGN KEY relation added" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Format" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Missing value in the form!" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "Full start" @@ -3503,10 +3557,6 @@ msgstr "Full stop" msgid "Function" msgstr "Function" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "General relation features" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Georgian" @@ -3589,10 +3639,6 @@ msgstr "Home" msgid "Official Homepage" msgstr "Official Homepage" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "The host name is empty!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3739,10 +3785,6 @@ msgstr "" "An internal relation is not necessary when a corresponding FOREIGN KEY " "relation exists." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Internal relation added" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Internal relations" @@ -3994,10 +4036,6 @@ msgid "" msgstr "" "MIME types printed in italics do not have a separate transformation function" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Modifications have been saved" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Modify an index" @@ -4080,10 +4118,6 @@ msgid "" msgstr "" "There is no detailed status information available for this storage engine." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" statements are disabled." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "No files found inside ZIP archive!" @@ -4136,10 +4170,6 @@ msgstr "" "No themes support; please check your configuration and/or your themes in " "directory %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "This is not a number!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "not OK" @@ -4207,14 +4237,6 @@ msgstr "Partition %s" msgid "The password for %s was changed successfully." msgstr "The password for %s was changed successfully." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "The password is empty!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "The passwords aren't the same!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4278,10 +4300,6 @@ msgstr "PHP array" msgid "PHP extension" msgstr "PHP extension" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Please select the primary key or a unique key" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: spanish \n" @@ -46,30 +46,30 @@ msgstr "Buscar" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Continuar" @@ -837,27 +837,143 @@ msgstr "La importación se ejecutó exitosamente, se ejecutaron %d consultas." msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin funciona mejor con un navegador que reconoce frames." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "Los enunciados \\\"DROP DATABASE\\\" están deshabilitados." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Realmente desea " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "¡Está a punto de DESTRUIR una base de datos completa!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "¡Está a punto de DESHABILITAR un repositorio BLOB!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, 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:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "¡Falta un valor en el formulario!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "¡Ésto no es un número!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "¡¡El nombre del servidor está vacío!!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "¡El nombre de usuario está vacío!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "¡La contraseña está vacía!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "¡Las contraseñas no coinciden!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Cancelar" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Se han guardado las modificaciones" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "La relación fue eliminada" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "Se añadió una relación FOREIGN KEY" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Se añadió la relación interna" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Error: no se añadió la relación." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Error: la relación ya existe." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Error guardando las coordenadas para el Diseñador." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Opciones de relación general" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Deshabilitado" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Seleccione la llave de referencia" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Seleccione la llave extranjera (foreign key)" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Por favor, seleccione la clave primaria o una clave única" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Elegir el campo a mostrar" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Donación" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Previo" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -865,96 +981,96 @@ msgid "Next" msgstr "Próxima" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Total" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr " Binario " -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Abr" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "May" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jun" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jul" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Ago" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Oct" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Ene" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -962,178 +1078,178 @@ msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Oct" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Dic" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Dom" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Lun" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Mar" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Vie" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Dom" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Mie" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Jue" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Vie" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Dom" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Lun" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Mar" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Mie" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Jue" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Vie" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sab" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "en uso" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1267,6 +1383,27 @@ msgstr "Ver vídeo" msgid "Download file" msgstr "Descargar archivo" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"No se puede cargar iconv o recodificar una extensión necesaria para la " +"conversión de juegos de caracteres, configure php para permitir el uso de " +"estas extensiones o desactive la conversión de juegos de caracteres en " +"phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"No se puede utilizar iconv ni libiconv ni la función recode_string mientras " +"se carga la extensión de informes. Comprueba la configuración de php." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1573,6 +1710,51 @@ msgstr "Podría ser aproximado. Léase la FAQ 3.11" msgid "Overhead" msgstr "Residuo a depurar" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Cambio de contraseña" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Sin contraseña" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Contraseña" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Debe volver a escribir" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Hashing de la contraseña" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "Compatible con MySQL 4.0" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Generar la contraseña" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Generar" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1672,51 +1854,6 @@ msgstr "\"Comprimido con bzip\"" msgid "SQL compatibility mode" msgstr "Modalidad compatible con SQL" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Cambio de contraseña" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Sin contraseña" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Contraseña" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Debe volver a escribir" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Hashing de la contraseña" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "Compatible con MySQL 4.0" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Generar la contraseña" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Generar" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2441,29 +2578,8 @@ msgstr "Generado por" msgid "Rows" msgstr "Filas" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"No se puede cargar iconv o recodificar una extensión necesaria para la " -"conversión de juegos de caracteres, configure php para permitir el uso de " -"estas extensiones o desactive la conversión de juegos de caracteres en " -"phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"No se puede utilizar iconv ni libiconv ni la función recode_string mientras " -"se carga la extensión de informes. Comprueba la configuración de php." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL ha devuelto un valor vacío (i.e., cero columnas)." @@ -2841,23 +2957,12 @@ msgstr "Posición" msgid "Server ID" msgstr "ID del servidor" -#: libraries/messages.inc.php:99 -#, 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?" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Deshabilitado" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "¡Está a punto de DESHABILITAR un repositorio BLOB!" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2989,10 +3094,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "Cambiar la información de la cuenta / Copiar el usuario" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Elegir el campo a mostrar" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Juego de caracteres" @@ -3024,18 +3125,6 @@ msgstr "Revisar los privilegios para la base de datos "%s"." msgid "Please choose a page to edit" msgstr "Elegir la página a editar" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Mostrando los comentarios de la columna" @@ -3347,11 +3436,6 @@ msgstr "" msgid "Direct links" msgstr "Enlaces directos" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Deshabilitado" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Deshabilitar la revisión de las llaves extranjeras (foreign keys)" @@ -3376,16 +3460,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Realmente desea " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "¡Está a punto de DESTRUIR una base de datos completa!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3462,23 +3536,11 @@ msgstr "" msgid "Error in ZIP archive:" msgstr "Error en el archivo ZIP:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Error: no se añadió la relación." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Error: la relación ya existe." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Error al cambiar el nombre de la tabla %1$s a %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Error guardando las coordenadas para el Diseñador." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3605,19 +3667,11 @@ msgid "Error creating foreign key on %1$s (check data types)" msgstr "" "Ocurrió un error al crear la llave extranjera en %1$s (revise los data types)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "Se añadió una relación FOREIGN KEY" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Formato" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "¡Falta un valor en el formulario!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3632,10 +3686,6 @@ msgstr "Texto completo" msgid "Function" msgstr "Función" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Opciones de relación general" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Georgiano" @@ -3718,10 +3768,6 @@ msgstr "Página de inicio" msgid "Official Homepage" msgstr "Página oficial de phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "¡¡El nombre del servidor está vacío!!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3869,10 +3915,6 @@ msgstr "" "No es necesaria una relación interna cuando existe una relación LLAVE " "EXTRANJERA correspondiente." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Se añadió la relación interna" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Relaciones internas" @@ -4123,10 +4165,6 @@ msgstr "" "MIME-types impresos en itálicas no tienen una función de transformación " "adicional" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Se han guardado las modificaciones" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Modificar un índice" @@ -4210,10 +4248,6 @@ msgstr "" "No existe información detallada acerca de las condiciones en que se " "encuentra este motor de almacenamiento." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "Los enunciados \\\"DROP DATABASE\\\" están deshabilitados." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "¡No se hallaron archivos dentro del archivo ZIP!" @@ -4267,10 +4301,6 @@ msgstr "" "No existe soporte para Diseños personalizados (Themes), por favor, revise su " "configuración y/o sus temas en el directorio %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "¡Ésto no es un número!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "no recibió el OK" @@ -4338,14 +4368,6 @@ msgstr "Partición %s" msgid "The password for %s was changed successfully." msgstr "La contraseña para %s se cambió exitosamente." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "¡La contraseña está vacía!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "¡Las contraseñas no coinciden!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4410,10 +4432,6 @@ msgstr "" msgid "PHP extension" msgstr "extensión PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Por favor, seleccione la clave primaria o una clave única" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -44,30 +44,30 @@ msgstr "Otsi" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Mine" @@ -833,26 +833,140 @@ msgstr "Import lõppetati edukalt, %d päringut käivitatud." msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin on sõbralikum frame toetava browseriga." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" käsud keelatud." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Kas te tõesti tahate " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Tähelepanu! Te HÄVITATE kogu andmebaasi!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Puuduv väärtus vormis !" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "See pole number!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Masin on tühi!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Kasutajanimi on tühi!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Parool on tühi!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Paroolid ei ühti!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Katkesta" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Muutused salvestatud" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Suhe kustutatud" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Sisemine suhe loodud" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Peamised seoste võimalused" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Keelatud" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Vali eelistus võti (referenced key)" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Vali võõrvõti(Foreign Key)" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Palun vali primaarne või unkaalne võti" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Vali väli mida kuvada" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy msgid "Done" msgstr "Andmed" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Eelmine" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -860,96 +974,96 @@ msgid "Next" msgstr "Järgmine" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Kokku" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binaarne" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mär" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Mai" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jun" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jul" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Aug" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Veb" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mär" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -957,176 +1071,176 @@ msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Det" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Püh" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Esm" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Tei" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Ree" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Püh" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Esm" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Tei" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Kol" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Nel" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Ree" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Lau" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Püh" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Esm" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Tei" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Kol" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Nel" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Ree" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Lau" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "kasutusel" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1256,6 +1370,26 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Ei suuda lugeda iconv või recode moodulit mida on vaja tähetabeli " +"konvertimiseks, konfigureerige PHP-d nii, et see sisaldaks antud mooduleid " +"või keelake tähetabeli konvertimine phpMyAdminis." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Ei suuda kasutada iconv-d või libiconvi või recode_string funktsiooni kuigi " +"moodul on installitud Kontrollige oma PHP konfiguratsiooni." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1559,6 +1693,51 @@ msgstr "Võib olla umbkaudne. Vaadake FAQ 3.11" msgid "Overhead" msgstr "Ülejääv" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Muuda parooli" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Ilma paroolita" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Parool" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Sisesta uuesti" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Parooli tärkimine" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0-iga ühilduv" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Genereeri parool" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Genereeri" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1658,51 +1837,6 @@ msgstr "\"bzipitud\"" msgid "SQL compatibility mode" msgstr "SQL ühilduvus viis" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Muuda parooli" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Ilma paroolita" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Parool" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Sisesta uuesti" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Parooli tärkimine" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0-iga ühilduv" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Genereeri parool" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Genereeri" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2383,28 +2517,8 @@ msgstr "Genereerija " msgid "Rows" msgstr "Ridu" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Ei suuda lugeda iconv või recode moodulit mida on vaja tähetabeli " -"konvertimiseks, konfigureerige PHP-d nii, et see sisaldaks antud mooduleid " -"või keelake tähetabeli konvertimine phpMyAdminis." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Ei suuda kasutada iconv-d või libiconvi või recode_string funktsiooni kuigi " -"moodul on installitud Kontrollige oma PHP konfiguratsiooni." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL tagastas tühja tulemuse (s.t. null rida)." @@ -2781,21 +2895,12 @@ msgstr "Positsioon" msgid "Server ID" msgstr "Serveri ID" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Keelatud" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2922,10 +3027,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "Vaheta logimisinformatsiooni / Kopeeri kasutaja" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Vali väli mida kuvada" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Tähetabel" @@ -2958,18 +3059,6 @@ msgstr "Kontrolli privileege andmebaasile "%s"." msgid "Please choose a page to edit" msgstr "Palun valige leht muutmiseks" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Näitan veeru kommentaare" @@ -3275,11 +3364,6 @@ msgstr "" msgid "Direct links" msgstr "Otselingid" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Keelatud" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Keela võõrvõtmete (foreign key) kontroll" @@ -3304,16 +3388,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Kas te tõesti tahate " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Tähelepanu! Te HÄVITATE kogu andmebaasi!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3387,23 +3461,11 @@ msgstr " Märkus: MySQL privileegide nimed on ingliskeelsed " msgid "Error in ZIP archive:" msgstr "Viga ZIP arhiivis:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Viga tabeli nime %1$s muutimsel %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3529,19 +3591,11 @@ msgstr "Tühjenda (sulge) kõik tabelid" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Formaat" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Puuduv väärtus vormis !" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3556,10 +3610,6 @@ msgstr "Täistekst" msgid "Function" msgstr "Funktsioon" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Peamised seoste võimalused" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Gruusia" @@ -3642,10 +3692,6 @@ msgstr "Esileht" msgid "Official Homepage" msgstr "Ametlik phpMyAdmini koduleht" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Masin on tühi!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3786,10 +3832,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Sisemine suhe loodud" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Sisesed seosed" @@ -4036,10 +4078,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "MIME-tüübid kursiivis ei oma eraldi transofrmatsiooni funktsiooni" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Muutused salvestatud" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Muuda indeksit" @@ -4119,10 +4157,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "Detailne seisuinformatsioon antud varundusmootori kohta puudub." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" käsud keelatud." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "Ei leidnud ühtegi faili ZIP arhiivist!" @@ -4176,10 +4210,6 @@ msgstr "" "Teemade tugi puudub, palun kontrollige oma seadeid ja/või oma teemade " "kataloogi %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "See pole number!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "Ei ole korras" @@ -4248,14 +4278,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "Kasutaja %s parool vahetati õnnestunult." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Parool on tühi!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Paroolid ei ühti!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4321,10 +4343,6 @@ msgstr "" msgid "PHP extension" msgstr "PHP versioon" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Palun vali primaarne või unkaalne võti" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: basque \n" @@ -46,30 +46,30 @@ msgstr "Bilatu" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Joan" @@ -838,27 +838,143 @@ msgstr "" "phpMyAdmin askoz erabilerraza da frame-ak onartzen duen nabigatzaile " "batekin." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" sententziak ezgaituta daude." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Benetan nahi al duzu " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Balioa bat falta da formularioan!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Hau ez da zenbaki bat!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Zerbitzariaren izena hutsik dago!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Erabiltzailearen izena hutsik dago!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Pasahitza hutsik dago!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Pasahitzek ez dute bat egiten!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Aldaketak gorde dira" + +#: js/messages.php:53 libraries/messages.inc.php:749 +#, fuzzy +msgid "Relation deleted" +msgstr "Erlazioen ikuspegia" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +#, fuzzy +msgid "Internal relation added" +msgstr "Barne-erlazioak" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Erlazioen ezaaugarri orokorrak" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Ezgaituta" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Aukeratu erakutsi beharreko eremua" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "None" msgid "Done" msgstr "Batez" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Aurrekoa" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -866,96 +982,96 @@ msgid "Next" msgstr "Hurrengoa" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Gutira" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr " Binarioa " -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Api" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Mai" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Eka" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Uzt" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Abu" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Urr" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Urt" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Ots" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Api" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -963,176 +1079,176 @@ msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Eka" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Uzt" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Abu" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Ira" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Urr" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Aza" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Abe" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Iga" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Astel" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Astea" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Osti" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Iga" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Astel" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Astea" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Astez" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Oste" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Osti" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Lar" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Iga" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Astel" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Astea" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Astez" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Oste" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Osti" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Lar" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "lanean" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1260,6 +1376,26 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Ezinezkoa iconv kargatzea edota karaktere-jokoaren bihurketarako beharrezkoa " +"den luzapena berkodifikatzea, configure php para permitir el uso de estas " +"extensiones o desactive la conversión de juegos de caracteres en phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Ezin dira erabili ez iconv, ez libiconv ezta recode_string funtzioa " +"luzapenen txostena kargatzen den bitartean. Berpasatu php-ren konfigurazioa." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1559,6 +1695,50 @@ msgstr "" msgid "Overhead" msgstr "Arazteko hondakina" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Pasahitza aldatu" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Pasahitzik ez" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Pasahitza" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Berridatzi" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +#, fuzzy +msgid "Generate" +msgstr "Egilea:" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1658,50 +1838,6 @@ msgstr "\"Bzip-ez trinkotua\"" msgid "SQL compatibility mode" msgstr "" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Pasahitza aldatu" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Pasahitzik ez" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Pasahitza" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Berridatzi" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -#, fuzzy -msgid "Generate" -msgstr "Egilea:" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2362,28 +2498,8 @@ msgstr "Egilea:" msgid "Rows" msgstr "Errenkadak" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Ezinezkoa iconv kargatzea edota karaktere-jokoaren bihurketarako beharrezkoa " -"den luzapena berkodifikatzea, configure php para permitir el uso de estas " -"extensiones o desactive la conversión de juegos de caracteres en phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Ezin dira erabili ez iconv, ez libiconv ezta recode_string funtzioa " -"luzapenen txostena kargatzen den bitartean. Berpasatu php-ren konfigurazioa." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL-k emaitza hutsa itzuli du. (i.e. zero errenkada)." @@ -2759,21 +2875,12 @@ msgstr "" msgid "Server ID" msgstr "Zerbitzaria" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Ezgaituta" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2901,10 +3008,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "Aldatu saioa hasteko informazioa / Erabiltzailea kopiatu" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Aukeratu erakutsi beharreko eremua" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Karaktere-jokoa" @@ -2937,18 +3040,6 @@ msgstr ""%s" datu-basearen pribilegioak egiaztatu." msgid "Please choose a page to edit" msgstr "Aukeratu editatzeko orria mesedez" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Zutabearen iruzkinak erakusten" @@ -3254,11 +3345,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Ezgaituta" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "" @@ -3283,16 +3369,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Benetan nahi al duzu " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3366,23 +3442,11 @@ msgstr " Oharra: MySQL-ren pribilegioen izenak ingelesez adierazita daude" msgid "Error in ZIP archive:" msgstr "" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "" @@ -3507,19 +3571,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Formatoa" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Balioa bat falta da formularioan!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3533,10 +3589,6 @@ msgstr "" msgid "Function" msgstr "Funtzioak" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Erlazioen ezaaugarri orokorrak" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 #, fuzzy msgid "Georgian" @@ -3621,10 +3673,6 @@ msgstr "Hasiera-orria" msgid "Official Homepage" msgstr "phpMyAdmin-en webgune ofiziala" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Zerbitzariaren izena hutsik dago!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3766,11 +3814,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -#, fuzzy -msgid "Internal relation added" -msgstr "Barne-erlazioak" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Barne-erlazioak" @@ -4013,10 +4056,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "Etzanez inprimaturiko MIME-motek ez dute eraldaketa-funtzio berezirik" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Aldaketak gorde dira" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Indize bat aldatu" @@ -4093,10 +4132,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "" -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" sententziak ezgaituta daude." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "" @@ -4148,10 +4183,6 @@ msgid "" "directory %s." msgstr "" -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Hau ez da zenbaki bat!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "Okerra" @@ -4221,14 +4252,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "%s-arentzako pasahitza arrakastaz aldatua izan da." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Pasahitza hutsik dago!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Pasahitzek ez dute bat egiten!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4294,10 +4317,6 @@ msgstr "" msgid "PHP extension" msgstr "PHP Bertsioa" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -41,30 +41,30 @@ msgstr "جستجو" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "تاييد" @@ -832,27 +832,141 @@ msgstr "" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "دستور \"DROP DATABASE\" غيرفعال مي‌باشد." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "آيا مطمئن هستيد " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "مقداري در فرم وارد نشده !" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "اين يك عدد نيست!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "نام ميزبان خالي است!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "نام كاربر خالي است!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "اسم رمز خالي است!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "اسم رمزها مانند هم نمي‌باشد!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "اصلاحات ذخيره گرديد" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "غيرفعال" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "ستون را براي نمايش انتخاب نماييد" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "None" msgid "Done" msgstr "خير" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "قبل" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -860,96 +974,96 @@ msgid "Next" msgstr "بعد" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "جمع كل" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "دودويي" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "مارس" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "آوريل" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "مي" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "ژوئن" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "جولاي" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "آگوست" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "اكتبر" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "ژانويه" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "فوريه" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "مارس" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "آوريل" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -957,176 +1071,176 @@ msgid "May" msgstr "مي" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "ژوئن" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "جولاي" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "آگوست" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "سپتامبر" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "اكتبر" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "نوامبر" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "دسامبر" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "يكشنبه" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "دوشنبه" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "سه‌شنبه" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "جمعه" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "يكشنبه" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "دوشنبه" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "سه‌شنبه" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "چهارشنبه" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "پنج‌شنبه" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "جمعه" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "شنبه" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "يكشنبه" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "دوشنبه" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "سه‌شنبه" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "چهارشنبه" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "پنج‌شنبه" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "جمعه" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "شنبه" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "in use" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1251,6 +1365,24 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"بارگذاري iconv يا recode extension كه براي تبديل مجموعه كاراكترها لازم است " +"، مقدور نمي‌باشد، php را براي اجازه استفاده از آنها تنظيم كرده و يا تبديل " +"مجموعه كاراكترها (charset conversion) را در phpMyAdmin غيرفعال نماييد." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1549,6 +1681,50 @@ msgstr "" msgid "Overhead" msgstr "" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "تغيير اسم رمز" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "بدون اسم رمز" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "اسم رمز" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "تكرار" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +#, fuzzy +msgid "Generate" +msgstr "توليد‌شده توسط" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1649,50 +1825,6 @@ msgstr "\"bzipped\"" msgid "SQL compatibility mode" msgstr "" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "تغيير اسم رمز" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "بدون اسم رمز" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "اسم رمز" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "تكرار" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -#, fuzzy -msgid "Generate" -msgstr "توليد‌شده توسط" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2350,26 +2482,8 @@ msgstr "توليد‌شده توسط" msgid "Rows" msgstr "سطرها" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"بارگذاري iconv يا recode extension كه براي تبديل مجموعه كاراكترها لازم است " -"، مقدور نمي‌باشد، php را براي اجازه استفاده از آنها تنظيم كرده و يا تبديل " -"مجموعه كاراكترها (charset conversion) را در phpMyAdmin غيرفعال نماييد." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL يك نتيجه خالي داد. (مثلا 0 سطر)." @@ -2745,21 +2859,12 @@ msgstr "" msgid "Server ID" msgstr "سرور" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "غيرفعال" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2886,10 +2991,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "ستون را براي نمايش انتخاب نماييد" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "" @@ -2922,18 +3023,6 @@ msgstr "" msgid "Please choose a page to edit" msgstr "لطفا يك صفحه را براي ويرايش انتخاب نماييد" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "نمايش توضيحات ستون" @@ -3233,11 +3322,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "غيرفعال" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "" @@ -3262,16 +3346,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "آيا مطمئن هستيد " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3345,23 +3419,11 @@ msgstr " نكته : نام امتيازات MySQL به زبان انگليسي msgid "Error in ZIP archive:" msgstr "" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "" @@ -3478,19 +3540,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "قالب" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "مقداري در فرم وارد نشده !" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3504,10 +3558,6 @@ msgstr "" msgid "Function" msgstr "تابع" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "گرجی" @@ -3592,10 +3642,6 @@ msgstr "خانه" msgid "Official Homepage" msgstr "صفحه خانه رسمي phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "نام ميزبان خالي است!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3736,10 +3782,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "" @@ -3980,10 +4022,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "اصلاحات ذخيره گرديد" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "اصلاح يك فهرست" @@ -4060,10 +4098,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "" -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "دستور \"DROP DATABASE\" غيرفعال مي‌باشد." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "" @@ -4116,10 +4150,6 @@ msgid "" "directory %s." msgstr "" -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "اين يك عدد نيست!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "not OK" @@ -4189,14 +4219,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "" -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "اسم رمز خالي است!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "اسم رمزها مانند هم نمي‌باشد!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4262,10 +4284,6 @@ msgstr "" msgid "PHP extension" msgstr "نسخه PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: finnish \n" @@ -46,30 +46,30 @@ msgstr "Etsi" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Siirry" @@ -828,27 +828,142 @@ msgstr "Tuonti onnistui, %d kyselyä suoritettu." msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "PhpMyAdmin toimii parhaiten kehyksiä tukevalla selaimella." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "Valitse painamalla" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "Poista valinta painamalla" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" -kyselyjen käyttö on estetty." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Haluatko varmasti " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Olet aikeissasi HÄVITTÄÄ kokonaisen tietokannan!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "Olet POISTAMASSA KÄYTÖSTÄ BLOB-tietokannan!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, 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:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Tarvittava tieto puuttuu lomakkeesta!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Tämä ei ole numero!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Palvelimen nimi puuttuu!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Käyttäjän nimi puuttuu!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Salasana puuttuu!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Salasanat eivät ole samat!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Peruuta" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Muutokset tallennettu" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Relaatio poistettu" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "FOREIGN KEY -relaatio lisätty" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Sisäinen relaatio luotu" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Virhe: Relaatiota ei luotu." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Virhe: relaatio on jo olemassa." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Virhe tallennettaessa koordinaatteja Suunnittelijaan." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Yleiset relaatio-ominaisuudet" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Pois päältä" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Valitse viitattava avain" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Valitse liiteavain" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Valitse perusavain tai uniikki avain" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Valitse näytettävä sarake" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Lahjoita" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Edellinen" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -856,96 +971,96 @@ msgid "Next" msgstr "Seuraava" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Yhteensä" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binääritietoa" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Maalis" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Huhti" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Touko" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Kesä" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Heinä" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Elo" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Loka" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Tammi" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Helmi" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Maalis" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Huhti" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -953,178 +1068,178 @@ msgid "May" msgstr "Touko" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Kesä" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Heinä" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Elo" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Syys" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Loka" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Marras" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Joulu" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Su" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Ma" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Ti" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Pe" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Su" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Ma" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Ti" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Ke" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "To" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Pe" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "La" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Su" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Ti" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Ke" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "To" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pe" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "La" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "käytössä" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1259,6 +1374,26 @@ msgstr "Näytä video" msgid "Download file" msgstr "Lataa tiedosto" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Merkistön muunnokseen tarvittavaa iconv- tai recode-laajennusta ei voitu " +"ladata. Muokkaa PHP:n asetuksia ottaen käyttöön nämä laajennukset tai muuta " +"phpMyAdminin asetuksia siinä määrin ettei muunnosta suoriteta." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Iconv-, libiconv- tai recode_string-funktioita ei voitu käyttää. Tarkista " +"PHP:n asetukset." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1560,6 +1695,51 @@ msgstr "Saattaa olla summittainen. Katso FAQ 3.11" msgid "Overhead" msgstr "Ylijäämä" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Vaihda salasana" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Ei salasanaa" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Salasana" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Kirjoita uudelleen" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Salasanan salaus" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 -yhteensopiva" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Keksi salasana" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Keksi" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1659,51 +1839,6 @@ msgstr "\"bzip-pakkaus\"" msgid "SQL compatibility mode" msgstr "SQL-yhteensopiva tila" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Vaihda salasana" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Ei salasanaa" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Salasana" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Kirjoita uudelleen" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Salasanan salaus" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 -yhteensopiva" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Keksi salasana" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Keksi" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2416,28 +2551,8 @@ msgstr "Luontiympäristö" msgid "Rows" msgstr "Kpl rivejä" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Merkistön muunnokseen tarvittavaa iconv- tai recode-laajennusta ei voitu " -"ladata. Muokkaa PHP:n asetuksia ottaen käyttöön nämä laajennukset tai muuta " -"phpMyAdminin asetuksia siinä määrin ettei muunnosta suoriteta." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Iconv-, libiconv- tai recode_string-funktioita ei voitu käyttää. Tarkista " -"PHP:n asetukset." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL palautti tyhjän vastauksen, toisin sanoen nolla riviä." @@ -2810,22 +2925,12 @@ msgstr "Sijainti" msgid "Server ID" msgstr "Palvelimen tunnus" -#: libraries/messages.inc.php:99 -#, 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?" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Ei käytössä" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "Olet POISTAMASSA KÄYTÖSTÄ BLOB-tietokannan!" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2954,10 +3059,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "Vaihda kirjautumistietoja / Kopioi käyttäjä" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Valitse näytettävä sarake" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Merkistökoodaus" @@ -2989,18 +3090,6 @@ msgstr "Hallitse tietokannan "%s" käyttöoikeuksia." msgid "Please choose a page to edit" msgstr "Valitse muokattava sivu" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "Valitse painamalla" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "Poista valinta painamalla" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Sarakkeiden kommentit näkyvissä" @@ -3307,11 +3396,6 @@ msgstr "Ero" msgid "Direct links" msgstr "Suorat linkit" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Pois päältä" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Älä tarkista viiteavaimia" @@ -3336,16 +3420,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Älä käytä nolla-arvoissa AUTO_INCREMENT:iä" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Haluatko varmasti " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Olet aikeissasi HÄVITTÄÄ kokonaisen tietokannan!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3419,23 +3493,11 @@ msgstr " Huom! MySQL-käyttöoikeuksien nimet ovat englanniksi! " msgid "Error in ZIP archive:" msgstr "Virhe ZIP-paketissa:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Virhe: Relaatiota ei luotu." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Virhe: relaatio on jo olemassa." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Virhe annettaessa taululle %1$s nimeä %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Virhe tallennettaessa koordinaatteja Suunnittelijaan." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3559,19 +3621,11 @@ msgstr "Tyhjennä (sulje) kaikki taulut" msgid "Error creating foreign key on %1$s (check data types)" msgstr "Virhe luotaessa kohteen %1$s viiteavainta (tarkista tietotyypit)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "FOREIGN KEY -relaatio lisätty" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Muoto" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Tarvittava tieto puuttuu lomakkeesta!" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "Kokonäkymän alku" @@ -3584,10 +3638,6 @@ msgstr "Kokonäkymän loppu" msgid "Function" msgstr "Funktio" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Yleiset relaatio-ominaisuudet" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Georgialainen" @@ -3670,10 +3720,6 @@ msgstr "Etusivu" msgid "Official Homepage" msgstr "phpMyAdminin kotisivut" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Palvelimen nimi puuttuu!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3819,10 +3865,6 @@ msgstr "" "Sisäistä relaatiota ei tarvita, kun vastaava FOREIGN KEY -relaatio on " "olemassa." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Sisäinen relaatio luotu" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Sisäiset relaatiot" @@ -4069,10 +4111,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "Kursivoiduilla MIME-tyypeillä ei ole erillistä muunnostoimintoa" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Muutokset tallennettu" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Muokkaa indeksiä" @@ -4154,10 +4192,6 @@ msgid "" msgstr "" "Tämän tallennusmoottorin tilasta ei ole saatavilla yksityiskohtaisia tietoja." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" -kyselyjen käyttö on estetty." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "ZIP-paketista ei löytynyt yhtään tiedostoa!" @@ -4209,10 +4243,6 @@ msgid "" msgstr "" "Ei tukea teemojen käyttöön. Tarkista asetukset ja/tai hakemiston %s teemat." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Tämä ei ole numero!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "Ei kunnossa" @@ -4280,14 +4310,6 @@ msgstr "Ositus %s" msgid "The password for %s was changed successfully." msgstr "Käyttäjän %s salasanan vaihto onnistui." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Salasana puuttuu!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Salasanat eivät ole samat!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4352,10 +4374,6 @@ msgstr "PHP-taulukko" msgid "PHP extension" msgstr "PHP-laajennus" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Valitse perusavain tai uniikki avain" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: french \n" @@ -46,30 +46,30 @@ msgstr "Rechercher" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Exécuter" @@ -824,23 +824,139 @@ msgstr "" "L'utilisation de phpMyAdmin est plus aisée avec un navigateur supportant " "les cadres." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "Cliquer pour sélectionner" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "Cliquer pour désélectionner" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "La commande «DROP DATABASE» est désactivée." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Voulez-vous vraiment effectuer " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +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 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "Vous allez DÉSACTIVER un dépôt BLOB!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, 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:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Formulaire incomplet !" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Ce n'est pas un nombre !" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Le nom de serveur est vide" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Le nom d'utilisateur est vide" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Le mot de passe est vide" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Les mots de passe doivent être identiques" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Annuler" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Les modifications ont été sauvegardées." + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Relation supprimée" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "Relation de type FOREIGN KEY ajoutée" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Relation interne ajoutée" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Erreur: relation non ajoutée." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Erreur: relation déjà existante." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Erreur lors de la sauvegarde des coordonnées Concepteur." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Fonctions relationnelles" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "désactivé" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Sélectionnez la clé référencée" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Choisissez la clé étrangère" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Veuillez choisir la clé primaire ou un index unique" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Champ descriptif" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 msgid "Done" msgstr "Fermer" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 msgid "Prev" msgstr "Précédent" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -848,231 +964,231 @@ msgid "Next" msgstr "Suivant" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 msgid "Today" msgstr "Aujourd'hui" -#: js/messages.php:83 +#: js/messages.php:81 msgid "January" msgstr "Janvier" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "Février" -#: js/messages.php:85 +#: js/messages.php:83 msgid "March" msgstr "Mars" -#: js/messages.php:86 +#: js/messages.php:84 msgid "April" msgstr "Avril" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Mai" -#: js/messages.php:88 +#: js/messages.php:86 msgid "June" msgstr "Juin" -#: js/messages.php:89 +#: js/messages.php:87 msgid "July" msgstr "Juillet" -#: js/messages.php:90 +#: js/messages.php:88 msgid "August" msgstr "Août" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "Septembre" -#: js/messages.php:92 +#: js/messages.php:90 msgid "October" msgstr "Octobre" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "Novembre" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "Décembre" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Janvier" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Février" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mars" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Avril" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Juin" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Juillet" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Août" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Septembre" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Octobre" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Novembre" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Décembre" -#: js/messages.php:123 +#: js/messages.php:121 msgid "Sunday" msgstr "Dimanche" -#: js/messages.php:124 +#: js/messages.php:122 msgid "Monday" msgstr "Lundi" -#: js/messages.php:125 +#: js/messages.php:123 msgid "Tuesday" msgstr "Mardi" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "Mercredi" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "Jeudi" -#: js/messages.php:128 +#: js/messages.php:126 msgid "Friday" msgstr "Vendredi" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "Samedi" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Dim" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Mer" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Jeu" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Ven" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Sam" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 msgid "Su" msgstr "Di" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 msgid "Mo" msgstr "Lu" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 msgid "Tu" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 msgid "We" msgstr "Me" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 msgid "Th" msgstr "Je" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 msgid "Fr" msgstr "Ve" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "Sem" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "Heure" -#: js/messages.php:166 +#: js/messages.php:164 msgid "Minute" msgstr "Minute" -#: js/messages.php:167 +#: js/messages.php:165 msgid "Second" msgstr "Seconde" @@ -1204,6 +1320,27 @@ msgstr "Lecture vidéo" msgid "Download file" msgstr "Télécharger" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Erreur lors du chargement de l'extension iconv ou recode, utilisée pour " +"convertir le jeu de caractères. Veuillez activer l'une de ces extensions " +"dans PHP, ou désactiver la conversion des jeux de caractères dans phpMyAdmin" + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Erreur lors de l'utilisation de iconv, libiconv et recode_string, alors que " +"ces extensions semblent chargées. Veuillez vérifier votre configuration de " +"PHP." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1509,6 +1646,49 @@ msgstr "" msgid "Overhead" msgstr "Perte" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Modifier le mot de passe" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "aucun mot de passe" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Mot de passe" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Entrer à nouveau" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Hachage du mot de passe" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "compatible MySQL 4.0" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Générer un mot de passe" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Générer" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1602,49 +1782,6 @@ msgstr "bzippé" msgid "SQL compatibility mode" msgstr "Mode de compatibilité SQL" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Modifier le mot de passe" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "aucun mot de passe" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Mot de passe" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Entrer à nouveau" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Hachage du mot de passe" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "compatible MySQL 4.0" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Générer un mot de passe" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Générer" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2366,29 +2503,8 @@ msgstr "Généré par" msgid "Rows" msgstr "Enregistrements" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Erreur lors du chargement de l'extension iconv ou recode, utilisée pour " -"convertir le jeu de caractères. Veuillez activer l'une de ces extensions " -"dans PHP, ou désactiver la conversion des jeux de caractères dans phpMyAdmin" - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Erreur lors de l'utilisation de iconv, libiconv et recode_string, alors que " -"ces extensions semblent chargées. Veuillez vérifier votre configuration de " -"PHP." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL n'a retourné aucun enregistrement." @@ -2759,22 +2875,11 @@ msgstr "Position" msgid "Server ID" msgstr "ID du serveur" -#: libraries/messages.inc.php:99 -#, 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?" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Désactivé" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "Vous allez DÉSACTIVER un dépôt BLOB!" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2902,10 +3007,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "Changement des informations de connexion / Copie d'utilisateur" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Champ descriptif" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Jeu de caractères" @@ -2937,18 +3038,6 @@ msgstr "Vérifier les privilèges pour la base de données "%s"." msgid "Please choose a page to edit" msgstr "Page à éditer" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "Cliquer pour sélectionner" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "Cliquer pour désélectionner" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Commentaires de colonnes" @@ -3255,11 +3344,6 @@ msgstr "Différence" msgid "Direct links" msgstr "Liens directs" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "désactivé" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Désactiver la vérification des clés étrangères" @@ -3284,16 +3368,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Ne pas utiliser AUTO_INCREMENT pour la valeur zéro" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Voulez-vous vraiment effectuer " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Vous êtes sur le point de DÉTRUIRE une base de données!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3368,23 +3442,11 @@ msgstr " Veuillez noter que les noms de privilèges sont exprimés en anglais" msgid "Error in ZIP archive:" msgstr "Erreur rencontrée dans l'archive ZIP :" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Erreur: relation non ajoutée." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Erreur: relation déjà existante." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Erreur lors du renommage de %1$s en %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Erreur lors de la sauvegarde des coordonnées Concepteur." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Espéranto" @@ -3510,19 +3572,11 @@ msgstr "" "Erreur lors de la création de la clé étrangère sur %1$s (vérifiez le type " "des colonnes)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "Relation de type FOREIGN KEY ajoutée" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "format" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Formulaire incomplet !" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "Démarrer complètement" @@ -3535,10 +3589,6 @@ msgstr "Arrêter complètement" msgid "Function" msgstr "Fonction" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Fonctions relationnelles" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "géorgien" @@ -3621,10 +3671,6 @@ msgstr "Accueil" msgid "Official Homepage" msgstr "Site officiel" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Le nom de serveur est vide" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3771,10 +3817,6 @@ msgstr "" "Une relation interne n'est pas nécessaire lorsqu'une clé correspondante de " "type FOREIGN KEY existe" -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Relation interne ajoutée" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Relations internes" @@ -4028,10 +4070,6 @@ msgstr "" "Les types MIME affichées en italiques ne possèdent pas de fonctions de " "transformation." -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Les modifications ont été sauvegardées." - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Modifier un index" @@ -4116,10 +4154,6 @@ msgstr "" "Aucune information détaillée sur l'état n'est disponible pour ce moteur de " "stockage." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "La commande «DROP DATABASE» est désactivée." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "Aucun fichier présent dans l'archive ZIP!" @@ -4174,10 +4208,6 @@ msgstr "" "Les thèmes ne sont pas supportés, veuillez vérifier votre configuration et/" "ou vos thèmes dans le répertoire %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Ce n'est pas un nombre !" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "en erreur" @@ -4245,14 +4275,6 @@ msgstr "Partition %s" msgid "The password for %s was changed successfully." msgstr "Le mot de passe de %s a été changé." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Le mot de passe est vide" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Les mots de passe doivent être identiques" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4316,10 +4338,6 @@ msgstr "Tableau PHP" msgid "PHP extension" msgstr "Extension PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Veuillez choisir la clé primaire ou un index unique" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -45,30 +45,30 @@ msgstr "Procurar" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Executar" @@ -827,27 +827,143 @@ msgstr "A importación rematou sen problemas. Executáronse %d procuras." msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin utilízase mellor cun navegador que acepte molduras." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "Non se permiten as ordes \"Eliminar a base de datos\"." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Seguro? " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Está a piques de DESTRUÍR unha base de datos enteira!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "Está a piques de DESACTIVAR un repositorio de BLOB!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, 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:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Falta un valor no formulario!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Non é un número!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "O nome do servidor está vacío!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "O nome do usuario está vacío!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "O contrasinal está vacío!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Os contrasinais non son os mesmos." + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Cancelar" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Gardáronse as modificacións" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Eliminouse a relación" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "Engadiuse unha relación cunha CHAVE EXTERNA" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Engadiuse a relación interna" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Erro: non se engadiu a relación." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Erro: xa existe unha relación." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Houbo un erro ao gardar as coordenadas para Deseñador." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Características xerais das relacións" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Desactivado" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Seleccionar a chave referida" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Escoller unha chave externa" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Escolla a chave primaria ou unha chave única" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Escolla o campo que quere que se mostre" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Doar" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Anterior" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -855,96 +971,96 @@ msgid "Next" msgstr "Seguinte" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Total" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr " Binario " -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Abr" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Maio" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Xuño" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Xullo" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Ago" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Out" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Xan" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -952,178 +1068,178 @@ msgid "May" msgstr "Maio" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Xuño" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Xullo" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Set" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Out" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Dec" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Do" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Lu" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Ma" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Ve" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Do" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Lu" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Ma" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Mé" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Xo" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Ve" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Sá" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Do" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Lu" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Mé" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Xo" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Ve" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sá" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "en uso" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1258,6 +1374,26 @@ msgstr "Ver o vídeo" msgid "Download file" msgstr "Descargar o ficheiro" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Non foi posíbel cargar iconv ou precísase do engadido recode para a " +"conversión do charset. Configure o php para que se poidan usar estes " +"engadidos ou indique que non se use a conversión de charset en phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Non é posíbel usar nen iconv nen libiconv nen a función recode_stringf " +"mentres haxa engadidos por cargar. Comprobe a configuración do php." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1563,6 +1699,51 @@ msgstr "Pode non ser exacto. Consulte a FAQ 3.11" msgid "Overhead" msgstr "De máis (Overhead)" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Trocar o contrasinal" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Sen contrasinal" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Contrasinal" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Reescribir" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Hash do contrasinal" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "Compatíbel co MySQL 4.0" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Xerar un contrasinal" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Xerar" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1662,51 +1843,6 @@ msgstr "comprimido no formato \"bzip\"" msgid "SQL compatibility mode" msgstr "Modo de compatiblidade SQL" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Trocar o contrasinal" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Sen contrasinal" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Contrasinal" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Reescribir" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Hash do contrasinal" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "Compatíbel co MySQL 4.0" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Xerar un contrasinal" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Xerar" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2426,28 +2562,8 @@ msgstr "Xerado por" msgid "Rows" msgstr "Fileiras" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Non foi posíbel cargar iconv ou precísase do engadido recode para a " -"conversión do charset. Configure o php para que se poidan usar estes " -"engadidos ou indique que non se use a conversión de charset en phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Non é posíbel usar nen iconv nen libiconv nen a función recode_stringf " -"mentres haxa engadidos por cargar. Comprobe a configuración do php." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL retornou un conxunto vacío (ex. cero rexistros)." @@ -2820,23 +2936,12 @@ msgstr "Posición" msgid "Server ID" msgstr "Identificador do servidor" -#: libraries/messages.inc.php:99 -#, 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?" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Desactivado" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "Está a piques de DESACTIVAR un repositorio de BLOB!" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2965,10 +3070,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "Modificar a información de acceso (login) / Copiar o utilizador" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Escolla o campo que quere que se mostre" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Conxunto de caracteres" @@ -3000,18 +3101,6 @@ msgstr "Comprobar os privilexios da base de datos "%s"." msgid "Please choose a page to edit" msgstr "Escolla unha páxina para modificar" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "A mostrar os comentarios das columnas" @@ -3318,11 +3407,6 @@ msgstr "Diferenza" msgid "Direct links" msgstr "Ligazóns directas" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Desactivado" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Desactivar as comprobacións de chaves exteriores" @@ -3347,16 +3431,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Non empregar AUTO_INCREMENT cos valores cero" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Seguro? " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Está a piques de DESTRUÍR unha base de datos enteira!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3430,23 +3504,11 @@ msgstr " Nota: os nomes de privilexios do MySQL están en inglés" msgid "Error in ZIP archive:" msgstr "Houbo un erro no ficheiro ZIP:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Erro: non se engadiu a relación." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Erro: xa existe unha relación." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Houbo un erro ao mudarlle o nome á táboa %1$s para %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Houbo un erro ao gardar as coordenadas para Deseñador." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3571,19 +3633,11 @@ msgid "Error creating foreign key on %1$s (check data types)" msgstr "" "Houbo un erro ao crear a chave externa en %1$s (comprobe os tipos de datos)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "Engadiuse unha relación cunha CHAVE EXTERNA" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Formato" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Falta un valor no formulario!" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "Inicio completo" @@ -3596,10 +3650,6 @@ msgstr "Detención completa" msgid "Function" msgstr "Función" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Características xerais das relacións" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Xeorxiano" @@ -3683,10 +3733,6 @@ msgstr "Comezo (\"Home\")" msgid "Official Homepage" msgstr "Páxina Oficial do phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "O nome do servidor está vacío!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3834,10 +3880,6 @@ msgstr "" "Non se precisas unha relación interna cando existe unha CHAVE EXTERNA " "correspondente." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Engadiuse a relación interna" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Relacións internas" @@ -4085,10 +4127,6 @@ msgid "" msgstr "" "Os tipos MIME en cursiva non contan cunha función de transformación separada" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Gardáronse as modificacións" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Modificar un índice" @@ -4172,10 +4210,6 @@ msgstr "" "Non se conta con información de estado detallada sobre este motor de " "almacenamento." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "Non se permiten as ordes \"Eliminar a base de datos\"." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "Non se atoparon ficheiros dentro do arquivo ZIP!" @@ -4228,10 +4262,6 @@ msgstr "" "Non ten a funcionalidade dos temas. Comprobe a configuración e/ou os seus " "temas no directorio %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Non é un número!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "non conforme" @@ -4299,14 +4329,6 @@ msgstr "Partición %s" msgid "The password for %s was changed successfully." msgstr "Modificouse sen problemas o contrasinal de %s." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "O contrasinal está vacío!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Os contrasinais non son os mesmos." - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4371,10 +4393,6 @@ msgstr "Array de PHP" msgid "PHP extension" msgstr "Engadido de PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Escolla a chave primaria ou unha chave única" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -41,30 +41,30 @@ msgstr "חיפוש" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "סע" @@ -828,27 +828,143 @@ msgstr "" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin יותר ידידותי עם דפדפן frames-capable." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "הוראות \"DROP DATABASE\" מבוטלות." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "האם אתה באמת רוצה " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "אתה עומד להרוס מאגר נתונים שלם!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "ערך ריק בטופס!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "זה אינו מספר!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "שם המארח ריק!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "שם המשתמש ריק !" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "הסיסמא ריקה!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "הסיסמאות אינן זהות!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "שינויים נשמרו" + +#: js/messages.php:53 libraries/messages.inc.php:749 +#, fuzzy +msgid "Relation deleted" +msgstr "תצוגת יחסים" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +#, fuzzy +msgid "Internal relation added" +msgstr "יחסים פנימיים" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "תכונות קשר כלליות" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "מבוטל" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "בחירת שדה להצגה" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "None" msgid "Done" msgstr "ללא" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "הקודם" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -856,96 +972,96 @@ msgid "Next" msgstr "הבא" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "סה\"כ" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "בינארי" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "מרץ" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "אפריל" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "מאי" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "יוני" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "יולי" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "אוגוסט" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "אוקטובר" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "ינואר" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "פברואר" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "מרץ" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "אפריל" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -953,176 +1069,176 @@ msgid "May" msgstr "מאי" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "יוני" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "יולי" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "אוגוסט" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "ספטמבר" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "אוקטובר" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "נובמבר" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "דצמבר" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "יום ראשון" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "יום שני" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "יום שלישי" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "יום שישי" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "יום ראשון" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "יום שני" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "יום שלישי" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "יום רביעי" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "יום חמישי" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "יום שישי" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "שבת" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "יום ראשון" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "יום שני" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "יום שלישי" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "יום רביעי" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "יום חמישי" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "יום שישי" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "שבת" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "בשימוש" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1249,6 +1365,25 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"נכשל בטעית תוספת iconv או recode הדרושה להמרת קידודים. או שתגדיר את PHP " +"להפעיל את תוספות אלו, או שתבטל את המרת הקידודים בתוך phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"נכשל בשימוש בפונקציות iconv, libiconv או recode, למרות שזה נראה כי התוספות " +"הדרושות נטענו. בדוק את הגדרות PHP שלך." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1546,6 +1681,51 @@ msgstr "יכול להיות הערכה. ראה FAQ 3.11" msgid "Overhead" msgstr "תקורה" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "שינוי סיסמא" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "ללא סיסמא" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "סיסמא" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "הקלדה נוספת" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "תואם MySQL 4.0" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "ייצור סיסמא" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "ייצור" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1645,51 +1825,6 @@ msgstr "\"bzipped\"" msgid "SQL compatibility mode" msgstr "" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "שינוי סיסמא" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "ללא סיסמא" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "סיסמא" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "הקלדה נוספת" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "תואם MySQL 4.0" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "ייצור סיסמא" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "ייצור" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2351,27 +2486,8 @@ msgstr "נוצר ע\"י" msgid "Rows" msgstr "שורות" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"נכשל בטעית תוספת iconv או recode הדרושה להמרת קידודים. או שתגדיר את PHP " -"להפעיל את תוספות אלו, או שתבטל את המרת הקידודים בתוך phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"נכשל בשימוש בפונקציות iconv, libiconv או recode, למרות שזה נראה כי התוספות " -"הדרושות נטענו. בדוק את הגדרות PHP שלך." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL החזיר חבילת תוצאות ריקה (לדוגמא, אפס שורות)." @@ -2747,21 +2863,12 @@ msgstr "מיקום" msgid "Server ID" msgstr "קוד שרת (ID)" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "מבוטל" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2886,10 +2993,6 @@ msgstr " ... בטל את כל ההרשאות הפעילות מהישן ומחק msgid "Change Login Information / Copy User" msgstr "שינוי מידע כניסה / העתקת משתמש" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "בחירת שדה להצגה" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "קידוד" @@ -2922,18 +3025,6 @@ msgstr "בדיקת הראשות עבור מאגר נתונים "%s"." msgid "Please choose a page to edit" msgstr "אנא בחר עמוד לעריכה" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "מציג הערות עמודה" @@ -3236,11 +3327,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "מבוטל" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "" @@ -3265,16 +3351,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "האם אתה באמת רוצה " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "אתה עומד להרוס מאגר נתונים שלם!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3348,23 +3424,11 @@ msgstr " הערה: שמות הרשאות MySQL מובטאות באנגלית " msgid "Error in ZIP archive:" msgstr "" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "" @@ -3485,19 +3549,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "תבנית" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "ערך ריק בטופס!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3511,10 +3567,6 @@ msgstr "" msgid "Function" msgstr "פונקציה" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "תכונות קשר כלליות" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "גרוזינית" @@ -3598,10 +3650,6 @@ msgstr "בית" msgid "Official Homepage" msgstr "דף הבית phpMyAdmin הרשמי" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "שם המארח ריק!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3741,11 +3789,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -#, fuzzy -msgid "Internal relation added" -msgstr "יחסים פנימיים" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "יחסים פנימיים" @@ -3988,10 +4031,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "שינויים נשמרו" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "עריכת אינדקס" @@ -4069,10 +4108,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "אין מידע מצב מפורט על מנוע אחסון זה." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "הוראות \"DROP DATABASE\" מבוטלות." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "" @@ -4124,10 +4159,6 @@ msgid "" "directory %s." msgstr "" -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "זה אינו מספר!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "לא בסדר" @@ -4198,14 +4229,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "הסיסמא עבור %s שונתה בהצלחה." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "הסיסמא ריקה!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "הסיסמאות אינן זהות!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4271,10 +4294,6 @@ msgstr "" msgid "PHP extension" msgstr "גרסת PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: hindi \n" @@ -45,30 +45,30 @@ msgstr "खोजें" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "आगे" @@ -828,23 +828,137 @@ msgstr "" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "" + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "क्या आप सचमुच चाहते है की" + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "आप एक BLOB भंडार निष्क्रिय करने वाले हैं!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "क्या आप वाकई %s दाताबेस के सारे संदर्भ निष्क्रिय करना चाहते है?" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "यह नंबर नहीं है!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "होस्ट का नाम (hostname) खाली है!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "यूसरनेम खाली है!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "रद्द" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 msgid "Done" msgstr "" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 msgid "Prev" msgstr "" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -852,94 +966,94 @@ msgid "Next" msgstr " अगला" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 msgid "Today" msgstr "" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "बइनरी" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "मार्च" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "अप्रैल" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "मई" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "जून" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "जुलाई" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "अगस्त" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "अक्तूबर" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "जनवरी" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "फरवरी" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "मार्च" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "अप्रैल" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -947,174 +1061,174 @@ msgid "May" msgstr "मई" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "जून" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "जुलाई" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "अगस्त" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "सितम्बर" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "अक्तूबर" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "नवम्बर" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "दिसमबर" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "रविवार" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "सोमवार" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "मन्गलवार" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "शुक्रवार" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "रविवार" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "सोमवार" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "मन्गलवार" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "बुधवार" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "गुरुवार" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "शुक्रवार" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "शनिवार" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "रविवार" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "सोमवार" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "मन्गलवार" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "बुधवार" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "गुरुवार" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "शुक्रवार" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "शनिवार" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 msgid "Minute" msgstr "" -#: js/messages.php:167 +#: js/messages.php:165 msgid "Second" msgstr "" @@ -1241,6 +1355,21 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1529,6 +1658,49 @@ msgstr "" msgid "Overhead" msgstr "" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "पासव्रड बदलिये" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "पासवर्ड नहीं है" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1622,49 +1794,6 @@ msgstr "" msgid "SQL compatibility mode" msgstr "" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "पासव्रड बदलिये" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "पासवर्ड नहीं है" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2318,23 +2447,8 @@ msgstr "" msgid "Rows" msgstr "" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -2705,20 +2819,11 @@ msgstr "स्थिति" msgid "Server ID" msgstr "सर्वर आईडी" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "क्या आप वाकई %s दाताबेस के सारे संदर्भ निष्क्रिय करना चाहते है?" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "दिसअबल्ड " -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "आप एक BLOB भंडार निष्क्रिय करने वाले हैं!" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2841,10 +2946,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "" @@ -2876,18 +2977,6 @@ msgstr "डाटाबेस के प्रिविलेज चेक क msgid "Please choose a page to edit" msgstr " एडिट करने के लिये पेज़ चुने" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "" @@ -3181,11 +3270,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "" @@ -3210,16 +3294,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "क्या आप सचमुच चाहते है की" - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3293,23 +3367,11 @@ msgstr " नोट: MySQL प्रिविलेज नामों को अ msgid "Error in ZIP archive:" msgstr "" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "" @@ -3424,19 +3486,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "" @@ -3449,10 +3503,6 @@ msgstr "" msgid "Function" msgstr "" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "" @@ -3535,10 +3585,6 @@ msgstr "होम" msgid "Official Homepage" msgstr "phpMyAdmin का आधिकारिक होमपेज" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "होस्ट का नाम (hostname) खाली है!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3675,10 +3721,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "" @@ -3912,10 +3954,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "" @@ -3992,10 +4030,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "" -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "" - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "" @@ -4046,10 +4080,6 @@ msgid "" "directory %s." msgstr "" -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "यह नंबर नहीं है!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "" @@ -4117,14 +4147,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "" -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4188,10 +4210,6 @@ msgstr "" msgid "PHP extension" msgstr "" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -44,30 +44,30 @@ msgstr "Traži" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Kreni" @@ -837,26 +837,140 @@ msgstr "" "phpMyAdmin je jednostavniji za upotrebu s preglednikom koji podržava " "okvire." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" izjave su onemogućene." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Želite li zaista " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "UNIŠTIT ĆETE CJELOKUPNU BAZU PODATAKA!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "U obrascu nedostaje vrijednost!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Ovo nije brojka!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Naziv računala je prazan!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Korisničko ime je prazno!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Lozinka je prazna!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Lozinke se ne podudaraju!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Odustani" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Izmjene su spremljene" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Relacija je izbrisana" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "Dodana je relacija FOREIGN KEY" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Dodane interne relacije" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Pogreška: Relacija nije dodana." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Pogreška: Relacija već postoji." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Pogreška tijekom spremanja koordinata za Kreatora." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Opće osobine relacija" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Onemogućeno" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Odaberite referentni ključ" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Odaberite strani ključ" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Odaberite primarni ključ ili jedinstveni ključ" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Odaberi polje za prikaz" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy msgid "Done" msgstr "Podaci" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Prethodni" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -864,96 +978,96 @@ msgid "Next" msgstr "Sljedeće" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Ukupno" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binarno" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Ožu" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Tra" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Svi" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Lip" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Srp" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Kol" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Lis" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Sij" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Velj" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Ožu" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Tra" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -961,178 +1075,178 @@ msgid "May" msgstr "Svi" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Lip" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Srp" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Kol" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Ruj" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Lis" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Stu" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Pro" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ned" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Pon" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Uto" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Pet" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Ned" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Uto" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Sri" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Čet" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Pet" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Sub" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ned" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Pon" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Uto" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Sri" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Čet" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pet" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sub" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "u upotrebi" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1262,6 +1376,27 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Nije moguće učitati proširenja iconv ili recode potrebna za pretvaranje " +"znakova. Potrebno je konfigurirati PHP radi omogućavanja ovih proširenja ili " +"unutar phpMyAdmin onemogućiti pretvaranje znakova." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Nije moguće upotrijebiti funkcije iconv, libiconv ili recode_string, iako " +"izgleda da su sva potrebna proširenja učitana. Provjerite svoju PHP " +"konfiguraciju." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1570,6 +1705,51 @@ msgstr "Može biti približno. Pogledajte ČPP 3.11" msgid "Overhead" msgstr "Prepunjenje" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Promijeni lozinku" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Bez lozinke" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Lozinka" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Ponovite" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Izrada presjeka lozinke" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 kompatibilno" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Generiraj lozinku" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Generiraj" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1669,51 +1849,6 @@ msgstr "\"bzipano\"" msgid "SQL compatibility mode" msgstr "Način rada SQL kompatibilnosti" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Promijeni lozinku" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Bez lozinke" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Lozinka" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Ponovite" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Izrada presjeka lozinke" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 kompatibilno" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Generiraj lozinku" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Generiraj" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2426,29 +2561,8 @@ msgstr "Generirano s" msgid "Rows" msgstr "Redaka" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Nije moguće učitati proširenja iconv ili recode potrebna za pretvaranje " -"znakova. Potrebno je konfigurirati PHP radi omogućavanja ovih proširenja ili " -"unutar phpMyAdmin onemogućiti pretvaranje znakova." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Nije moguće upotrijebiti funkcije iconv, libiconv ili recode_string, iako " -"izgleda da su sva potrebna proširenja učitana. Provjerite svoju PHP " -"konfiguraciju." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL je vratio prazan komplet rezultata (npr. nula redova)." @@ -2824,21 +2938,12 @@ msgstr "Položaj" msgid "Server ID" msgstr "ID poslužitelja" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Onemogućeno" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2964,10 +3069,6 @@ msgstr " ... opozovi sve aktivne privilegije iz stare i potom je izbriši." msgid "Change Login Information / Copy User" msgstr "Promjena podataka prijave / Kopiranje korisnika" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Odaberi polje za prikaz" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Tablica znakova" @@ -2999,18 +3100,6 @@ msgstr "Provjeri privilegije za bazu podataka \"%s\"." msgid "Please choose a page to edit" msgstr "Odaberite tablicu za uređivanje" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Prikazivanje stupca komentara" @@ -3316,11 +3405,6 @@ msgstr "" msgid "Direct links" msgstr "Izravne veze" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Onemogućeno" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Onemogući provjere stranih znakova" @@ -3345,16 +3429,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Želite li zaista " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "UNIŠTIT ĆETE CJELOKUPNU BAZU PODATAKA!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3428,23 +3502,11 @@ msgstr " Napomena: Nazivi MySQL privilegija navedeni su na engleskom jeziku " msgid "Error in ZIP archive:" msgstr "Pogreška u ZIP arhivi:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Pogreška: Relacija nije dodana." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Pogreška: Relacija već postoji." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Pogreška tijekom preimenovanja tablice %1$s u %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Pogreška tijekom spremanja koordinata za Kreatora." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3569,19 +3631,11 @@ msgid "Error creating foreign key on %1$s (check data types)" msgstr "" "Pogreška tijekom izrade stranog ključa na %1$s (provjerite vrste podataka)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "Dodana je relacija FOREIGN KEY" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Oblikovanje" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "U obrascu nedostaje vrijednost!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3596,10 +3650,6 @@ msgstr "Puni tekst" msgid "Function" msgstr "Funkcija" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Opće osobine relacija" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Gruzijski" @@ -3682,10 +3732,6 @@ msgstr "Početna stranica" msgid "Official Homepage" msgstr "Službena stranica programa phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Naziv računala je prazan!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3828,10 +3874,6 @@ msgid "" msgstr "" "Interna relacija nije potrebna ako postoji odgovarajuća relacija FOREIGN KEY." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Dodane interne relacije" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Interne relacije" @@ -4079,10 +4121,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "MIME vrste ispisane kurzivom nemaju posebnu funkciju preoblikovanja" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Izmjene su spremljene" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Uredi indeks" @@ -4164,10 +4202,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "Za ovaj pogon pohranjivanje ne postoje raspoloživi podaci." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" izjave su onemogućene." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "Datoteke nisu pronađene unutar ZIP arhive!" @@ -4221,10 +4255,6 @@ msgstr "" "Podrška za teme ne postoji. Provjerite vašu konfiguraciju i/ili vaše teme u " "mapi %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Ovo nije brojka!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "nije OK" @@ -4292,14 +4322,6 @@ msgstr "Particija %s" msgid "The password for %s was changed successfully." msgstr "Lozinka za %s uspješno je promijenjena." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Lozinka je prazna!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Lozinke se ne podudaraju!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4364,10 +4386,6 @@ msgstr "" msgid "PHP extension" msgstr "PHP ekstenzija" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Odaberite primarni ključ ili jedinstveni ključ" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -44,30 +44,30 @@ msgstr "Keresés" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Indítás" @@ -834,27 +834,141 @@ msgstr "" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "A phpMyAdmin keretkezelő böngészőben használhatóbb." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "A \"DROP DATABASE\" utasítást letiltották." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Valóban a következőt akarja " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +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 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "Ön egy BLOB-raktár LETILTÁSÁRA készül!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, 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:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Érték hiányzik az űrlapban!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Ez nem szám!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "A hosztnév üres!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Üres a felhasználónév!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Üres a jelszó mező!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Nem egyeznek a jelszavak!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Mégse" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "A módosítások mentése megtörtént" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "A kapcsolat törlése kész" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "IDEGEN KULCS kapcsolat hozzáadása megtörtént" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "A belső kapcsolat hozzáadása megtörtént" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Hiba: Nem adta hozzá a kapcsolatot." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Hiba: A kapcsolat már létezik." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Hiba történt a Tervező koordinátáinak mentésekor." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Általános relációs jellemzők" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Letiltott" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Válassza ki a hivatkozott kulcsot" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Idegen kulcs kiválasztása" + +#: js/messages.php:62 libraries/messages.inc.php:661 +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:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Válassza ki a megjelenítendő mezőt" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Adományozás" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Előző" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -862,96 +976,96 @@ msgid "Next" msgstr "Következő" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Összesen" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Bináris" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "márc." -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "ápr." -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "máj." -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "jún." -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "júl." -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "aug." -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "okt." -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "jan." #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "febr." #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "márc." #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "ápr." #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -959,178 +1073,178 @@ msgid "May" msgstr "máj." #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "jún." #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "júl." #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "aug." #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "szept." #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "okt." #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "nov." #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "dec." -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "V" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "H" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "K" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "P" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "V" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "H" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "K" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Sze" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Cs" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "P" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Szo" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "V" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "H" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "K" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Sze" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Cs" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "P" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Szo" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "használatban" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1262,6 +1376,28 @@ msgstr "Videó megtekintése" msgid "Download file" msgstr "Fájl letöltése" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Nem lehetett betölteni az iconv vagy a recode kiterjesztést a " +"karakterkészlet-átalakításhoz. Állítsa be úgy a PHP-t, hogy engedélyezze " +"ezeket a kiterjesztéseket vagy tiltsa le a karakterkészlet-átalakítást a " +"phpMyAdminban." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Nem lehetett használni az iconv, libiconv, sem a recode_string funkciót, bár " +"úgy tűnik, hogy a szükséges kiterjesztések betöltése megtörtént. Ellenőrizze " +"a PHP beállításokat." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1569,6 +1705,51 @@ msgstr "Becsült érték lehet. Lásd: GYIK 3.11" msgid "Overhead" msgstr "Felülírás" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Jelszó megváltoztatása" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Nincs jelszó" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Jelszó" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Újraírás" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Jelszó kivonatolása" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 kompatibilis" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Jelszó generálása" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Generálás" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1668,51 +1849,6 @@ msgstr "\"bzip tömörítés\"" msgid "SQL compatibility mode" msgstr "SQL kompatibilitási mód" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Jelszó megváltoztatása" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Nincs jelszó" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Jelszó" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Újraírás" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Jelszó kivonatolása" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 kompatibilis" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Jelszó generálása" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Generálás" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2426,30 +2562,8 @@ msgstr "Készítette" msgid "Rows" msgstr "sor" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Nem lehetett betölteni az iconv vagy a recode kiterjesztést a " -"karakterkészlet-átalakításhoz. Állítsa be úgy a PHP-t, hogy engedélyezze " -"ezeket a kiterjesztéseket vagy tiltsa le a karakterkészlet-átalakítást a " -"phpMyAdminban." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Nem lehetett használni az iconv, libiconv, sem a recode_string funkciót, bár " -"úgy tűnik, hogy a szükséges kiterjesztések betöltése megtörtént. Ellenőrizze " -"a PHP beállításokat." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "A MySQL üres eredményhalmazt adott vissza (pl. nulla sorok)." @@ -2823,21 +2937,12 @@ msgstr "Pozíció" msgid "Server ID" msgstr "Szerver AZ" -#: libraries/messages.inc.php:99 -#, 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?" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Letiltott" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "Ön egy BLOB-raktár LETILTÁSÁRA készül!" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2969,10 +3074,6 @@ msgstr " ... az összes aktív jog visszaállítása a régiekből, majd törlé msgid "Change Login Information / Copy User" msgstr "Bejelentkezési adatok módosítása / Felhasználó másolása" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Válassza ki a megjelenítendő mezőt" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Karakterkészlet" @@ -3004,18 +3105,6 @@ msgstr "A(z) "%s" adatbázis jogainak ellenőrzése." msgid "Please choose a page to edit" msgstr "Válassza ki a szerkesztendő oldalt" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Oszlopmegjegyzések megjelenítése" @@ -3327,11 +3416,6 @@ msgstr "" msgid "Direct links" msgstr "Közvetlen hivatkozások" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Letiltott" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Az idegen kulcsok ellenőrzésének letiltása" @@ -3357,16 +3441,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Az AUTO_INCREMENT nulla értékekhez nincs használatban" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Valóban a következőt akarja " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Ön a teljes adatbázis MEGSEMMISÍTÉSÉRE készül!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3440,23 +3514,11 @@ msgstr " Megjegyzés: a MySQL jognevek az angolból származnak." msgid "Error in ZIP archive:" msgstr "Hiba a ZIP archívumban:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Hiba: Nem adta hozzá a kapcsolatot." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Hiba: A kapcsolat már létezik." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Hiba történt a(z) %1$s tábla %2$s névre történő átnevezésekor" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Hiba történt a Tervező koordinátáinak mentésekor." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Eszperantó" @@ -3582,19 +3644,11 @@ msgstr "" "Hiba történt az idegen kulcs %1$s táblán történő létrehozásakor (ellenőrizze " "az adattípusokat)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "IDEGEN KULCS kapcsolat hozzáadása megtörtént" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Formátum" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Érték hiányzik az űrlapban!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3608,10 +3662,6 @@ msgstr "" msgid "Function" msgstr "Függvény" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Általános relációs jellemzők" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Grúz" @@ -3694,10 +3744,6 @@ msgstr "Kezdőlap" msgid "Official Homepage" msgstr "Hivatalos honlap" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "A hosztnév üres!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3843,10 +3889,6 @@ msgid "" msgstr "" "Nincs szükség belső kapcsolatra, ha létezik megfelelő IDEGEN KULCS kapcsolat." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "A belső kapcsolat hozzáadása megtörtént" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Belső kapcsolatok" @@ -4094,10 +4136,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "A dőlttel írt MIME-típusoknak nincs külön átalakítási funkciójuk" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "A módosítások mentése megtörtént" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Index módosítása" @@ -4180,10 +4218,6 @@ msgid "" msgstr "" "Erről a tárolómotorról részletes állapot-információ nem áll rendelkezésre." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "A \"DROP DATABASE\" utasítást letiltották." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "Nem található fájl a ZIP archívumban!" @@ -4236,10 +4270,6 @@ msgstr "" "Nincs téma támogatás, ellenőrizze a beállításokat és/vagy a témákat a(z) %s " "könyvtárban." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Ez nem szám!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "Nincs rendben" @@ -4308,14 +4338,6 @@ msgstr "%s partíció" msgid "The password for %s was changed successfully." msgstr "%s jelszavának megváltoztatása sikerült." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Üres a jelszó mező!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Nem egyeznek a jelszavak!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4380,10 +4402,6 @@ msgstr "" msgid "PHP extension" msgstr "PHP-kiterjesztés" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Válassza ki az elsődleges kulcsot, vagy egy egyedi kulcsot" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: indonesian \n" @@ -46,30 +46,30 @@ msgstr "Cari" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Go" @@ -830,27 +830,143 @@ msgstr "" "Lebih mudah untuk menggunakan phpMyAdmin dengan browser yang mendukung " "frame." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "Klik untuk memilih" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "Klik untuk batal memilih" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "Perintah \"HAPUS DATABASE\" dimatikan." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Apakah anda ingin " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Anda akan MENGHAPUS SELURUH database!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "Anda akan MENONAKTIFKAN repositori BLOB!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Data dalam form kurang !" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Ini bukan angka!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Nama Host harus diisi!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Nama pengguna masih kosong!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Kata Sandi kosong!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Kata Sandi tidak sama!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Batal" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Modifikasi telah disimpan" + +#: js/messages.php:53 libraries/messages.inc.php:749 +#, fuzzy +msgid "Relation deleted" +msgstr "Tampilan relasi" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +#, fuzzy +msgid "Internal relation added" +msgstr "Relasi internal" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Kesalahan: Relasi tidak ditambahkan." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Kesalahan: relasi sudah ada." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Kesalahan menyimpan koordinat untuk Perancang." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Ciri-ciri dari General Relation" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Tidak aktif" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Pilih Field untuk ditampilkan" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "None" msgid "Done" msgstr "tanpa" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Sebelumnya" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -858,96 +974,96 @@ msgid "Next" msgstr "Berikutnya" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Jumlah" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binari" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Maret" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "April" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Mei" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Juni" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Juli" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Agustus" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Oktober" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Januari" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Februari" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Maret" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "April" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -955,178 +1071,178 @@ msgid "May" msgstr "Mei" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Juni" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Juli" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Agustus" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "September" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Oktober" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Nopember" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Desember" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Minggu" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Senin" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Selasa" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Jumat" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Minggu" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Senin" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Selasa" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Rabu" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Kamis" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Jumat" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Sabtu" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Minggu" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Senin" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Selasa" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Rabu" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Kamis" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Jumat" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sabtu" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "sedang digunakan" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1255,6 +1371,26 @@ msgstr "Video View" msgid "Download file" msgstr "Unduh file" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Gagal loading iconv atau perubahan kode extension untuk konversi charset " +"diperlukan. Silakan konfigurasikan php untuk menggunakan extensions yang " +"diperlukan atau matikan fasilitas konversi Charset pada phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Gagal menggunakan iconv, libiconv atau fungsi recode_string selama ekstensi " +"masih dalam keadaan di-load. Periksa kembali konfigurasi PHP." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1556,6 +1692,51 @@ msgstr "" msgid "Overhead" msgstr "Kelebihan (Overhead)" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Ubah Kata Sandi" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Kata Sandi belum ditetapkan" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Kata Sandi" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Ketik ulang" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Pengernaian Kata Sandi (Password Hashing)" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 compatible" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Menghasilkan kata sandi" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Menghasilkan" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1655,51 +1836,6 @@ msgstr "\"Dikompress dengan BZip\"" msgid "SQL compatibility mode" msgstr "" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Ubah Kata Sandi" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Kata Sandi belum ditetapkan" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Kata Sandi" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Ketik ulang" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Pengernaian Kata Sandi (Password Hashing)" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 compatible" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Menghasilkan kata sandi" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Menghasilkan" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2382,28 +2518,8 @@ msgstr "Diciptakan oleh" msgid "Rows" msgstr "Baris" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Gagal loading iconv atau perubahan kode extension untuk konversi charset " -"diperlukan. Silakan konfigurasikan php untuk menggunakan extensions yang " -"diperlukan atau matikan fasilitas konversi Charset pada phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Gagal menggunakan iconv, libiconv atau fungsi recode_string selama ekstensi " -"masih dalam keadaan di-load. Periksa kembali konfigurasi PHP." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL balikkan hasil kosong (a.k. baris yang kosong)." @@ -2773,20 +2889,11 @@ msgstr "Posisi" msgid "Server ID" msgstr "ID Server" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Nonaktifkan" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "Anda akan MENONAKTIFKAN repositori BLOB!" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2910,10 +3017,6 @@ msgstr " ... cabut seluruh hak yang aktif, kemudian hapuskan yang lama." msgid "Change Login Information / Copy User" msgstr "Ubah informasi Login / Salip pengguna" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Pilih Field untuk ditampilkan" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Perangkat karakter (Charset)" @@ -2945,18 +3048,6 @@ msgstr "Periksa hak-hak untuk database "%s"." msgid "Please choose a page to edit" msgstr "Silakan pilih halaman untuk diubah" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "Klik untuk memilih" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "Klik untuk batal memilih" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Tampilkan komentar kolom" @@ -3259,11 +3350,6 @@ msgstr "Perbedaan" msgid "Direct links" msgstr "Link langsung" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Tidak aktif" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Tanpa pemeriksaan kunci asing" @@ -3288,16 +3374,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Jangan gunakan AUTO_INCREMENT untuk nilai nol" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Apakah anda ingin " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Anda akan MENGHAPUS SELURUH database!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3371,23 +3447,11 @@ msgstr " Catatan: Nama privilege MySQL dalam bahasa Ingris " msgid "Error in ZIP archive:" msgstr "Kesalahan dalam arsip ZIP:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Kesalahan: Relasi tidak ditambahkan." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Kesalahan: relasi sudah ada." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Kesalahan mengganti nama table %1$s ke %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Kesalahan menyimpan koordinat untuk Perancang." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Bahasa Esperanto" @@ -3511,19 +3575,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Format" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Data dalam form kurang !" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3537,10 +3593,6 @@ msgstr "" msgid "Function" msgstr "Fungsi" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Ciri-ciri dari General Relation" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Georgia" @@ -3624,10 +3676,6 @@ msgstr "Home" msgid "Official Homepage" msgstr "Homepage resmi phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Nama Host harus diisi!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3769,11 +3817,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -#, fuzzy -msgid "Internal relation added" -msgstr "Relasi internal" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Relasi internal" @@ -4022,10 +4065,6 @@ msgid "" msgstr "" "Jenis MIME yang dicetak dalam huruf miring tidak memiliki fungsi transformasi" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Modifikasi telah disimpan" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Ubah indeks" @@ -4103,10 +4142,6 @@ msgid "" msgstr "" "Informasi secara rinci tentang keadaan mesin penyimpan ini tidak ditemukan." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "Perintah \"HAPUS DATABASE\" dimatikan." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "" @@ -4160,10 +4195,6 @@ msgstr "" "Tidak ada dukungan untuk desain penampilan. Mohon periksa kembali " "konfigurasi dan/atau desain penampilan dalam direktori %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Ini bukan angka!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "tidak oke" @@ -4232,14 +4263,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "Sukses mengubah Kata Sandi untuk %s ." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Kata Sandi kosong!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Kata Sandi tidak sama!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4305,10 +4328,6 @@ msgstr "" msgid "PHP extension" msgstr "Versi PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: italian \n" @@ -47,30 +47,30 @@ msgstr "Cerca" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Esegui" @@ -837,27 +837,142 @@ msgstr "Importazione eseguita con successo, %d query eseguite." msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin funziona meglio con browser che supportano frames" -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "Clicca per selezionare" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "Clicca per deselezionare" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "I comandi \"DROP DATABASE\" sono disabilitati." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Confermi: " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Si sta per DISTRUGGERE COMPLETAMENTE un intero DataBase!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "Stai per DISABILITARE una repository BLOB!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, 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:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Valore mancante nel form!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Questo non è un numero!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Il nome di host è vuoto!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Il nome utente è vuoto!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "La password è vuota!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "La password non coincide!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Annulla" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Le modifiche sono state salvate" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Relazione cancellata" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "Relazione \"FOREIGN KEY\" aggiunta" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Aggiunte relazioni internet" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Errore: relazione non aggiunta." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Errore: relazione già esistente." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Errore nel salvare le coordinate per il Designer." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Caratteristiche Generali di Relazione" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Disabilitata" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Seleziona le chiavi referenziali" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Seleziona Foreign Key" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Seleziona la chiave primaria o una chiave univoca" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Scegli il campo da mostrare" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Dona" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Precedente" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -865,96 +980,96 @@ msgid "Next" msgstr "Prossimo" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Totale" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binario" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "mar" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "apr" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "mag" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "giu" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "lug" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "ago" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "ott" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "gen" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -962,178 +1077,178 @@ msgid "May" msgstr "mag" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "giu" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "lug" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "ago" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "set" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "ott" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "dic" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Dom" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Lun" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Mar" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Ven" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Dom" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Mer" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Gio" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Ven" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Dom" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Lun" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Mar" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Mer" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Gio" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Ven" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sab" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "in uso" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1265,6 +1380,28 @@ msgstr "Visualizza video" msgid "Download file" msgstr "Scarica file" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Impossibile caricare l'estensione iconv o recode necessaria per la " +"conversione del set di caratteri, configurare il PHP per permettere di " +"utilizzare queste estenzioni o disabilitare la conversione dei set di " +"caratteri in phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Impossibile utilizzare le funzioni iconv o libiconv o recode_string in " +"quanto l'estensione deve essere caricata. Controllare la configurazione del " +"PHP." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1568,6 +1705,51 @@ msgstr "Può essere approssimato. Vedere FAQ 3.11" msgid "Overhead" msgstr "In eccesso" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Cambia password" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Nessuna Password" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Password" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Reinserisci" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Password Hashing" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "Compatibile con MySQL 4.0" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Genera Password" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Genera" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1667,51 +1849,6 @@ msgstr "\"compresso con bzip\"" msgid "SQL compatibility mode" msgstr "Modo di compatibilità SQL" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Cambia password" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Nessuna Password" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Password" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Reinserisci" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Password Hashing" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "Compatibile con MySQL 4.0" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Genera Password" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Genera" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2429,30 +2566,8 @@ msgstr "Generato da" msgid "Rows" msgstr "Righe" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Impossibile caricare l'estensione iconv o recode necessaria per la " -"conversione del set di caratteri, configurare il PHP per permettere di " -"utilizzare queste estenzioni o disabilitare la conversione dei set di " -"caratteri in phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Impossibile utilizzare le funzioni iconv o libiconv o recode_string in " -"quanto l'estensione deve essere caricata. Controllare la configurazione del " -"PHP." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL ha restituito un insieme vuoto (i.e. zero righe)." @@ -2824,21 +2939,11 @@ msgstr "Posizione" msgid "Server ID" msgstr "ID del server" -#: libraries/messages.inc.php:99 -#, 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?" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Disabilitato" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "Stai per DISABILITARE una repository BLOB!" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2968,10 +3073,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "Cambia le Informazioni di Login / Copia Utente" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Scegli il campo da mostrare" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Set di caratteri" @@ -3003,18 +3104,6 @@ msgstr "Controlla i privilegi per il database \"%s\"." msgid "Please choose a page to edit" msgstr "Prego scegliere una Page da modificare" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "Clicca per selezionare" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "Clicca per deselezionare" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Visualizzazione commenti delle colonne" @@ -3320,11 +3409,6 @@ msgstr "Differenza" msgid "Direct links" msgstr "Link diretti" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Disabilitata" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Disabilita i controlli sulle chiavi straniere" @@ -3349,16 +3433,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Non usare AUTO_INCREMENT per il valore zero" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Confermi: " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Si sta per DISTRUGGERE COMPLETAMENTE un intero DataBase!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3432,23 +3506,11 @@ msgstr "Nota: i nomi dei privilegi di MySQL sono in Inglese" msgid "Error in ZIP archive:" msgstr "Errore nell'archivio ZIP:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Errore: relazione non aggiunta." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Errore: relazione già esistente." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Errore nel rinominare la tabella %1$s in %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Errore nel salvare le coordinate per il Designer." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3574,19 +3636,11 @@ msgid "Error creating foreign key on %1$s (check data types)" msgstr "" "Errore nel creare una \"foreign key\" su %1$s (controlla il tipo di dati)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "Relazione \"FOREIGN KEY\" aggiunta" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Formato" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Valore mancante nel form!" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "Pieno avvio" @@ -3599,10 +3653,6 @@ msgstr "Pieno spegnimento" msgid "Function" msgstr "Funzione" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Caratteristiche Generali di Relazione" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Georgiano" @@ -3687,10 +3737,6 @@ msgstr "Home" msgid "Official Homepage" msgstr "Home page ufficiale di phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Il nome di host è vuoto!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3837,10 +3883,6 @@ msgstr "" "Una relazione interna non %è necessaria, quando una corrispondente relazione " "FOREIGN KEY esiste." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Aggiunte relazioni internet" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Relazioni interne" @@ -4094,10 +4136,6 @@ msgstr "" "Tipi-MIME stampati in italics non hanno una funzione di trasformazione " "separata" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Le modifiche sono state salvate" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Modifica un indice" @@ -4181,10 +4219,6 @@ msgstr "" "Non è disponibile nessuna informazione dettagliata sullo stato di questo " "motore di memorizzazione." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "I comandi \"DROP DATABASE\" sono disabilitati." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "Non sono stati trovati file ZIP all'interno dell'archivio!" @@ -4237,10 +4271,6 @@ msgstr "" "Nessun supporto per i temi, si prega di controllare la configurazione e/o i " "temi nella cartella %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Questo non è un numero!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "non OK" @@ -4308,14 +4338,6 @@ msgstr "Partizione %s" msgid "The password for %s was changed successfully." msgstr "La password per l'utente %s è cambiata con successo." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "La password è vuota!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "La password non coincide!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4379,10 +4401,6 @@ msgstr "Array PHP" msgid "PHP extension" msgstr "Estensioni PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Seleziona la chiave primaria o una chiave univoca" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: japanese \n" @@ -46,30 +46,30 @@ msgstr "検索" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "実行する" @@ -826,27 +826,141 @@ msgstr "インポートは正常終了しました。%d 個のクエリを実行 msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin はフレーム対応ブラウザでの利用をお勧めします" -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "DROP DATABASE 文は無効にされています" + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "本当に実行しますか?" + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "データベースを完全に削除しようとしています!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "フォームに入力されていない値があります!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "数値ではありません!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "ホスト名が空です!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "ユーザ名が空です!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "パスワードが空です!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "パスワードが異なっています!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "キャンセル" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "修正を保存しました" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "リレーションを削除しました" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "外部キーを追加しました" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "内部リレーションを追加しました" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "エラー: リレーションを追加できませんでした" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "エラー: リレーションはすでに存在しています" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "デザイナの座標を保存するときにエラーが発生しました" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "一般的なリレーション機能" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "無効" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "参照されているキーを選択" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "外部キーを選択してください" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "主キーまたはユニークキーを選択してください" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "表示するフィールドを選択してください" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "None" msgid "Done" msgstr "なし" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "前" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -854,91 +968,91 @@ msgid "Next" msgstr "次へ" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "合計" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr " バイナリ" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "8 月" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "9 月" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "10 月" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "11 月" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy msgid "July" msgstr "日" -#: js/messages.php:90 +#: js/messages.php:88 msgid "August" msgstr "" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 msgid "October" msgstr "" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "1 月','2 月','3 月','4 月','5 月','6 月" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "7 月" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "8 月" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "9 月" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -946,179 +1060,179 @@ msgid "May" msgstr "10 月" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "11 月" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 #, fuzzy msgid "Jul" msgstr "日" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "日" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "月" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "火" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "金" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "日" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "月" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "火" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "水" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "木" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "金" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "土" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "日" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "月" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "火" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "水" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "木" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "金" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "土" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "使用中" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1247,6 +1361,26 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"文字セットの変換に必要な iconv ないし GNU recode 拡張をロードできません。PHP " +"側でこの拡張を有効にするか、phpMyAdmin 側で文字セットの変換を無効にしてくださ" +"い" + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"必要な拡張はロードされているようですが、iconv や libiconv、recode_string の関" +"数を利用できません。PHP の設定を確認してください" + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1547,6 +1681,51 @@ msgstr "正確な数字とは限りません。FAQ 3.11 をご覧ください" msgid "Overhead" msgstr "オーバーヘッド" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "パスワードを変更する" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "パスワードなし" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "パスワード" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "もう一度入力してください" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "パスワードハッシュ" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 互換" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "パスワードを生成する" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "生成する" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1646,51 +1825,6 @@ msgstr "\"bzip 形式\"" msgid "SQL compatibility mode" msgstr "SQL互換モード" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "パスワードを変更する" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "パスワードなし" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "パスワード" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "もう一度入力してください" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "パスワードハッシュ" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 互換" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "パスワードを生成する" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "生成する" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2395,28 +2529,8 @@ msgstr "生成環境" msgid "Rows" msgstr "行" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"文字セットの変換に必要な iconv ないし GNU recode 拡張をロードできません。PHP " -"側でこの拡張を有効にするか、phpMyAdmin 側で文字セットの変換を無効にしてくださ" -"い" - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"必要な拡張はロードされているようですが、iconv や libiconv、recode_string の関" -"数を利用できません。PHP の設定を確認してください" - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "返り値が空でした(行数0)" @@ -2785,20 +2899,11 @@ msgstr "位置" msgid "Server ID" msgstr "サーバ ID" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2925,10 +3030,6 @@ msgstr "元のユーザの特権をすべて無効にしてから削除する" msgid "Change Login Information / Copy User" msgstr "ログイン情報の変更 / ユーザの複製" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "表示するフィールドを選択してください" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "文字セット" @@ -2960,18 +3061,6 @@ msgstr "データベース "%s" の特権を確認してください" msgid "Please choose a page to edit" msgstr "編集するページを選択してください" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "列コメント表示機能" @@ -3272,11 +3361,6 @@ msgstr "" msgid "Direct links" msgstr "直リンク" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "無効" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "外部キーのチェックを無効にする" @@ -3301,16 +3385,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "本当に実行しますか?" - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "データベースを完全に削除しようとしています!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3384,23 +3458,11 @@ msgstr "注意: MySQL の特権名は英語で表示されます" msgid "Error in ZIP archive:" msgstr "ZIP アーカイブにエラーがあります:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "エラー: リレーションを追加できませんでした" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "エラー: リレーションはすでに存在しています" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "テーブルを %1$s から %2$s にリネームするときにエラーが発生しました" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "デザイナの座標を保存するときにエラーが発生しました" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "エスペラント語" @@ -3526,19 +3588,11 @@ msgstr "" "%1$s に外部キーを作成するときにエラーが発生しました (データ型を確認してくださ" "い)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "外部キーを追加しました" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "フォーマット" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "フォームに入力されていない値があります!" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "" @@ -3551,10 +3605,6 @@ msgstr "" msgid "Function" msgstr "関数" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "一般的なリレーション機能" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "グルジア語" @@ -3637,10 +3687,6 @@ msgstr "メインページへ" msgid "Official Homepage" msgstr "phpMyAdmin のオフィシャルサイト" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "ホスト名が空です!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3784,10 +3830,6 @@ msgid "" msgstr "" "対応する外部リレーションが存在する場合、内部リレーションは必要ありません。" -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "内部リレーションを追加しました" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "内部リレーション" @@ -4033,10 +4075,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "イタリック表示されている MIME タイプには個別の変換関数はありません" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "修正を保存しました" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "インデックスを修正する" @@ -4118,10 +4156,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "このストレージエンジンにはステータスの詳細情報はありません" -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "DROP DATABASE 文は無効にされています" - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "ZIP アーカイブにファイルが含まれていません!" @@ -4172,10 +4206,6 @@ msgid "" "directory %s." msgstr "テーマは利用できません。設定やテーマディレクトリ %s を確認してください" -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "数値ではありません!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "Not OK" @@ -4244,14 +4274,6 @@ msgstr "パーティション %s" msgid "The password for %s was changed successfully." msgstr "%s のパスワードは正しく変更されました" -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "パスワードが空です!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "パスワードが異なっています!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4315,10 +4337,6 @@ msgstr "" msgid "PHP extension" msgstr "PHP 拡張" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "主キーまたはユニークキーを選択してください" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -44,30 +44,30 @@ msgstr "ძებნა" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "გადასვლა" @@ -834,27 +834,141 @@ msgstr "Import has been successfully finished, %d queries executed." msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin is more friendly with a frames-capable browser." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" statements are disabled." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "ნამდვილად გსურთ " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "You are about to DESTROY a complete database!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "You are about to DISABLE a BLOB Repository!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, 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:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Missing value in the form!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "ეს არ არის რიცხვი!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "ჰოსტის სახელი არაა შეყვანილი!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "მომხმარებლის სახელი ცარიელია!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "პაროლი ცარიელია!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "პაროლები არ ემთხვევა!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "გაუქმება" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "ცვლილებები შენახულია" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Relation deleted" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "FOREIGN KEY relation added" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Internal relation added" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Error: Relation not added." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Error: relation already exists." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Error saving coordinates for Designer." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "General relation features" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "გათიშულია" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Select referenced key" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Select Foreign Key" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Please select the primary key or a unique key" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "აირჩიეთ საჩვენებელი ველი" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "შემოწირულობა" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "წინა" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -862,96 +976,96 @@ msgid "Next" msgstr "შემდეგი" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "სულ" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "ბინარული" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "მარ" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "აპრ" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "მაი" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "ივნ" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "ივლ" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "აგვ" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "ოქტ" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "იან" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "თებ" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "მარ" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "აპრ" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -959,178 +1073,178 @@ msgid "May" msgstr "მაი" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "ივნ" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "ივლ" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "აგვ" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "სექ" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "ოქტ" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "ნოე" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "დეკ" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "კვი" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "ორშ" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "სამ" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "პარ" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "კვი" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "ორშ" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "სამ" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "ოთხ" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "ხუთ" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "პარ" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "შაბ" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "კვი" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "ორშ" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "სამ" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "ოთხ" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "ხუთ" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "პარ" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "შაბ" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "ვიკი" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "in use" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1260,6 +1374,26 @@ msgstr "ვიდეოს ჩვენება" msgid "Download file" msgstr "ფაილის ჩამოტვირთვა" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1564,6 +1698,51 @@ msgstr "" msgid "Overhead" msgstr "Overhead" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "პაროლის შეცვლა" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "პაროლი არაა" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "პაროლი" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Re-type" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Password Hashing" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0-თან თავსებადი" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "პაროლის დაგენერირება" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "დაგენერირება" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1663,51 +1842,6 @@ msgstr "\"bzip-ით დაარქივებული\"" msgid "SQL compatibility mode" msgstr "SQL compatibility mode" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "პაროლის შეცვლა" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "პაროლი არაა" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "პაროლი" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Re-type" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Password Hashing" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0-თან თავსებადი" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "პაროლის დაგენერირება" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "დაგენერირება" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2416,28 +2550,8 @@ msgstr "Generated by" msgid "Rows" msgstr "სტრიქონები" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returned an empty result set (i.e. zero rows)." @@ -2813,21 +2927,12 @@ msgstr "მდებარეობა" msgid "Server ID" msgstr "სერვერის ID" -#: libraries/messages.inc.php:99 -#, 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?" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "გათიშულია" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "You are about to DISABLE a BLOB Repository!" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2955,10 +3060,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "Change Login Information / Copy User" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "აირჩიეთ საჩვენებელი ველი" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "სიმბოლოთა ნაკრები" @@ -2990,18 +3091,6 @@ msgstr "Check privileges for database "%s"." msgid "Please choose a page to edit" msgstr "გთხოვთ აირჩიოთ დასარედაქტირებელი გვერდი" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Displaying Column Comments" @@ -3311,11 +3400,6 @@ msgstr "" msgid "Direct links" msgstr "პირდაპირი ბმულები" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "გათიშულია" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Disable foreign key checks" @@ -3340,16 +3424,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "ნამდვილად გსურთ " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "You are about to DESTROY a complete database!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3423,23 +3497,11 @@ msgstr " Note: MySQL privilege names are expressed in English " msgid "Error in ZIP archive:" msgstr "შეცდომა ZIP არქივში:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Error: Relation not added." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Error: relation already exists." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Error renaming table %1$s to %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Error saving coordinates for Designer." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "ესპერანტო" @@ -3562,19 +3624,11 @@ msgstr "Flush (close) all tables" msgid "Error creating foreign key on %1$s (check data types)" msgstr "Error creating foreign key on %1$s (check data types)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "FOREIGN KEY relation added" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "ფორმატი" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Missing value in the form!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3589,10 +3643,6 @@ msgstr "Fulltext" msgid "Function" msgstr "ფუნქცია" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "General relation features" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "ქართული" @@ -3675,10 +3725,6 @@ msgstr "სახლი" msgid "Official Homepage" msgstr "ოფიციალური ვებგვერდი" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "ჰოსტის სახელი არაა შეყვანილი!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3823,10 +3869,6 @@ msgstr "" "An internal relation is not necessary when a corresponding FOREIGN KEY " "relation exists." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Internal relation added" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Internal relations" @@ -4076,10 +4118,6 @@ msgid "" msgstr "" "MIME types printed in italics do not have a separate transformation function" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "ცვლილებები შენახულია" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "ინდექსის შეცვლა" @@ -4162,10 +4200,6 @@ msgid "" msgstr "" "There is no detailed status information available for this storage engine." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" statements are disabled." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "ZIP არქივში ფაილების პოვნა ვერ მოხერხდა!" @@ -4219,10 +4253,6 @@ msgstr "" "No themes support; please check your configuration and/or your themes in " "directory %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "ეს არ არის რიცხვი!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "not OK" @@ -4290,14 +4320,6 @@ msgstr "დანაყოფი %s" msgid "The password for %s was changed successfully." msgstr "The password for %s was changed successfully." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "პაროლი ცარიელია!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "პაროლები არ ემთხვევა!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4362,10 +4384,6 @@ msgstr "" msgid "PHP extension" msgstr "PHP-ის გაფართოება" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Please select the primary key or a unique key" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -41,30 +41,30 @@ msgstr "검색" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "실행" @@ -835,27 +835,141 @@ msgstr "" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin 은 프레임을 지원하는 브라우저에서 잘 보입니다." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" 구문은 허락되지 않습니다." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "정말로 다음을 실행하시겠습니까? " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Missing value in the form !" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "은 숫자(번호)가 아닙니다!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "호스트명이 없습니다!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "사용자명이 없습니다!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "암호가 비었습니다!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "암호가 동일하지 않습니다!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "수정된 내용이 저장되었습니다." + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "사용불가" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "출력할 필드 선택" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "None" msgid "Done" msgstr "없음" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "이전" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -863,96 +977,96 @@ msgid "Next" msgstr "다음" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "전체 사용량" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "바이너리" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "물오름달" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "잎새달" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "푸른달" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "누리달" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "견우직녀달" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "타오름달" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "하늘연달" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "해오름달" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "시샘달" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "물오름달" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "잎새달" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -960,176 +1074,176 @@ msgid "May" msgstr "푸른달" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "누리달" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "견우직녀달" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "타오름달" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "열매달" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "하늘연달" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "미틈달" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "매듭달" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "일" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "월" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "화" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "금" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "일" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "월" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "화" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "수" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "목" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "금" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "토" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "일" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "월" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "화" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "수" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "목" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "금" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "토" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "사용중" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "Records" msgid "Second" @@ -1254,6 +1368,21 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1550,6 +1679,49 @@ msgstr "" msgid "Overhead" msgstr "부담" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "암호 변경" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "암호 없음" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "암호" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "재입력" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1649,49 +1821,6 @@ msgstr "\"bz 압축\"" msgid "SQL compatibility mode" msgstr "" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "암호 변경" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "암호 없음" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "암호" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "재입력" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2351,23 +2480,8 @@ msgstr "" msgid "Rows" msgstr "행(레코드)" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "결과값이 없습니다. (빈 레코드 리턴.)" @@ -2746,21 +2860,12 @@ msgstr "" msgid "Server ID" msgstr "서버" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "사용불가" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2888,10 +2993,6 @@ msgstr "모든 활성화된 권한을 박탈하고 사용자를 삭제함." msgid "Change Login Information / Copy User" msgstr "" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "출력할 필드 선택" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "" @@ -2923,18 +3024,6 @@ msgstr "데이터베이스 "%s" 에 대한 사용권한 검사." msgid "Please choose a page to edit" msgstr "편집할 페이지를 선택하세요" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "열(칼럼) 설명(코멘트) 출력하기" @@ -3235,11 +3324,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "사용불가" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "" @@ -3264,16 +3348,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "정말로 다음을 실행하시겠습니까? " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3347,23 +3421,11 @@ msgstr " 주의: MySQL 권한 이름은 영어로 표기되어야 합니다. " msgid "Error in ZIP archive:" msgstr "" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "" @@ -3481,19 +3543,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Format" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Missing value in the form !" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3507,10 +3561,6 @@ msgstr "" msgid "Function" msgstr "함수" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "" @@ -3595,10 +3645,6 @@ msgstr "시작페이지" msgid "Official Homepage" msgstr "phpMyAdmin 공식 홈" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "호스트명이 없습니다!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3738,10 +3784,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "" @@ -3981,10 +4023,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "수정된 내용이 저장되었습니다." - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "인덱스 수정" @@ -4061,10 +4099,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "" -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" 구문은 허락되지 않습니다." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "" @@ -4116,10 +4150,6 @@ msgid "" "directory %s." msgstr "" -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "은 숫자(번호)가 아닙니다!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "" @@ -4189,14 +4219,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "%s 의 암호가 바뀌었습니다." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "암호가 비었습니다!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "암호가 동일하지 않습니다!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4262,10 +4284,6 @@ msgstr "" msgid "PHP extension" msgstr "PHP 버전" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: lithuanian \n" @@ -46,30 +46,30 @@ msgstr "Paieška" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Vykdyti" @@ -832,27 +832,143 @@ 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:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "Spustelėkite pažymėjimui" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "Spustelėkite atžymėjimui" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" komandos įvykdyti negalima." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Ar TIKRAI norite " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Jūs ruošiatės SUNAIKINTI visą duombazę!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "Jūs ruošiatės IŠJUNGTI BLOB saugyklą!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Trūksta reikšmės formoje !" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Įveskite skaičių!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Tuščias prisijungimo adresas!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Tuščias vartotojo vardas!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Tuščias slaptažodis!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Slaptažodžiai nesutampa!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Atšaukti" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Pakeitimai išsaugoti" + +#: js/messages.php:53 libraries/messages.inc.php:749 +#, fuzzy +msgid "Relation deleted" +msgstr "Peržiūrėti sąryšius" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +#, fuzzy +msgid "Internal relation added" +msgstr "Vidiniai sąryšiai" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Pagrindinės sąryšių sąvybės" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Išjungta" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Pasirinkite lauką, kurį norite peržiūrėti" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Paremti" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Praėjęs" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -860,96 +976,96 @@ msgid "Next" msgstr "Sekantis" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Viso" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Dvejetainis" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "kovo" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "balandžio" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "gegužės" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "birželio" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "liepos" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "rugpjūčio" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "spalio" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "sausio" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "vasario" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "kovo" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "balandžio" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -957,178 +1073,178 @@ msgid "May" msgstr "gegužės" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "birželio" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "liepos" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "rugpjūčio" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "rugsėjo" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "spalio" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "lapkričio" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "gruodžio" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Sekmadienis" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Pirmadienis" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Antradienis" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Penktadienis" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Sekmadienis" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Pirmadienis" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Antradienis" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Trečiadienis" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Ketvirtadienis" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Penktadienis" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Šeštadienis" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Sekmadienis" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Pirmadienis" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Antradienis" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Trečiadienis" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Ketvirtadienis" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Penktadienis" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Šeštadienis" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "šiuo metu naudojama" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1260,6 +1376,27 @@ msgstr "Žiūrėti video" msgid "Download file" msgstr "Atsisiųsti failą" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Nepavyko užkrauti iconv arba recode plėtinių, reikalingų " +"koduotės kovertavimui. Suteikite PHP teises naudotis šiais išplėtimais arba " +"išjunkite phpMyAdmin koduotės konvertavimą. " + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Kraunant plėtinių pranešimus, nepavyko pasinaudoti iconv arba " +"libiconv arba recode_string funkcijomis. Pasitkrinkite PHP " +"parinktis. " + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1558,6 +1695,51 @@ msgstr "Gali būti apytikslis. Žiūrėkite DUK 3.11" msgid "Overhead" msgstr "Perteklius" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Pakeisti slaptažodį" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Nėra slaptažodžio" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Slaptažodis" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Įveskite dar kartą" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Slaptažodžių Hešavimas" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "Suderinamas sy MySQL 4.0" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Generuoti Slaiptažodį" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Generuoti" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1657,51 +1839,6 @@ msgstr "\"bzip\"" msgid "SQL compatibility mode" msgstr "SQL suderinamumas" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Pakeisti slaptažodį" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Nėra slaptažodžio" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Slaptažodis" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Įveskite dar kartą" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Slaptažodžių Hešavimas" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "Suderinamas sy MySQL 4.0" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Generuoti Slaiptažodį" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Generuoti" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2373,29 +2510,8 @@ msgstr "Generavo:" msgid "Rows" msgstr "Eilutės" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Nepavyko užkrauti iconv arba recode plėtinių, reikalingų " -"koduotės kovertavimui. Suteikite PHP teises naudotis šiais išplėtimais arba " -"išjunkite phpMyAdmin koduotės konvertavimą. " - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Kraunant plėtinių pranešimus, nepavyko pasinaudoti iconv arba " -"libiconv arba recode_string funkcijomis. Pasitkrinkite PHP " -"parinktis. " - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL gražino tuščią rezultatų rinkinį (nėra eilučių)." @@ -2768,20 +2884,11 @@ msgstr "Padėtis" msgid "Server ID" msgstr "Serverio ID" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Išjungta" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "Jūs ruošiatės IŠJUNGTI BLOB saugyklą!" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2907,10 +3014,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "Pakeisti prisijungimo informaciją / Kopijuoti vartotojo duomenis" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Pasirinkite lauką, kurį norite peržiūrėti" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Koduotė" @@ -2943,18 +3046,6 @@ msgstr "Patikrinti duombazės "%s" privilegijas." msgid "Please choose a page to edit" msgstr "Pasirinkite puslapį redagavimui" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "Spustelėkite pažymėjimui" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "Spustelėkite atžymėjimui" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Stulpelių komentarų išvedimas" @@ -3261,11 +3352,6 @@ msgstr "Skirtumas" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Išjungta" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Atsisakyti išorinių raktų tikrinimo" @@ -3290,16 +3376,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Ar TIKRAI norite " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Jūs ruošiatės SUNAIKINTI visą duombazę!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3374,23 +3450,11 @@ msgstr " Pastaba: MySQL privilegijų pavadinimai pateikiami anglų kalba" msgid "Error in ZIP archive:" msgstr "Klaida ZIP archyve:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3513,19 +3577,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Formatas" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Trūksta reikšmės formoje !" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3540,10 +3596,6 @@ msgstr "Fulltext" msgid "Function" msgstr "Funkcija" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Pagrindinės sąryšių sąvybės" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Gruzinų" @@ -3626,10 +3678,6 @@ msgstr "Pradinis" msgid "Official Homepage" msgstr "Oficialus phpMyAdmin tinklapis" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Tuščias prisijungimo adresas!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3770,11 +3818,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -#, fuzzy -msgid "Internal relation added" -msgstr "Vidiniai sąryšiai" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Vidiniai sąryšiai" @@ -4025,10 +4068,6 @@ msgstr "" "MIME tipai atspausdinti pasvirusiu šriftu neturi atskirų transformacijos " "funkcijos." -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Pakeitimai išsaugoti" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Keisti indeksą" @@ -4105,10 +4144,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "Apie šio Saugojimo Variklio būseną nėra išsamios informacijos." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" komandos įvykdyti negalima." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "ZIP archyve nerasta failų!" @@ -4162,10 +4197,6 @@ msgstr "" "Temos nėra palaikomos, patikrinkite savo konfigūraciją ir/arba savo temų " "direktoriją %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Įveskite skaičių!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "Negerai" @@ -4234,14 +4265,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "Vartotojo %s slaptažodis sėkmingai pakeistas." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Tuščias slaptažodis!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Slaptažodžiai nesutampa!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4306,10 +4329,6 @@ msgstr "" msgid "PHP extension" msgstr "PHP plėtinys" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -44,30 +44,30 @@ msgstr "Meklēt" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Aiziet!" @@ -832,27 +832,143 @@ 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:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" komanda ir aizliegta." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Vai Jūs tiešām gribat " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Jūs taisaties LIKVIDĒT veselu datubāzi!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Formā trūkst vērtību!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Tas nav numurs!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Hosts nav norādīts!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Lietotāja vārds nav norādīts!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Parole nav norādīta!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Paroles nesakrīt!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Labojumi tika saglabāti" + +#: js/messages.php:53 libraries/messages.inc.php:749 +#, fuzzy +msgid "Relation deleted" +msgstr "Relāciju pārskats" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +#, fuzzy +msgid "Internal relation added" +msgstr "Iekšējās relācijas" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Galvenās relāciju īpašības" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Izslēgts" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Izvēlieties, kuru lauku rādīt" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "None" msgid "Done" msgstr "Nav" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Iepriekšējie" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -860,96 +976,96 @@ msgid "Next" msgstr "Nākamie" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Kopā" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binārais" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Mai" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jūn" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jūl" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Aug" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -957,176 +1073,176 @@ msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Jūn" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Jūl" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Dec" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Sv" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "P" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "O" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Pk" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Sv" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "P" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "O" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "T" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "C" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Pk" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "S" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Sv" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "P" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "O" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "T" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "C" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pk" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "S" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "lietošanā" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1255,6 +1371,27 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Nevar ielādēt iconv vai recode paplašinājumu, kas ir nepieciešams rakstzīmju " +"konvertācijai, lūdzu nokonfigurējiet php, lai varētu lietot šos " +"paplašinājumus, vai arī atslēdziet rakstzīmju konvertāciju phpMyAdmin " +"konfigurācijā." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Nevar lietot iconv, libiconv vai recode_string funkciju, bet php saka, ka " +"paplašinājums ir ielādēts. Pārbaudiet php konfigurāciju." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1553,6 +1690,52 @@ msgstr "Var būt aptuvens skaits. Skatīt FAQ 3.11" msgid "Overhead" msgstr "Pārtēriņš" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Mainīt paroli" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Nav paroles" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Parole" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Atkārtojiet" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Paroles jaukšana" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 savietojams" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +#, fuzzy +msgid "Generate" +msgstr "Uzģenerēja" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1652,52 +1835,6 @@ msgstr "Arhivēts ar bzip" msgid "SQL compatibility mode" msgstr "" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Mainīt paroli" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Nav paroles" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Parole" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Atkārtojiet" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Paroles jaukšana" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 savietojams" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -#, fuzzy -msgid "Generate" -msgstr "Uzģenerēja" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2359,29 +2496,8 @@ msgstr "Uzģenerēja" msgid "Rows" msgstr "Rindas" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Nevar ielādēt iconv vai recode paplašinājumu, kas ir nepieciešams rakstzīmju " -"konvertācijai, lūdzu nokonfigurējiet php, lai varētu lietot šos " -"paplašinājumus, vai arī atslēdziet rakstzīmju konvertāciju phpMyAdmin " -"konfigurācijā." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Nevar lietot iconv, libiconv vai recode_string funkciju, bet php saka, ka " -"paplašinājums ir ielādēts. Pārbaudiet php konfigurāciju." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL atgrieza tukšo rezultātu (0 rindas)." @@ -2757,21 +2873,12 @@ msgstr "Pozīcija" msgid "Server ID" msgstr "Servera ID" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Izslēgts" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2901,10 +3008,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "Mainīt piekļuves informāciju / Klonēt lietotāju" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Izvēlieties, kuru lauku rādīt" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Kodējums" @@ -2937,18 +3040,6 @@ msgstr "Pārbaudīt privilēģijas uz datubāzi "%s"." msgid "Please choose a page to edit" msgstr "Izvēlieties lapu redigēšanai" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Rādu kolonnu komentārus" @@ -3253,11 +3344,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Izslēgts" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Nepārbaudīt ārējās atslēgas" @@ -3282,16 +3368,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Vai Jūs tiešām gribat " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Jūs taisaties LIKVIDĒT veselu datubāzi!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3365,23 +3441,11 @@ msgstr " Piezīme: MySQL privilēģiju apzīmējumi tiek rakstīti angļu valod msgid "Error in ZIP archive:" msgstr "" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "" @@ -3505,19 +3569,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Formats" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Formā trūkst vērtību!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3531,10 +3587,6 @@ msgstr "" msgid "Function" msgstr "Funkcija" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Galvenās relāciju īpašības" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Gruzīnu" @@ -3618,10 +3670,6 @@ msgstr "Sākumlapa" msgid "Official Homepage" msgstr "Oficiālā phpMyAdmin mājaslapa" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Hosts nav norādīts!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3762,11 +3810,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -#, fuzzy -msgid "Internal relation added" -msgstr "Iekšējās relācijas" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Iekšējās relācijas" @@ -4008,10 +4051,6 @@ msgstr "" "MIME tipiem, kas parādīti slīprakstā, nav atsevišķas transformācijas " "funkcijas" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Labojumi tika saglabāti" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Labot indeksu" @@ -4088,10 +4127,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "" -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" komanda ir aizliegta." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "" @@ -4145,10 +4180,6 @@ msgstr "" "Nav tēmu atbalsta, lūdzu pārbaudiet jūsu konfigurāciju un/vai Jūsu tēmas " "direktorijā %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Tas nav numurs!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "nav OK" @@ -4217,14 +4248,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "Lietotāja %s parole tika veiksmīgi mainīta." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Parole nav norādīta!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Paroles nesakrīt!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4290,10 +4313,6 @@ msgstr "" msgid "PHP extension" msgstr "PHP Versija" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -44,30 +44,30 @@ msgstr "Пребарување" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "OK" @@ -831,27 +831,143 @@ msgstr "" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin преферира веб прелистувачи кои подржуваат рамки." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" командата е оневозможена." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Дали навистина сакате да " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Со ова ја БРИШЕТЕ комплетната база на податоци!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Недостасува вредност во образецот!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Ова не е број!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Името на host-от е празно!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Не е внесен назив на корисник!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Лозинка е празна!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Лозинките не се идентични!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Измените се сочувани" + +#: js/messages.php:53 libraries/messages.inc.php:749 +#, fuzzy +msgid "Relation deleted" +msgstr "Релационен поглед" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +#, fuzzy +msgid "Internal relation added" +msgstr "Внатрешни релации" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Општи особини на релациите" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Оневозможено" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Избери полиња за прикажување" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "None" msgid "Done" msgstr "нема" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Претходна" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -859,96 +975,96 @@ msgid "Next" msgstr "Следен" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Вкупно" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Бинарен" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "мар" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "апр" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "мај" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "јун" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "јул" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "авг" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "окт" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "јан" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "феб" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "мар" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "апр" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -956,176 +1072,176 @@ msgid "May" msgstr "мај" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "јун" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "јул" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "авг" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "сеп" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "окт" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "нов" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "дек" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Нед" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Пон" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Вто" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Пет" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Нед" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Пон" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Вто" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Сре" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Чет" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Пет" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Саб" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Нед" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Пон" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Вто" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Сре" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Чет" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Пет" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Саб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "се користи" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1255,6 +1371,26 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Не можам да ги вчитам iconv или recode екстензиите потребни за конверзија на " +"кодните страници, подесете го PHP да дозволи користење на овие екстензии или " +"оневозможете ја конверзијата на кодни страници во phpMyAdmin-у." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Не можам да ги користам iconv или libiconv или recode_string функциите иако " +"екстензијата пријавува дека е вчитана. Проверите ја вашата PHP конфигурација." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1559,6 +1695,51 @@ msgstr "" msgid "Overhead" msgstr "Пречекорување" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Промена на лозинка" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Нема лозинка" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Лозинка" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Повтори внес" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Хеширање на лозинката" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 компатибилно" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Генерирање на лозинка" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Генерирај" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1658,51 +1839,6 @@ msgstr "\"bzip\"" msgid "SQL compatibility mode" msgstr "" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Промена на лозинка" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Нема лозинка" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Лозинка" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Повтори внес" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Хеширање на лозинката" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 компатибилно" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Генерирање на лозинка" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Генерирај" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2385,28 +2521,8 @@ msgstr "Генерирал" msgid "Rows" msgstr "Записи" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Не можам да ги вчитам iconv или recode екстензиите потребни за конверзија на " -"кодните страници, подесете го PHP да дозволи користење на овие екстензии или " -"оневозможете ја конверзијата на кодни страници во phpMyAdmin-у." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Не можам да ги користам iconv или libiconv или recode_string функциите иако " -"екстензијата пријавува дека е вчитана. Проверите ја вашата PHP конфигурација." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL врати празен резултат (нула записи)." @@ -2782,21 +2898,12 @@ msgstr "Позиција" msgid "Server ID" msgstr "ID на серверот" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Оневозможено" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2924,10 +3031,6 @@ msgstr " ... прво одземи ги сите привилегии на ко msgid "Change Login Information / Copy User" msgstr "Промени ги информациите за најавувањето / Копирај го корисникот" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Избери полиња за прикажување" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Кодна страна" @@ -2960,18 +3063,6 @@ msgstr "Провери привилегии за базата на подато msgid "Please choose a page to edit" msgstr "Изберете страница која менувате" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Прикажувам коментари на колоните" @@ -3275,11 +3366,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Оневозможено" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Исклучи проверка на надворешни клучеви" @@ -3304,16 +3390,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Дали навистина сакате да " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Со ова ја БРИШЕТЕ комплетната база на податоци!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3389,23 +3465,11 @@ msgstr "" msgid "Error in ZIP archive:" msgstr "" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "" @@ -3530,19 +3594,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Формат" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Недостасува вредност во образецот!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3556,10 +3612,6 @@ msgstr "" msgid "Function" msgstr "Функција" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Општи особини на релациите" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Грузиски" @@ -3643,10 +3695,6 @@ msgstr "Почетна страница" msgid "Official Homepage" msgstr "официјален веб сајт на phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Името на host-от е празно!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3787,11 +3835,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -#, fuzzy -msgid "Internal relation added" -msgstr "Внатрешни релации" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Внатрешни релации" @@ -4040,10 +4083,6 @@ msgid "" msgstr "" "MIME-типовите прикажани во курзив немаат одвоене функции на трансформација." -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Измените се сочувани" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Промени го клучот" @@ -4120,10 +4159,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "Нема детални информации за статусот на овој вид на складиште." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" командата е оневозможена." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "" @@ -4177,10 +4212,6 @@ msgstr "" "Нема подршка за теми, ве молиме проверете ја конфигурацијата и/или темите во " "директориумот %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Ова не е број!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "не е како што треба" @@ -4249,14 +4280,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "Лозинката за %s успешно е променета." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Лозинка е празна!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Лозинките не се идентични!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4322,10 +4345,6 @@ msgstr "" msgid "PHP extension" msgstr "PHP верзија" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -43,30 +43,30 @@ msgstr "Хайх" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Яв" @@ -823,27 +823,141 @@ msgstr "Оруулалт амжилттай дууслаа, %d асуудал а msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin нь ямар ч хөтөч дээр фрейм гаргах чадвартай." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"ӨС устгах\" нь хаалттай." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Та үнэхээр " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Дүүрэн өгөгдлийн сан УСТГАХ тухай?" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Форм дахь утгыг орхисон!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Энэ тоо биш!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Хостын нэр хоосон!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Хэрэглэгчийн нэр хоосон!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Нууц үг хоосон байна!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Нууц їгнїїд ялгаатай байна!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Болих" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Өөрчлөлт хадгалагдав" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Холбоо устав" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Дотоод холбоо нэмэгдэв" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Ерөнхий хамаатай онцлог" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Хаагдсан" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Хамаарагдсан түлхүүр сонгох" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Гадаад түлхүүр сонгох" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Үндсэн түлхүүр эсвэл орь ганц түлхүүр сонгон уу" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Харуулах талбарыг соль" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "None" msgid "Done" msgstr "Байхгүй" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Өмнөх" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -851,96 +965,96 @@ msgid "Next" msgstr "Цааш" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Нийт" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr " Хоёртын " -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "3-р" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "4-р" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "5-р" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "6-р" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "7-р" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "8-р" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "10р" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "1-р" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "2-р" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "3-р" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "4-р" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -948,176 +1062,176 @@ msgid "May" msgstr "5-р" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "6-р" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "7-р" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "8-р" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "9-р" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "10р" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "11р" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "12р" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ня" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Да" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Мя" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Ба" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Ня" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Да" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Мя" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Лх" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Пү" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Ба" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Бя" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ня" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Да" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Мя" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Лх" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Пү" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Ба" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Бя" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "хэрэглэгдэж байна" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1245,6 +1359,26 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Тэмдэгт хөрвүүлэлтийн iconv, recode өргөтгөлийг дуудаж чадсангүй. Php " +"тохиргоо дахь эдгээр өргөтгөлийг нээ эсвэл phpMyAdmin-ы тэмдэгт " +"хөрвүүлэлтийг хаа." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"iconv, libiconv, recode_string өргөтгөлүүдийн алийг ч хэрэглэж чадсангүй " +"(extension reports-д дуудагдах). Php тохиргоогоо шалга." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1542,6 +1676,51 @@ msgstr "May be approximate. See FAQ 3.11" msgid "Overhead" msgstr "Толгой дээр" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Нууц үг солих" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Нууц үггүй" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Нууц үг" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Дахин бич" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Нууц үг хувиргах" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 compatible" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Нууц үг бий болгох" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Бий болгох" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1641,51 +1820,6 @@ msgstr "bzip-ээр шахагдсан" msgid "SQL compatibility mode" msgstr "SQL нийцтэй горим" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Нууц үг солих" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Нууц үггүй" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Нууц үг" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Дахин бич" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Нууц үг хувиргах" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 compatible" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Нууц үг бий болгох" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Бий болгох" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2357,28 +2491,8 @@ msgstr "Үүсгэгч" msgid "Rows" msgstr "Мөрүүд" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Тэмдэгт хөрвүүлэлтийн iconv, recode өргөтгөлийг дуудаж чадсангүй. Php " -"тохиргоо дахь эдгээр өргөтгөлийг нээ эсвэл phpMyAdmin-ы тэмдэгт " -"хөрвүүлэлтийг хаа." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"iconv, libiconv, recode_string өргөтгөлүүдийн алийг ч хэрэглэж чадсангүй " -"(extension reports-д дуудагдах). Php тохиргоогоо шалга." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL хоосон үр дүн буцаалаа (тэг мөрүүд г.м.)." @@ -2749,20 +2863,11 @@ msgstr "Байрлал" msgid "Server ID" msgstr "Server ID" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2887,10 +2992,6 @@ msgstr " ... хуучнаас бүх онцгой эрхийг хүчингүй msgid "Change Login Information / Copy User" msgstr "Нэвтрэх мэдээллийг солих/ Хэрэглэгч хуулах" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Харуулах талбарыг соль" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Кодлол" @@ -2922,18 +3023,6 @@ msgstr ""%s" өгөгдлийн сангийн онцгой эрх ш msgid "Please choose a page to edit" msgstr "Засах Хуудсаа сонго" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Баганын тайлбарыг харуулж байна" @@ -3231,11 +3320,6 @@ msgstr "" msgid "Direct links" msgstr "Шууд холбоос" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Хаагдсан" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Гадаад түлхүүр шалгалтыг хаах" @@ -3260,16 +3344,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Та үнэхээр " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Дүүрэн өгөгдлийн сан УСТГАХ тухай?" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3343,23 +3417,11 @@ msgstr " Тэмдэглэл: MySQL онцгой эрхийн нэр нь анг msgid "Error in ZIP archive:" msgstr "ZIP архивт байгаа алдаа:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Есперанто" @@ -3482,19 +3544,11 @@ msgstr "Бүх хүснэгтийг цэвэрлэх (хаах)" msgid "Error creating foreign key on %1$s (check data types)" msgstr "Гадаад түлхүүр үүсгэхэд алдаа гарлаа %1$s (өгөгдлийн төрлөө шалга)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Тогтнол" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Форм дахь утгыг орхисон!" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "" @@ -3507,10 +3561,6 @@ msgstr "" msgid "Function" msgstr "Функц" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Ерөнхий хамаатай онцлог" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Гүрж" @@ -3593,10 +3643,6 @@ msgstr "Гэр" msgid "Official Homepage" msgstr "phpMyAdmin-ын албан ёсны вэб сайт" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Хостын нэр хоосон!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3736,10 +3782,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Дотоод холбоо нэмэгдэв" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Дотоод хамаарал" @@ -3985,10 +4027,6 @@ msgid "" msgstr "" "MIME-types printed in italics do not have a seperate transformation function" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Өөрчлөлт хадгалагдав" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Өөрчлөх индекс" @@ -4065,10 +4103,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "Энд уг агуулах хөдөлгүүрийн дэлгэрэнгүй төлвийн мэдээлэл алга." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"ӨС устгах\" нь хаалттай." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "ZIP архив дотор файл байхгүй байна!" @@ -4121,10 +4155,6 @@ msgstr "" "Арьс боломжгүй, өөрийн тохиргоогоо шалга ба/эсвэл %s-т арьс байгаа эсэхийг " "хар." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Энэ тоо биш!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "Бэлэн биш" @@ -4192,14 +4222,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "%s-ы нууц үг солигдлоо." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Нууц үг хоосон байна!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Нууц їгнїїд ялгаатай байна!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4263,10 +4285,6 @@ msgstr "" msgid "PHP extension" msgstr "" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Үндсэн түлхүүр эсвэл орь ганц түлхүүр сонгон уу" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -41,30 +41,30 @@ msgstr "Cari" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Pergi" @@ -834,27 +834,143 @@ msgstr "" "phpMyAdmin lebih mesra dengan pelayar web menyokong-kerangka seperti " "mozilla." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "keterangan \"DROP DATABASE\" di tidak aktifkan ." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Adakah anda ingin " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Kehilangan nilai pada borang! !" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Ini adalah bukan nombor!!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Nama hos adalah kosong!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Kata Pengenalan kosong!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Katalaluan adalah kosong!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Katalaluan tidak sama!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Pengubahsuaian telah disimpan" + +#: js/messages.php:53 libraries/messages.inc.php:749 +#, fuzzy +msgid "Relation deleted" +msgstr "Paparan Hubungan" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +#, fuzzy +msgid "Internal relation added" +msgstr "Ciri-ciri hubungan am" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Ciri-ciri hubungan am" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Tidak Membenarkan" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Pilih Medan untuk dipapar" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "None" msgid "Done" msgstr "Tiada" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Terdahulu" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -862,96 +978,96 @@ msgid "Next" msgstr "Berikut" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Jumlah" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binari" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mac" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Mei" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jun" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jul" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Ogos" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mac" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -959,176 +1075,176 @@ msgid "May" msgstr "Mei" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Ogos" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Sept" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Dis" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Aha" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Isn" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Sel" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Jum" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Aha" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Isn" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Sel" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Rab" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Kha" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Jum" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Aha" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Isn" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Sel" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Rab" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Kha" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Jum" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sab" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "sedang digunakan" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "Records" msgid "Second" @@ -1253,6 +1369,26 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Tidak dapat memuat iconv atau kodsemula sambungan yang diperlukan untuk " +"menukar set aksara, konfigur php utk membolehkan penggunaan sambungan ini " +"atau abaikan pengubahan set aksara di phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Tidak boleh menggunakan fungsi iconv mahupun libiconv mahupun recode_string " +"apabila sambungan lapuran dimuat. Periksa konfigurasi php anda." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1549,6 +1685,50 @@ msgstr "" msgid "Overhead" msgstr "Melebihi" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Ubah Katalaluan" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Tiada Katalaluan" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Katalaluan" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Ulang-taip" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +#, fuzzy +msgid "Generate" +msgstr "Dijana oleh" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1648,50 +1828,6 @@ msgstr "bzipped" msgid "SQL compatibility mode" msgstr "" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Ubah Katalaluan" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Tiada Katalaluan" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Katalaluan" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Ulang-taip" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -#, fuzzy -msgid "Generate" -msgstr "Dijana oleh" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2352,28 +2488,8 @@ msgstr "Dijana oleh" msgid "Rows" msgstr "Baris" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Tidak dapat memuat iconv atau kodsemula sambungan yang diperlukan untuk " -"menukar set aksara, konfigur php utk membolehkan penggunaan sambungan ini " -"atau abaikan pengubahan set aksara di phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Tidak boleh menggunakan fungsi iconv mahupun libiconv mahupun recode_string " -"apabila sambungan lapuran dimuat. Periksa konfigurasi php anda." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL memulangkan set hasil kosong (i.e. sifar baris)" @@ -2751,21 +2867,12 @@ msgstr "" msgid "Server ID" msgstr "Pelayan" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Tidak Membenarkan" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2890,10 +2997,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Pilih Medan untuk dipapar" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "" @@ -2926,18 +3029,6 @@ msgstr "" msgid "Please choose a page to edit" msgstr "Sila Pilih Laman untuk diubah" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Memaparkan Komen Kolum" @@ -3239,11 +3330,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Tidak Membenarkan" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "" @@ -3268,16 +3354,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Adakah anda ingin " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3351,23 +3427,11 @@ msgstr " Nota: Nama privilej MySQL adalah dinyatakan dalam B.Inggeris " msgid "Error in ZIP archive:" msgstr "" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "" @@ -3485,19 +3549,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Format" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Kehilangan nilai pada borang! !" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3511,10 +3567,6 @@ msgstr "" msgid "Function" msgstr "Fungsi" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Ciri-ciri hubungan am" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "" @@ -3600,10 +3652,6 @@ msgstr "Rumah" msgid "Official Homepage" msgstr "Laman Rasmi phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Nama hos adalah kosong!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3744,11 +3792,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -#, fuzzy -msgid "Internal relation added" -msgstr "Ciri-ciri hubungan am" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "" @@ -3989,10 +4032,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Pengubahsuaian telah disimpan" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Ubahsuai indeks" @@ -4069,10 +4108,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "" -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "keterangan \"DROP DATABASE\" di tidak aktifkan ." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "" @@ -4124,10 +4159,6 @@ msgid "" "directory %s." msgstr "" -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Ini adalah bukan nombor!!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "tidak OK" @@ -4197,14 +4228,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "" -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Katalaluan adalah kosong!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Katalaluan tidak sama!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4270,10 +4293,6 @@ msgstr "" msgid "PHP extension" msgstr "Versi PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: norwegian \n" @@ -45,30 +45,30 @@ msgstr "Søk" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Utfør" @@ -819,23 +819,138 @@ msgstr "Importen er fullført, %d spørringer utført." msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin er mer brukervennlig med en rammekapabel nettleser." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "Klikk for å velge" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "Klikk for å fjerne valg" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\"-uttrykk er avslått." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Vil du virkelig " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Du er i ferd med å SLETTE en komplett database!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "Du er i ferd med å SLÅ AV et BLOB lager!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, 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:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Manglende verdi i skjemaet!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Dette er ikke ett tall!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Vertsnavnet er tomt!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Brukernavnet er tomt!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Passordet er blankt!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Passordene er ikke like!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Avbryt" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Endringene er lagret" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Relasjon slettet" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "FOREIGN KEY relasjon lagt til" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Intern relasjon lagt til" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Feil: Relasjon ikke opprettet." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Feil: relasjoner eksisterer allerede." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Feil oppstod under lagring av Designerkoordinater." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Generelle relasjonsegenskaper" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Avslått" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Velg referert nøkkel" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Velg fremmednøkkel" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Velg primærnøkkelen eller en unik nøkkel" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Velg felt for visning" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 msgid "Done" msgstr "Utført" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 msgid "Prev" msgstr "Forrige" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -843,231 +958,231 @@ msgid "Next" msgstr "Neste" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 msgid "Today" msgstr "I dag" -#: js/messages.php:83 +#: js/messages.php:81 msgid "January" msgstr "Januar" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "Februar" -#: js/messages.php:85 +#: js/messages.php:83 msgid "March" msgstr "Mars" -#: js/messages.php:86 +#: js/messages.php:84 msgid "April" msgstr "April" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Mai" -#: js/messages.php:88 +#: js/messages.php:86 msgid "June" msgstr "Juni" -#: js/messages.php:89 +#: js/messages.php:87 msgid "July" msgstr "Juli" -#: js/messages.php:90 +#: js/messages.php:88 msgid "August" msgstr "August" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "September" -#: js/messages.php:92 +#: js/messages.php:90 msgid "October" msgstr "Oktober" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "November" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "Desember" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Des" -#: js/messages.php:123 +#: js/messages.php:121 msgid "Sunday" msgstr "Søndag" -#: js/messages.php:124 +#: js/messages.php:122 msgid "Monday" msgstr "Mandag" -#: js/messages.php:125 +#: js/messages.php:123 msgid "Tuesday" msgstr "Tirsdag" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "Onsdag" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "Torsdag" -#: js/messages.php:128 +#: js/messages.php:126 msgid "Friday" msgstr "Fredag" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "Lørdag" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Søn" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Man" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Tir" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Ons" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Tor" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Fre" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Lør" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 msgid "Su" msgstr "Søndag" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 msgid "Mo" msgstr "Man" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 msgid "Tu" msgstr "Tir" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 msgid "We" msgstr "Ons" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 msgid "Th" msgstr "Tor" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 msgid "Fr" msgstr "Fre" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 msgid "Sa" msgstr "Lør" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "Uke" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "Time" -#: js/messages.php:166 +#: js/messages.php:164 msgid "Minute" msgstr "Minutt" -#: js/messages.php:167 +#: js/messages.php:165 msgid "Second" msgstr "Sekund" @@ -1196,6 +1311,26 @@ msgstr "Vis video" msgid "Download file" msgstr "Last ned fil" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Kan ikke laste iconv- eller recode-modulen som trengs for tegnsett " +"konvertering, konfigurer php slik at disse kan lastes eller slå av " +"tegnsettkonvertering i phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Kan ikke bruke hverken iconv, libiconv eller recode_string funksjonene selv " +"om modulene sier de er lastet. Sjekk din php-konfigurasjon." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1492,6 +1627,49 @@ msgstr "Kan være unøyaktig. Se FAQ 3.11" msgid "Overhead" msgstr "Overheng" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Endre passord" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Intet passord" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Passord" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Gjenta" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Passordnøkling" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 kompatibel" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Generer passord" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Generer" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1585,49 +1763,6 @@ msgstr "Komprimert (bz2)" msgid "SQL compatibility mode" msgstr "SQL kompatibilitetsmodus" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Endre passord" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Intet passord" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Passord" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Gjenta" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Passordnøkling" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 kompatibel" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Generer passord" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Generer" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2339,28 +2474,8 @@ msgstr "Generert av" msgid "Rows" msgstr "Rader" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Kan ikke laste iconv- eller recode-modulen som trengs for tegnsett " -"konvertering, konfigurer php slik at disse kan lastes eller slå av " -"tegnsettkonvertering i phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Kan ikke bruke hverken iconv, libiconv eller recode_string funksjonene selv " -"om modulene sier de er lastet. Sjekk din php-konfigurasjon." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returnerte ett tomt resultat (m.a.o. ingen rader)." @@ -2732,21 +2847,11 @@ msgstr "Posisjon" msgid "Server ID" msgstr "Tjener ID" -#: libraries/messages.inc.php:99 -#, 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?" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Avslått" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "Du er i ferd med å SLÅ AV et BLOB lager!" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2872,10 +2977,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "Endre innloggingsinformasjon / kopiere bruker" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Velg felt for visning" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Tegnsett" @@ -2907,18 +3008,6 @@ msgstr "Kontroller privilegier for databasen "%s"." msgid "Please choose a page to edit" msgstr "Vennligst velg en side for redigering" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "Klikk for å velge" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "Klikk for å fjerne valg" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Vis kolonnekommentarer" @@ -3223,11 +3312,6 @@ msgstr "Differanse" msgid "Direct links" msgstr "Direkte linker" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Avslått" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Slå av kontroll av fremmednøkler" @@ -3252,16 +3336,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Ikke bruk AUTO_INCREMENT for nullverdier" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Vil du virkelig " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Du er i ferd med å SLETTE en komplett database!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3335,23 +3409,11 @@ msgstr "OBS: MySQL privilegiumnavn er på engelsk" msgid "Error in ZIP archive:" msgstr "Feil i ZIP arkivet:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Feil: Relasjon ikke opprettet." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Feil: relasjoner eksisterer allerede." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Feil oppstond med endring av tabellnavn fra %1$s til %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Feil oppstod under lagring av Designerkoordinater." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3477,19 +3539,11 @@ msgstr "" "Feil oppstod under forsøk på opprettelse av fremmednøkkel på %1$s " "(kontroller datatyper)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "FOREIGN KEY relasjon lagt til" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Format" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Manglende verdi i skjemaet!" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "Full start" @@ -3502,10 +3556,6 @@ msgstr "Full stopp" msgid "Function" msgstr "Funksjon" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Generelle relasjonsegenskaper" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Georgisk" @@ -3588,10 +3638,6 @@ msgstr "Hjem" msgid "Official Homepage" msgstr "Offisiell phpMyAdmin-hjemmeside" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Vertsnavnet er tomt!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3738,10 +3784,6 @@ msgstr "" "En intern relasjon er ikke nødvendig når en tilsvarende FOREIGN KEY relasjon " "eksisterer." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Intern relasjon lagt til" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Interne relasjoner" @@ -3992,10 +4034,6 @@ msgid "" msgstr "" "MIME-typer skrevet i kursiv har ikke en separat transformasjonsfunksjon" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Endringene er lagret" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Endre en indeks" @@ -4078,10 +4116,6 @@ msgid "" msgstr "" "Det er ikke noen detaljert statusinformasjon for denne lagringsmotoren." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\"-uttrykk er avslått." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "Ingen filer funnet inne i ZIP arkivet!" @@ -4134,10 +4168,6 @@ msgstr "" "Ikke støtte for maler, kontroller konfigureringen og/eller dine maler i " "katalogen %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Dette er ikke ett tall!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "ikke OK" @@ -4205,14 +4235,6 @@ msgstr "Partisjon %s" msgid "The password for %s was changed successfully." msgstr "Passordet til %s er endret." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Passordet er blankt!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Passordene er ikke like!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4276,10 +4298,6 @@ msgstr "PHP array" msgid "PHP extension" msgstr "PHP tillegg" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Velg primærnøkkelen eller en unik nøkkel" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: dutch \n" @@ -45,30 +45,30 @@ msgstr "Zoeken" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Start" @@ -828,27 +828,143 @@ msgstr "" "phpMyAdmin werkt gebruiksvriendelijker met een browser die frames aan " "kan." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "Klik om te selecteren" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "Klik om te de-selecteren" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\"-opdrachten zijn niet mogelijk." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Weet u zeker dat u dit wilt " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "U staat op het punt een complete database te VERWIJDEREN!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +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:35 libraries/messages.inc.php:99 +#, 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:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Er ontbreekt een waarde in het formulier!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Dit is geen cijfer!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "De machinenaam is leeg!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "De gebruikersnaam is leeg!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Het wachtwoord is leeg!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "De wachtwoorden zijn niet gelijk!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Annuleren" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Wijzigingen opgeslagen." + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Relatie verwijderd" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "Vreemde sleutel(FOREIGN KEY) relatie toegevoegd" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Interne relatie toegevoegd" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Fout: Relatie niet toegevoegd." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Fout: relatie bestaat reeds." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Fout bij het opslaan van coördinaten voor de Designer." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Basis relatie opties" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Uitgeschakeld" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Selecteer de gerefereerde sleutel" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Selecteer vreemde sleutel" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Selecteer de primaire sleutel of een unieke sleutel" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Kies weer te geven veld" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Doneer" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Vorige" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -856,96 +972,96 @@ msgid "Next" msgstr "Volgende" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Totaal" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr " Binair " -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Mei" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jun" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jul" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Aug" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Oct" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -953,178 +1069,178 @@ msgid "May" msgstr "Mei" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Sept" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Oct" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Dec" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Zo" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Ma" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Di" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Vr" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Zo" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Ma" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Di" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Wo" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Do" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Vr" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Za" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Zo" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Di" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Wo" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Do" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Vr" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Za" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "in gebruik" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1258,6 +1374,26 @@ msgstr "Bekijk video" msgid "Download file" msgstr "Download bestand" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Kan de iconv of recode extensies niet laden, welke nodig zijn voor de " +"karakterset conversie, configureer PHP om deze extensies toe te laten of " +"schakel karakterset conversie uit in phpMyAdmin" + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Kan iconv, libiconv en recode_string functies niet gebruiken hoewel de " +"extensies geladen geladen lijken te zijn. Controleer de PHP configuratie." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1563,6 +1699,51 @@ msgstr "" msgid "Overhead" msgstr "Overhead" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Wijzig wachtwoord" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Geen wachtwoord" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Wachtwoord" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Type opnieuw" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Wachtwoord Hashing" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 compatibel" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Genereer wachtwoord" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Genereer" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1662,51 +1843,6 @@ msgstr "\"ge-bzipt\"" msgid "SQL compatibility mode" msgstr "SQL-compatibiliteits mode" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Wijzig wachtwoord" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Geen wachtwoord" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Wachtwoord" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Type opnieuw" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Wachtwoord Hashing" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 compatibel" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Genereer wachtwoord" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Genereer" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2429,28 +2565,8 @@ msgstr "Gegenereerd door" msgid "Rows" msgstr "Rijen" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Kan de iconv of recode extensies niet laden, welke nodig zijn voor de " -"karakterset conversie, configureer PHP om deze extensies toe te laten of " -"schakel karakterset conversie uit in phpMyAdmin" - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Kan iconv, libiconv en recode_string functies niet gebruiken hoewel de " -"extensies geladen geladen lijken te zijn. Controleer de PHP configuratie." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL gaf een lege resultaat set terug (0 rijen)." @@ -2822,22 +2938,11 @@ msgstr "Positie" msgid "Server ID" msgstr "Server ID" -#: libraries/messages.inc.php:99 -#, 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?" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Uitgeschakeld" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "U staat op het punt om een BLOB Bewaarplaats UIT TE SCHAKELEN!" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2967,10 +3072,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "Wijzig de Inlog Informatie / Kopieer gebruiker" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Kies weer te geven veld" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Karakterset" @@ -3002,18 +3103,6 @@ msgstr "Controleer privileges voor database "%s"." msgid "Please choose a page to edit" msgstr "Kies een pagina om aan te passen" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "Klik om te selecteren" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "Klik om te de-selecteren" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Toon kolom commentaar" @@ -3321,11 +3410,6 @@ msgstr "Verschil" msgid "Direct links" msgstr "Directe verbindingen" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Uitgeschakeld" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "controle op vreemde sleutels uitschakelen" @@ -3350,16 +3434,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Gebruik geen AUTO_INCREMENT voor 0-waarden" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Weet u zeker dat u dit wilt " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "U staat op het punt een complete database te VERWIJDEREN!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3434,23 +3508,11 @@ msgstr "" msgid "Error in ZIP archive:" msgstr "Fout in ZIP-archief:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Fout: Relatie niet toegevoegd." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Fout: relatie bestaat reeds." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Fout bij het hernoemen van de tabel %1$s naar %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Fout bij het opslaan van coördinaten voor de Designer." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3577,19 +3639,11 @@ msgid "Error creating foreign key on %1$s (check data types)" msgstr "" "Fout bij het maken van vreemdesleutel naar %1$s (controleer data typen)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "Vreemde sleutel(FOREIGN KEY) relatie toegevoegd" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Opmaak" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Er ontbreekt een waarde in het formulier!" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "Start volledig" @@ -3602,10 +3656,6 @@ msgstr "Stop volledig" msgid "Function" msgstr "Functie" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Basis relatie opties" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Georgisch" @@ -3688,10 +3738,6 @@ msgstr "Home" msgid "Official Homepage" msgstr "Officiële phpMyAdmin Website" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "De machinenaam is leeg!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3838,10 +3884,6 @@ msgstr "" "Een interne relatie is niet noodzakelijk wanneer er reeds een vreemde sleutel" "(FOREIGN KEY) relatie bestaat." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Interne relatie toegevoegd" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Interne relaties" @@ -4091,10 +4133,6 @@ msgstr "" "MIME-types die in schuingedrukt staan hebben geen aparte " "transformatiefuncties" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Wijzigingen opgeslagen." - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Wijzig een index" @@ -4179,10 +4217,6 @@ msgstr "" "Er is geen gedetailleerde status informatie beschikbaar voor deze opslag " "engine." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\"-opdrachten zijn niet mogelijk." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "Geen bestanden gevonden in ZIP archief!" @@ -4235,10 +4269,6 @@ msgstr "" "Geen ondersteuning voor thema's, controleer uw configuratie en/of de thema's " "in de directory %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Dit is geen cijfer!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "Niet Goed" @@ -4306,14 +4336,6 @@ msgstr "Partitie %s" msgid "The password for %s was changed successfully." msgstr "Het wachtwoord voor %s is succesvol veranderd." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Het wachtwoord is leeg!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "De wachtwoorden zijn niet gelijk!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4378,10 +4400,6 @@ msgstr "PHP-array" msgid "PHP extension" msgstr "PHP uitbreiding" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Selecteer de primaire sleutel of een unieke sleutel" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: LANGUAGE \n" @@ -46,30 +46,30 @@ msgstr "" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "" @@ -820,23 +820,137 @@ msgstr "" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "" + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "" + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, possible-php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 msgid "Done" msgstr "" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 msgid "Prev" msgstr "" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -844,231 +958,231 @@ msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 msgid "Today" msgstr "" -#: js/messages.php:83 +#: js/messages.php:81 msgid "January" msgstr "" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 msgid "March" msgstr "" -#: js/messages.php:86 +#: js/messages.php:84 msgid "April" msgstr "" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "" -#: js/messages.php:88 +#: js/messages.php:86 msgid "June" msgstr "" -#: js/messages.php:89 +#: js/messages.php:87 msgid "July" msgstr "" -#: js/messages.php:90 +#: js/messages.php:88 msgid "August" msgstr "" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 msgid "October" msgstr "" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 msgctxt "Short month name" msgid "May" msgstr "" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "" -#: js/messages.php:123 +#: js/messages.php:121 msgid "Sunday" msgstr "" -#: js/messages.php:124 +#: js/messages.php:122 msgid "Monday" msgstr "" -#: js/messages.php:125 +#: js/messages.php:123 msgid "Tuesday" msgstr "" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 msgid "Friday" msgstr "" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 msgid "Su" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 msgid "Mo" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 msgid "Tu" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 msgid "We" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 msgid "Th" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 msgid "Fr" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 msgid "Sa" msgstr "" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 msgid "Minute" msgstr "" -#: js/messages.php:167 +#: js/messages.php:165 msgid "Second" msgstr "" @@ -1190,6 +1304,21 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1477,6 +1606,49 @@ msgstr "" msgid "Overhead" msgstr "" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1570,49 +1742,6 @@ msgstr "" msgid "SQL compatibility mode" msgstr "" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2264,23 +2393,8 @@ msgstr "" msgid "Rows" msgstr "" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -2649,20 +2763,11 @@ msgstr "" msgid "Server ID" msgstr "" -#: libraries/messages.inc.php:99 -#, possible-php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2785,10 +2890,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "" @@ -2820,18 +2921,6 @@ msgstr "" msgid "Please choose a page to edit" msgstr "" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "" @@ -3123,11 +3212,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "" @@ -3152,16 +3236,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "" - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3235,23 +3309,11 @@ msgstr "" msgid "Error in ZIP archive:" msgstr "" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, possible-php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "" @@ -3366,19 +3428,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "" @@ -3391,10 +3445,6 @@ msgstr "" msgid "Function" msgstr "" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "" @@ -3477,10 +3527,6 @@ msgstr "" msgid "Official Homepage" msgstr "" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3617,10 +3663,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "" @@ -3854,10 +3896,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "" @@ -3934,10 +3972,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "" -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "" - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "" @@ -3988,10 +4022,6 @@ msgid "" "directory %s." msgstr "" -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "" @@ -4059,14 +4089,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "" -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "" - #: libraries/messages.inc.php:643 #, possible-php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4130,10 +4152,6 @@ msgstr "" msgid "PHP extension" msgstr "" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -44,30 +44,30 @@ msgstr "Szukaj" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Wykonaj" @@ -836,27 +836,141 @@ msgstr "" "phpMyAdmin jest bardziej przyjazny w przeglądarkach obsługujących ramki" -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "Polecenie \"DROP DATABASE\" jest zablokowane." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Czy na pewno wykonać " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Masz zamiar ZNISZCZYĆ całą bazę danych!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "Masz zamiar WYŁĄCZYĆ repozytorium BLOBów!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, 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 BLOBów z bazy danych %s?" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Brakująca wartość w formularzu!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "To nie jest liczba!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Brak nazwy hosta!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Brak nazwy użytkownika!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Puste hasło!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Hasła nie są identyczne!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Anuluj" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Modyfikacje zostały zapamiętane" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Usunięto powiązanie" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "Relacja FOREIGN KEY została dodana." + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Dodano wewnętrzne powiązanie" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Błąd: nie dodano związku." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Błąd: związek już istnieje." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Błąd podczas zapisywania współrzędnych dla Projektanta." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Ogólne funkcje relacyjne" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "wyłączone" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Wybierz klucz zewnętrzny" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Należy wybrać klucz główny lub klucz jednoznaczny" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Wybierz wyświetlane pole" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Przekazanie darowizny" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Poprzednie" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -864,96 +978,96 @@ msgid "Next" msgstr "Następne" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Sumarycznie" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr " Binarne " -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Kwi" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Maj" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Cze" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Lip" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Sie" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Paź" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Sty" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Lut" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Kwi" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -961,178 +1075,178 @@ msgid "May" msgstr "Maj" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Cze" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Lip" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Sie" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Wrz" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Paź" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Lis" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Gru" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Nie" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Pon" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Wto" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Pią" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Nie" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Wto" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Śro" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Czw" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Pią" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Sob" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Nie" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Pon" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Wto" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Śro" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Czw" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pią" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sob" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "w użyciu" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1263,6 +1377,26 @@ msgstr "Obejrzyj film" msgid "Download file" msgstr "Ściągnij plik" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Nie udało się załadować rozszerzeń iconv lub recode, które są niezbędne do " +"konwersji kodowania napisów, skonfiguruj PHP tak, by mógł używać tych " +"rozszerzeń albo zablokuj konwersję kodowania napisów w phpMyAdminie." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Nie udało się użyć ani funkcji iconv, ani libiconv, mimo że rozszerzenia " +"zgłaszają się jako załadowane. Proszę sprawdzić swoją konfigurację PHP." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1569,6 +1703,51 @@ msgstr "Być może w przybliżeniu. Zobacz FAQ 3.11" msgid "Overhead" msgstr "Nadmiar" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Zmień hasło" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Brak hasła" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Hasło" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Ponownie" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Sposób kodowania haseł" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "Kompatybilny z MySQL-em 4.0" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Generuj hasło" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Generuj" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1668,51 +1847,6 @@ msgstr "\".bz2\"" msgid "SQL compatibility mode" msgstr "Tryb zgodności SQL" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Zmień hasło" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Brak hasła" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Hasło" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Ponownie" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Sposób kodowania haseł" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "Kompatybilny z MySQL-em 4.0" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Generuj hasło" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Generuj" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2417,28 +2551,8 @@ msgstr "Wygenerowany przez" msgid "Rows" msgstr "Rekordów" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Nie udało się załadować rozszerzeń iconv lub recode, które są niezbędne do " -"konwersji kodowania napisów, skonfiguruj PHP tak, by mógł używać tych " -"rozszerzeń albo zablokuj konwersję kodowania napisów w phpMyAdminie." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Nie udało się użyć ani funkcji iconv, ani libiconv, mimo że rozszerzenia " -"zgłaszają się jako załadowane. Proszę sprawdzić swoją konfigurację PHP." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL zwrócił pusty wynik (zero rekordów)." @@ -2814,21 +2928,12 @@ msgstr "Pozycja" msgid "Server ID" msgstr "ID serwera" -#: libraries/messages.inc.php:99 -#, 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 BLOBów z bazy danych %s?" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Wyłączone" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "Masz zamiar WYŁĄCZYĆ repozytorium BLOBów!" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2954,10 +3059,6 @@ msgstr " … odbierz wszystkie aktywne uprawnienia staremu, a następnie go usu msgid "Change Login Information / Copy User" msgstr "Zmień dane użytkownika / Skopiuj użytkownika" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Wybierz wyświetlane pole" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Kodowanie napisów" @@ -2989,18 +3090,6 @@ msgstr "Sprawdź uprawnienia bazy danych "%s"." msgid "Please choose a page to edit" msgstr "Proszę wybrać stronę do edycji" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Wyświetl komentarze dla kolumn" @@ -3309,11 +3398,6 @@ msgstr "" msgid "Direct links" msgstr "Bezpośrednie połączenia" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "wyłączone" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Wyłącz sprawdzanie kluczy zewnętrznych" @@ -3338,16 +3422,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Czy na pewno wykonać " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Masz zamiar ZNISZCZYĆ całą bazę danych!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3421,23 +3495,11 @@ msgstr " Uwaga: Uprawnienia MySQL są oznaczone w języku angielskim " msgid "Error in ZIP archive:" msgstr "Błąd w archiwum ZIP:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Błąd: nie dodano związku." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Błąd: związek już istnieje." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Błąd podczas zmiany nazwy tabeli z %1$s na %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Błąd podczas zapisywania współrzędnych dla Projektanta." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3563,19 +3625,11 @@ msgstr "" "Błąd podczas tworzenia klucza zewnętrznego na %1$s (należy sprawdzić typy " "danych)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "Relacja FOREIGN KEY została dodana." - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Format" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Brakująca wartość w formularzu!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3590,10 +3644,6 @@ msgstr "Pełny tekst" msgid "Function" msgstr "Funkcja" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Ogólne funkcje relacyjne" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Gruziński" @@ -3676,10 +3726,6 @@ msgstr "Wejście" msgid "Official Homepage" msgstr "Oficjalna strona phpMyAdmina" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Brak nazwy hosta!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3823,10 +3869,6 @@ msgid "" msgstr "" "Wewnętrzna relacja jest zbędna gdy istnieje odpowiednia relacja FOREIGN KEY." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Dodano wewnętrzne powiązanie" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Wewnętrzne relacje" @@ -4073,10 +4115,6 @@ msgid "" msgstr "" "Typy MIME pisane czcionką pochyloną nie mają oddzielnej funkcji transformacji" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Modyfikacje zostały zapamiętane" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Modyfikacja indeksu" @@ -4158,10 +4196,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "Brak szczegółowych informacji o tym mechanizmie składowania" -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "Polecenie \"DROP DATABASE\" jest zablokowane." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "Archiwum ZIP jest puste!" @@ -4215,10 +4249,6 @@ msgstr "" "Brak obsługi motywów graficznych, proszę sprawdzić konfigurację i/lub motywy " "graficzne w katalogu %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "To nie jest liczba!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "błąd" @@ -4286,14 +4316,6 @@ msgstr "Partycja %s" msgid "The password for %s was changed successfully." msgstr "Hasło dla %s zostało pomyślnie zmienione." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Puste hasło!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Hasła nie są identyczne!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4358,10 +4380,6 @@ msgstr "" msgid "PHP extension" msgstr "Rozszerzenie PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Należy wybrać klucz główny lub klucz jednoznaczny" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -41,30 +41,30 @@ msgstr "Pesquisar" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Executa" @@ -837,26 +837,143 @@ msgstr "" "O phpMyAdmin torna-se mais agradável se usado num browser que suporte " "frames." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "Os comandos \"DROP DATABASE\" estão inibidos." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Confirma : " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Nº de dados insuficiente!\\nPreencha todas as opções!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Isto não é um número!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "O nome da máquina está vazio!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "O nome do utilizador está vazio!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Indique a palavras-passe!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "" +"As palavras-passe são diferentes!\\nLembre-se de confirmar a palavra-passe!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Modificações foram guardadas" + +#: js/messages.php:53 libraries/messages.inc.php:749 +#, fuzzy +msgid "Relation deleted" +msgstr "Vista de Relação" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +#, fuzzy +msgid "Internal relation added" +msgstr "Relações internas" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Características gerais de Relação" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Desactidado" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Escolha campo para mostrar" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy msgid "Done" msgstr "Dados" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Anterior" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -864,96 +981,96 @@ msgid "Next" msgstr "Próximo" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Total" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr " Binário " -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Abr" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Mai" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jun" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jul" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Ago" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Out" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Fev" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -961,176 +1078,176 @@ msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Set" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Out" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Dez" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Dom" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Seg" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Ter" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Sex" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Dom" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Seg" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Ter" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Qua" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Qui" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Sex" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Dom" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Seg" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Ter" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Qua" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Qui" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Sex" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sab" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "em uso" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1258,6 +1375,28 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Não é possível carregar iconv ou recodificar a extensão necessária " +"para a conversão do Mapa de Caracteres, configure o php de modo a permitir " +"utilizar estas extensões ou desligue a conversão do mapa de caracteres no " +"phpmyadmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Não é possível usar iconv nem libiconv nem a função " +"recode_string enquanto a extensão reportar que está ligada. Confira a " +"configuração do seu php." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1559,6 +1698,50 @@ msgstr "" msgid "Overhead" msgstr "Suspenso" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Alterar a palavra-passe" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Sem palavra-passe" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Palavra-passe" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Confirma" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +#, fuzzy +msgid "Generate" +msgstr "Gerado por" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1658,50 +1841,6 @@ msgstr "\"Compressão bzip\"" msgid "SQL compatibility mode" msgstr "" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Alterar a palavra-passe" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Sem palavra-passe" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Palavra-passe" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Confirma" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -#, fuzzy -msgid "Generate" -msgstr "Gerado por" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2364,30 +2503,8 @@ msgstr "Gerado por" msgid "Rows" msgstr "Registos" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Não é possível carregar iconv ou recodificar a extensão necessária " -"para a conversão do Mapa de Caracteres, configure o php de modo a permitir " -"utilizar estas extensões ou desligue a conversão do mapa de caracteres no " -"phpmyadmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Não é possível usar iconv nem libiconv nem a função " -"recode_string enquanto a extensão reportar que está ligada. Confira a " -"configuração do seu php." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL não retornou nenhum registo." @@ -2767,21 +2884,12 @@ msgstr "" msgid "Server ID" msgstr "Servidor" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Desactidado" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2909,10 +3017,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "Mudar a informação de login / Copiar Utilizador" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Escolha campo para mostrar" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Mapa de Caractere" @@ -2945,18 +3049,6 @@ msgstr "Verificar Privilégios para a Base de Dados "%s"." msgid "Please choose a page to edit" msgstr "Escolha uma Página para editar" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Mostrando comentários das Colunas" @@ -3258,11 +3350,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Desactidado" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "" @@ -3287,16 +3374,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Confirma : " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3371,23 +3448,11 @@ msgstr " Nota: os nomes dos privilégios do MySQL são em Inglês " msgid "Error in ZIP archive:" msgstr "" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "" @@ -3512,19 +3577,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Formato" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Nº de dados insuficiente!\\nPreencha todas as opções!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3539,10 +3596,6 @@ msgstr "Texto Completo" msgid "Function" msgstr "Funções" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Características gerais de Relação" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Georgiano" @@ -3626,10 +3679,6 @@ msgstr "Início" msgid "Official Homepage" msgstr "Página Oficial do phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "O nome da máquina está vazio!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3770,11 +3819,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -#, fuzzy -msgid "Internal relation added" -msgstr "Relações internas" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Relações internas" @@ -4018,10 +4062,6 @@ msgid "" msgstr "" "MIME-types impressos em itálico não tem uma função de transformação separada" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Modificações foram guardadas" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Modificar um índice" @@ -4098,10 +4138,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "" -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "Os comandos \"DROP DATABASE\" estão inibidos." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "" @@ -4153,10 +4189,6 @@ msgid "" "directory %s." msgstr "" -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Isto não é um número!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "não está OK" @@ -4226,15 +4258,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "A palavra-passe para %s foi alterada com sucesso." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Indique a palavras-passe!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "" -"As palavras-passe são diferentes!\\nLembre-se de confirmar a palavra-passe!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4302,10 +4325,6 @@ msgstr "" msgid "PHP extension" msgstr "versão do PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: brazilian_portuguese \n" @@ -46,30 +46,30 @@ msgstr "Procurar" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Executar" @@ -835,26 +835,140 @@ 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:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "O comando \"DROP DATABASE\" está desabilitado." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Confirmar" + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Você está prestes à DESTRUIR completamente o Banco de Dados!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Faltando valores no formulário!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Isto não é um número!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "O nome do servidor está vazio!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "O nome do usuário está em branco!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "A senhas está em branco!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "As senhas não são iguais!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Cancelar" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Modificações foram salvas" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Relacionamento apagado" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Adicionado relacionamento Interno" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Erro: relacionamento não adicionado." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Erro: relacionamento já existe." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Erro ao salvar coordenada para o Designer." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Recursos de relações gerais" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Desabilitado" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Seleciona chave referenciada" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Selecionar Chave Estrangeira" + +#: js/messages.php:62 libraries/messages.inc.php:661 +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:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Escolha o campo para exibir" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy msgid "Done" msgstr "Dados" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Anterior" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -862,96 +976,96 @@ msgid "Next" msgstr "Próximo" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Total" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr " Binário " -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Abr" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Mai" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jun" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jul" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Ago" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Out" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Fev" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -959,176 +1073,176 @@ msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Set" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Out" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Dez" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Dom" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Seg" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Ter" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Sex" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Dom" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Seg" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Ter" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Qua" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Qui" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Sex" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Dom" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Seg" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Ter" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Qua" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Qui" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Sex" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sab" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "em uso" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1258,6 +1372,28 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Não é possível carregar iconv ou recodificar a extensão necessária " +"para a conversão do Conjunto de Caracteres, configure o PHP de modo a " +"permitir utilizar estas extensões ou desligue a conversão do Conjunto de " +"Caracteres no phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Não é possível usar iconv nem libiconv nem a função " +"recode_string enquanto a extensão reportar que está ligada. Confira a " +"configuração do seu php." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1558,6 +1694,51 @@ msgstr "Pode ser aproximado. Veja o FAQ 3.11" msgid "Overhead" msgstr "Sobrecarga" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Alterar a senha" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Sem senha" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Senha" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Re-digite" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Hashing da senha" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "Compatível com MySQL 4.0" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Gerar Senha" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Gerar" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1657,51 +1838,6 @@ msgstr "\"compactado com bzip\"" msgid "SQL compatibility mode" msgstr "Modo de compatibilidade SQL" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Alterar a senha" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Sem senha" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Senha" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Re-digite" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Hashing da senha" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "Compatível com MySQL 4.0" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Gerar Senha" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Gerar" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2388,30 +2524,8 @@ msgstr "Gerado por" msgid "Rows" msgstr "Registros" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Não é possível carregar iconv ou recodificar a extensão necessária " -"para a conversão do Conjunto de Caracteres, configure o PHP de modo a " -"permitir utilizar estas extensões ou desligue a conversão do Conjunto de " -"Caracteres no phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Não é possível usar iconv nem libiconv nem a função " -"recode_string enquanto a extensão reportar que está ligada. Confira a " -"configuração do seu php." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL retornou um conjunto vazio (ex. zero registros)." @@ -2786,20 +2900,11 @@ msgstr "Posição" msgid "Server ID" msgstr "ID do Servidor" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Desabilitado" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2924,10 +3029,6 @@ msgstr " ... revogar todos privilégios do usuário antigo e depois apagar ele." msgid "Change Login Information / Copy User" msgstr "Mudar informações de login / Copiar usuário" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Escolha o campo para exibir" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Conjunto de caracteres" @@ -2959,18 +3060,6 @@ msgstr "Verificar privilégios para a Banco de Dados "%s"." msgid "Please choose a page to edit" msgstr "Escolha a página para editar" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Exibindo comentários da coluna" @@ -3276,11 +3365,6 @@ msgstr "" msgid "Direct links" msgstr "Links diretos" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Desabilitado" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Desabilitar verificação de chaves estrangeiras" @@ -3305,16 +3389,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Confirmar" - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Você está prestes à DESTRUIR completamente o Banco de Dados!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3388,23 +3462,11 @@ msgstr " Nota: nomes de privilégios do MySQL são expressos em inglês " msgid "Error in ZIP archive:" msgstr "Erro no arquivo ZIP:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Erro: relacionamento não adicionado." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Erro: relacionamento já existe." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Erro ao renomear tabela %1$s para %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Erro ao salvar coordenada para o Designer." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3528,19 +3590,11 @@ msgstr "Nivelar (fechar) todas as tabelas" msgid "Error creating foreign key on %1$s (check data types)" msgstr "Erro ao criar chave externa no %1$s (check data types)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Formato" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Faltando valores no formulário!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3555,10 +3609,6 @@ msgstr "Texto completo" msgid "Function" msgstr "Funções" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Recursos de relações gerais" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Georgiano" @@ -3641,10 +3691,6 @@ msgstr "Principal" msgid "Official Homepage" msgstr "Página Oficial do phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "O nome do servidor está vazio!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3787,10 +3833,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Adicionado relacionamento Interno" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Relações internas" @@ -4038,10 +4080,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "MIME-types em itálico não têm uma função de transformação separada" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Modificações foram salvas" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Modificar um índice" @@ -4125,10 +4163,6 @@ msgstr "" "Não há nenhuma informação detalhada do status disponível para esta storage " "engine." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "O comando \"DROP DATABASE\" está desabilitado." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "Nenhum arquivo encontrado dentro do arquivo ZIP!" @@ -4181,10 +4215,6 @@ msgstr "" "Sem suporte a Temas, verifique suas configurações e/ou seus Temas no " "diretório %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Isto não é um número!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "não está OK" @@ -4252,14 +4282,6 @@ msgstr "Partição %s" msgid "The password for %s was changed successfully." msgstr "A senha para %s foi modificada com sucesso." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "A senhas está em branco!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "As senhas não são iguais!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4323,10 +4345,6 @@ msgstr "" msgid "PHP extension" msgstr "Extensão do PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Por favor, selecione uma chave primária ou uma chave única" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: romanian \n" @@ -47,30 +47,30 @@ msgstr "Caută" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Execută" @@ -838,26 +838,140 @@ msgstr "" "phpMyAdmin are o interfață mai prietenoasă cu un navigator ce lucreaza cu " "cadre." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "Comenzile \"DROP DATABASE\" sînt dezactivate." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Sigur doriți să " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +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 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "You are about to DISABLE a BLOB Repository!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, 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:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Valoarea lipsește în formular !" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Acesta nu este un număr!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Numele gazdei este gol!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Numele de utilizator este gol!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Parola este goală!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Parolele nu corespund!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Renunță" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Modificările au fost salvate" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Relație ștearsă" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "FOREIGN KEY relation added" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Relație internă adăugată" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Eroare: Relația nu a fost adăugată." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Eroare: relația deja există." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Eroare la salvarea coordonatelor pentru Designer." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Facilități generale" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Dezactivat" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Alegere cheie referențiată" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Alegeți cheia străină" + +#: js/messages.php:62 libraries/messages.inc.php:661 +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:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Selectează un cîmp" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy msgid "Done" msgstr "Date" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Anterior" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -865,96 +979,96 @@ msgid "Next" msgstr "Următorul" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Total" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binar" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Mai" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Iun" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Iul" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Aug" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Oct" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Ian" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -962,178 +1076,178 @@ msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Iun" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Iul" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Oct" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Noi" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Dec" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Dum" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Lun" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Mar" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Vin" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Dum" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Mie" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Joi" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Vin" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Sâm" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Dum" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Lun" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Mar" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Mie" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Joi" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Vin" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sâm" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "în folosință" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1266,6 +1380,26 @@ msgstr "Vizualizează video" msgid "Download file" msgstr "Descarcă fișierul" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Nu pot încărca extensia iconv sau recode necesară pentru conversia de " +"caractere, configurați PHP pentru a permite folosirea acestor extensii sau " +"dezactivați conversia de caractere din phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Nu pot folosi funcțiile iconv nici libiconv nici recode_string în timp ce " +"extensia este încărcată. Verificați configurația PHP." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1570,6 +1704,51 @@ msgstr "Poate fi aproximativ. Vezi FAQ 3.11" msgid "Overhead" msgstr "Asupra" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Schimbare parolă" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Nu există parolă" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Parola" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Re-tastează" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Password Hashing" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "Compatibil MySQL 4.0" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Generează parolă" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Generează" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1669,51 +1848,6 @@ msgstr "cu „bzip2”" msgid "SQL compatibility mode" msgstr "Regim de compatibilitate SQL" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Schimbare parolă" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Nu există parolă" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Parola" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Re-tastează" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Password Hashing" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "Compatibil MySQL 4.0" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Generează parolă" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Generează" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2421,28 +2555,8 @@ msgstr "Generat de" msgid "Rows" msgstr "Linie" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Nu pot încărca extensia iconv sau recode necesară pentru conversia de " -"caractere, configurați PHP pentru a permite folosirea acestor extensii sau " -"dezactivați conversia de caractere din phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Nu pot folosi funcțiile iconv nici libiconv nici recode_string în timp ce " -"extensia este încărcată. Verificați configurația PHP." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL a dat un set de rezultate gol (zero linii)." @@ -2821,21 +2935,12 @@ msgstr "Poziție" msgid "Server ID" msgstr "ID server" -#: libraries/messages.inc.php:99 -#, 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?" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Dezactivat" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "You are about to DISABLE a BLOB Repository!" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2967,10 +3072,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "Schimbă informațiile de autentificare/Copiază utilizator" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Selectează un cîmp" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Set de caractere" @@ -3002,18 +3103,6 @@ msgstr "Verifică privilegiile pentru baza de date "%s"." msgid "Please choose a page to edit" msgstr "Selectează o pagină pentru a fi editată" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Arată comentariile coloanei" @@ -3323,11 +3412,6 @@ msgstr "" msgid "Direct links" msgstr "Legături directe" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Dezactivat" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Dezactivare verificări de cheie străine" @@ -3352,16 +3436,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Sigur doriți să " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Sînteți pe cale să DISTRUGEȚI o întreagă bază de date!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3435,23 +3509,11 @@ msgstr " Important: numele drepturilor de acces MySQL apar în engleză" msgid "Error in ZIP archive:" msgstr "Eroare în arhiva ZIP:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Eroare: Relația nu a fost adăugată." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Eroare: relația deja există." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Eroare la redenumirea tabelului %1$s în %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Eroare la salvarea coordonatelor pentru Designer." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3575,19 +3637,11 @@ msgstr "Flush (close) all tables" msgid "Error creating foreign key on %1$s (check data types)" msgstr "Error creating foreign key on %1$s (check data types)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "FOREIGN KEY relation added" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Format" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Valoarea lipsește în formular !" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3602,10 +3656,6 @@ msgstr "Tot textul" msgid "Function" msgstr "Funcție" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Facilități generale" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Georgiană" @@ -3688,10 +3738,6 @@ msgstr "Pagina de pornire" msgid "Official Homepage" msgstr "Pagina oficială phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Numele gazdei este gol!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3833,10 +3879,6 @@ msgstr "" "Nu este necesară o relație internă atunci cînd există o cheie externă " "corespondentă." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Relație internă adăugată" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Relații interne" @@ -4084,10 +4126,6 @@ msgid "" msgstr "" "Tipurile MIME enumerate cursiv nu au o funcție de transformare separată" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Modificările au fost salvate" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Modifică un index" @@ -4172,10 +4210,6 @@ msgstr "" "Nu există informații detaliate de stare disponibile pentru motorul de " "stocare." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "Comenzile \"DROP DATABASE\" sînt dezactivate." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "Niciun fișier nu a fost găsit în arhiva ZIP!" @@ -4229,10 +4263,6 @@ msgstr "" "Nu există suport pentru tematici, vă rugăm să verificați configurația și/sau " "designurile în directorul %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Acesta nu este un număr!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "Nu este bine" @@ -4300,14 +4330,6 @@ msgstr "Partiția %s" msgid "The password for %s was changed successfully." msgstr "Parola pentru %s a fost schimbată cu succes." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Parola este goală!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Parolele nu corespund!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4372,10 +4394,6 @@ msgstr "" msgid "PHP extension" msgstr "Extensie PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Vă rugăm să alegeți cheia primară sau o cheie unică" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: russian \n" @@ -47,30 +47,30 @@ msgstr "Поиск" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "OK" @@ -829,27 +829,143 @@ msgstr "Импорт успешно завершен, запросов выпо msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "Для работы phpMyAdmin нужен браузер с поддержкой фреймов." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "Выделение" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "Снятие выделения" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "Команда \"DROP DATABASE\" (удалить базу данных) - отключена." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Вы действительно хотите выполнить запрос" + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "База данных будет полностью удалена!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "Вы собираетесь ОТКЛЮЧИТЬ хранилище BLOB данных!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "Вы уверены, что хотите отключить все BLOB ссылки для базы данных %s?" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Не заполнены необходимые поля формы!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Введите число!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Пустое имя хоста!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Не задано имя пользователя!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Пароль не задан!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Некорректное подтверждение пароля!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Отмена" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Изменения сохранены" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Связь удалена" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "Добавлена связь на внешний ключ (FOREIGN KEY)" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Добавлена внутренняя связь" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Ошибка: Связь не добавлена." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Ошибка: Связь уже существует." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Ошибка сохранения координат." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Основные возможности связей" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Недоступно" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Выберите ссылочный ключ" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Выберите внешний ключ" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" +"Выберите поле являющееся первичным (PRIMARY), или уникальным (UNIQUE) " +"индексом!" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Выбор отображаемого столбца" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Пожертвование" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Назад" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -857,96 +973,96 @@ msgid "Next" msgstr "Следующий" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Всего" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Двоичный" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Мар" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Апр" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Май" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Июн" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Июл" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Авг" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Окт" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Янв" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Фев" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Мар" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Апр" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -954,178 +1070,178 @@ msgid "May" msgstr "Май" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Июн" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Июл" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Авг" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Сен" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Окт" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Ноя" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Дек" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Вс" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Пн" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Вт" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Пт" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Вс" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Пн" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Вт" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Ср" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Чт" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Пт" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Сб" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Вс" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Пн" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Вт" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Ср" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Чт" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Пт" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Сб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Вики" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "используется" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1256,6 +1372,26 @@ msgstr "Просмотреть видео" msgid "Download file" msgstr "Загрузить файл" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Не подключены расширения iconv или recode, необходимые для конвертации " +"кодировок. Необходимо настроить PHP, включив данные расширения, или " +"отключить возможность конвертации кодировок в настройках phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Несмотря на то что необходимые расширения загружены, использование функций " +"iconv, libiconv или recode_string - невозможно. Проверьте настройки PHP." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1564,6 +1700,51 @@ msgstr "Может быть приблизительно. См. FAQ 3.11" msgid "Overhead" msgstr "Фрагментировано" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Изменить пароль" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Без пароля" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Пароль" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Подтверждение" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Хеширование пароля" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 совместимо" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Создать пароль" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Генерировать" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1663,51 +1844,6 @@ msgstr "bzip" msgid "SQL compatibility mode" msgstr "Режим совместимости SQL" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Изменить пароль" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Без пароля" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Пароль" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Подтверждение" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Хеширование пароля" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 совместимо" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Создать пароль" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Генерировать" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2425,28 +2561,8 @@ msgstr "Создан" msgid "Rows" msgstr "Строки" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Не подключены расширения iconv или recode, необходимые для конвертации " -"кодировок. Необходимо настроить PHP, включив данные расширения, или " -"отключить возможность конвертации кодировок в настройках phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Несмотря на то что необходимые расширения загружены, использование функций " -"iconv, libiconv или recode_string - невозможно. Проверьте настройки PHP." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL вернула пустой результат (т.е. ноль строк)." @@ -2818,21 +2934,12 @@ msgstr "Позиция" msgid "Server ID" msgstr "ID сервера" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "Вы уверены, что хотите отключить все BLOB ссылки для базы данных %s?" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Отключено" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "Вы собираетесь ОТКЛЮЧИТЬ хранилище BLOB данных!" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2961,10 +3068,6 @@ msgstr ", отменить все активные привилегии стар msgid "Change Login Information / Copy User" msgstr "Изменить/Копировать учетную запись" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Выбор отображаемого столбца" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Кодировка" @@ -2996,18 +3099,6 @@ msgstr "Проверить привилегии для базы данных &qu msgid "Please choose a page to edit" msgstr "Выбор страницы для редактирования" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "Выделение" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "Снятие выделения" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Отображать комментарии столбцов" @@ -3319,11 +3410,6 @@ msgstr "Различие" msgid "Direct links" msgstr "Прямые линии связей" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Недоступно" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Отключить проверку внешних ключей" @@ -3348,16 +3434,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Не используйте параметр AUTO_INCREMENT для нулевых значений" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Вы действительно хотите выполнить запрос" - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "База данных будет полностью удалена!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3431,23 +3507,11 @@ msgstr "Примечание: типы привилегий MySQL отображ msgid "Error in ZIP archive:" msgstr "Ошибка в ZIP-архиве:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Ошибка: Связь не добавлена." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Ошибка: Связь уже существует." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Ошибка при переименовании таблицы %1$s в %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Ошибка сохранения координат." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Эсперанто" @@ -3571,19 +3635,11 @@ msgstr "Закрыть все таблицы" msgid "Error creating foreign key on %1$s (check data types)" msgstr "Ошибка создания внешнего ключа на %1$s (проверьте типы данных)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "Добавлена связь на внешний ключ (FOREIGN KEY)" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Формат" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Не заполнены необходимые поля формы!" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "Полный запуск" @@ -3596,10 +3652,6 @@ msgstr "Полная остановка" msgid "Function" msgstr "Функция" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Основные возможности связей" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Грузинский" @@ -3683,10 +3735,6 @@ msgstr "К началу" msgid "Official Homepage" msgstr "Официальная страница phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Пустое имя хоста!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3832,10 +3880,6 @@ msgstr "" "Внутренняя связь не обязательна, если существует соответствующая связь с " "помощью внешнего ключа (FOREIGN KEY)." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Добавлена внутренняя связь" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Внутренние связи" @@ -4085,10 +4129,6 @@ msgid "" msgstr "" "MIME-типы, выделенные курсивом, не имеют отдельной функции трансформации" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Изменения сохранены" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Изменить индекс" @@ -4171,10 +4211,6 @@ msgid "" msgstr "" "Дополнительная информация о состоянии данного типа таблиц - отсутствует." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "Команда \"DROP DATABASE\" (удалить базу данных) - отключена." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "Файлов внутри ZIP-архива не найдено!" @@ -4227,10 +4263,6 @@ msgstr "" "Поддержка тем не работает, проверьте конфигурацию и наличие тем в каталоге %" "s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Введите число!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "Не готово" @@ -4298,14 +4330,6 @@ msgstr "Раздел %s" msgid "The password for %s was changed successfully." msgstr "Пароль для %s был успешно изменен." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Пароль не задан!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Некорректное подтверждение пароля!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4370,12 +4394,6 @@ msgstr "Массив PHP" msgid "PHP extension" msgstr "PHP расширение" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" -"Выберите поле являющееся первичным (PRIMARY), или уникальным (UNIQUE) " -"индексом!" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: sinhala \n" @@ -45,30 +45,30 @@ msgstr "සෙවීම" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "යන්න" @@ -834,26 +834,142 @@ msgstr "ආනයනය සාර්ථකව අවසන් කරන ලද msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin is more friendly with a frames-capable browser." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" statements are disabled." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "ඔබට ඇත්තෙන්ම අවශ්‍යද" + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "ඔබ සූදානම් වන්නේ සම්පූර්ණ දත්තගබඩාවක් විනාශකර දැමීමටයි!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "පෝරම‍යේ අස්ථනගත වූ අගයන් ඇත!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "මෙය අංකයක් නොවේ!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "දාරක නම හිස්ව පවතී!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "භාවිත නාමය හිස්ව පවතී!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "The password is empty!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "The passwords aren't the same!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "වෙනස් කිරීම් සේව් කරන ලදි" + +#: js/messages.php:53 libraries/messages.inc.php:749 +#, fuzzy +msgid "Relation deleted" +msgstr "Relation view" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +#, fuzzy +msgid "Internal relation added" +msgstr "Internal relations" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "General relation features" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "අක්‍රිය කරන ලද" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "පෙන්වීම සඳහා ක්ෂේත්‍රයක් ‍තෝරාගන්න" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy msgid "Done" msgstr "දත්ත" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "පෙර" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -861,96 +977,96 @@ msgid "Next" msgstr "මීලඟ" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "මුළු එකතුව" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "ද්වීමය" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "මාර්තු" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "අ‍ප්‍රේල්" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "මැයි" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "ජූනි" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "ජූලි" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "අගෝස්තු" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "ඔක්තෝම්බර්" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "ජනවාරි" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "පෙබරවාරි" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "මාර්තු" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "අ‍ප්‍රේල්" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -958,176 +1074,176 @@ msgid "May" msgstr "මැයි" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "ජූනි" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "ජූලි" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "අගෝස්තු" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "සැප්තැම්බර්" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "ඔක්තෝම්බර්" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "නොවැම්බර්" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "දෙසැම්බර්" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "ඉරිදා" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "සදුදා" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "අගහරු‍වදා" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "සිකුරාදා:" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "ඉරිදා" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "සදුදා" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "අගහරු‍වදා" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "බදාදා" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "බ්‍රහස්පතින්දා" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "සිකුරාදා:" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "සෙනසුරාදා" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "ඉරිදා" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "සදුදා" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "අගහරු‍වදා" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "බදාදා" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "බ්‍රහස්පතින්දා" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "සිකුරාදා:" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "සෙනසුරාදා" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "භාවිතා වෙමින් පවතී" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1257,6 +1373,26 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Couldn't use either the iconv, libiconv or recode_string functions, although " +"the necessary extensions appear to be loaded. Check your PHP configuration." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1559,6 +1695,51 @@ msgstr "සමහර විට ආසන්න වශයෙන්. FAQ 3.11 බ msgid "Overhead" msgstr "පිරිවැය" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "මුරපදය වෙනස් කරන්න" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "මුරපදයක් නැත" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "මුරපදය" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "නැවත ටයිප් කරන්න" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Password Hashing" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 compatible" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "මුරපදය උත්පාදනය කරන්න" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "උත්පාදනය කරන්න" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1658,51 +1839,6 @@ msgstr "\"bzipp ගතකරන ලදි\"" msgid "SQL compatibility mode" msgstr "SQL compatibility mode" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "මුරපදය වෙනස් කරන්න" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "මුරපදයක් නැත" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "මුරපදය" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "නැවත ටයිප් කරන්න" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Password Hashing" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 compatible" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "මුරපදය උත්පාදනය කරන්න" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "උත්පාදනය කරන්න" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2386,28 +2522,8 @@ msgstr "උත්පාදනය කරන ලද්දේ" msgid "Rows" msgstr "පේළි" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Couldn't use either the iconv, libiconv or recode_string functions, although " -"the necessary extensions appear to be loaded. Check your PHP configuration." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returned an empty result set (i.e. zero rows)." @@ -2784,21 +2900,12 @@ msgstr "පිහිටුම" msgid "Server ID" msgstr "සර්වරයේ හැඳුනුම් අංකය" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "අක්‍රිය කරන ලද" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2924,10 +3031,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "ලොගින් තොරතුරු වෙනස් කරන්න / භාවිතා කරන්නා පිටපත් කරන්න" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "පෙන්වීම සඳහා ක්ෂේත්‍රයක් ‍තෝරාගන්න" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "අක්ෂර කට්ටලය" @@ -2960,18 +3063,6 @@ msgstr ""%s" දත්තගබඩාව සඳහා වරප්‍ msgid "Please choose a page to edit" msgstr "සංස්කරණය සඳහා පිටුවක් තෝරාගන්න" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "තීර විස්තර පෙන්වීම" @@ -3276,11 +3367,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "අක්‍රිය කරන ලද" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "අන්‍ය යතුරු පරීක්ෂා අක්‍රිය කරන්න" @@ -3305,16 +3391,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "ඔබට ඇත්තෙන්ම අවශ්‍යද" - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "ඔබ සූදානම් වන්නේ සම්පූර්ණ දත්තගබඩාවක් විනාශකර දැමීමටයි!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3388,23 +3464,11 @@ msgstr " Note: MySQL privilege names are expressed in English " msgid "Error in ZIP archive:" msgstr "සිප් ආරක්ෂණයේ දෝෂයක් ඇත:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "%1$s සිට %2$s දක්වා වගුවේ නම් වෙනස් කිරීමේ දෝෂයක් ඇත" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3529,19 +3593,11 @@ msgstr "Flush (close) all tables" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "ආකෘතිය" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "පෝරම‍යේ අස්ථනගත වූ අගයන් ඇත!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3556,10 +3612,6 @@ msgstr "සම්පූර්ණ පාඨය" msgid "Function" msgstr "ශ්‍රිතය" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "General relation features" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "ජෝජියානු‍" @@ -3643,10 +3695,6 @@ msgstr "මුල් පිටුව" msgid "Official Homepage" msgstr "නිල phpMyAdmin මුල් පිටුව" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "දාරක නම හිස්ව පවතී!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3787,11 +3835,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -#, fuzzy -msgid "Internal relation added" -msgstr "Internal relations" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Internal relations" @@ -4040,10 +4083,6 @@ msgid "" msgstr "" "MIME types printed in italics do not have a separate transformation function" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "වෙනස් කිරීම් සේව් කරන ලදි" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "සූචිය වෙනස් කරන්න" @@ -4124,10 +4163,6 @@ msgid "" msgstr "" "There is no detailed status information available for this storage engine." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" statements are disabled." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "No files found inside ZIP archive!" @@ -4181,10 +4216,6 @@ msgstr "" "No themes support; please check your configuration and/or your themes in " "directory %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "මෙය අංකයක් නොවේ!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "OK නැත" @@ -4254,14 +4285,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "The password for %s was changed successfully." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "The password is empty!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "The passwords aren't the same!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4327,10 +4350,6 @@ msgstr "" msgid "PHP extension" msgstr "PHP සංස්කරණය" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: slovak \n" @@ -46,30 +46,30 @@ msgstr "Hľadať" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Vykonaj" @@ -834,27 +834,143 @@ msgstr "Import bol úspešne ukončený, bolo vykonaných %d dopytov." 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:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "Možnosť \"DROP DATABASE\" vypnutá." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Skutočne chcete vykonať príkaz " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Chystáte sa ZRUŠIŤ celú databázu!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Chýbajúca položka vo formulári !" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Toto nie je číslo!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Názov hostiteľa je prázdny!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Meno používateľa je prázdne!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Heslo je prázdne!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Heslá sa nezhodujú!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Zrušiť" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Zmeny boli uložené" + +#: js/messages.php:53 libraries/messages.inc.php:749 +#, fuzzy +msgid "Relation deleted" +msgstr "Zobraziť prepojenia" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +#, fuzzy +msgid "Internal relation added" +msgstr "Interné vzťahy" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Možnosti všeobecných vzťahov" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Vypnuté" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Zvolte, ktoré pole zobraziť" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "None" msgid "Done" msgstr "Žiadny" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Predchádzajúci" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -862,96 +978,96 @@ msgid "Next" msgstr "Ďalší" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Celkom" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binárny" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Máj" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jún" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Júl" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Aug" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -959,178 +1075,178 @@ msgid "May" msgstr "Máj" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Jún" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Júl" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Dec" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ne" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Po" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Út" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Pi" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Ne" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Po" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Út" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "St" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Št" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Pi" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "So" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ne" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Po" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Út" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "St" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Št" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pi" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "So" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "práve sa používa" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1260,6 +1376,26 @@ msgstr "" msgid "Download file" msgstr "Stiahnuť súbor" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Nie je možné nahrať rozšírenie iconv alebo recode potrebné pre prevod " +"znakových sad. Upravte nastavenie php tak aby umožňovalo použiť tieto " +"rozšírenia alebo vypnite túto vlastnosť v konfigurácii phpMyAdmina." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Nie je možné použiť funkcie iconv, libiconv a recode_string aj napriek tomu, " +"že rozšírenia sú nahrané. Skontrolujte prosím nastavenie PHP." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1559,6 +1695,51 @@ msgstr "Môže byť nepresné. Pozri FAQ 3.11" msgid "Overhead" msgstr "Naviac" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Zmeniť heslo" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Žiadne heslo" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Heslo" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Potvrdiť" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Hashovanie hesla" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "Kompatibilné s MySQL 4.0" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Vytvoriť Heslo" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Vytvoriť" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1658,51 +1839,6 @@ msgstr "\"bzipped\"" msgid "SQL compatibility mode" msgstr "Režim kompatibility SQL" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Zmeniť heslo" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Žiadne heslo" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Heslo" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Potvrdiť" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Hashovanie hesla" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "Kompatibilné s MySQL 4.0" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Vytvoriť Heslo" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Vytvoriť" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2388,28 +2524,8 @@ msgstr "Vygenerované" msgid "Rows" msgstr "Riadkov" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Nie je možné nahrať rozšírenie iconv alebo recode potrebné pre prevod " -"znakových sad. Upravte nastavenie php tak aby umožňovalo použiť tieto " -"rozšírenia alebo vypnite túto vlastnosť v konfigurácii phpMyAdmina." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Nie je možné použiť funkcie iconv, libiconv a recode_string aj napriek tomu, " -"že rozšírenia sú nahrané. Skontrolujte prosím nastavenie PHP." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL vrátil prázdny výsledok (tj. nulový počet riadkov)." @@ -2782,21 +2898,12 @@ msgstr "Pozícia" msgid "Server ID" msgstr "ID servra" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Vypnuté" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2927,10 +3034,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "Zmeniť informácie o používateľovi / Kopírovať používateľa" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Zvolte, ktoré pole zobraziť" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Znaková sada" @@ -2962,18 +3065,6 @@ msgstr "Skontrolovať oprávnenia pre databázu "%s"." msgid "Please choose a page to edit" msgstr "Prosím zvolte si Stránku, ktorú chcete upraviť" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Zobrazovať komentáre stĺpcov" @@ -3277,11 +3368,6 @@ msgstr "" msgid "Direct links" msgstr "Priame odkazy" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Vypnuté" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Vypnúť kontrolu cudzích kľúčov" @@ -3306,16 +3392,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Nepoužívať AUTO_INCREMENT pre nulové hodnoty" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Skutočne chcete vykonať príkaz " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Chystáte sa ZRUŠIŤ celú databázu!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3389,23 +3465,11 @@ msgstr " Poznámka: názvy MySQL oprávnení sú uvádzané v angličtine. " msgid "Error in ZIP archive:" msgstr "Chyba v ZIP archíve:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Chyba pri premenovaní tabuľky %1$s na %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3529,19 +3593,11 @@ msgstr "Vyprázdniť (uzavrieť) všetky tabuľky" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Formát" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Chýbajúca položka vo formulári !" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3555,10 +3611,6 @@ msgstr "" msgid "Function" msgstr "Funkcia" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Možnosti všeobecných vzťahov" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Gruzínčina" @@ -3642,10 +3694,6 @@ msgstr "Domov" msgid "Official Homepage" msgstr "Oficiálne stránky phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Názov hostiteľa je prázdny!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3788,11 +3836,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -#, fuzzy -msgid "Internal relation added" -msgstr "Interné vzťahy" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Interné vzťahy" @@ -4040,10 +4083,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "MIME typy zobrazené kurzívou nemajú vlastnú transformačnú funkciu" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Zmeny boli uložené" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Modifikovať index" @@ -4125,10 +4164,6 @@ msgid "" msgstr "" "Pre tento úložný systém nie sú dostupné žiadne podrobnejšie informácie." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "Možnosť \"DROP DATABASE\" vypnutá." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "V ZIP archíve neboli nájdené žiadne súbory!" @@ -4181,10 +4216,6 @@ msgstr "" "Zmena vzhľadu nie je podporovaná, skontrolujte si nastavenia a vzhľady v " "adresári %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Toto nie je číslo!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "chyba" @@ -4253,14 +4284,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "Heslo pre %s bolo úspešne zmenené." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Heslo je prázdne!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Heslá sa nezhodujú!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4325,10 +4348,6 @@ msgstr "PHP pole" msgid "PHP extension" msgstr "rozšírenie PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: slovenian \n" @@ -46,30 +46,30 @@ msgstr "Iskanje" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Izvedi" @@ -820,23 +820,139 @@ msgstr "Uvažanje je uspešno zaključeno, izvedenih je bilo %d poizvedb." msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin je prijaznejši z brskalnikom, ki podpira okvirje." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "Kliknite za označitev" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "Kliknite za odznačitev" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "Poizvedbe \"DROP DATABASE\" so izključene." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Ali res želite " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "S tem dejanjem boste UNIČILI celotno zbirko podatkov!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "ONEMOGOČILI boste shrambo BLOB!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, 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:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "V obliki manjka vrednost!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "To ni število!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Ime gostitelja je prazno!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Uporabniško ime je prazno!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Geslo je prazno!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Gesli se ne ujemata!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Prekliči" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Spremembe so shranjene" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Relacija je izbrisana" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "Dodano razmerje FOREIGN KEY" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Dodana notranja razmerja" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Napaka: Razmerje ni dodano." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Napaka: razmerje že obstaja." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Napaka pri shranjevanju koordinat Oblikovalnika." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Splošne lastnosti relacij" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Onemogočeno" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Izberite referenčni ključ" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Izberite tuji ključ" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Prosimo, izberite primarni ključ ali unikatni ključ" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Izberite polje za prikaz" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 msgid "Done" msgstr "Končano" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 msgid "Prev" msgstr "Prejšnji" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -844,231 +960,231 @@ msgid "Next" msgstr "Naslednji" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 msgid "Today" msgstr "Danes" -#: js/messages.php:83 +#: js/messages.php:81 msgid "January" msgstr "januar" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "februar" -#: js/messages.php:85 +#: js/messages.php:83 msgid "March" msgstr "marec" -#: js/messages.php:86 +#: js/messages.php:84 msgid "April" msgstr "april" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "maj" -#: js/messages.php:88 +#: js/messages.php:86 msgid "June" msgstr "junij" -#: js/messages.php:89 +#: js/messages.php:87 msgid "July" msgstr "julij" -#: js/messages.php:90 +#: js/messages.php:88 msgid "August" msgstr "avgust" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "september" -#: js/messages.php:92 +#: js/messages.php:90 msgid "October" msgstr "oktober" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "november" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "december" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 msgctxt "Short month name" msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "avg" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "dec" -#: js/messages.php:123 +#: js/messages.php:121 msgid "Sunday" msgstr "nedelja" -#: js/messages.php:124 +#: js/messages.php:122 msgid "Monday" msgstr "ponedeljek" -#: js/messages.php:125 +#: js/messages.php:123 msgid "Tuesday" msgstr "torek" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "sreda" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "četrtek" -#: js/messages.php:128 +#: js/messages.php:126 msgid "Friday" msgstr "petek" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "sobota" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Ned" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Tor" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Sre" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Čet" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Pet" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Sob" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 msgid "Su" msgstr "Ne" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 msgid "Mo" msgstr "Po" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 msgid "Tu" msgstr "To" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 msgid "We" msgstr "Sr" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 msgid "Th" msgstr "Če" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 msgid "Fr" msgstr "Pe" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 msgid "Sa" msgstr "So" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "ted." -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "Ura" -#: js/messages.php:166 +#: js/messages.php:164 msgid "Minute" msgstr "Minute" -#: js/messages.php:167 +#: js/messages.php:165 msgid "Second" msgstr "Sekunde" @@ -1196,6 +1312,26 @@ msgstr "Ogled videa" msgid "Download file" msgstr "Prenesi datoteko" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Ni mogoče naložiti razširitev iconv ali recode, ki so potrebne za pretvorbe " +"kodnih tabel. Konfigurirajte PHP tako, da bo omogočal uporabo teh " +"razširitev, ali onemogočite pretvarjanje kodnih tabel v phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Ni mogoče uporabljati funkcij iconv, libiconv ali recode_string, čeprav so " +"potrebne razširitve normalno naložene. Preverite vašo konfiguracijo PHP." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1499,6 +1635,49 @@ msgstr "" msgid "Overhead" msgstr "Presežek" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Spremeni geslo" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Brez gesla" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Geslo" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Ponovno vnesi" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "Združljivo z MySQL 4.0" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Ustvari geslo" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Ustvari" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1592,49 +1771,6 @@ msgstr "bzipano" msgid "SQL compatibility mode" msgstr "Združljivostni način SQL" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Spremeni geslo" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Brez gesla" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Geslo" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Ponovno vnesi" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "Združljivo z MySQL 4.0" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Ustvari geslo" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Ustvari" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2312,28 +2448,8 @@ msgstr "Ustvaril" msgid "Rows" msgstr "Vrstice" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Ni mogoče naložiti razširitev iconv ali recode, ki so potrebne za pretvorbe " -"kodnih tabel. Konfigurirajte PHP tako, da bo omogočal uporabo teh " -"razširitev, ali onemogočite pretvarjanje kodnih tabel v phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Ni mogoče uporabljati funkcij iconv, libiconv ali recode_string, čeprav so " -"potrebne razširitve normalno naložene. Preverite vašo konfiguracijo PHP." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL je vrnil kot rezultat prazno množico (npr. nič vrstic)." @@ -2711,22 +2827,11 @@ msgstr "Položaj" msgid "Server ID" msgstr "ID strežnika" -#: libraries/messages.inc.php:99 -#, 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?" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Onemogočeno" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "ONEMOGOČILI boste shrambo BLOB!" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2853,10 +2958,6 @@ msgstr " ... prekliči vse aktivne pravice starega uporabnika ter jih izbriši." msgid "Change Login Information / Copy User" msgstr "Spremeni prijavne informacije / Kopiraj uporabnika" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Izberite polje za prikaz" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Nabor znakov" @@ -2888,18 +2989,6 @@ msgstr "Preveri privilegije za podatkovno zbirko "%s"." msgid "Please choose a page to edit" msgstr "Izberite stran za urejanje" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "Kliknite za označitev" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "Kliknite za odznačitev" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Prikazovanje komentarjev stolpcev" @@ -3201,11 +3290,6 @@ msgstr "Razlika" msgid "Direct links" msgstr "Neposredne povezave" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Onemogočeno" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Onemogoči preverjanja tujih ključev" @@ -3230,16 +3314,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Ne uporabi AUTO_INCREMENT za ničelne vrednosti" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Ali res želite " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "S tem dejanjem boste UNIČILI celotno zbirko podatkov!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3313,23 +3387,11 @@ msgstr " Opomba: Imena privilegijev MySQL so zapisana v angleščini " msgid "Error in ZIP archive:" msgstr "Napaka v arhivu ZIP:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Napaka: Razmerje ni dodano." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Napaka: razmerje že obstaja." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Napaka pri preimenovanju tabele %1$s v %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Napaka pri shranjevanju koordinat Oblikovalnika." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3454,19 +3516,11 @@ msgid "Error creating foreign key on %1$s (check data types)" msgstr "" "Napaka pri ustvarjanju tujega ključa na %1$s (preverite podatkovne vrste)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "Dodano razmerje FOREIGN KEY" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Oblika" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "V obliki manjka vrednost!" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "Polni začetek" @@ -3479,10 +3533,6 @@ msgstr "Polni konec" msgid "Function" msgstr "Funkcija" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Splošne lastnosti relacij" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Gruzijsko" @@ -3565,10 +3615,6 @@ msgstr "Domov" msgid "Official Homepage" msgstr "Uradna domača stran phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Ime gostitelja je prazno!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3713,10 +3759,6 @@ msgid "" "relation exists." msgstr "Notranja relacija ni nujna, ko obstaja ustrezna relacija FOREIGN KEY." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Dodana notranja razmerja" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Notranja razmerja" @@ -3966,10 +4008,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "Vrste MIME, ki so napisane ležeče, nimajo lastne pretvorbene funkcije" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Spremembe so shranjene" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Spremeni indeks" @@ -4052,10 +4090,6 @@ msgid "" msgstr "" "Za ta skladiščni pogon ni na voljo nobenih podrobnejših informacij o stanju." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "Poizvedbe \"DROP DATABASE\" so izključene." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "V arhivu ZIP ni bilo najdenih datotek!" @@ -4108,10 +4142,6 @@ msgstr "" "Podprta ni nobena tema; prosimo, preverite vašo konfiguracijo in/ali dodajte " "teme v mapo %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "To ni število!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "ni v redu" @@ -4179,14 +4209,6 @@ msgstr "Particija %s" msgid "The password for %s was changed successfully." msgstr "Geslo za %s je uspešno spremenjeno." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Geslo je prazno!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Gesli se ne ujemata!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4250,10 +4272,6 @@ msgstr "PHP-polje" msgid "PHP extension" msgstr "Razširitev PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Prosimo, izberite primarni ključ ali unikatni ključ" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: albanian \n" @@ -46,30 +46,30 @@ msgstr "Kërko" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Zbato" @@ -835,27 +835,143 @@ msgstr "" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin funksionon më mirë me shfletues që suportojnë frames" -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "Komandat \"DROP DATABASE\" nuk janë aktive." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Konfermo: " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Jeni duke SHKATËRRUAR një databazë komplete!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Mungon një vlerë në formular!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Ky nuk është një numër!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Emri i host është bosh!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Emri i përdoruesit është bosh!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Fjalëkalimi është bosh!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Fjalëkalimi nuk korrispondon!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Ndryshimet u ruajtën" + +#: js/messages.php:53 libraries/messages.inc.php:749 +#, fuzzy +msgid "Relation deleted" +msgstr "Shiko relacionet" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +#, fuzzy +msgid "Internal relation added" +msgstr "Relacione të brendshme" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Karakteristikat e përgjithshme të relacionit" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Jo aktiv" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Zgjidh fushën që dëshiron të shohësh" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "None" msgid "Done" msgstr "Asnjë lloj" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Paraardhësi" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -863,96 +979,96 @@ msgid "Next" msgstr "Në vazhdim" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Gjithsej" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binar" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Pri" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Maj" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Qer" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Kor" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Gsh" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Tet" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Shk" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Pri" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -960,176 +1076,176 @@ msgid "May" msgstr "Maj" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Qer" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Kor" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Gsh" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Sht" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Tet" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Nën" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Dhj" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Djl" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Hën" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Mar" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Pre" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Djl" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Hën" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Mër" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Enj" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Pre" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Sht" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Djl" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Hën" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Mar" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Mër" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Enj" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pre" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sht" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "në përdorim" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1257,6 +1373,26 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"I pamundur ngarkimi i prapashtesës iconv apo recode të nevoitshëm për " +"konvertimin e karaktereve, konfiguroni php për të lejuar përdorimin e këtyre " +"prapashtesave ose disaktivoni konvertimin e set të karaktereve në phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"I pamundur përdorimi i funksioneve iconv apo libiconv apo recode_string për " +"shkak se ekstensioni duhet të ngarkohet. Kontrolloni konfigurimin e php." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1554,6 +1690,50 @@ msgstr "" msgid "Overhead" msgstr "Mbi limit" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Ndrysho fjalëkalimin" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Asnjë fjalëkalim" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Fjalëkalimi" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Rifut" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +#, fuzzy +msgid "Generate" +msgstr "Gjeneruar nga" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1653,50 +1833,6 @@ msgstr "\"kompresuar me bzip2\"" msgid "SQL compatibility mode" msgstr "" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Ndrysho fjalëkalimin" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Asnjë fjalëkalim" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Fjalëkalimi" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Rifut" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -#, fuzzy -msgid "Generate" -msgstr "Gjeneruar nga" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2357,28 +2493,8 @@ msgstr "Gjeneruar nga" msgid "Rows" msgstr "rreshta" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"I pamundur ngarkimi i prapashtesës iconv apo recode të nevoitshëm për " -"konvertimin e karaktereve, konfiguroni php për të lejuar përdorimin e këtyre " -"prapashtesave ose disaktivoni konvertimin e set të karaktereve në phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"I pamundur përdorimi i funksioneve iconv apo libiconv apo recode_string për " -"shkak se ekstensioni duhet të ngarkohet. Kontrolloni konfigurimin e php." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL ka kthyer një të përbashkët boshe (p.sh. zero rreshta)." @@ -2758,21 +2874,12 @@ msgstr "" msgid "Server ID" msgstr "Serveri" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Jo aktiv" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2899,10 +3006,6 @@ msgstr " ... hiq të gjitha të drejtat nga i vjetri e pastaj eleminoje." msgid "Change Login Information / Copy User" msgstr "Ndrysho Informacionet e Login / Kopjo përdoruesin" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Zgjidh fushën që dëshiron të shohësh" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Familje gërmash" @@ -2935,18 +3038,6 @@ msgstr "Kontrollo të drejtat për databazën "%s"." msgid "Please choose a page to edit" msgstr "Ju lutem zgjidhni faqen që dëshironi të modifikoni" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Vizualizimi i komenteve të kollonave" @@ -3251,11 +3342,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Jo aktiv" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Ç'aktivo kontrollin e kyçeve të jashtëm" @@ -3280,16 +3366,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Konfermo: " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Jeni duke SHKATËRRUAR një databazë komplete!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3363,23 +3439,11 @@ msgstr "Shënim: emrat e të drejtave të MySQL janë në Anglisht" msgid "Error in ZIP archive:" msgstr "" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "" @@ -3503,19 +3567,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Formati" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Mungon një vlerë në formular!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3529,10 +3585,6 @@ msgstr "" msgid "Function" msgstr "Funksioni" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Karakteristikat e përgjithshme të relacionit" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Gjeorgjisht" @@ -3616,10 +3668,6 @@ msgstr "Shtëpia" msgid "Official Homepage" msgstr "Faqja zyrtare e phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Emri i host është bosh!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3760,11 +3808,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -#, fuzzy -msgid "Internal relation added" -msgstr "Relacione të brendshme" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Relacione të brendshme" @@ -4008,10 +4051,6 @@ msgstr "" "Llojet-MIME të printuar në italics kanë një funksion transformacioni të " "veçantë" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Ndryshimet u ruajtën" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Ndrysho një tregues" @@ -4088,10 +4127,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "" -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "Komandat \"DROP DATABASE\" nuk janë aktive." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "" @@ -4143,10 +4178,6 @@ msgid "" "directory %s." msgstr "" -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Ky nuk është një numër!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "jo OK" @@ -4215,14 +4246,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "Fjalëkalimi për përdoruesin %s u ndryshua me sukses." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Fjalëkalimi është bosh!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Fjalëkalimi nuk korrispondon!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4289,10 +4312,6 @@ msgstr "" msgid "PHP extension" msgstr "Versioni i PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: serbian_cyrillic \n" @@ -47,30 +47,30 @@ msgstr "Претраживање" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Крени" @@ -836,26 +836,140 @@ msgstr "Увоз је успешно завршен, извршено је %d у msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin преферира читаче који подржавају оквире." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" команда је онемогућена." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Да ли стварно хоћете да " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Овим ћете УНИШТИТИ комплетну базу података!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Недостаје вредност у обрасцу!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Ово није број!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Име домаћина је празно!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Име корисника није унето!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Лозинка је празна!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Лозинке нису идентичне!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Откажи" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Измене су сачуване" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Релација обрисана" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Додата интерна релација" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Грешка: релација није додата." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Грешка: релација већ постоји." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Грешка при снимању координата за Дизајнер." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Опште особине релација" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Онемогућено" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Изаберите референцирани кључ" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Изабери страни кључ" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Молимо изаберите примарни или јединствени кључ" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Изабери поља за приказ" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy msgid "Done" msgstr "Подаци" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Претходна" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -863,96 +977,96 @@ msgid "Next" msgstr "Следећи" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Укупно" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Бинарни" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "мар" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "апр" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "мај" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "јун" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "јул" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "авг" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "окт" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "јан" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "феб" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "мар" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "апр" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -960,176 +1074,176 @@ msgid "May" msgstr "мај" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "јун" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "јул" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "авг" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "сеп" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "окт" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "нов" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "дец" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Нед" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Пон" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Уто" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Пет" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Нед" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Пон" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Уто" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Сре" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Чет" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Пет" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Суб" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Нед" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Пон" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Уто" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Сре" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Чет" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Пет" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Суб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "се користи" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1259,6 +1373,26 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Не могу да учитам iconv или recode екстензије потребне за конверзију скупова " +"знакова, подесите PHP да дозволи коришћење ових екстензија или онемогућите " +"конверзију скупова знакова у phpMyAdmin-у." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Не могу да користим iconv или libiconv или recode_string функције иако " +"екстензија пријављује да је учитана. Проверите вашу PHP конфигурацију." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1562,6 +1696,51 @@ msgstr "Може бити приближно. Видите FAQ 3.11" msgid "Overhead" msgstr "Прекорачење" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Промени лозинку" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Нема лозинке" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Лозинка" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Поновите унос" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Хеширање лозинке" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 компатибилно" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Направи лозинку" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Направи" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1661,51 +1840,6 @@ msgstr "\"бзип-овано\"" msgid "SQL compatibility mode" msgstr "Мод SQL компатибилности" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Промени лозинку" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Нема лозинке" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Лозинка" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Поновите унос" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Хеширање лозинке" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 компатибилно" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Направи лозинку" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Направи" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2391,28 +2525,8 @@ msgstr "Генерисао" msgid "Rows" msgstr "Редова" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Не могу да учитам iconv или recode екстензије потребне за конверзију скупова " -"знакова, подесите PHP да дозволи коришћење ових екстензија или онемогућите " -"конверзију скупова знакова у phpMyAdmin-у." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Не могу да користим iconv или libiconv или recode_string функције иако " -"екстензија пријављује да је учитана. Проверите вашу PHP конфигурацију." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL је вратио празан резултат (нула редова)." @@ -2789,21 +2903,12 @@ msgstr "Позиција" msgid "Server ID" msgstr "ИД сервера" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Онемогућено" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2930,10 +3035,6 @@ msgstr " ... обустави све привилегије старог кор msgid "Change Login Information / Copy User" msgstr "Промени информације о пријави / Копирај корисника" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Изабери поља за приказ" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Карактер сет" @@ -2966,18 +3067,6 @@ msgstr "Провери привилегије за базу "%s"." msgid "Please choose a page to edit" msgstr "Изаберите страну коју мењате" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Приказујем коментаре колоне" @@ -3283,11 +3372,6 @@ msgstr "" msgid "Direct links" msgstr "Директне везе" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Онемогућено" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Искључи провере страних кључева" @@ -3312,16 +3396,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Да ли стварно хоћете да " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Овим ћете УНИШТИТИ комплетну базу података!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3395,23 +3469,11 @@ msgstr " Напомена: MySQL имена привилегија морају msgid "Error in ZIP archive:" msgstr "Грешка у ZIP архиви:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Грешка: релација није додата." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Грешка: релација већ постоји." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Грешка при преименовању табеле %1$s у %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Грешка при снимању координата за Дизајнер." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Есперанто" @@ -3535,19 +3597,11 @@ msgstr "Очисти (затвори) све табеле" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Формат" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Недостаје вредност у обрасцу!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3562,10 +3616,6 @@ msgstr "Текст кључ" msgid "Function" msgstr "Функција" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Опште особине релација" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Грузијски" @@ -3648,10 +3698,6 @@ msgstr "Почетна страна" msgid "Official Homepage" msgstr "phpMyAdmin веб сајт" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Име домаћина је празно!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3792,10 +3838,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Додата интерна релација" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Унутрашње релације" @@ -4042,10 +4084,6 @@ msgid "" msgstr "" "MIME-типови приказани у курзиву немају одвојене функције трансформације." -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Измене су сачуване" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Измени кључ" @@ -4127,10 +4165,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "Нема детаљнијих информација о статусу за овај погон складиштења." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" команда је онемогућена." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "У ZIP архиви нема датотека!" @@ -4184,10 +4218,6 @@ msgstr "" "Нема подршке за теме, молимо проверите конфигурацију и/или теме у " "директоријуму %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Ово није број!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "није у реду" @@ -4256,14 +4286,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "Лозинка за %s је успешно промењена." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Лозинка је празна!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Лозинке нису идентичне!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4329,10 +4351,6 @@ msgstr "" msgid "PHP extension" msgstr "верзија PHP-a" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Молимо изаберите примарни или јединствени кључ" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: serbian_latin \n" @@ -47,30 +47,30 @@ msgstr "Pretraživanje" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Kreni" @@ -836,26 +836,140 @@ msgstr "Uvoz je uspešno završen, izvršeno je %d upita." msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin preferira čitače koji podržavaju okvire." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" komanda je onemogućena." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Da li stvarno hoćete da " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Ovim ćete UNIŠTITI kompletnu bazu podataka!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Nedostaje vrednost u obrascu!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Ovo nije broj!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Ime domaćina je prazno!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Ime korisnika nije uneto!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Lozinka je prazna!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Lozinke nisu identične!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Otkaži" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Izmene su sačuvane" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Relacija obrisana" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Dodata interna relacija" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Greška: relacija nije dodata." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Greška: relacija već postoji." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Greška pri snimanju koordinata za Dizajner." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Opšte osobine relacija" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Onemogućeno" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Izaberite referencirani ključ" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Izaberi strani ključ" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Molimo izaberite primarni ili jedinstveni ključ" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Izaberi polja za prikaz" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy msgid "Done" msgstr "Podaci" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Prethodna" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -863,96 +977,96 @@ msgid "Next" msgstr "Sledeći" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Ukupno" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binarni" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "mar" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "apr" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "maj" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "jun" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "jul" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "avg" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "okt" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -960,176 +1074,176 @@ msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "avg" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "dec" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ned" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Pon" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Uto" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Pet" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Ned" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Uto" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Sre" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Čet" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Pet" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Sub" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ned" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Pon" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Uto" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Sre" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Čet" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pet" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sub" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "se koristi" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1259,6 +1373,26 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Ne mogu da učitam iconv ili recode ekstenzije potrebne za konverziju skupova " +"znakova, podesite PHP da dozvoli korišćenje ovih ekstenzija ili onemogućite " +"konverziju skupova znakova u phpMyAdmin-u." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Ne mogu da koristim iconv ili libiconv ili recode_string funkcije iako " +"ekstenzija prijavljuje da je učitana. Proverite vašu PHP konfiguraciju." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1562,6 +1696,51 @@ msgstr "Može biti približno. Vidite FAQ 3.11" msgid "Overhead" msgstr "Prekoračenje" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Promeni lozinku" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Nema lozinke" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Lozinka" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Ponovite unos" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Heširanje lozinke" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 kompatibilno" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Napravi lozinku" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Napravi" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1661,51 +1840,6 @@ msgstr "\"bzip-ovano\"" msgid "SQL compatibility mode" msgstr "Mod SQL kompatibilnosti" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Promeni lozinku" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Nema lozinke" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Lozinka" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Ponovite unos" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Heširanje lozinke" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 kompatibilno" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Napravi lozinku" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Napravi" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2391,28 +2525,8 @@ msgstr "Generisao" msgid "Rows" msgstr "Redova" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Ne mogu da učitam iconv ili recode ekstenzije potrebne za konverziju skupova " -"znakova, podesite PHP da dozvoli korišćenje ovih ekstenzija ili onemogućite " -"konverziju skupova znakova u phpMyAdmin-u." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Ne mogu da koristim iconv ili libiconv ili recode_string funkcije iako " -"ekstenzija prijavljuje da je učitana. Proverite vašu PHP konfiguraciju." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL je vratio prazan rezultat (nula redova)." @@ -2789,21 +2903,12 @@ msgstr "Pozicija" msgid "Server ID" msgstr "ID servera" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Onemogućeno" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2930,10 +3035,6 @@ msgstr " ... obustavi sve privilegije starog korisnika i zatim ga obriši." msgid "Change Login Information / Copy User" msgstr "Promeni informacije o prijavi / Kopiraj korisnika" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Izaberi polja za prikaz" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Karakter set" @@ -2966,18 +3067,6 @@ msgstr "Proveri privilegije za bazu "%s"." msgid "Please choose a page to edit" msgstr "Izaberite stranu koju menjate" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Prikazujem komentare kolone" @@ -3283,11 +3372,6 @@ msgstr "" msgid "Direct links" msgstr "Direktne veze" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Onemogućeno" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Isključi provere stranih ključeva" @@ -3312,16 +3396,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Da li stvarno hoćete da " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Ovim ćete UNIŠTITI kompletnu bazu podataka!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3395,23 +3469,11 @@ msgstr " Napomena: MySQL imena privilegija moraju da budu na engleskom " msgid "Error in ZIP archive:" msgstr "Greška u ZIP arhivi:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Greška: relacija nije dodata." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Greška: relacija već postoji." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Greška pri preimenovanju tabele %1$s u %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Greška pri snimanju koordinata za Dizajner." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3535,19 +3597,11 @@ msgstr "Očisti (zatvori) sve tabele" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Format" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Nedostaje vrednost u obrascu!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3562,10 +3616,6 @@ msgstr "Tekst ključ" msgid "Function" msgstr "Funkcija" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Opšte osobine relacija" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Gruzijski" @@ -3648,10 +3698,6 @@ msgstr "Početna strana" msgid "Official Homepage" msgstr "phpMyAdmin veb sajt" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Ime domaćina je prazno!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3792,10 +3838,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Dodata interna relacija" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Unutrašnje relacije" @@ -4043,10 +4085,6 @@ msgid "" msgstr "" "MIME-tipovi prikazani u kurzivu nemaju odvojene funkcije transformacije." -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Izmene su sačuvane" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Izmeni ključ" @@ -4128,10 +4166,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "Nema detaljnijih informacija o statusu za ovaj pogon skladištenja." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" komanda je onemogućena." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "U ZIP arhivi nema datoteka!" @@ -4185,10 +4219,6 @@ msgstr "" "Nema podrške za teme, molimo proverite konfiguraciju i/ili teme u " "direktorijumu %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Ovo nije broj!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "nije u redu" @@ -4257,14 +4287,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "Lozinka za %s je uspešno promenjena." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Lozinka je prazna!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Lozinke nisu identične!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4330,10 +4352,6 @@ msgstr "" msgid "PHP extension" msgstr "verzija PHP-a" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Molimo izaberite primarni ili jedinstveni ključ" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -44,30 +44,30 @@ msgstr "Sök" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Kör" @@ -832,27 +832,141 @@ msgstr "Importen har avslutats korrekt, %d frågor utförda." msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin fungerar tyvärr endast med webbläsare som hanterar ramar." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\"-satser är inaktiverade." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Vill du verkligen " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Du håller på att FÖRGÖRA en hel databas!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "Du håller på att inaktivera en BLOB-förvaringsplats!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, 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:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Värde saknas i formuläret!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Det är inte ett nummer!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Värdnamnet är tomt!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Användarnamnet är tomt!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Lösenordet är tomt!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Lösenorden är inte lika!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Avbryt" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Ändringarna har sparats" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Relation borttagen" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "Främmande nyckel-relation tillagd" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Intern relation tillagd" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Fel: Relation inte tillagd." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Fel: Relation finns redan." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Fel vid sparande av koordinater för Designer." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Allmänna relationsfunktionaliteter" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Inaktiverat" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Välj refererad nyckel" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Välj främmande nyckel" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Välj den primära nyckeln eller en unik nyckel" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Välj fält som ska visas" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Donera" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Föregående" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -860,96 +974,96 @@ msgid "Next" msgstr "Nästa" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Totalt" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binär" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "mars" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "april" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "maj" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "juni" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "juli" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "augusti" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "oktober" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "januari" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "februari" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "mars" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "april" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -957,178 +1071,178 @@ msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "juni" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "juli" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "augusti" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "september" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "oktober" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "november" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "december" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Sön" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Mån" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Tis" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Fre" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Sön" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Mån" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Tis" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Ons" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Tors" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Fre" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Lör" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Sön" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Mån" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Tis" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Ons" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Tors" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Fre" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Lör" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "används" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1260,6 +1374,27 @@ msgstr "Visa video" msgid "Download file" msgstr "Ladda ner fil" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Kan inte ladda tilläggen iconv eller recode som behövs för " +"teckenuppsättningsomvandling. Antingen konfigurera PHP för att tillåta dessa " +"tillägg eller inaktivera teckenuppsättningsomvandling i phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Kan inte använda varken funktionen iconv, libiconv eller recode_string, " +"fastän de nödvändiga tilläggen verkar vara laddade. Kontrollera din PHP-" +"konfiguration." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1561,6 +1696,51 @@ msgstr "Kan vara ungefärligt. Se FAQ 3.11" msgid "Overhead" msgstr "Outnyttjat" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Byt lösenord" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Inget lösenord" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Lösenord" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Skriv igen" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Hashning av lösenord" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "Kompatibel med MySQL 4.0" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Generera lösenord" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Generera" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1660,51 +1840,6 @@ msgstr "\"bzippad\"" msgid "SQL compatibility mode" msgstr "SQL-kompatibilitet" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Byt lösenord" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Inget lösenord" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Lösenord" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Skriv igen" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Hashning av lösenord" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "Kompatibel med MySQL 4.0" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Generera lösenord" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Generera" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2416,29 +2551,8 @@ msgstr "Genererad av" msgid "Rows" msgstr "Rader" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Kan inte ladda tilläggen iconv eller recode som behövs för " -"teckenuppsättningsomvandling. Antingen konfigurera PHP för att tillåta dessa " -"tillägg eller inaktivera teckenuppsättningsomvandling i phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Kan inte använda varken funktionen iconv, libiconv eller recode_string, " -"fastän de nödvändiga tilläggen verkar vara laddade. Kontrollera din PHP-" -"konfiguration." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returnerade ett tomt resultat (dvs inga rader)." @@ -2813,21 +2927,12 @@ msgstr "Position" msgid "Server ID" msgstr "Server-ID" -#: libraries/messages.inc.php:99 -#, 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?" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Inaktiverad" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "Du håller på att inaktivera en BLOB-förvaringsplats!" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2955,10 +3060,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "Ändra inloggningsinformation / Kopiera användare" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Välj fält som ska visas" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Teckenuppsättning" @@ -2990,18 +3091,6 @@ msgstr "Kontrollera privilegier för databas "%s"." msgid "Please choose a page to edit" msgstr "Välj en sida att redigera" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Visning av kolumnkommentarer" @@ -3312,11 +3401,6 @@ msgstr "" msgid "Direct links" msgstr "Direkta länkar" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Inaktiverat" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Stäng av kontroll av främmande nycklar" @@ -3341,16 +3425,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Använd inte AUTO_INCREMENT för nollvärden" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Vill du verkligen " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Du håller på att FÖRGÖRA en hel databas!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3424,23 +3498,11 @@ msgstr " Obs! MySQL privilegiumnamn anges på engelska " msgid "Error in ZIP archive:" msgstr "Fel i ZIP-arkiv:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Fel: Relation inte tillagd." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Fel: Relation finns redan." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "Fel vid namnbyte på tabell %1$s till %2$s" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Fel vid sparande av koordinater för Designer." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3564,19 +3626,11 @@ msgstr "Stäng alla tabeller" msgid "Error creating foreign key on %1$s (check data types)" msgstr "Fel vid skapande av främmande nyckel för %1$s (kontrollera datatyper)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "Främmande nyckel-relation tillagd" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Format" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Värde saknas i formuläret!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3591,10 +3645,6 @@ msgstr "Heltext" msgid "Function" msgstr "Funktion" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Allmänna relationsfunktionaliteter" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Georgisk" @@ -3677,10 +3727,6 @@ msgstr "Hem" msgid "Official Homepage" msgstr "phpMyAdmin:s officiella hemsida" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Värdnamnet är tomt!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3827,10 +3873,6 @@ msgstr "" "En intern relation är inte nödvändig när en motsvarande främmande nyckel-" "relation finns." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Intern relation tillagd" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Interna relationer" @@ -4078,10 +4120,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "Kursiverade MIME-typer har inte någon separat omvandlingsfunktion" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Ändringarna har sparats" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Ändra ett index" @@ -4165,10 +4203,6 @@ msgstr "" "Det finns ingen tillgänglig detaljerad statusinformation för denna " "lagringsmotor." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\"-satser är inaktiverade." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "Inga filer hittades i ZIP-arkivet!" @@ -4221,10 +4255,6 @@ msgstr "" "Stöd för teman saknas. Kontrollera din konfiguration och/eller dina teman i " "katalog %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Det är inte ett nummer!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "Inte OK" @@ -4292,14 +4322,6 @@ msgstr "Partition %s" msgid "The password for %s was changed successfully." msgstr "Lösenordet för %s har ändrats." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Lösenordet är tomt!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Lösenorden är inte lika!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4364,10 +4386,6 @@ msgstr "PHP-array" msgid "PHP extension" msgstr "PHP-tillägg" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Välj den primära nyckeln eller en unik nyckel" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: Tamil \n" @@ -46,30 +46,30 @@ msgstr "" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "" @@ -820,23 +820,137 @@ msgstr "" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "" + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "" + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "விலக்கு" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 msgid "Done" msgstr "" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 msgid "Prev" msgstr "" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -844,94 +958,94 @@ msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 msgid "Today" msgstr "" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Jan" msgid "January" msgstr "தை" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "பங்குனி" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "சித்திரை" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "வைகாசி" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "ஆணி" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "ஆடி" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "ஆவணி" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "ஐப்பசி" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "தை" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "மாசி" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "பங்குனி" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "சித்திரை" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -939,174 +1053,174 @@ msgid "May" msgstr "வைகாசி" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "ஆணி" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "ஆடி" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "ஆவணி" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "புரட்டாதி" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "ஐப்பசி" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "காத்திகை" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "மார்கழி" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "ஞாயிறு" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "திங்கள்" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "செவ்வாய்" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "வெள்ளி" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "ஞாயிறு" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "திங்கள்" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "செவ்வாய்" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "புதன்" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "வியாழன்" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "வெள்ளி" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "சனி" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "ஞாயிறு" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "திங்கள்" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "செவ்வாய்" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "புதன்" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "வியாழன்" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "வெள்ளி" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "சனி" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 msgid "Minute" msgstr "" -#: js/messages.php:167 +#: js/messages.php:165 msgid "Second" msgstr "" @@ -1233,6 +1347,21 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1520,6 +1649,49 @@ msgstr "" msgid "Overhead" msgstr "" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1613,49 +1785,6 @@ msgstr "" msgid "SQL compatibility mode" msgstr "" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2307,23 +2436,8 @@ msgstr "" msgid "Rows" msgstr "" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -2692,20 +2806,11 @@ msgstr "" msgid "Server ID" msgstr "" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2828,10 +2933,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "" @@ -2863,18 +2964,6 @@ msgstr "" msgid "Please choose a page to edit" msgstr "" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "" @@ -3166,11 +3255,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "" @@ -3195,16 +3279,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "" - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3278,23 +3352,11 @@ msgstr "" msgid "Error in ZIP archive:" msgstr "" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "" @@ -3409,19 +3471,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "" @@ -3434,10 +3488,6 @@ msgstr "" msgid "Function" msgstr "" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "" @@ -3520,10 +3570,6 @@ msgstr "" msgid "Official Homepage" msgstr "" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3660,10 +3706,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "" @@ -3897,10 +3939,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "" @@ -3977,10 +4015,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "" -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "" - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "" @@ -4031,10 +4065,6 @@ msgid "" "directory %s." msgstr "" -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "" @@ -4102,14 +4132,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "" -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4173,10 +4195,6 @@ msgstr "" msgid "PHP extension" msgstr "" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: Telugu \n" @@ -47,30 +47,30 @@ msgstr "శోధించు" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "వెళ్ళు" @@ -834,19 +834,134 @@ msgstr "" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "" + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "" + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "" + +# మొదటి అనువాదము +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "వాడుకరి పేరులో ఏమీ లేదు" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "సంకేతపదం ఖాళీగా ఉంది!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "సంకేతపదాలు సరిపోలలేదు!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "రద్దుచేయి" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 msgid "Done" msgstr "" # మొదటి అనువాదము #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" @@ -854,7 +969,7 @@ msgstr "క్రితము" # మొదటి అనువాదము #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -862,96 +977,96 @@ msgid "Next" msgstr "తదుపరి" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "మొత్తం" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Jan" msgid "January" msgstr "జన" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "మార్చి" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "ఏప్రి" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "మే" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "జూన్" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "జూలై" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "ఆగ" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "అక్టో" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "జన" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "ఫిబ్ర" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "మార్చి" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "ఏప్రి" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -959,179 +1074,179 @@ msgid "May" msgstr "మే" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "జూన్" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "జూలై" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "ఆగ" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "సెప్టె" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "అక్టో" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "నవం" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "డిసెం" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "ఆది" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "సోమ" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "మంగళ" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "శుక్ర" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "ఆది" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "సోమ" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "మంగళ" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "బుధ" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "గురు" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "శుక్ర" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "శని" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "ఆది" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "సోమ" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "మంగళ" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "బుధ" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "గురు" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "శుక్ర" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "శని" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "వికీ" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" # మొదటి అనువాదము -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "వాడుకలో ఉన్నది" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1258,6 +1373,21 @@ msgstr "వీడియోను చూపుము" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1547,6 +1677,49 @@ msgstr "" msgid "Overhead" msgstr "" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "సంకేతపదం లేదు" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "సంకేతపదం" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1641,49 +1814,6 @@ msgstr "" msgid "SQL compatibility mode" msgstr "" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "సంకేతపదం లేదు" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "సంకేతపదం" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2339,23 +2469,8 @@ msgstr "" msgid "Rows" msgstr "" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -2735,20 +2850,11 @@ msgstr "" msgid "Server ID" msgstr "" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2872,10 +2978,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "" - # మొదటి అనువాదము #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" @@ -2908,18 +3010,6 @@ msgstr "" msgid "Please choose a page to edit" msgstr "" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "" @@ -3215,11 +3305,6 @@ msgstr "తేడా" msgid "Direct links" msgstr "నేరు లంకెలు" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "" @@ -3244,16 +3329,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "" - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3327,23 +3402,11 @@ msgstr "" msgid "Error in ZIP archive:" msgstr "" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "" @@ -3458,19 +3521,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "" @@ -3483,10 +3538,6 @@ msgstr "" msgid "Function" msgstr "" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "" @@ -3570,10 +3621,6 @@ msgstr "ముంగిలి" msgid "Official Homepage" msgstr "" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3710,10 +3757,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "అంతర్గత సంబంధాలు" @@ -3948,10 +3991,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "" @@ -4029,10 +4068,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "" -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "" - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "" @@ -4083,10 +4118,6 @@ msgid "" "directory %s." msgstr "" -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "" @@ -4154,14 +4185,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "" -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "సంకేతపదం ఖాళీగా ఉంది!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "సంకేతపదాలు సరిపోలలేదు!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4227,10 +4250,6 @@ msgstr "" msgid "PHP extension" msgstr "" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -41,30 +41,30 @@ msgstr "ค้นหา" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "ลงมือ" @@ -830,27 +830,143 @@ msgstr "" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "เบราเซอร์ที่ใช้เฟรมได้ จะช่วยให้ใช้ phpMyAdmin ได้ง่ายขึ้น" -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "คำสั่ง \"DROP DATABASE\" ถูกปิดไว้" + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "ต้องการจะ " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "ค่าในแบบฟอร์มหายไป !" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "ค่านี้ไม่ใช่ตัวเลข!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "ชื่อโฮสต์ยังว่างอยู่!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "ชื่อผู้ใช้ยังว่างอยู่!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "รหัสผ่านยังว่างอยู่!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "รหัสผ่านไม่ตรงกัน!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "บันทึกการแก้ไขเรียบร้อยแล้ว" + +#: js/messages.php:53 libraries/messages.inc.php:749 +#, fuzzy +msgid "Relation deleted" +msgstr "มุมมองรีเลชัน" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +#, fuzzy +msgid "Internal relation added" +msgstr "รีเลชันภายใน" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "ความสามารถด้านรีเลชันทั่วไป" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "ระงับการใช้อยู่" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "เลือกฟิลด์ที่ต้องการแสดง" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "None" msgid "Done" msgstr "ไม่มี" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "ก่อนหน้า" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -858,96 +974,96 @@ msgid "Next" msgstr "ต่อไป" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "รวม" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr " ข้อมูลไบนารี " -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "มี.ค." -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "เม.ย." -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "พ.ค." -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "มิ.ย." -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "ก.ค." -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "ส.ค." -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "ต.ค." -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "ม.ค." #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "ก.พ." #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "มี.ค." #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "เม.ย." #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -955,176 +1071,176 @@ msgid "May" msgstr "พ.ค." #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "มิ.ย." #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "ก.ค." #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "ส.ค." #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "ก.ย." #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "ต.ค." #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "พ.ย." #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "ธ.ค." -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "อา." -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "จ." -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "อ." -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "ศ." -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "อา." #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "จ." #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "อ." #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "พ." #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "พฤ." #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "ศ." #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "ส." #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "อา." #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "จ." #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "อ." #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "พ." #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "พฤ." #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "ศ." #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "ส." #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "ใช้อยู่" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1248,6 +1364,25 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"ไม่สามารถเรียกใช้ตัวช่วย iconv หรือ recode เพื่อแปลงชุดตัวอักษร, ทางเลือก: 1) ตั้งค่าให้ PHP " +"สามารถใช้ตัวช่วยเหล่านี้ได้ หรือ 2) ตั้งค่าให้ phpMyAdmin ไม่ต้องแปลงชุดตัวอักษร" + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"ไม่สามารถใช้ฟังก์ชั่น iconv หรือ libiconv หรือ recode_string ทั้งๆ ที่สามารถเรียกตัวช่วย " +"สำหรับฟังก์ชั่นเหล่านั้นขึ้นมาได้แล้ว. ลองตรวจสอบการตั้งค่าของ PHP" + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1543,6 +1678,50 @@ msgstr "" msgid "Overhead" msgstr "เกินความจำเป็น" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "เปลี่ยนรหัสผ่าน" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "ไม่มีรหัสผ่าน" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "รหัสผ่าน" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "พิมพ์ใหม่" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +#, fuzzy +msgid "Generate" +msgstr "สร้างโดย" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1642,50 +1821,6 @@ msgstr "\"bzipped\"" msgid "SQL compatibility mode" msgstr "" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "เปลี่ยนรหัสผ่าน" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "ไม่มีรหัสผ่าน" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "รหัสผ่าน" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "พิมพ์ใหม่" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -#, fuzzy -msgid "Generate" -msgstr "สร้างโดย" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2347,27 +2482,8 @@ msgstr "สร้างโดย" msgid "Rows" msgstr "แถว" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"ไม่สามารถเรียกใช้ตัวช่วย iconv หรือ recode เพื่อแปลงชุดตัวอักษร, ทางเลือก: 1) ตั้งค่าให้ PHP " -"สามารถใช้ตัวช่วยเหล่านี้ได้ หรือ 2) ตั้งค่าให้ phpMyAdmin ไม่ต้องแปลงชุดตัวอักษร" - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"ไม่สามารถใช้ฟังก์ชั่น iconv หรือ libiconv หรือ recode_string ทั้งๆ ที่สามารถเรียกตัวช่วย " -"สำหรับฟังก์ชั่นเหล่านั้นขึ้นมาได้แล้ว. ลองตรวจสอบการตั้งค่าของ PHP" - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL คืนผลลัพธ์ว่างเปล่ากลับมา (null / 0 แถว)." @@ -2748,21 +2864,12 @@ msgstr "" msgid "Server ID" msgstr "เซิร์ฟเวอร์" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "ระงับการใช้อยู่" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2887,10 +2994,6 @@ msgstr " ... เรียกคืนสิทธิ์ทั้งหมดจ msgid "Change Login Information / Copy User" msgstr "เปลี่ยนข้อมูลล็อกอิน / ทำสำเนาผู้ใช้" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "เลือกฟิลด์ที่ต้องการแสดง" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "ชุดตัวอักษร" @@ -2923,18 +3026,6 @@ msgstr "ตรวจสอบสิทธิสำหรับฐานข้อ msgid "Please choose a page to edit" msgstr "เลือกหน้าที่ต้องการแก้ไข" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "แสดงหมายเหตุของคอลัมน์" @@ -3234,11 +3325,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "ระงับการใช้อยู่" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "" @@ -3263,16 +3349,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "ต้องการจะ " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3346,23 +3422,11 @@ msgstr " โปรดทราบ: ชื่อของสิทธิใน My msgid "Error in ZIP archive:" msgstr "" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "" @@ -3480,19 +3544,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "รูปแบบ" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "ค่าในแบบฟอร์มหายไป !" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3506,10 +3562,6 @@ msgstr "" msgid "Function" msgstr "ฟังก์ชั่น" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "ความสามารถด้านรีเลชันทั่วไป" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "จอร์เจีย" @@ -3593,10 +3645,6 @@ msgstr "หน้าบ้าน" msgid "Official Homepage" msgstr "โฮมเพจอย่างเป็นทางการของ phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "ชื่อโฮสต์ยังว่างอยู่!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3736,11 +3784,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -#, fuzzy -msgid "Internal relation added" -msgstr "รีเลชันภายใน" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "รีเลชันภายใน" @@ -3978,10 +4021,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "บันทึกการแก้ไขเรียบร้อยแล้ว" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "แก้ไขดัชนี" @@ -4058,10 +4097,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "" -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "คำสั่ง \"DROP DATABASE\" ถูกปิดไว้" - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "" @@ -4113,10 +4148,6 @@ msgid "" "directory %s." msgstr "" -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "ค่านี้ไม่ใช่ตัวเลข!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "ไม่ตกลง" @@ -4186,14 +4217,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "เปลี่ยนรหัสผ่านของ %s เรียบร้อยแล้ว" -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "รหัสผ่านยังว่างอยู่!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "รหัสผ่านไม่ตรงกัน!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4260,10 +4283,6 @@ msgstr "" msgid "PHP extension" msgstr "รุ่นของ PHP" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: turkish \n" @@ -46,30 +46,30 @@ msgstr "Ara" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Git" @@ -829,27 +829,143 @@ 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:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "Seçmek için tıklayın" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "Seçimi kaldırmak için tıklayın" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" ifadesi etkisiz." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Aşağıdaki komutu uygulamak istediğinize emin misiniz? " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Bütün bir veritabanını YOK ETMEK üzeresiniz!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "BLOB Havuzunu ETKİSİZLEŞTİRMEK'tesiniz!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, 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:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Formda eksik değer!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Bu bir sayı değil!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Anamakine adı boş!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Kullanıcı adı boş!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Parola boş!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Parolalar birbiriyle aynı değil!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "İptal" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Değişiklikler kaydedildi" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "İlişki silindi" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "FOREIGN KEY bağlantısı eklendi" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Dahili ilişki eklendi" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Hata: İlişki eklenmedi." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Hata: İlişki zaten var." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Tasarımcı düzenlemelerini kaydetme hatası." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Genel ilişki özellikleri" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Etkisiz" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Kaynak gösterilen anahtarı seç" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Dış Anahtarı seç" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Lütfen birincil anaktarı veya benzersiz anahtarı seçin" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Göstermek için alan seçin" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Bağış" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Önceki" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -857,96 +973,96 @@ msgid "Next" msgstr "İleri" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Toplam" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binari" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mart" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Nis" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "May" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Haz" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Tem" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Ağu" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Ekim" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Ocak" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Şubat" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mart" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Nis" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -954,178 +1070,178 @@ msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Haz" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Tem" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Ağu" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Eylül" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Ekim" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Kas" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Ara" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Paz" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Ptesi" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Salı" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Cu" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Paz" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Ptesi" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Salı" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Çar" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Per" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Cu" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Ctesi" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Paz" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Ptesi" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Salı" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Çar" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Per" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Cu" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Ctesi" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Viki" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "kullanımda" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1259,6 +1375,26 @@ msgstr "Videoyu göster" msgid "Download file" msgstr "Dosyayı indir" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Karakter grubu dönüşümü için gerekli olan iconv veya recode uzantıları " +"yüklenemedi. Ya PHP'yi bu uzantıları etkinleştirmek için yapılandırın ya da " +"phpMyAdmin içinde karakter grubu dönüşümünü etkisizleştirin..." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Gerekli uzantılar yüklenmiş görünmesine rağmen, ne iconv, ne libinconv, ne " +"de recode_string işlevi kullanılamadı. PHP yapılandırmanızı kontrol edin." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1566,6 +1702,51 @@ msgstr "" msgid "Overhead" msgstr "Ek Yük" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Parola değiştir" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Parola yok" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Parola" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Yeniden gir" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Parola Hesaplanıyor" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 uyumlu" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Parola Üret" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Üret" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1665,51 +1846,6 @@ msgstr "\"bzip olarak\"" msgid "SQL compatibility mode" msgstr "SQL uyumluluk kipi" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Parola değiştir" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Parola yok" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Parola" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Yeniden gir" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Parola Hesaplanıyor" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 uyumlu" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Parola Üret" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Üret" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2425,28 +2561,8 @@ msgstr "Üreten:" msgid "Rows" msgstr "Satır" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Karakter grubu dönüşümü için gerekli olan iconv veya recode uzantıları " -"yüklenemedi. Ya PHP'yi bu uzantıları etkinleştirmek için yapılandırın ya da " -"phpMyAdmin içinde karakter grubu dönüşümünü etkisizleştirin..." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Gerekli uzantılar yüklenmiş görünmesine rağmen, ne iconv, ne libinconv, ne " -"de recode_string işlevi kullanılamadı. PHP yapılandırmanızı kontrol edin." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL boş bir sonuç kümesi döndürdü (örn. sıfır satır)." @@ -2814,23 +2930,12 @@ msgstr "Konum" msgid "Server ID" msgstr "Sunucu ID" -#: libraries/messages.inc.php:99 -#, 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?" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Etkisizleştirildi" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "BLOB Havuzunu ETKİSİZLEŞTİRMEK'tesiniz!" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2959,10 +3064,6 @@ msgstr "... eski olandan bütün aktif yetkileri iptal et ve sonra da sil." msgid "Change Login Information / Copy User" msgstr "Otutum Açma Bilgisini değiştir / Kullanıcıyı kopyala" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Göstermek için alan seçin" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Karakter grubu" @@ -2994,18 +3095,6 @@ msgstr ""%s" veritabanı için yetkileri kontrol et." msgid "Please choose a page to edit" msgstr "Lütfen düzenlemek için sayfa seçin" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "Seçmek için tıklayın" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "Seçimi kaldırmak için tıklayın" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Sütun Yorumları gösteriliyor" @@ -3311,11 +3400,6 @@ msgstr "Farkı" msgid "Direct links" msgstr "Doğrudan bağlantılar" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Etkisiz" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Dış anahtar kontrolünü etkisizleştir" @@ -3340,16 +3424,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Sıfır değerleri için AUTO_INCREMENT değeri kullanma" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Aşağıdaki komutu uygulamak istediğinize emin misiniz? " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Bütün bir veritabanını YOK ETMEK üzeresiniz!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3423,23 +3497,11 @@ msgstr " Not: MySQL yetki adları İngilizce olarak belirtilir " msgid "Error in ZIP archive:" msgstr "ZIP arşivinde hata:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Hata: İlişki eklenmedi." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Hata: İlişki zaten var." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "%1$s tablo adını %2$s tablo adına değiştirme hatası" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Tasarımcı düzenlemelerini kaydetme hatası." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3564,19 +3626,11 @@ msgid "Error creating foreign key on %1$s (check data types)" msgstr "" "%1$s üzerinde dış anahtar oluşturma hatası (veri türlerini kontrol edin)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "FOREIGN KEY bağlantısı eklendi" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Biçim" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Formda eksik değer!" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "Tam başlat" @@ -3589,10 +3643,6 @@ msgstr "Tam durdur" msgid "Function" msgstr "İşlev" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Genel ilişki özellikleri" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Gürcüce" @@ -3675,10 +3725,6 @@ msgstr "Giriş" msgid "Official Homepage" msgstr "Resmî phpMyAdmin Anasayfası" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Anamakine adı boş!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3825,10 +3871,6 @@ msgstr "" "FOREIGN KEY bağlantısının yerini tutan bir bağlantı varken dahili bağlantı " "mümkün değildir." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Dahili ilişki eklendi" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Dahili ilişkiler" @@ -4080,10 +4122,6 @@ msgid "" msgstr "" "İtalik olarak yazılmış MIME türleri ayrı bir dönüşüm işlevine sahip değildir." -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Değişiklikler kaydedildi" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Indeksi değiştir" @@ -4165,10 +4203,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "Bu depolama motoru için ayrıntılı durum bilgisi mevcut değil." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" ifadesi etkisiz." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "ZIP arşivi içinde hiç dosya bulunamadı!" @@ -4221,10 +4255,6 @@ msgstr "" "Tema desteği yok, lütfen yapılandırmanızı ve/veya %s dizinindeki " "temalarınızı kontrol edin." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Bu bir sayı değil!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "TAMAM değil" @@ -4292,14 +4322,6 @@ msgstr "Bölüm %s" msgid "The password for %s was changed successfully." msgstr "%s için parola başarılı olarak değiştirildi." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Parola boş!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Parolalar birbiriyle aynı değil!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4363,10 +4385,6 @@ msgstr "PHP düzeni" msgid "PHP extension" msgstr "PHP uzantısı" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Lütfen birincil anaktarı veya benzersiz anahtarı seçin" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: tatarish \n" @@ -46,30 +46,30 @@ msgstr "Ezläw" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Äydä" @@ -836,26 +836,142 @@ msgstr "" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin is more friendly with a frames-capable browser." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" cönläläre sünderelgän." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Sin çınlap ta bonı eşlärgä teliseñme: " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "You are about to DESTROY a complete database!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Bu formıda bäyä kertelmi qalğan!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "San tügel bu!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Host adı buş!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Atama buş!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Sersüzeñ buş!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Sersüzlär berbersenä kileşmi!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Üzgärtülär saqlandı" + +#: js/messages.php:53 libraries/messages.inc.php:749 +#, fuzzy +msgid "Relation deleted" +msgstr "Bäyläneşkä küzätü" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +#, fuzzy +msgid "Internal relation added" +msgstr "Eçke bäyläneş" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Bäyläneşlär buyınça töp mömkinleklär" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Sünek" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Kürsätäse Alan saylaw" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy msgid "Done" msgstr "Eçtälek" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Uzğan" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -863,96 +979,96 @@ msgid "Next" msgstr "Kiläse" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Tulayım" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binar" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Äpr" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "May" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Yün" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Yül" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Aug" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Ökt" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Ğın" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Äpr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -960,176 +1076,176 @@ msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Yün" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Yül" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Sen" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Ökt" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Nöy" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Dek" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ykş" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Dşm" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Sşm" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Cmğ" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Ykş" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Dşm" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Sşm" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Çrş" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Pnc" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Cmğ" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Şmb" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ykş" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Dşm" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Sşm" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Çrş" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Pnc" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Cmğ" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Şmb" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "totıla" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1257,6 +1373,26 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Can not load iconv or recode extension needed for charset conversion, " +"configure php to allow using these extensions or disable charset conversion " +"in phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Can not use iconv nor libiconv nor recode_string function while extension " +"reports to be loaded. Check your php configuration." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1557,6 +1693,51 @@ msgstr "Törle buluı bar. YBS 3.11 qarísı" msgid "Overhead" msgstr "Overhead" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Sersüz üzgärtü" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Sersüzsez" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Sersüz" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Qabatla" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Sersüz Hash'law" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 öçen yaraqlı" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Sersüz Ürçetü" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Ürçet" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1656,51 +1837,6 @@ msgstr "\"bziple\"" msgid "SQL compatibility mode" msgstr "SQL, kileşterü ısulı" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Sersüz üzgärtü" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Sersüzsez" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Sersüz" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Qabatla" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Sersüz Hash'law" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 öçen yaraqlı" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Sersüz Ürçetü" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Ürçet" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2377,28 +2513,8 @@ msgstr "Ürçätkeç:" msgid "Rows" msgstr "Kerem" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Can not load iconv or recode extension needed for charset conversion, " -"configure php to allow using these extensions or disable charset conversion " -"in phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Can not use iconv nor libiconv nor recode_string function while extension " -"reports to be loaded. Check your php configuration." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL sorawğa buş cawap, yäğni nül kertem qaytarttı." @@ -2775,21 +2891,12 @@ msgstr "Urın" msgid "Server ID" msgstr "Server ID'e" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Sünek" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2919,10 +3026,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "Change Login Information / Copy User" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Kürsätäse Alan saylaw" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Bilgelämä" @@ -2955,18 +3058,6 @@ msgstr "\"%s\" biremlege öçen xoquqlar tikşerü." msgid "Please choose a page to edit" msgstr "Tözätü öçen berär bit sayla" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Buy Açıqlamasın Kürsätäse" @@ -3270,11 +3361,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Sünek" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Yat tezeş tikşerüen sünderep" @@ -3299,16 +3385,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Sin çınlap ta bonı eşlärgä teliseñme: " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "You are about to DESTROY a complete database!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3382,23 +3458,11 @@ msgstr " Beläse: MySQL'da xoquq adı İnglizçä kertelä!" msgid "Error in ZIP archive:" msgstr "ZIP-tuplama eçendä xata:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "%1$s atlı tüşämä adın %2$s itep üzgärtep bulmadı" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3521,19 +3585,11 @@ msgstr "Tüşämälärne yabıp beteräse" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Tözeleş" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Bu formıda bäyä kertelmi qalğan!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3548,10 +3604,6 @@ msgstr "Tulımäten" msgid "Function" msgstr "Funksí" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Bäyläneşlär buyınça töp mömkinleklär" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Görceçä" @@ -3635,10 +3687,6 @@ msgstr "Başbit" msgid "Official Homepage" msgstr "phpMyAdmin säxifäse" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Host adı buş!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3778,11 +3826,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -#, fuzzy -msgid "Internal relation added" -msgstr "Eçke bäyläneş" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Eçke bäyläneş" @@ -4030,10 +4073,6 @@ msgid "" msgstr "" "MIME-types printed in italics do not have a seperate transformation function" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Üzgärtülär saqlandı" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Açqıç üzgärtü" @@ -4110,10 +4149,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "Bu saqlaw engine öçen xälät turında centekle belem yuq." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" cönläläre sünderelgän." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "ZIP-tuplama eçendä biremnär tabılmadı!" @@ -4167,10 +4202,6 @@ msgstr "" "No themes support, please check your configuration and/or your themes in " "directory %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "San tügel bu!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "OK tügel" @@ -4240,14 +4271,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "\"%s\" öçen sezsüz üzgärtü uñışlı uzdı." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Sersüzeñ buş!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Sersüzlär berbersenä kileşmi!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4313,10 +4336,6 @@ msgstr "" msgid "PHP extension" msgstr "PHP Söreme" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -41,30 +41,30 @@ msgstr "Шукати" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "Вперед" @@ -821,27 +821,141 @@ msgstr "" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "Для роботи phpMyAdmin потрібно браузер з підтримкою фреймів." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "Оператори \"DROP DATABASE\" заборонені." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Ви насправді хочете " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Не задано значення для форми!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Це не число!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Порожнє ім'я хоста!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Порожнє і'мя користувача!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Порожній пароль!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Паролі не однакові!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Модифікації було збережено" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Загальні можливості" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "заблоковано" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Виберіть поля для відображення" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "None" msgid "Done" msgstr "Немає" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Назад" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -849,96 +963,96 @@ msgid "Next" msgstr "Дальше" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Разом" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr " Двійковий " -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Бер" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Квт" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Трв" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Чрв" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Лип" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Сер" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Жов" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Січ" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Лют" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Бер" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Квт" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -946,176 +1060,176 @@ msgid "May" msgstr "Трв" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Чрв" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Лип" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Сер" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Вер" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Жов" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Лис" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Гру" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Нд" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Пн" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Вт" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Пт" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Нд" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Пн" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Вт" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Ср" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Чт" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Пт" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Сб" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Нд" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Пн" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Вт" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Ср" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Чт" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Пт" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Сб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "використовується" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1243,6 +1357,27 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Не можу завантажити iconv чи recode extension необхідні для зміни charset-у, " +"сконфігуруйте php так, щоб можна було використовувати ці extensions, або " +"забороніть зміну charset-у у phpMyAdmin." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Не можу використати ні/або iconv, ні/або libiconv, ні/або функцію " +"recode_string поки буде завантажено extension reports. Перевірте Вашу php " +"конфігурацію." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1539,6 +1674,49 @@ msgstr "" msgid "Overhead" msgstr "Надмірні видатки" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Змінити пароль" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Без паролю" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Пароль" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Підтвердження" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1638,49 +1816,6 @@ msgstr "запакувати в \"bzip\"" msgid "SQL compatibility mode" msgstr "" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Змінити пароль" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Без паролю" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Пароль" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Підтвердження" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2332,29 +2467,8 @@ msgstr "Згенеровано" msgid "Rows" msgstr "Рядки" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Не можу завантажити iconv чи recode extension необхідні для зміни charset-у, " -"сконфігуруйте php так, щоб можна було використовувати ці extensions, або " -"забороніть зміну charset-у у phpMyAdmin." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Не можу використати ні/або iconv, ні/або libiconv, ні/або функцію " -"recode_string поки буде завантажено extension reports. Перевірте Вашу php " -"конфігурацію." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL повернула пустий результат (тобто нуль рядків)." @@ -2723,20 +2837,11 @@ msgstr "" msgid "Server ID" msgstr "" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2863,10 +2968,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "Змінити реєстраційні дані / Копіювати користувача" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Виберіть поля для відображення" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Набір символів" @@ -2898,18 +2999,6 @@ msgstr "Перевірити права для бази даних "%s" msgid "Please choose a page to edit" msgstr "Прошу вибрати сторінку для редагування" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Показувати коментарі стовпців" @@ -3207,11 +3296,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "заблоковано" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "" @@ -3236,16 +3320,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Ви насправді хочете " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3319,23 +3393,11 @@ msgstr " Зауваження: привілеї MySQL задаються по-а msgid "Error in ZIP archive:" msgstr "" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "" @@ -3456,19 +3518,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Формат" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Не задано значення для форми!" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "" @@ -3481,10 +3535,6 @@ msgstr "" msgid "Function" msgstr "Функція" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Загальні можливості" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "" @@ -3567,10 +3617,6 @@ msgstr "На початок" msgid "Official Homepage" msgstr "Офіційна сторінка phpMyAdmin" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Порожнє ім'я хоста!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3711,10 +3757,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "" @@ -3955,10 +3997,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "MIME-types подані курсивом не мають окремих функцій перетворення" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Модифікації було збережено" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Змінити індекс" @@ -4035,10 +4073,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "" -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "Оператори \"DROP DATABASE\" заборонені." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "" @@ -4089,10 +4123,6 @@ msgid "" "directory %s." msgstr "" -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Це не число!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "не OK" @@ -4160,14 +4190,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "Пароль для %s успішно змінено." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Порожній пароль!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Паролі не однакові!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4231,10 +4253,6 @@ msgstr "" msgid "PHP extension" msgstr "" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: Urdu \n" @@ -46,30 +46,30 @@ msgstr "" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "" @@ -820,23 +820,137 @@ msgstr "" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "" + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "" + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 msgid "Done" msgstr "" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 msgid "Prev" msgstr "" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -844,231 +958,231 @@ msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 msgid "Today" msgstr "" -#: js/messages.php:83 +#: js/messages.php:81 msgid "January" msgstr "" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 msgid "March" msgstr "" -#: js/messages.php:86 +#: js/messages.php:84 msgid "April" msgstr "" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "" -#: js/messages.php:88 +#: js/messages.php:86 msgid "June" msgstr "" -#: js/messages.php:89 +#: js/messages.php:87 msgid "July" msgstr "" -#: js/messages.php:90 +#: js/messages.php:88 msgid "August" msgstr "" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 msgid "October" msgstr "" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 msgctxt "Short month name" msgid "May" msgstr "" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "" -#: js/messages.php:123 +#: js/messages.php:121 msgid "Sunday" msgstr "" -#: js/messages.php:124 +#: js/messages.php:122 msgid "Monday" msgstr "" -#: js/messages.php:125 +#: js/messages.php:123 msgid "Tuesday" msgstr "" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 msgid "Friday" msgstr "" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 msgid "Su" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 msgid "Mo" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 msgid "Tu" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 msgid "We" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 msgid "Th" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 msgid "Fr" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 msgid "Sa" msgstr "" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 msgid "Minute" msgstr "" -#: js/messages.php:167 +#: js/messages.php:165 msgid "Second" msgstr "" @@ -1190,6 +1304,21 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1477,6 +1606,49 @@ msgstr "" msgid "Overhead" msgstr "" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "" + +#: libraries/display_change_password.lib.php:66 +msgid "MySQL 4.0 compatible" +msgstr "" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1570,49 +1742,6 @@ msgstr "" msgid "SQL compatibility mode" msgstr "" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "" - -#: libraries/display_change_password.lib.php:66 -msgid "MySQL 4.0 compatible" -msgstr "" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2264,23 +2393,8 @@ msgstr "" msgid "Rows" msgstr "" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -2649,20 +2763,11 @@ msgstr "" msgid "Server ID" msgstr "" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2785,10 +2890,6 @@ msgstr "" msgid "Change Login Information / Copy User" msgstr "" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "" @@ -2820,18 +2921,6 @@ msgstr "" msgid "Please choose a page to edit" msgstr "" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "" @@ -3123,11 +3212,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "" @@ -3152,16 +3236,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "" - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3235,23 +3309,11 @@ msgstr "" msgid "Error in ZIP archive:" msgstr "" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "" @@ -3366,19 +3428,11 @@ msgstr "" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "" @@ -3391,10 +3445,6 @@ msgstr "" msgid "Function" msgstr "" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "" @@ -3477,10 +3527,6 @@ msgstr "" msgid "Official Homepage" msgstr "" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3617,10 +3663,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "" @@ -3854,10 +3896,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "" @@ -3934,10 +3972,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "" -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "" - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "" @@ -3988,10 +4022,6 @@ msgid "" "directory %s." msgstr "" -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "" @@ -4059,14 +4089,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "" -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4130,10 +4152,6 @@ msgstr "" msgid "PHP extension" msgstr "" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -43,30 +43,30 @@ msgstr "Қидириш" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "OK" @@ -826,27 +826,143 @@ msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "" "phpMyAdmin ишлаши учун фреймлар билан ишлай оладиган браузер керак." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "Танлаш учун сичқонча тугмасини босинг" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "Танлашни бекор қилиш учун сичқонча тугмасини босинг" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" (маълумотлар базасини ўчириш) буйруғи ўчирилган." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Ҳақиқатан ҳам сўровни бажармоқчимисиз?" + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Маълумотлар базаси тўлиқ ЎЧИРИЛАДИ!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "Сиз BLOB омборини ФАОЛСИЗЛАНТИРМОҚЧИСИЗ!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" +"Сиз ҳақиқатдан ҳам \"%s\" базаси учун барча BLOB мурожаатларини бекор " +"қилмоқчимисиз?" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Форманинг керакли майдонлари тўлдирилмаган!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Сон киритинг!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Хост номи бўш!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Фойдаланувчи номи белгиланмаган!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Парол белгиланмаган!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Киритилган пароллар бир хил эмас!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Бекор қилиш" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "Ўзгариришлар сақланди" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Алоқа ўчирилди" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "Ташқи калитга (FOREIGN KEY) алоқа ўрнатилди" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Ички алоқа ўрнатилди" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Хатолик: Боғлиқлик ўрнатилмади." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Хатолик: Боғлиқлик аллақачон мавжуд." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Координаталарни сақлашда хатолик." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Алоқаларнинг асосий имкониятлари" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Фаолсизлантирилган" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Боғлиқ калитни танланг" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Ташқи калитни танланг" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "Бирламчи (PRIMARY) ёки уникал (UNIQUE) индекс бўлган майдонни танланг!" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Кўрсатиладиган майдонни танлаш" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Садақа" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Орқага" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -854,96 +970,96 @@ msgid "Next" msgstr "Кейинги" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Жами" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Иккилик" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Мар" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Апр" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "Май" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Июн" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Июл" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Авг" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Окт" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Янв" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Фев" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Мар" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Апр" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -951,178 +1067,178 @@ msgid "May" msgstr "Май" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Июн" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Июл" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Авг" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Сен" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Окт" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Ноя" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Дек" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Якш" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Душ" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Сеш" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Жум" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Якш" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Душ" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Сеш" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Чор" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Пай" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Жум" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Шан" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Якш" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Душ" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Сеш" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Чор" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Пай" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Жум" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Шан" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Вики" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "ишлатилмоқда" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1255,6 +1371,28 @@ msgstr "Видео кўриниши" msgid "Download file" msgstr "Файлни юклаб олиш" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Кодировкаларни конвертация қилиш учун керак бўлган \"iconv\" ёки \"recode\" " +"кенгайтмалари қўшилмаган. Ушбу кенгайтмаларни қўшган ҳолда PHP дастурини " +"созлаш ёки phpMyAdmin дастурида кодировкаларни конвертация қилишни " +"фаолсизлантириш керак." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Зарур кенгайтмалар юкланган бўлишига қарамай, \"iconv\", \"libiconv\" ёки " +"\"recode_string\" функциясини ишлатиб бўлмади. Эҳтимол, PHP ни созлашда " +"хатолик мавжуд." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1566,6 +1704,51 @@ msgstr "" msgid "Overhead" msgstr "Фрагментланган" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Паролни ўзгартириш" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Парол йўқ" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Парол" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Тасдиқлаш" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Паролни хешлаш" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 га мос" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Парол ўрнатиш" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Генерация қилиш" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1665,51 +1848,6 @@ msgstr "bzip ёрдамида сиқилган" msgid "SQL compatibility mode" msgstr "SQL билан мослик режими" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Паролни ўзгартириш" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Парол йўқ" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Парол" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Тасдиқлаш" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Паролни хешлаш" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 га мос" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Парол ўрнатиш" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Генерация қилиш" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2428,30 +2566,8 @@ msgstr "Тузилган" msgid "Rows" msgstr "Қаторларсони" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Кодировкаларни конвертация қилиш учун керак бўлган \"iconv\" ёки \"recode\" " -"кенгайтмалари қўшилмаган. Ушбу кенгайтмаларни қўшган ҳолда PHP дастурини " -"созлаш ёки phpMyAdmin дастурида кодировкаларни конвертация қилишни " -"фаолсизлантириш керак." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Зарур кенгайтмалар юкланган бўлишига қарамай, \"iconv\", \"libiconv\" ёки " -"\"recode_string\" функциясини ишлатиб бўлмади. Эҳтимол, PHP ни созлашда " -"хатолик мавжуд." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL бўш натижа берди (яъни нольта сатр)." @@ -2825,23 +2941,12 @@ msgstr "Позиция" msgid "Server ID" msgstr "Сервер ID си" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" -"Сиз ҳақиқатдан ҳам \"%s\" базаси учун барча BLOB мурожаатларини бекор " -"қилмоқчимисиз?" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Фаолсизлаштирилган" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "Сиз BLOB омборини ФАОЛСИЗЛАНТИРМОҚЧИСИЗ!" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2971,10 +3076,6 @@ msgstr ", эскисининг барча фаол привилегиялари msgid "Change Login Information / Copy User" msgstr "Фойдаланувчининг логинини ўзгартириш / Фойдаланувчидан нусха олиш" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Кўрсатиладиган майдонни танлаш" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Кодировка" @@ -3006,18 +3107,6 @@ msgstr "\"%s\" маълумотлар базасининг привилегия msgid "Please choose a page to edit" msgstr "Таҳрирлаш лозим бўлган саҳифани танлаш" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "Танлаш учун сичқонча тугмасини босинг" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "Танлашни бекор қилиш учун сичқонча тугмасини босинг" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Майдон изоҳларини кўрсатиш" @@ -3325,11 +3414,6 @@ msgstr "Фарқ" msgid "Direct links" msgstr "Тўғридан-тўғри боғланишлар" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Фаолсизлантирилган" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Ташқи калитларни текширишни ўчириш" @@ -3354,16 +3438,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Ноль қийматлари учун \"AUTO_INCREMENT\" ишлатмаслик" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Ҳақиқатан ҳам сўровни бажармоқчимисиз?" - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Маълумотлар базаси тўлиқ ЎЧИРИЛАДИ!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3437,23 +3511,11 @@ msgstr "ИЗОҲ: MySQL привилегиялари турлари инглиз msgid "Error in ZIP archive:" msgstr "Ушбу ZIP архивда хатолик:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Хатолик: Боғлиқлик ўрнатилмади." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Хатолик: Боғлиқлик аллақачон мавжуд." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "%1$s жадвалини %2$s деб қайта номлашда хатолик" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Координаталарни сақлашда хатолик." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Эсперанто" @@ -3579,19 +3641,11 @@ msgstr "" " %1$s да ташқи калит (FOREIGN KEY) тузишда хатолик (маълумот турини " "текширинг)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "Ташқи калитга (FOREIGN KEY) алоқа ўрнатилди" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Формат" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Форманинг керакли майдонлари тўлдирилмаган!" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "Барчасини бошлаш" @@ -3604,10 +3658,6 @@ msgstr "Барчасини тўхтатиш" msgid "Function" msgstr "Функция" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Алоқаларнинг асосий имкониятлари" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Грузинча" @@ -3690,10 +3740,6 @@ msgstr "Бош саҳифа" msgid "Official Homepage" msgstr " phpMyAdmin расмий веб-саҳифаси" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Хост номи бўш!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3839,10 +3885,6 @@ msgstr "" "Агар ташқи калит (FOREIGN KEY) орқали алоқа мавжуд бўлса, ички алоқа ўрнатиш " "шарт эмас." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Ички алоқа ўрнатилди" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Ички алоқалар" @@ -4097,10 +4139,6 @@ msgid "" msgstr "" "Курсив билан белгиланган MIME турлари алоҳида ўгириш функцияларига эга эмас. " -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "Ўзгариришлар сақланди" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Индексни ўзгаририш" @@ -4183,10 +4221,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "Ушбу турдаги жадваллар ҳақида қўшимча маълумот мавжуд эмас. " -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" (маълумотлар базасини ўчириш) буйруғи ўчирилган." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "ZIP-архив ичида файл мавжуд эмас!" @@ -4239,10 +4273,6 @@ msgstr "" "Мавзулар ишламаяпти, конфигурацияни ва \"%s\" каталогида мавзулар " "мавжудлигини текширинг." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Сон киритинг!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "Тайёр эмас" @@ -4310,14 +4340,6 @@ msgstr "\"%s\" бўлаги" msgid "The password for %s was changed successfully." msgstr "\"%s\" фойдаланувчининг пароли муваффақиятли ўзгартирилди." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Парол белгиланмаган!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Киритилган пароллар бир хил эмас!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4381,10 +4403,6 @@ msgstr "PHP массиви" msgid "PHP extension" msgstr "PHP кенгайтмаси" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "Бирламчи (PRIMARY) ёки уникал (UNIQUE) индекс бўлган майдонни танланг!" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -44,30 +44,30 @@ msgstr "Qidirish" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "OK" @@ -829,27 +829,145 @@ msgstr "" "phpMyAdmin ishlashi uchun freymlar bilan ishlay oladigan brauzer " "kerak." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "Tanlash uchun sichqoncha tugmasini bosing" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "Tanlashni bеkor qilish uchun sichqoncha tugmasini bosing" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "" +"\"DROP DATABASE\" (ma`lumotlar bazasini o‘chirish) buyrug‘i o‘chirilgan." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "Haqiqatan ham so‘rovni bajarmoqchimisiz?" + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "Ma`lumotlar bazasi to‘liq O‘CHIRILADI!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "Siz BLOB omborini FAOLSIZLANTIRMOQCHISIZ!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, 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:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "Formaning kerakli maydonlari to‘ldirilmagan!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "Son kiriting!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "Xost nomi bo‘sh!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "Foydalanuvchi nomi belgilanmagan!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "Parol belgilanmagan!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "Kiritilgan parollar bir xil emas!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "Bekor qilish" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "O‘zgaririshlar saqlandi" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "Aloqa o‘chirildi" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "Tashqi kalitga (FOREIGN KEY) aloqa o‘rnatildi" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "Ichki aloqa o‘rnatildi" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "Xatolik: Bog‘liqlik o‘rnatilmadi." + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "Xatolik: Bog‘liqlik allaqachon mavjud." + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "Koordinatalarni saqlashda xatolik." + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "Aloqalarning asosiy imkoniyatlari" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "Faolsizlantirilgan" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "Bog‘liq kalitni tanlang" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "Tashqi kalitni tanlang" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" +"Birlamchi (PRIMARY) yoki unikal (UNIQUE) indeks bo‘lgan maydonni tanlang!" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "Ko‘rsatiladigan maydonni tanlash" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Sadaqa" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "Orqaga" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -857,96 +975,96 @@ msgid "Next" msgstr "Keyingi" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Jami" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Ikkilik" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "May" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Iyun" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Iyul" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Avg" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Yanv" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Fev" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -954,178 +1072,178 @@ msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Iyun" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Iyul" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Avg" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Sen" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Noya" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Dek" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Yaksh" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Dush" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Sesh" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Jum" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Yaksh" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Dush" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Sesh" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Chor" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Pay" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Jum" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Shan" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Yaksh" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Dush" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Sesh" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Chor" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Pay" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Jum" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Shan" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Viki" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "ishlatilmoqda" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1258,6 +1376,28 @@ msgstr "Vidеo ko‘rinishi" msgid "Download file" msgstr "Faylni yuklab olish" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"Kodirovkalarni konvertatsiya qilish uchun kerak bo‘lgan \"iconv\" yoki " +"\"recode\" kengaytmalari qo‘shilmagan. Ushbu kengaytmalarni qo‘shgan holda " +"PHP dasturini sozlash yoki phpMyAdmin dasturida kodirovkalarni konvertatsiya " +"qilishni faolsizlantirish kerak." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"Zarur kengaytmalar yuklangan bo‘lishiga qaramay, \"iconv\", \"libiconv\" " +"yoki \"recode_string\" funksiyasini ishlatib bo‘lmadi. Ehtimol, PHP ni " +"sozlashda xatolik mavjud." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1571,6 +1711,51 @@ msgstr "" msgid "Overhead" msgstr "Fragmentlangan" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "Parolni o‘zgartirish" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "Parol yo‘q" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "Parol" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "Tasdiqlash" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "Parolni xeshlash" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 ga mos" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "Parol o‘rnatish" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "Generatsiya qilish" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1670,51 +1855,6 @@ msgstr "bzip yordamida siqilgan" msgid "SQL compatibility mode" msgstr "SQL bilan moslik rejimi" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "Parolni o‘zgartirish" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "Parol yo‘q" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "Parol" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "Tasdiqlash" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "Parolni xeshlash" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 ga mos" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "Parol o‘rnatish" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "Generatsiya qilish" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2439,30 +2579,8 @@ msgstr "Tuzilgan" msgid "Rows" msgstr "Qatorlarsoni" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"Kodirovkalarni konvertatsiya qilish uchun kerak bo‘lgan \"iconv\" yoki " -"\"recode\" kengaytmalari qo‘shilmagan. Ushbu kengaytmalarni qo‘shgan holda " -"PHP dasturini sozlash yoki phpMyAdmin dasturida kodirovkalarni konvertatsiya " -"qilishni faolsizlantirish kerak." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"Zarur kengaytmalar yuklangan bo‘lishiga qaramay, \"iconv\", \"libiconv\" " -"yoki \"recode_string\" funksiyasini ishlatib bo‘lmadi. Ehtimol, PHP ni " -"sozlashda xatolik mavjud." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL bo‘sh natija berdi (ya`ni nolta satr)." @@ -2837,23 +2955,12 @@ msgstr "Pozitsiya" msgid "Server ID" msgstr "Server ID si" -#: libraries/messages.inc.php:99 -#, 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?" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "Faolsizlashtirilgan" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "Siz BLOB omborini FAOLSIZLANTIRMOQCHISIZ!" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2984,10 +3091,6 @@ msgstr ", eskisining barcha faol privilegiyalarini bekor qilib o‘chirish." msgid "Change Login Information / Copy User" msgstr "Foydalanuvchining loginini o‘zgartirish / Foydalanuvchidan nusxa olish" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "Ko‘rsatiladigan maydonni tanlash" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "Kodirovka" @@ -3019,18 +3122,6 @@ msgstr "\"%s\" ma`lumotlar bazasining privilegiyalarni tekshirish" msgid "Please choose a page to edit" msgstr "Tahrirlash lozim bo‘lgan sahifani tanlash" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "Tanlash uchun sichqoncha tugmasini bosing" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "Tanlashni bеkor qilish uchun sichqoncha tugmasini bosing" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "Maydon izohlarini ko‘rsatish" @@ -3340,11 +3431,6 @@ msgstr "Farq" msgid "Direct links" msgstr "To‘g‘ridan-to‘g‘ri bog‘lanishlar" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "Faolsizlantirilgan" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "Tashqi kalitlarni tekshirishni o‘chirish" @@ -3369,16 +3455,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Nol qiymatlari uchun \"AUTO_INCREMENT\" ishlatmaslik" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "Haqiqatan ham so‘rovni bajarmoqchimisiz?" - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "Ma`lumotlar bazasi to‘liq O‘CHIRILADI!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3453,23 +3529,11 @@ msgstr "IZOH: MySQL privilegiyalari turlari ingliz tilida ko‘rsatiladi." msgid "Error in ZIP archive:" msgstr "Ushbu ZIP arxivda xatolik:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "Xatolik: Bog‘liqlik o‘rnatilmadi." - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "Xatolik: Bog‘liqlik allaqachon mavjud." - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "%1$s jadvalini %2$s deb qayta nomlashda xatolik" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "Koordinatalarni saqlashda xatolik." - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "Esperanto" @@ -3595,19 +3659,11 @@ msgstr "" " %1$s da tashqi kalit (FOREIGN KEY) tuzishda xatolik (ma`lumot turini " "tekshiring)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "Tashqi kalitga (FOREIGN KEY) aloqa o‘rnatildi" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "Format" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "Formaning kerakli maydonlari to‘ldirilmagan!" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "Barchasini boshlash" @@ -3620,10 +3676,6 @@ msgstr "Barchasini to‘xtatish" msgid "Function" msgstr "Funksiya" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "Aloqalarning asosiy imkoniyatlari" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "Gruzincha" @@ -3706,10 +3758,6 @@ msgstr "Bosh sahifa" msgid "Official Homepage" msgstr " phpMyAdmin rasmiy veb-sahifasi" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "Xost nomi bo‘sh!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3856,10 +3904,6 @@ msgstr "" "Agar tashqi kalit (FOREIGN KEY) orqali aloqa mavjud bo‘lsa, ichki aloqa " "o‘rnatish shart emas." -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "Ichki aloqa o‘rnatildi" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "Ichki aloqalar" @@ -4116,10 +4160,6 @@ msgstr "" "Kursiv bilan belgilangan MIME turlari alohida o‘girish funksiyalariga ega " "emas. " -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "O‘zgaririshlar saqlandi" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "Indeksni o‘zgarirish" @@ -4202,11 +4242,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "Ushbu turdagi jadvallar haqida qo‘shimcha ma`lumot mavjud emas. " -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "" -"\"DROP DATABASE\" (ma`lumotlar bazasini o‘chirish) buyrug‘i o‘chirilgan." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "ZIP-arxiv ichida fayl mavjud emas!" @@ -4260,10 +4295,6 @@ msgstr "" "Mavzular ishlamayapti, konfiguratsiyani va \"%s\" katalogida mavzular " "mavjudligini tekshiring." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "Son kiriting!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "Tayyor emas" @@ -4331,14 +4362,6 @@ msgstr "\"%s\" bo‘lagi" msgid "The password for %s was changed successfully." msgstr "\"%s\" foydalanuvchining paroli muvaffaqiyatli o‘zgartirildi." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "Parol belgilanmagan!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "Kiritilgan parollar bir xil emas!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4402,11 +4425,6 @@ msgstr "PHP massivi" msgid "PHP extension" msgstr "PHP kengaytmasi" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" -"Birlamchi (PRIMARY) yoki unikal (UNIQUE) indeks bo‘lgan maydonni tanlang!" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" "Language-Team: chinese_simplified \n" @@ -45,30 +45,30 @@ msgstr "搜索" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "执行" @@ -825,27 +825,141 @@ msgstr "导入成功,执行了 %d 个查询。" msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin 更适合在支持框架的浏览器中使用。" -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "点击选中" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "点击取消" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "已经禁用删除数据库 (“DROP DATABASE”) 语句。" + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "您真的要" + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "您将要删除一个完整的数据库!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "您正准备禁用 BLOB 容器!" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "您确定要在数据库 %s 上禁用 BLOB 功能?" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "表单内缺少值!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "这不是一个数字!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "主机名不能为空!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "用户名不能为空!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "密码不能为空!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "两次密码不一致!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "取消" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "已保存修改。" + +#: js/messages.php:53 libraries/messages.inc.php:749 +msgid "Relation deleted" +msgstr "已删除关系" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "已添加外键关联" + +#: js/messages.php:55 libraries/messages.inc.php:442 +msgid "Internal relation added" +msgstr "已添加内联关系" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "错误:关系未添加" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "错误:关系已存在" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "保存设计器坐标时出错。" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "基本功能" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "已禁用" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "选择外键" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "选择外键" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "请选择主键或唯一键" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "选择要显示的字段" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "捐助 (外链,英文)" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "上一个" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -853,96 +967,96 @@ msgid "Next" msgstr "下一个" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "总计" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "二进制" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "三月" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "四月" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "五月" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "六月" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "七月" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "八月" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "十月" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "一月" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "二月" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "三月" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "四月" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -950,178 +1064,178 @@ msgid "May" msgstr "五月" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "六月" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "七月" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "八月" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "九月" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "十月" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "十一月" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "十二月" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "周日" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "周一" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "周二" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "周五" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "周日" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "周一" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "周二" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "周三" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "周四" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "周五" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "周六" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "周日" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "周一" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "周二" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "周三" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "周四" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "周五" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "周六" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "维基 (Wiki) (外链,英文)" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "使用中" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1248,6 +1362,25 @@ msgstr "播放视频" msgid "Download file" msgstr "下载文件" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"无法加载 iconv 或可用于转换字符集所需的重编码扩展,请配置 PHP 启用这些扩展或" +"在 phpMyAdmin 中禁用字符集转换功能。" + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"虽然必须的扩展已经加载,但还是无法使用 iconv、libiconv 和 recode_string 函" +"数。请检查您的 PHP 配置。" + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1544,6 +1677,51 @@ msgstr "" msgid "Overhead" msgstr "多余" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "修改密码" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "无密码" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "密码" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "重新输入" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "密码加密方式" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "兼容 MySQL 4.0" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "生成密码" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "生成" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1643,51 +1821,6 @@ msgstr "bzip 压缩" msgid "SQL compatibility mode" msgstr "SQL 兼容模式" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "修改密码" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "无密码" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "密码" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "重新输入" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "密码加密方式" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "兼容 MySQL 4.0" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "生成密码" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "生成" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2365,27 +2498,8 @@ msgstr "生成者" msgid "Rows" msgstr "行数" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"无法加载 iconv 或可用于转换字符集所需的重编码扩展,请配置 PHP 启用这些扩展或" -"在 phpMyAdmin 中禁用字符集转换功能。" - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"虽然必须的扩展已经加载,但还是无法使用 iconv、libiconv 和 recode_string 函" -"数。请检查您的 PHP 配置。" - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL 返回的查询结果为空 (即零行)。" @@ -2751,20 +2865,11 @@ msgstr "位置" msgid "Server ID" msgstr "服务器ID" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "您确定要在数据库 %s 上禁用 BLOB 功能?" - #: libraries/messages.inc.php:100 msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "已禁用" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "您正准备禁用 BLOB 容器!" - #: libraries/messages.inc.php:103 msgctxt "$strBLOBRepositoryEnabled" msgid "Enabled" @@ -2887,10 +2992,6 @@ msgstr " ... 撤销旧用户的所有权限,然后删除旧用户。" msgid "Change Login Information / Copy User" msgstr "修改登录信息/复制用户" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "选择要显示的字段" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "字符集" @@ -2922,18 +3023,6 @@ msgstr "检查数据库“%s”的权限。" msgid "Please choose a page to edit" msgstr "请选择需要编辑的页" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "点击选中" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "点击取消" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "显示字段注释" @@ -3230,11 +3319,6 @@ msgstr "差异" msgid "Direct links" msgstr "直接连接" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "已禁用" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "禁止选定不相关的主键" @@ -3259,16 +3343,6 @@ msgstr "DocSQL" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "不要给零值使用自增 (AUTO_INCREMENT)" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "您真的要" - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "您将要删除一个完整的数据库!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3342,23 +3416,11 @@ msgstr " 注意:MySQL 权限名称会以英文显示 " msgid "Error in ZIP archive:" msgstr "ZIP 包中有错误:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "错误:关系未添加" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "错误:关系已存在" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "将表 %1$s 改名为 %2$s 时发生错误" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "保存设计器坐标时出错。" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "世界语" @@ -3478,19 +3540,11 @@ msgstr "强制更新 (关闭) 所有表" msgid "Error creating foreign key on %1$s (check data types)" msgstr "在 %1$s 创建外键时发生错误 (检查数据类型)" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "已添加外键关联" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "格式" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "表单内缺少值!" - #: libraries/messages.inc.php:352 server_replication.php:325 msgid "Full start" msgstr "全部开始" @@ -3503,10 +3557,6 @@ msgstr "全部停止" msgid "Function" msgstr "函数" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "基本功能" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "乔治亚语" @@ -3589,10 +3639,6 @@ msgstr "主页" msgid "Official Homepage" msgstr "官方主页 (外链,英文)" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "主机名不能为空!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3732,10 +3778,6 @@ msgid "" "relation exists." msgstr "不需要一个和外键关系一致的内联关系" -#: libraries/messages.inc.php:442 -msgid "Internal relation added" -msgstr "已添加内联关系" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "内联" @@ -3977,10 +4019,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "以斜体显示的 MIME 类型没有单独的转换函数" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "已保存修改。" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "修改索引" @@ -4061,10 +4099,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "没有该存储引擎的详细信息。" -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "已经禁用删除数据库 (“DROP DATABASE”) 语句。" - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "ZIP 包中未找到文件!" @@ -4115,10 +4149,6 @@ msgid "" "directory %s." msgstr "不支持主题,请检查你的设置和主题文件夹 %s 。" -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "这不是一个数字!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "错误" @@ -4186,14 +4216,6 @@ msgstr "分区 %s" msgid "The password for %s was changed successfully." msgstr "%s 的密码已修改。" -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "密码不能为空!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "两次密码不一致!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4257,10 +4279,6 @@ msgstr "PHP 数组" msgid "PHP extension" msgstr "PHP 扩展" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "请选择主键或唯一键" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php\n" @@ -43,30 +43,30 @@ msgstr "搜索" #: browse_foreigners.php:153 db_operations.php:383 db_operations.php:425 #: db_operations.php:495 db_operations.php:603 db_operations.php:696 -#: db_search.php:362 db_structure.php:567 js/messages.php:50 +#: db_search.php:362 db_structure.php:567 js/messages.php:48 #: libraries/auth/cookie.auth.lib.php:292 libraries/common.lib.php:719 #: libraries/common.lib.php:1333 libraries/common.lib.php:2224 -#: libraries/Config.class.php:1046 libraries/display_create_table.lib.php:63 -#: libraries/display_export.lib.php:277 +#: libraries/Config.class.php:1046 #: libraries/display_change_password.lib.php:82 -#: libraries/display_import.lib.php:276 libraries/display_tbl.lib.php:532 -#: libraries/display_tbl.lib.php:614 libraries/messages.inc.php:369 -#: libraries/replication_gui.lib.php:73 libraries/replication_gui.lib.php:365 -#: libraries/select_server.lib.php:104 libraries/sql_query_form.lib.php:400 -#: libraries/sql_query_form.lib.php:477 libraries/sql_query_form.lib.php:552 -#: libraries/tbl_properties.inc.php:782 libraries/Theme_Manager.class.php:311 -#: main.php:128 navigation.php:238 pdf_pages.php:285 pdf_pages.php:309 -#: pdf_pages.php:511 pdf_pages.php:553 pmd_pdf.php:116 server_binlog.php:142 -#: server_privileges.php:625 server_privileges.php:1585 -#: server_privileges.php:1932 server_privileges.php:1979 -#: server_privileges.php:2018 server_replication.php:235 -#: server_replication.php:318 server_replication.php:341 -#: server_synchronize.php:1209 tbl_change.php:330 tbl_change.php:1174 -#: tbl_change.php:1211 tbl_indexes.php:254 tbl_operations.php:263 -#: tbl_operations.php:300 tbl_operations.php:497 tbl_operations.php:559 -#: tbl_operations.php:679 tbl_select.php:327 tbl_structure.php:563 -#: tbl_structure.php:598 tbl_tracking.php:395 tbl_tracking.php:512 -#: view_create.php:182 view_operations.php:101 +#: libraries/display_create_table.lib.php:63 +#: libraries/display_export.lib.php:277 libraries/display_import.lib.php:276 +#: libraries/display_tbl.lib.php:532 libraries/display_tbl.lib.php:614 +#: libraries/messages.inc.php:369 libraries/replication_gui.lib.php:73 +#: libraries/replication_gui.lib.php:365 libraries/select_server.lib.php:104 +#: libraries/sql_query_form.lib.php:400 libraries/sql_query_form.lib.php:477 +#: libraries/sql_query_form.lib.php:552 libraries/tbl_properties.inc.php:782 +#: libraries/Theme_Manager.class.php:311 main.php:128 navigation.php:238 +#: pdf_pages.php:285 pdf_pages.php:309 pdf_pages.php:511 pdf_pages.php:553 +#: pmd_pdf.php:116 server_binlog.php:142 server_privileges.php:625 +#: server_privileges.php:1585 server_privileges.php:1932 +#: server_privileges.php:1979 server_privileges.php:2018 +#: server_replication.php:235 server_replication.php:318 +#: server_replication.php:341 server_synchronize.php:1209 tbl_change.php:330 +#: tbl_change.php:1174 tbl_change.php:1211 tbl_indexes.php:254 +#: tbl_operations.php:263 tbl_operations.php:300 tbl_operations.php:497 +#: tbl_operations.php:559 tbl_operations.php:679 tbl_select.php:327 +#: tbl_structure.php:563 tbl_structure.php:598 tbl_tracking.php:395 +#: tbl_tracking.php:512 view_create.php:182 view_operations.php:101 msgid "Go" msgstr "執行" @@ -829,27 +829,143 @@ msgstr "載入成功, 共 %d 句語法已執行." msgid "phpMyAdmin is more friendly with a frames-capable browser." msgstr "phpMyAdmin 較為適合使用在支援頁框的瀏覽器." -#: js/messages.php:51 libraries/messages.inc.php:131 pmd_general.php:342 +#: js/messages.php:25 libraries/messages.inc.php:163 +#: server_synchronize.php:345 server_synchronize.php:357 +#: server_synchronize.php:373 server_synchronize.php:380 +#: server_synchronize.php:739 server_synchronize.php:767 +#: server_synchronize.php:795 server_synchronize.php:807 +msgid "Click to select" +msgstr "" + +#: js/messages.php:26 libraries/messages.inc.php:164 +msgid "Click to unselect" +msgstr "" + +#: js/messages.php:27 libraries/messages.inc.php:558 sql.php:89 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "\"DROP DATABASE\" 指令已經停用." + +#: js/messages.php:30 libraries/messages.inc.php:278 +#: libraries/mult_submits.inc.php:258 sql.php:188 +msgid "Do you really want to " +msgstr "您確定要 " + +#: js/messages.php:31 libraries/messages.inc.php:279 +#: libraries/mult_submits.inc.php:258 sql.php:172 +msgid "You are about to DESTROY a complete database!" +msgstr "您將會刪除整個資料庫!" + +#: js/messages.php:34 libraries/messages.inc.php:102 +msgid "You are about to DISABLE a BLOB Repository!" +msgstr "" + +#: js/messages.php:35 libraries/messages.inc.php:99 +#, php-format +msgid "Are you sure you want to disable all BLOB references for database %s?" +msgstr "" + +#: js/messages.php:38 libraries/messages.inc.php:350 +msgid "Missing value in the form!" +msgstr "表格內漏填一些資料!" + +#: js/messages.php:39 libraries/messages.inc.php:578 +msgid "This is not a number!" +msgstr "這不是一個數字!" + +#: js/messages.php:42 libraries/messages.inc.php:388 +msgid "The host name is empty!" +msgstr "請輸入主機名稱!" + +#: js/messages.php:43 libraries/messages.inc.php:1216 +msgid "The user name is empty!" +msgstr "請輸入使用者名稱!" + +#: js/messages.php:44 libraries/messages.inc.php:615 +msgid "The password is empty!" +msgstr "請輸入密碼!" + +#: js/messages.php:45 libraries/messages.inc.php:617 +msgid "The passwords aren't the same!" +msgstr "第二次輸入的密碼不同!" + +#: js/messages.php:49 libraries/messages.inc.php:131 pmd_general.php:342 #: pmd_general.php:379 msgid "Cancel" msgstr "" +#: js/messages.php:52 libraries/messages.inc.php:522 +msgid "Modifications have been saved" +msgstr "修改已儲存" + +#: js/messages.php:53 libraries/messages.inc.php:749 +#, fuzzy +msgid "Relation deleted" +msgstr "關聯檢視" + +#: js/messages.php:54 libraries/messages.inc.php:348 +msgid "FOREIGN KEY relation added" +msgstr "" + +#: js/messages.php:55 libraries/messages.inc.php:442 +#, fuzzy +msgid "Internal relation added" +msgstr "內部關聯" + +#: js/messages.php:56 libraries/messages.inc.php:307 +msgid "Error: Relation not added." +msgstr "" + +#: js/messages.php:57 libraries/messages.inc.php:308 +msgid "Error: relation already exists." +msgstr "" + +#: js/messages.php:58 libraries/messages.inc.php:310 +msgid "Error saving coordinates for Designer." +msgstr "" + +#: js/messages.php:59 libraries/messages.inc.php:359 +#: libraries/relation.lib.php:107 +msgid "General relation features" +msgstr "一般關聯功能" + +#: js/messages.php:59 libraries/messages.inc.php:268 +#: libraries/relation.lib.php:101 libraries/relation.lib.php:108 +msgid "Disabled" +msgstr "未啟動" + +#: js/messages.php:60 libraries/messages.inc.php:858 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:61 libraries/messages.inc.php:856 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:62 libraries/messages.inc.php:661 +msgid "Please select the primary key or a unique key" +msgstr "" + +#: js/messages.php:63 libraries/messages.inc.php:150 pmd_general.php:77 +#: tbl_relation.php:548 +msgid "Choose field to display" +msgstr "選擇顯示之欄位" + #. l10n: Display text for calendar close link -#: js/messages.php:74 +#: js/messages.php:72 #, fuzzy #| msgid "None" msgid "Done" msgstr "不適用" #. l10n: Display text for previous month link in calendar -#: js/messages.php:76 +#: js/messages.php:74 #, fuzzy #| msgid "Previous" msgid "Prev" msgstr "前一頁" #. l10n: Display text for next month link in calendar -#: js/messages.php:78 libraries/common.lib.php:2289 +#: js/messages.php:76 libraries/common.lib.php:2289 #: libraries/common.lib.php:2292 libraries/display_tbl.lib.php:338 #: libraries/messages.inc.php:551 server_binlog.php:205 server_binlog.php:207 #: tbl_printview.php:424 tbl_structure.php:802 @@ -857,96 +973,96 @@ msgid "Next" msgstr "下一個" #. l10n: Display text for current month link in calendar -#: js/messages.php:80 +#: js/messages.php:78 #, fuzzy #| msgid "Total" msgid "Today" msgstr "總共" -#: js/messages.php:83 +#: js/messages.php:81 #, fuzzy #| msgid "Binary" msgid "January" msgstr "二進制碼" -#: js/messages.php:84 +#: js/messages.php:82 msgid "February" msgstr "" -#: js/messages.php:85 +#: js/messages.php:83 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:86 +#: js/messages.php:84 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:87 libraries/messages.inc.php:28 +#: js/messages.php:85 libraries/messages.inc.php:28 msgid "May" msgstr "May" -#: js/messages.php:88 +#: js/messages.php:86 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jun" -#: js/messages.php:89 +#: js/messages.php:87 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jul" -#: js/messages.php:90 +#: js/messages.php:88 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Aug" -#: js/messages.php:91 +#: js/messages.php:89 msgid "September" msgstr "" -#: js/messages.php:92 +#: js/messages.php:90 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Oct" -#: js/messages.php:93 +#: js/messages.php:91 msgid "November" msgstr "" -#: js/messages.php:94 +#: js/messages.php:92 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:98 libraries/messages.inc.php:28 +#: js/messages.php:96 libraries/messages.inc.php:28 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:100 libraries/messages.inc.php:28 +#: js/messages.php:98 libraries/messages.inc.php:28 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:102 libraries/messages.inc.php:28 +#: js/messages.php:100 libraries/messages.inc.php:28 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:104 libraries/messages.inc.php:28 +#: js/messages.php:102 libraries/messages.inc.php:28 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:106 +#: js/messages.php:104 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -954,176 +1070,176 @@ msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:108 libraries/messages.inc.php:28 +#: js/messages.php:106 libraries/messages.inc.php:28 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:110 libraries/messages.inc.php:28 +#: js/messages.php:108 libraries/messages.inc.php:28 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:112 libraries/messages.inc.php:28 +#: js/messages.php:110 libraries/messages.inc.php:28 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:114 libraries/messages.inc.php:28 +#: js/messages.php:112 libraries/messages.inc.php:28 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:116 libraries/messages.inc.php:28 +#: js/messages.php:114 libraries/messages.inc.php:28 msgid "Oct" msgstr "Oct" #. l10n: Short month name -#: js/messages.php:118 libraries/messages.inc.php:28 +#: js/messages.php:116 libraries/messages.inc.php:28 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:120 libraries/messages.inc.php:28 +#: js/messages.php:118 libraries/messages.inc.php:28 msgid "Dec" msgstr "Dec" -#: js/messages.php:123 +#: js/messages.php:121 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Sun" -#: js/messages.php:124 +#: js/messages.php:122 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Mon" -#: js/messages.php:125 +#: js/messages.php:123 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Tue" -#: js/messages.php:126 +#: js/messages.php:124 msgid "Wednesday" msgstr "" -#: js/messages.php:127 +#: js/messages.php:125 msgid "Thursday" msgstr "" -#: js/messages.php:128 +#: js/messages.php:126 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Fri" -#: js/messages.php:129 +#: js/messages.php:127 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:133 libraries/messages.inc.php:27 +#: js/messages.php:131 libraries/messages.inc.php:27 msgid "Sun" msgstr "Sun" #. l10n: Short week day name -#: js/messages.php:135 libraries/messages.inc.php:27 +#: js/messages.php:133 libraries/messages.inc.php:27 msgid "Mon" msgstr "Mon" #. l10n: Short week day name -#: js/messages.php:137 libraries/messages.inc.php:27 +#: js/messages.php:135 libraries/messages.inc.php:27 msgid "Tue" msgstr "Tue" #. l10n: Short week day name -#: js/messages.php:139 libraries/messages.inc.php:27 +#: js/messages.php:137 libraries/messages.inc.php:27 msgid "Wed" msgstr "Wed" #. l10n: Short week day name -#: js/messages.php:141 libraries/messages.inc.php:27 +#: js/messages.php:139 libraries/messages.inc.php:27 msgid "Thu" msgstr "Thu" #. l10n: Short week day name -#: js/messages.php:143 libraries/messages.inc.php:27 +#: js/messages.php:141 libraries/messages.inc.php:27 msgid "Fri" msgstr "Fri" #. l10n: Short week day name -#: js/messages.php:145 libraries/messages.inc.php:27 +#: js/messages.php:143 libraries/messages.inc.php:27 msgid "Sat" msgstr "Sat" #. l10n: Minimal week day name -#: js/messages.php:149 +#: js/messages.php:147 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Sun" #. l10n: Minimal week day name -#: js/messages.php:151 +#: js/messages.php:149 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Mon" #. l10n: Minimal week day name -#: js/messages.php:153 +#: js/messages.php:151 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Tue" #. l10n: Minimal week day name -#: js/messages.php:155 +#: js/messages.php:153 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Wed" #. l10n: Minimal week day name -#: js/messages.php:157 +#: js/messages.php:155 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Thu" #. l10n: Minimal week day name -#: js/messages.php:159 +#: js/messages.php:157 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Fri" #. l10n: Minimal week day name -#: js/messages.php:161 +#: js/messages.php:159 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sat" #. l10n: Column header for week of the year in calendar -#: js/messages.php:163 +#: js/messages.php:161 msgid "Wk" msgstr "" -#: js/messages.php:165 +#: js/messages.php:163 msgid "Hour" msgstr "" -#: js/messages.php:166 +#: js/messages.php:164 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "使用中" -#: js/messages.php:167 +#: js/messages.php:165 #, fuzzy #| msgid "per second" msgid "Second" @@ -1250,6 +1366,25 @@ msgstr "" msgid "Download file" msgstr "" +#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 +msgid "" +"Couldn't load the iconv or recode extension needed for charset conversion. " +"Either configure PHP to enable these extensions or disable charset " +"conversion in phpMyAdmin." +msgstr "" +"未能讀取 iconv 或重新編碼程式來作文字編碼轉換, 請設定 php 來啟動這些模組或取" +"消 phpMyAdmin 使用文字編碼轉換功能." + +#: libraries/charset_conversion.lib.php:79 +#: libraries/charset_conversion.lib.php:90 +#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 +msgid "" +"Couldn't use the iconv, libiconv, or recode_string functions, although the " +"necessary extensions appear to be loaded. Check your PHP configuration." +msgstr "" +"當文編碼模組讀取後,未能使用 iconv, libiconv 或 recode_string 功能. 請檢查您" +"的 php 設定." + #: libraries/common.inc.php:583 libraries/messages.inc.php:178 msgid "" "phpMyAdmin was unable to read your configuration file!
This might " @@ -1547,6 +1682,51 @@ msgstr "可能接近. 請參看 FAQ 3.11" msgid "Overhead" msgstr "多餘" +#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 +#: main.php:91 user_password.php:111 user_password.php:129 +msgid "Change password" +msgstr "更改密碼" + +#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 +#: libraries/replication_gui.lib.php:341 server_privileges.php:768 +msgid "No Password" +msgstr "不用密碼" + +#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 +#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 +#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 +#: libraries/replication_gui.lib.php:345 server_privileges.php:757 +#: server_privileges.php:761 server_privileges.php:772 +#: server_privileges.php:1499 server_synchronize.php:1175 +msgid "Password" +msgstr "密碼" + +#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 +#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 +#: server_privileges.php:776 server_privileges.php:779 +msgid "Re-type" +msgstr "確認密碼" + +#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 +msgid "Password Hashing" +msgstr "密碼雜湊" + +#: libraries/display_change_password.lib.php:66 +#, fuzzy +#| msgid "MySQL 4.0 compatible" +msgid "MySQL 4.0 compatible" +msgstr "MySQL 4.0 相容" + +#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 +#: libraries/replication_gui.lib.php:356 server_privileges.php:783 +msgid "Generate Password" +msgstr "產生密碼" + +#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 +#: libraries/replication_gui.lib.php:359 server_privileges.php:786 +msgid "Generate" +msgstr "產生" + #: libraries/display_create_database.lib.php:22 #: libraries/display_create_database.lib.php:36 libraries/messages.inc.php:197 msgid "Create new database" @@ -1646,51 +1826,6 @@ msgstr "\"bzipped\"" msgid "SQL compatibility mode" msgstr "SQL 兼容模式" -#: libraries/display_change_password.lib.php:30 libraries/messages.inc.php:151 -#: main.php:91 user_password.php:111 user_password.php:129 -msgid "Change password" -msgstr "更改密碼" - -#: libraries/display_change_password.lib.php:35 libraries/messages.inc.php:569 -#: libraries/replication_gui.lib.php:341 server_privileges.php:768 -msgid "No Password" -msgstr "不用密碼" - -#: libraries/display_change_password.lib.php:41 libraries/messages.inc.php:618 -#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60 -#: libraries/replication_gui.lib.php:331 libraries/replication_gui.lib.php:335 -#: libraries/replication_gui.lib.php:345 server_privileges.php:757 -#: server_privileges.php:761 server_privileges.php:772 -#: server_privileges.php:1499 server_synchronize.php:1175 -msgid "Password" -msgstr "密碼" - -#: libraries/display_change_password.lib.php:46 libraries/messages.inc.php:814 -#: libraries/replication_gui.lib.php:349 libraries/replication_gui.lib.php:352 -#: server_privileges.php:776 server_privileges.php:779 -msgid "Re-type" -msgstr "確認密碼" - -#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:616 -msgid "Password Hashing" -msgstr "密碼雜湊" - -#: libraries/display_change_password.lib.php:66 -#, fuzzy -#| msgid "MySQL 4.0 compatible" -msgid "MySQL 4.0 compatible" -msgstr "MySQL 4.0 相容" - -#: libraries/display_change_password.lib.php:72 libraries/messages.inc.php:361 -#: libraries/replication_gui.lib.php:356 server_privileges.php:783 -msgid "Generate Password" -msgstr "產生密碼" - -#: libraries/display_change_password.lib.php:75 libraries/messages.inc.php:360 -#: libraries/replication_gui.lib.php:359 server_privileges.php:786 -msgid "Generate" -msgstr "產生" - #: libraries/display_import.lib.php:67 libraries/messages.inc.php:406 msgid "" "The file being uploaded is probably larger than the maximum allowed size or " @@ -2359,27 +2494,8 @@ msgstr "建立" msgid "Rows" msgstr "資料列列數" -#: libraries/charset_conversion.lib.php:17 libraries/messages.inc.php:136 -msgid "" -"Couldn't load the iconv or recode extension needed for charset conversion. " -"Either configure PHP to enable these extensions or disable charset " -"conversion in phpMyAdmin." -msgstr "" -"未能讀取 iconv 或重新編碼程式來作文字編碼轉換, 請設定 php 來啟動這些模組或取" -"消 phpMyAdmin 使用文字編碼轉換功能." - -#: libraries/charset_conversion.lib.php:79 -#: libraries/charset_conversion.lib.php:90 -#: libraries/charset_conversion.lib.php:109 libraries/messages.inc.php:138 -msgid "" -"Couldn't use the iconv, libiconv, or recode_string functions, although the " -"necessary extensions appear to be loaded. Check your PHP configuration." -msgstr "" -"當文編碼模組讀取後,未能使用 iconv, libiconv 或 recode_string 功能. 請檢查您" -"的 php 設定." - #: libraries/import.lib.php:150 libraries/messages.inc.php:293 -#: tbl_get_field.php:35 tbl_change.php:181 +#: tbl_change.php:181 tbl_get_field.php:35 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL 傳回的查詢結果為空 (原因可能為:沒有找到符合條件的記錄)" @@ -2755,21 +2871,12 @@ msgstr "位置" msgid "Server ID" msgstr "伺服器 ID" -#: libraries/messages.inc.php:99 -#, php-format -msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" - #: libraries/messages.inc.php:100 #, fuzzy msgctxt "$strBLOBRepositoryDisabled" msgid "Disabled" msgstr "未啟動" -#: libraries/messages.inc.php:102 -msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" - #: libraries/messages.inc.php:103 #, fuzzy msgctxt "$strBLOBRepositoryEnabled" @@ -2895,10 +3002,6 @@ msgstr " ... 廢除所有舊使用者有效之權限並刪除." msgid "Change Login Information / Copy User" msgstr "更改登入資訊 / 複製使用者" -#: libraries/messages.inc.php:150 pmd_general.php:77 tbl_relation.php:548 -msgid "Choose field to display" -msgstr "選擇顯示之欄位" - #: libraries/messages.inc.php:152 libraries/mysql_charsets.lib.php:107 msgid "Charset" msgstr "文字編碼 (Charset)" @@ -2931,18 +3034,6 @@ msgstr "查詢資料庫 "%s" 之權限." msgid "Please choose a page to edit" msgstr "請選擇需要編輯的頁碼" -#: libraries/messages.inc.php:163 server_synchronize.php:345 -#: server_synchronize.php:357 server_synchronize.php:373 -#: server_synchronize.php:380 server_synchronize.php:739 -#: server_synchronize.php:767 server_synchronize.php:795 -#: server_synchronize.php:807 -msgid "Click to select" -msgstr "" - -#: libraries/messages.inc.php:164 -msgid "Click to unselect" -msgstr "" - #: libraries/messages.inc.php:165 msgid "Displaying Column Comments" msgstr "顯示欄位註解" @@ -3239,11 +3330,6 @@ msgstr "" msgid "Direct links" msgstr "" -#: libraries/messages.inc.php:268 libraries/relation.lib.php:101 -#: libraries/relation.lib.php:108 -msgid "Disabled" -msgstr "未啟動" - #: libraries/messages.inc.php:269 msgid "Disable foreign key checks" msgstr "暫定外來鍵 (Foreign Key) 檢查" @@ -3268,16 +3354,6 @@ msgstr "" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/messages.inc.php:278 libraries/mult_submits.inc.php:258 -#: sql.php:188 -msgid "Do you really want to " -msgstr "您確定要 " - -#: libraries/messages.inc.php:279 libraries/mult_submits.inc.php:258 -#: sql.php:172 -msgid "You are about to DESTROY a complete database!" -msgstr "您將會刪除整個資料庫!" - #: libraries/messages.inc.php:281 server_privileges.php:1579 #: server_privileges.php:1580 server_privileges.php:1581 msgid "Drop the databases that have the same names as the users." @@ -3351,23 +3427,11 @@ msgstr "注意: MySQL 權限名稱會以英語顯示" msgid "Error in ZIP archive:" msgstr "ZIP 檔案錯誤:" -#: libraries/messages.inc.php:307 -msgid "Error: Relation not added." -msgstr "" - -#: libraries/messages.inc.php:308 -msgid "Error: relation already exists." -msgstr "" - #: libraries/messages.inc.php:309 libraries/Table.class.php:1048 #, php-format msgid "Error renaming table %1$s to %2$s" msgstr "" -#: libraries/messages.inc.php:310 -msgid "Error saving coordinates for Designer." -msgstr "" - #: libraries/messages.inc.php:311 libraries/mysql_charsets.lib.php:241 msgid "Esperanto" msgstr "世界語" @@ -3487,19 +3551,11 @@ msgstr "強迫更新 (關閉) 所有資料表" msgid "Error creating foreign key on %1$s (check data types)" msgstr "" -#: libraries/messages.inc.php:348 -msgid "FOREIGN KEY relation added" -msgstr "" - #: libraries/messages.inc.php:349 setup/lib/messages.inc.php:88 #: tbl_printview.php:376 tbl_structure.php:738 msgid "Format" msgstr "格式" -#: libraries/messages.inc.php:350 -msgid "Missing value in the form!" -msgstr "表格內漏填一些資料!" - #: libraries/messages.inc.php:352 server_replication.php:325 #, fuzzy msgid "Full start" @@ -3513,10 +3569,6 @@ msgstr "" msgid "Function" msgstr "函數" -#: libraries/messages.inc.php:359 libraries/relation.lib.php:107 -msgid "General relation features" -msgstr "一般關聯功能" - #: libraries/messages.inc.php:363 libraries/mysql_charsets.lib.php:377 msgid "Georgian" msgstr "格魯吉亞語" @@ -3600,10 +3652,6 @@ msgstr "主目錄" msgid "Official Homepage" msgstr "phpMyAdmin 官方網站" -#: libraries/messages.inc.php:388 -msgid "The host name is empty!" -msgstr "請輸入主機名稱!" - #: libraries/messages.inc.php:390 libraries/replication_gui.lib.php:327 #: server_privileges.php:753 msgid "" @@ -3742,11 +3790,6 @@ msgid "" "relation exists." msgstr "" -#: libraries/messages.inc.php:442 -#, fuzzy -msgid "Internal relation added" -msgstr "內部關聯" - #: libraries/messages.inc.php:443 pdf_pages.php:303 msgid "Internal relations" msgstr "內部關聯" @@ -3986,10 +4029,6 @@ msgid "" "MIME types printed in italics do not have a separate transformation function" msgstr "MIME 類型以斜體顯示是沒有分隔轉換功能" -#: libraries/messages.inc.php:522 -msgid "Modifications have been saved" -msgstr "修改已儲存" - #: libraries/messages.inc.php:523 tbl_indexes.php:162 msgid "Modify an index" msgstr "修改索引" @@ -4066,10 +4105,6 @@ msgid "" "There is no detailed status information available for this storage engine." msgstr "這儲存引擎並無詳細的狀態資料." -#: libraries/messages.inc.php:558 sql.php:89 -msgid "\"DROP DATABASE\" statements are disabled." -msgstr "\"DROP DATABASE\" 指令已經停用." - #: libraries/messages.inc.php:560 libraries/zip_extension.lib.php:26 msgid "No files found inside ZIP archive!" msgstr "於 ZIP 檔案內找不到任何檔案!" @@ -4121,10 +4156,6 @@ msgid "" "directory %s." msgstr "不支援款式功能, 請查看設定案及儲存款式檔案的資料夾 %s." -#: libraries/messages.inc.php:578 -msgid "This is not a number!" -msgstr "這不是一個數字!" - #: libraries/messages.inc.php:579 libraries/relation.lib.php:95 msgid "not OK" msgstr "未能確定" @@ -4194,14 +4225,6 @@ msgstr "" msgid "The password for %s was changed successfully." msgstr "%s 的密碼已成功更改." -#: libraries/messages.inc.php:615 -msgid "The password is empty!" -msgstr "請輸入密碼!" - -#: libraries/messages.inc.php:617 -msgid "The passwords aren't the same!" -msgstr "第二次輸入的密碼不同!" - #: libraries/messages.inc.php:643 #, php-format msgid "Schema of the \"%s\" database - Page %s" @@ -4267,10 +4290,6 @@ msgstr "" msgid "PHP extension" msgstr "PHP 版本" -#: libraries/messages.inc.php:661 -msgid "Please select the primary key or a unique key" -msgstr "" - #: libraries/messages.inc.php:662 libraries/relation.lib.php:163 msgid "" "Enable advanced features in configuration file (config.inc.php