From 59a92cd8fff9a4cf462e3aaa2824e1b81bfc4457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 29 Sep 2006 21:12:52 +0000 Subject: [PATCH 01/27] This commit was manufactured by cvs2svn to create branch 'MAINT_2_9_0'. --- ChangeLog | 145 ++ Documentation.html | 25 +- README | 2 +- config.sample.inc.php | 60 + css/phpmyadmin.css.php | 7 +- db_details_structure.php | 17 +- db_operations.php | 1 + lang/belarusian_cyrillic-utf-8.inc.php | 231 ++- lang/belarusian_cyrillic-windows-1251.inc.php | 159 +- lang/belarusian_latin-utf-8.inc.php | 113 +- lang/brazilian_portuguese-iso-8859-1.inc.php | 498 +++-- lang/brazilian_portuguese-utf-8.inc.php | 494 +++-- lang/bulgarian-koi8-r.inc.php | 213 +- lang/bulgarian-utf-8.inc.php | 213 +- lang/bulgarian-windows-1251.inc.php | 213 +- lang/catalan-iso-8859-1.inc.php | 15 +- lang/catalan-utf-8.inc.php | 15 +- lang/check_lang.sh | 2 +- lang/chinese_simplified-gb2312.inc.php | 2 + lang/chinese_simplified-utf-8.inc.php | 120 +- lang/chinese_traditional-big5.inc.php | 2 + lang/chinese_traditional-utf-8.inc.php | 2 + lang/croatian-iso-8859-2.inc.php | 1819 ++++++++--------- lang/croatian-utf-8.inc.php | 1819 ++++++++--------- lang/croatian-windows-1250.inc.php | 1819 ++++++++--------- lang/czech-iso-8859-2.inc.php | 2 +- lang/czech-utf-8.inc.php | 2 +- lang/czech-windows-1250.inc.php | 2 +- lang/danish-iso-8859-1.inc.php | 92 +- lang/danish-utf-8.inc.php | 92 +- lang/english-iso-8859-1.inc.php | 6 + lang/english-iso-8859-15.inc.php | 6 + lang/english-utf-8.inc.php | 6 + lang/finnish-iso-8859-1.inc.php | 142 +- lang/finnish-iso-8859-15.inc.php | 142 +- lang/finnish-utf-8.inc.php | 142 +- lang/french-iso-8859-1.inc.php | 2 + lang/french-iso-8859-15.inc.php | 2 + lang/french-utf-8.inc.php | 2 + lang/german-iso-8859-1.inc.php | 123 +- lang/german-iso-8859-15.inc.php | 121 +- lang/german-utf-8.inc.php | 121 +- lang/italian-iso-8859-1.inc.php | 84 +- lang/italian-iso-8859-15.inc.php | 84 +- lang/italian-utf-8.inc.php | 84 +- lang/japanese-euc.inc.php | 445 ++-- lang/japanese-sjis.inc.php | 453 ++-- lang/japanese-utf-8.inc.php | 445 ++-- lang/norwegian-iso-8859-1.inc.php | 72 +- lang/norwegian-utf-8.inc.php | 72 +- lang/polish-iso-8859-2.inc.php | 116 +- lang/polish-utf-8.inc.php | 116 +- lang/polish-windows-1250.inc.php | 116 +- lang/portuguese-iso-8859-1.inc.php | 2 + lang/portuguese-iso-8859-15.inc.php | 2 + lang/portuguese-utf-8.inc.php | 6 +- lang/spanish-iso-8859-1.inc.php | 2 + lang/spanish-iso-8859-15.inc.php | 2 + lang/spanish-utf-8.inc.php | 2 + lang/swedish-iso-8859-1.inc.php | 52 +- lang/swedish-utf-8.inc.php | 52 +- lang/turkish-iso-8859-9.inc.php | 1433 +++++++------ lang/turkish-utf-8.inc.php | 1433 +++++++------ libraries/.htaccess | 5 +- libraries/Config.class.php | 2 +- libraries/auth/config.auth.lib.php | 27 +- libraries/auth/cookie.auth.lib.php | 1 + libraries/common.lib.php | 52 +- libraries/config.default.php | 4 +- libraries/database_interface.lib.php | 2 +- libraries/dbg/profiling.php | 105 - libraries/display_tbl.lib.php | 3 +- libraries/export/htmlexcel.php | 2 +- libraries/export/pdf.php | 32 +- libraries/export/sql.php | 6 +- libraries/footer.inc.php | 5 +- libraries/grab_globals.lib.php | 9 +- libraries/session.inc.php | 5 +- libraries/sqlparser.data.php | 55 +- libraries/sqlparser.lib.php | 7 +- libraries/tbl_properties.inc.php | 2 +- libraries/tbl_properties_links.inc.php | 3 +- libraries/url_generating.lib.php | 4 +- scripts/setup.php | 68 +- .../darkblue_orange/css/theme_right.css.php | 66 +- themes/darkblue_orange/info.inc.php | 2 +- themes/darkblue_orange/layout.inc.php | 10 +- themes/original/css/theme_left.css.php | 33 +- themes/original/css/theme_right.css.php | 74 +- themes/original/info.inc.php | 2 +- themes/original/layout.inc.php | 11 +- translators.html | 8 +- 92 files changed, 7318 insertions(+), 7371 deletions(-) create mode 100644 config.sample.inc.php delete mode 100644 libraries/dbg/profiling.php diff --git a/ChangeLog b/ChangeLog index b3bff8a89..e7d68986f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,151 @@ phpMyAdmin - ChangeLog $Id$ $Source$ +2006-09-29 Marc Delisle + * libraries/grab_globals.lib.php: fix attack via _FILES, + thanks to Stefan Esser + * libraries/database_interface.lib.php, bug #1566904, typo in require, + thanks to Björn Wiberg - bwiberg. + * lang/danish: Updated, thanks to AlleyKat - dk_alleykat + +2006-09-27 Marc Delisle + * libraries/common.lib.php, /session.inc.php, /url_generating.lib.php: + security fixes (announcement will come later), + thanks to Sebastian Mendel and Stefan Esser + * libraries/.htaccess: remove potential vulnerability (allow from none), + thanks to Michael Heimpold + ### 2.9.1-rc1 released from QA_2_9 + +2006-09-22 Marc Delisle + * libraries/tbl_properties_links.inc.php: bug #1560152, + after renaming a table the navigation does not work + +2006-09-20 Marc Delisle + ### 2.9.0 released from QA_2_9 + +2006-09-19 Marc Delisle + * Documentation.html, libraries/footer.inc.php, + libraries/dbg/profiling.php: remove profiling feature + due to licensing issues (non GPL code) + +2006-09-15 Marc Delisle + * lang/finnish: Update, thanks to Yoneh - yoneh. + * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog. + +2006-09-14 Michal Čihař + * db_details_structure.php: Fix table footer when MySQL does not support + collations (bug #1554885, patch #1557269, thanks to Isaac Bennetch - + ibennetch). + +2006-09-12 Marc Delisle + * libraries/config.default.php, libraries/export/sql.php: + bug #1556934, sql compatibility mode on export + +2006-09-08 Marc Delisle + * lang/check_lang.sh: ignore differences in doc_lang + * lang/italian: Update, thanks to Rebe - rebeluca. + ### 2.9.0-rc1 released from QA_2_9 + +2006-09-07 Marc Delisle + * lang/turkish: update, thanks to Burak Yavuz - bourock + +2006-08-30 Michal Čihař + * libraries/common.lib.php, lang/*: Internationalise link to MySQL + documentation when translation exists, this needs to be defined in + language file (RFE #1547130). + * lang/belarusian_latin-utf-8.inc.php: Fix charset information. + +2006-08-29 Michal Čihař + * lang/croatian: Updated, thanks to Renato Pavicic - babalui. + +2006-08-28 Michal Čihař + * config.sample.inc.php, Documentation.html: Add minimal sample + configuration, so that lazy people won't copy + libraries/config.default.php (RFE #1544570). + +2006-08-27 Marc Delisle + * themes/*/layout.inc.php: patch #1523543, possibility of vertical + solid line between frames, thanks to Juergen Wind + +2006-08-26 Marc Delisle + * db_operations.php: bug #1544799, undefined variable on db copy + * libraries/common.lib.php: bug #1544734, error messages link outdated, + thanks to René Leonhardt + * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik. + * libraries/tbl_properties.inc.php: bug #1543996, wrong link for message, + thanks to GerardW + +2006-08-24 Marc Delisle + ### 2.9.0-beta1 released from QA_2_9 + +2006-08-22 Marc Delisle + * scripts/setup.php: bug #1536112, better fix (in case of + register_globals enabled), thanks to Michal + ### 2.8.2.3 released from MAINT_2_8_2 + * scripts/setup.php: bug #1544692, version 2.8.2.3 breaks setup.php + on a server with register_globals enabled, thanks to Juergen Wind + ### 2.8.2.4 released from MAINT_2_8_2 + +2006-08-21 Marc Delisle + * libraries/common.lib.php, libraries/auth/cookie.auth.lib.php: + bug #1542875, Cookie auth on IIS + +2006-08-20 Marc Delisle + * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog. + +2006-08-18 Marc Delisle + * libraries/export/pdf.php: do not display BLOBs on PDF export + * lang/brazilian-portuguese: update, thanks to thedarkness + * lang/catalan update, thanks to Xavier Navarro (xavin) + +2006-08-16 Marc Delisle + * libraries/sqlparser.lib.php: sorting on column header + +2006-08-16 Michal Čihař + * libraries/export/htmlexcel.php: Fix charset header of exported HTML/XLS + file (bug #1541100). + +2006-08-15 Sebastian Mendel + * lang/german: Updated + +2006-08-14 Marc Delisle + ### 2.8.2.2 released from MAINT_2_8_2 + +2006-08-14 Michal Čihař + * scripts/setup.php: Improve readibility (patch #1539976), thanks to Isaac + Bennetch - ibennetch. + * lang/czech: Updated. + +2006-08-13 Marc Delisle + * libraries/display_tbl.lib.php: bug #1519799, imagelink error + +2006-08-12 Marc Delisle + * libraries/sqlparser.data.php: bug #1492772, parsing EXTRACT YEAR_MONTH + (there were sorting errors in the function names array) + also bug #1534007, STD function not working + * lang/polish: updates, thanks to Jakub Wilk - ubanus + * lang/swedish: Update, thanks to Björn T. Hallberg - bjornth. + * lang/italian: Update, thanks to Rebe - rebeluca. + * lang/japanese: Update, thanks to Ishigaki Kenichi - tcool. + * lang/belarusian updates, thanks to Jaska Zedlik + +2006-08-11 Marc Delisle + * libraries/auth/config.auth.lib.php: bug #1536112, config not loaded + (MySQL error 2002 or 2003) + +2006-08-11 Sebastian Mendel + * css\phpmyadmin.css.php, themes\*: + updated themes to 2.9 and some minor fixes + thanks to Juergen Wind - windkiel for hinting this (patch #1535169) + +2006-08-10 Marc Delisle + * lang/danish: Updated, thanks to AlleyKat - dk_alleykat + * lang/catalan update, thanks to Xavier Navarro (xavin) + * lang/galician: Update, thanks to Xosé Calvo - xosecalvo. + * lang/estonian: Update, thanks to Marko Ellermaa - uhuu + * lang/russian: update, thanks to Gosha Sakovich - gt2 + * libraries/common.lib.php: bug #1534475, arbitrary server + 2006-08-09 Marc Delisle * libraries/mysql_charsets.lib.php: bug #1530574: MySQL 4.1.13 and double quotes in SHOW VARIABLES, diff --git a/Documentation.html b/Documentation.html index 4e1eea0fe..82b1a2af2 100755 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,7 @@ - phpMyAdmin 2.9.0-dev - Documentation + phpMyAdmin 2.9.1-rc1 - Documentation @@ -33,7 +33,7 @@
  • Glossary
  • -

    phpMyAdmin 2.9.0-dev Documentation

    +

    phpMyAdmin 2.9.1-rc1 Documentation

    • phpMyAdmin homepage
    • @@ -186,14 +186,16 @@ those who prefer a graphical installation. Creating a config.inc.php is still a quick way to get started and needed for some advanced features.
      • To manually create the file, simply use your text editor to - create the file config.inc.php in the main (top-level) - phpMyAdmin directory (the one that contains index.php). - phpMyAdmin first loads libraries/config.default.php - and then overrides those values with anything found in - config.inc.php. If the default value is okay for a particular - setting, there is no need to include it in config.inc.php. - You'll need a few directives to get going, a simple configuration - may look like this: + create the file config.inc.php (you can copy + config.sample.inc.php to get minimal configuration + file) in the main (top-level) phpMyAdmin directory (the one + that contains index.php). phpMyAdmin first loads + libraries/config.default.php and then overrides those + values with anything found in config.inc.php. If the + default value is okay for a particular setting, there is no + need to include it in config.inc.php. You'll need a + few directives to get going, a simple configuration may look + like this:
         <?php
         $cfg['blowfish_secret'] = 'ba17c1ec07d65003';  // use here a value of your choice
        @@ -1860,7 +1862,8 @@ ALTER TABLE `pma_column_comments`
                 to the end of every page displayed in the main window with profiling
                 statistics for that page.
        You may need to increase the maximum execution time for this to - complete successfully. + complete successfully. Profiling was removed from the code + for version 2.9.0 due to licensing issues.
        $cfg['DBG']['profile']['threshold'] float (units in milliseconds)
        DEVELOPERS ONLY!
        diff --git a/README b/README index 688e3fdb9..d35ef31c4 100755 --- a/README +++ b/README @@ -5,7 +5,7 @@ phpMyAdmin - Readme A set of PHP-scripts to manage MySQL over the web. - Version 2.9.0-dev + Version 2.9.1-rc1 ----------------- http://www.phpmyadmin.net/ diff --git a/config.sample.inc.php b/config.sample.inc.php new file mode 100644 index 000000000..2237d2521 --- /dev/null +++ b/config.sample.inc.php @@ -0,0 +1,60 @@ +. + */ + +/* + * This is needed for cookie based authentication to encrypt password in + * cookie + */ +$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */ + +/* + * Servers configuration + */ +$i = 0; + +/* + * First server + */ +$i++; +/* Authentication type */ +$cfg['Servers'][$i]['auth_type'] = 'cookie'; +/* Server parameters */ +$cfg['Servers'][$i]['host'] = 'localhost'; +$cfg['Servers'][$i]['connect_type'] = 'tcp'; +$cfg['Servers'][$i]['compress'] = false; +/* Select mysqli if your server has it */ +$cfg['Servers'][$i]['extension'] = 'mysql'; +/* User for advanced features */ +$cfg['Servers'][$i]['controluser'] = 'pmausr'; +$cfg['Servers'][$i]['controlpass'] = 'pmapass'; +/* Advanced phpMyAdmin features */ +$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin'; +$cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark'; +$cfg['Servers'][$i]['relation'] = 'pma_relation'; +$cfg['Servers'][$i]['table_info'] = 'pma_table_info'; +$cfg['Servers'][$i]['table_coords'] = 'pma_table_coords'; +$cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages'; +$cfg['Servers'][$i]['column_info'] = 'pma_column_info'; +$cfg['Servers'][$i]['history'] = 'pma_history'; + +/* + * End of servers configuration + */ + +/* + * Directories for saving/loading files from server + */ +$cfg['UploadDir'] = ''; +$cfg['SaveDir'] = ''; + +?> diff --git a/css/phpmyadmin.css.php b/css/phpmyadmin.css.php index d8320d8e5..372110ebb 100644 --- a/css/phpmyadmin.css.php +++ b/css/phpmyadmin.css.php @@ -343,10 +343,8 @@ ul#topmenu li { background-color: ; border: 1pt solid ; border-bottom: 0; - border-radius-topleft: 0.4em; - border-radius-topright: 0.4em; - -moz-border-radius-topleft: 0.4em; - -moz-border-radius-topright: 0.4em; + border-top-left-radius: 0.4em; + border-top-right-radius: 0.4em; } /* enabled hover/active tabs */ @@ -710,6 +708,7 @@ if ($_SESSION['PMA_Theme']->checkVersion('2.9')) { /* marked items */ +.marked a, .marked { background: ; color: ; diff --git a/db_details_structure.php b/db_details_structure.php index 878aa5789..359a7ad31 100644 --- a/db_details_structure.php +++ b/db_details_structure.php @@ -408,14 +408,17 @@ if (!($cfg['PropertiesNumColumns'] > 1)) { echo ' ' . "\n" . ' ' .$default_engine . '' . "\n"; - // we got a case where $db_collation was empty - echo ' ' . "\n"; - if (! empty($db_collation)) { - echo ' ' . $db_collation - . ''; + // Have to account for old MySQL with no collation (bug 1554885) + if (PMA_MYSQL_INT_VERSION >= 40100) { + // we got a case where $db_collation was empty + echo ' ' . "\n"; + if (! empty($db_collation)) { + echo ' ' . $db_collation + . ''; + } + echo ''; } - echo ''; } if ($is_show_stats) { diff --git a/db_operations.php b/db_operations.php index 533c30cd7..510ba6368 100644 --- a/db_operations.php +++ b/db_operations.php @@ -35,6 +35,7 @@ if (isset($db) && if (!isset($newname) || !strlen($newname)) { $message = $strDatabaseEmpty; } else { + $sql_query = ''; // in case target db exists if ($move || (isset($create_database_before_copying) && $create_database_before_copying)) { $local_query = 'CREATE DATABASE ' . PMA_backquote($newname); diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index 72da3fcca..be3ce658e 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -9,11 +9,12 @@ $charset = 'utf-8'; $allow_recoding = TRUE; +$allow_recoding = TRUE; $text_dir = 'ltr'; $number_thousands_separator = ','; $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('Б', 'КБ', 'МБ', 'ГБ', 'ТБ', 'ПБ', 'ЭБ'); +$byteUnits = array('Б', 'КiБ', 'МіБ', 'ГіБ', 'ТіБ', 'ПіБ', 'ЭіБ'); $day_of_week = array('Ндз', 'Пан', 'Аўт', 'Сер', 'Цач', 'Пят', 'Суб'); $month = array('Сту', 'Лют', 'Сак', 'Кра', 'Тра', 'Чэр', 'Ліп', 'Жні', 'Вер', 'Кас', 'Ліс', 'Сьн'); @@ -29,6 +30,7 @@ $strAccessDeniedExplanation = 'phpMyAdmin паспрабаваў падлучы $strAccessDenied = 'У доступе адмоўлена'; $strAction = 'Дзеяньне'; $strAddAutoIncrement = 'Дадаць значэньне AUTO_INCREMENT'; +$strAddClause = 'Дадаць %s'; $strAddConstraints = 'Дадаць абмежаваньні'; $strAddDeleteColumn = 'Дадаць/выдаліць калёнку крытэру'; $strAddDeleteRow = 'Дадаць/выдаліць радок крытэру'; @@ -42,26 +44,26 @@ $strAddPrivilegesOnDb = 'Дадаць прывілеі на наступную $strAddPrivilegesOnTbl = 'Дадаць прывілеі на наступную табліцу'; $strAddSearchConditions = 'Дадаць умовы пошуку (цела для ўмовы "where"):'; $strAddToIndex = 'Дадаць да індэкса  %s калёнку(і)'; -$strAddUserMessage = 'Быў дададзены новы карыстальнік.'; $strAddUser = 'Дадаць новага карыстальніка'; +$strAddUserMessage = 'Быў дададзены новы карыстальнік.'; $strAdministration = 'Адміністраваньне'; $strAffectedRows = 'Закранутыя радкі:'; +$strAfter = 'Пасьля %s'; $strAfterInsertBack = 'Перайсьці да папярэдняй старонкі'; $strAfterInsertNewInsert = 'Дадаць яшчэ адзін радок'; $strAfterInsertNext = 'Рэдагаваць наступны радок'; $strAfterInsertSame = 'Вярнуцца да гэтай старонкі'; -$strAfter = 'Пасьля %s'; +$strAll = 'Усе'; $strAllowInterrupt = 'Дазволіць спыненьне імпартаваньня ў выпадку, калі скрыпт высьветліць, што скончваецца час выкананьня. Гэта можа быць добрым спосабам імпартаваньня вялікіх файлаў, аднак, гэта можа перапыніць транзакцыі.'; $strAllTableSameWidth = 'Паказаць усе табліцы аднолькавай шырыні?'; -$strAll = 'Усе'; $strAlterOrderBy = 'Зьмяніць парадак табліцы'; $strAnalyzeTable = 'Аналізаваць табліцу'; -$strAndThen = 'і пасьля'; $strAnd = 'І'; +$strAndThen = 'і пасьля'; $strAnIndex = 'Быў дададзены індэкс для %s'; +$strAny = 'Любы'; $strAnyHost = 'Любы хост'; $strAnyUser = 'Любы карыстальнік'; -$strAny = 'Любы'; $strApproximateCount = 'Можа быць прыблізным. Гл. FAQ 3.11'; $strAPrimaryKey = 'Першасны ключ быў дададзены да %s'; $strArabic = 'Арабская'; @@ -77,9 +79,9 @@ $strBack = 'Назад'; $strBaltic = 'Балтыйская'; $strBeginCut = 'BEGIN CUT'; $strBeginRaw = 'BEGIN RAW'; +$strBinary = 'Двойкавы'; $strBinaryDoNotEdit = 'Двойкавыя дадзеныя — не рэдагуюцца'; $strBinaryLog = 'Двойкавы лог'; -$strBinary = 'Двойкавы'; $strBinLogEventType = 'Тып падзеі'; $strBinLogInfo = 'Інфармацыя'; $strBinLogName = 'Імя логу'; @@ -98,22 +100,23 @@ $strBrowseDistinctValues = 'Прагляд розных значэньняў'; $strBrowseForeignValues = 'Праглядзець зьнешнія значэньні'; $strBrowse = 'Прагляд'; $strBufferPoolActivity = 'Актыўнасьць пулу буфэру'; -$strBufferPoolUsage = 'Выкарыстаньне пулу буфэру'; $strBufferPool = 'Пул буфэру'; -$strBufferReadMissesInPercent = 'Пропускаў чытаньня ў %'; +$strBufferPoolUsage = 'Выкарыстаньне пулу буфэру'; $strBufferReadMisses = 'Пропускаў чытаньня'; -$strBufferWriteWaitsInPercent = 'Затрымак запісу ў %'; +$strBufferReadMissesInPercent = 'Пропускаў чытаньня ў %'; $strBufferWriteWaits = 'Затрымак запісу'; +$strBufferWriteWaitsInPercent = 'Затрымак запісу ў %'; $strBulgarian = 'Баўгарская'; $strBusyPages = 'Занятых старонак'; $strBzError = 'phpMyAdmin ня можа сьціснуць дамп з-за праблемаў з пашырэньнем Bz2 у гэтай вэрсіі PHP. Строга рэкамэндуецца вызначыць значэньне дырэктывы $cfg[\'BZipDump\'] у вашым канфігурацыйным файле phpMyAdmin як FALSE. Калі вы жадаеце выкарыстоўваць Bz2-сьціск, вам неабходна абнавіць вэрсію PHP. Зьварніцеся да PHP bug report %s для больш падрабязнай інфармацыі.'; $strBzip = 'сьціскаць у bzip'; $strCalendar = 'Каляндар'; +$strCanNotLoadExportPlugins = 'Немагчыма загрузіць плагіны экспартаваньня, калі ласка, праверце ўсталяваныя файлы!'; $strCanNotLoadImportPlugins = 'Немагчыма загрузіць плагіны імпартаваньня, калі ласка, праверце ўсталёўку!'; $strCannotLogin = 'Немагчыма залагавацца на сэрвэр MySQL'; -$strCantLoadRecodeIconv = 'Немагчыма загрузіць пашырэньне iconv або пашырэньне recode, неабходныя для перакадаваньня сымбаляў. Наладзьце PHP на выкарыстаньне гэтых пашырэньняў або ўвогуле адключыце перакадаваньне сымбаляў у phpMyAdmin.'; $strCantLoad = 'немагчыма загрузіць пашырэньне %s;
        калі ласка, праверце канфігурацыю PHP'; +$strCantLoadRecodeIconv = 'Немагчыма загрузіць пашырэньне iconv або пашырэньне recode, неабходныя для перакадаваньня сымбаляў. Наладзьце PHP на выкарыстаньне гэтых пашырэньняў або ўвогуле адключыце перакадаваньне сымбаляў у phpMyAdmin.'; $strCantRenameIdxToPrimary = 'Немагчыма перайменаваць індэкс у PRIMARY!'; $strCantUseRecodeIconv = 'Немагчыма выкарыстаць ні функцыю iconv, ні libiconvr, ні recode_string у той час, як пашырэньне паведамляе, што яно загружанае. Праверце вашую канфігурацыю PHP.'; $strCardinality = 'Колькасьць элемэнтаў'; @@ -123,20 +126,20 @@ $strCentralEuropean = 'Цэнтральнаэўрапейская'; $strChangeCopyModeCopy = '... пакінуць старога.'; $strChangeCopyModeDeleteAndReload = ' ... выдаліць старога з табліцы карыстальнікаў і пасьля перазагрузіць прывілеі.'; $strChangeCopyModeJustDelete = ' ... выдаліць старога з табліцы карыстальнікаў.'; -$strChangeCopyModeRevoke = ' ... ануляваць усе актыўныя прывілеі старога і пасьля выдаліць яго.'; $strChangeCopyMode = 'Стварыць новага карыстальніка з такімі ж прывілеямі і ...'; +$strChangeCopyModeRevoke = ' ... ануляваць усе актыўныя прывілеі старога і пасьля выдаліць яго.'; $strChangeCopyUser = 'Зьмяніць рэгістрацыйную інфармацыю / Капіяваць карыстальніка'; +$strChange = 'Зьмяніць'; $strChangeDisplay = 'Выберыце поле для адлюстраваньня'; $strChangePassword = 'Зьмяніць пароль'; -$strChange = 'Зьмяніць'; +$strCharset = 'Кадыроўка'; $strCharsetOfFile = 'Кадыроўка файла:'; $strCharsetsAndCollations = 'Раскладкі і супастаўленьні'; $strCharsets = 'Кадыроўкі'; -$strCharset = 'Кадыроўка'; $strCheckAll = 'Адзначыць усё'; $strCheckOverhead = 'Адзначыць тыя, што патрабуюць аптымізацыі'; -$strCheckPrivsLong = 'Праверыць прывілеі для базы "%s".'; $strCheckPrivs = 'Праверыць прывілеі'; +$strCheckPrivsLong = 'Праверыць прывілеі для базы "%s".'; $strCheckTable = 'Праверыць табліцу'; $strChoosePage = 'Калі ласка, выберыце старонку для рэдагаваньня'; $strColComFeat = 'Паказваць камэнтары калёнак'; @@ -144,12 +147,12 @@ $strCollation = 'Супастаўленьне'; $strColumnNames = 'Назвы калёнак'; $strColumnPrivileges = 'Спэцыфічныя прывілеі калёнак'; $strCommand = 'Каманда'; -$strCommentsForTable = 'Камэнтары да табліцы'; $strComments = 'Камэнтары'; +$strCommentsForTable = 'Камэнтары да табліцы'; $strCompatibleHashing = 'Сумяшчальнае з MySQL 4.0'; $strCompleteInserts = 'Поўная ўстаўка'; -$strCompressionWillBeDetected = 'Мэтад сьціску імпартаванага файла будзе вызначаная аўтаматычна з: %s'; $strCompression = 'Сьціск'; +$strCompressionWillBeDetected = 'Мэтад сьціску імпартаванага файла будзе вызначаная аўтаматычна з: %s'; $strConfigDefaultFileError = 'Немагчыма загрузіць канфігурацыю па змоўчаньні з: "%1$s"'; $strConfigFileError = 'phpMyAdmin ня можа прачытаць канфігурацыйны файл!
        Гэта можа адбыцца ў выпадку, калі PHP знойдзе сынтаксычную памылку ў ім або калі PHP ня можа знайсьці файл.
        Калі ласка, загрузіце канфігурацыйны файл непасрэдна, выкарыстоўваючы спасылку, прыведзеную ніжэй, і прачытайце паведамленьні PHP пра памылкі. У большасьці выпадкаў, недзе прапушчаны апостраф або кропка з коскай.
        Калі вы атрымаеце чыстую старонку, значыць, усё добра.'; $strConfigureTableCoord = 'Калі ласка, сканфігуруйце каардынаты для табліцы %s'; @@ -159,19 +162,23 @@ $strConstraintsForDumped = 'Абмежаваньні для экспартава $strConstraintsForTable = 'Абмежаваньні для табліцы'; $strCookiesRequired = 'Cookies мусяць быць уключанымі пасьля гэтага месца.'; $strCopyDatabaseOK = 'База дадзеных %s была скапіяваная ў %s'; +$strCopy = 'Скапіяваць'; +$strCopyTable = 'Скапіяваць табліцу ў (база дадзеных.табліца):'; $strCopyTableOK = 'Табліца %s была скапіяваная ў %s.'; $strCopyTableSameNames = 'Немагчыма скапіяваць табліцу ў саму сябе!'; -$strCopyTable = 'Скапіяваць табліцу ў (база дадзеных.табліца):'; -$strCopy = 'Скапіяваць'; $strCouldNotKill = 'phpMyAdmin ня можа спыніць працэс %s. Напэўна, ён ужо спынены.'; $strCreateDatabaseBeforeCopying = 'выканаць CREATE DATABASE перад капіяваньнем'; -$strCreateIndexTopic = 'Стварыць новы індэкс'; $strCreateIndex = 'Стварыць індэкс на %s калёнках'; +$strCreateIndexTopic = 'Стварыць новы індэкс'; $strCreateNewDatabase = 'Стварыць новую базу дадзеных'; $strCreateNewTable = 'Стварыць новую табліцу ў БД %s'; +$strCreate = 'Стварыць'; $strCreatePage = 'Стварыць новую старонку'; $strCreatePdfFeat = 'Стварэньне PDF-файлаў'; -$strCreate = 'Стварыць'; +$strCreateUserDatabase = 'База дадзеных для карыстальніка'; +$strCreateUserDatabaseName = 'Стварыць базу дадзеных з такім самым імем і надзяліць усімі прывілеямі'; +$strCreateUserDatabaseNone = 'Ніякая'; +$strCreateUserDatabaseWildcard = 'Надзяліць усімі прывілеямі базы з іменамі па масцы (імя карыстальніка_%)'; $strCreationDates = 'Стварэньне/Абнаўленьне/Праверка дат'; $strCriteria = 'Крытэр'; $strCroatian = 'Харвацкая'; @@ -183,25 +190,25 @@ $strCzechSlovak = 'Чэхаславацкая'; $strCzech = 'Чэская'; $strDanish = 'Дацкая'; +$strData = 'Дадзеныя'; +$strDatabase = 'База дадзеных'; $strDatabaseEmpty = 'Імя базы дадзеных не пазначанае!'; $strDatabaseExportOptions = 'Налады экспарту базы дадзеных'; $strDatabaseHasBeenDropped = 'База дадзеных %s была выдаленая.'; $strDatabaseNoTable = 'Гэта база дадзеных ня ўтрымлівае табліц!'; +$strDatabases = 'Базы дадзеных'; $strDatabasesDropped = '%s базаў дадзеных былі пасьпяхова выдаленыя.'; $strDatabasesStatsDisable = 'Адключыць статыстыку'; $strDatabasesStatsEnable = 'Уключыць статыстыку'; $strDatabasesStatsHeavyTraffic = 'Заўвага: Уключэньне статыстыкі базы дадзеных можа выклікаць вялікую колькасьць трафіку паміж вэб-сэрвэрам і сэрвэрам MySQL.'; $strDatabasesStats = 'Статыстыка базаў дадзеных'; -$strDatabases = 'Базы дадзеных'; -$strDatabase = 'База дадзеных'; $strDataDict = 'Слоўнік дадзеных'; $strDataOnly = 'Толькі дадзеныя'; $strDataPages = 'Старонак з дадзенымі'; -$strData = 'Дадзеныя'; $strDBComment = 'Камэнтар да базы дадзеных: '; $strDBCopy = 'Капіяваць базу дадзеных у'; -$strDBGContextID = 'Кантэкст ID'; $strDBGContext = 'Кантэкст'; +$strDBGContextID = 'Кантэкст ID'; $strDBGHits = 'Зваротаў'; $strDBGLine = 'Радок'; $strDBGMaxTimeMs = 'Максымальны час, мс'; @@ -213,17 +220,18 @@ $strDbPrivileges = 'Спэцыфічныя прывілеі базы дадзе $strDBRename = 'Перайменаваць базу дадзеных у'; $strDbSpecific = 'спэцыфічны для базы дадзеных'; $strDefaultEngine = '%s зьяўляецца машынай захаваньня дадзеных па змоўчаньні на гэтым MySQL-сэрвэры.'; -$strDefaultValueHelp = 'Для значэньняў па змоўчаньні, калі ласка, увядзіце проста значэньне, без выкарыстаньня зваротных слэшаў і двукосься, выкарыстоўваючы фармат: a'; $strDefault = 'Па змоўчаньні'; +$strDefaultValueHelp = 'Для значэньняў па змоўчаньні, калі ласка, увядзіце проста значэньне, без выкарыстаньня зваротных слэшаў і двукосься, выкарыстоўваючы фармат: a'; $strDefragment = 'Дэфрагмэнтаваць табліцу'; $strDelayedInserts = 'Выкарыстоўваць адкладзеныя ўстаўкі'; -$strDeleteAndFlushDescr = 'Гэта лепшы спосаб, але перазагрузка прывілеяў можа заняць пэўны час.'; $strDeleteAndFlush = 'Выдаліць карыстальнікаў і пасьля перазагрузіць прывілеі.'; -$strDeletedRows = 'Выдаленыя радкі:'; -$strDeleted = 'Радок быў выдалены'; -$strDeleteNoUsersSelected = 'На выбраныя карыстальнікі для выдаленьня!'; +$strDeleteAndFlushDescr = 'Гэта лепшы спосаб, але перазагрузка прывілеяў можа заняць пэўны час.'; $strDelete = 'Выдаліць'; +$strDeleted = 'Радок быў выдалены'; +$strDeletedRows = 'Выдаленыя радкі:'; +$strDeleteNoUsersSelected = 'На выбраныя карыстальнікі для выдаленьня!'; $strDeleting = 'Выдаленьне %s'; +$strDelimiter = 'Разьдзяляльнік'; $strDelOld = 'Бягучая старонка ўтрымлівае спасылкі на табліцы, якія больш не існуюць. Ці жадаеце вы выдаліць гэтыя спасылкі?'; $strDescending = 'адваротны'; $strDescription = 'Апісаньне'; @@ -237,9 +245,9 @@ $strDisplayPDF = 'Паказаць PDF-схему'; $strDoAQuery = 'Выканаць "запыт згодна прыклада" (сымбаль падстаноўкі: "%")'; $strDocu = 'Дакумэнтацыя'; $strDoYouReally = 'Ці сапраўды вы жадаеце '; +$strDrop = 'Выдаліць'; $strDropDatabaseStrongWarning = 'Вы зьбіраеце ВЫДАЛІЦЬ базу дадзеных цалкам!'; $strDropUsersDb = 'Выдаліць базы дадзеных, якія маюць такія ж імёны як і карыстальнікі.'; -$strDrop = 'Выдаліць'; $strDumpingData = 'Дамп дадзеных табліцы'; $strDumpSaved = 'Дамп захаваны ў файл %s.'; $strDumpXRows = 'Дамп %s радкоў, пачынаючы з %s.'; @@ -249,21 +257,22 @@ $strEditPDFPages = 'Рэдагаваць PDF-старонкі'; $strEditPrivileges = 'Рэдагаваць прывілеі'; $strEdit = 'Рэдагаваць'; $strEffective = 'Эфэктыўнасьць'; -$strEmptyResultSet = 'MySQL вярнула пусты вынік (то бок нуль радкоў).'; $strEmpty = 'Ачысьціць'; +$strEmptyResultSet = 'MySQL вярнула пусты вынік (то бок нуль радкоў).'; $strEnabled = 'Уключана'; $strEncloseInTransaction = 'Экспартаваць за адну транзакцыю'; $strEndCut = 'END CUT'; -$strEndRaw = 'END RAW'; $strEnd = 'Канец'; +$strEndRaw = 'END RAW'; $strEngineAvailable = '%s даступная на гэтым MySQL-сэрвэры.'; $strEngineDisabled = '%s была адключаная для рэтага MySQL-сэрвэра.'; $strEngines = 'Машыны'; $strEngineUnsupported = 'Гэты сэрвэр MySQL не падтрымлівае машыну захаваньня дадзеных %s.'; -$strEnglishPrivileges = ' Заўвага: імёны прывілеяў MySQL задаюцца па-ангельску '; $strEnglish = 'Ангельская'; -$strErrorInZipFile = 'Памылка ў ZIP-архіве:'; +$strEnglishPrivileges = ' Заўвага: імёны прывілеяў MySQL задаюцца па-ангельску '; $strError = 'Памылка'; +$strErrorInZipFile = 'Памылка ў ZIP-архіве:'; +$strErrorRenamingTable = 'Памылка перайменаваньня табліцы %1$s у %2$s'; $strEscapeWildcards = 'Сымбалі падстаноўкі _ і % мусяць быць экранаванымі сымбалем \ для іх літаральнага выкарыстаньня'; $strEsperanto = 'Эспэранта'; $strEstonian = 'Эстонская'; @@ -271,48 +280,51 @@ $strExcelEdition = 'Вэрсія Excel'; $strExcelOptions = 'Опцыі Excel'; $strExecuteBookmarked = 'Выканаць запыт з закладак'; $strExplain = 'Тлумачыць SQL'; +$strExportMustBeFile = 'Дадзеныя выбранага тыпу экспартаваньня мусяць быць зазаванымі ў файл!'; $strExport = 'Экспарт'; $strExtendedInserts = 'Пашыраныя ўстаўкі'; $strExtra = 'Дадаткова'; $strFailedAttempts = 'Няўдалых спробаў'; $strFieldHasBeenDropped = 'Поле %s было выдаленае'; +$strField = 'Поле'; $strFieldsEmpty = ' Ня ўведзеная колькасьць палёў! '; $strFieldsEnclosedBy = 'Палі ўзятыя ў'; $strFieldsEscapedBy = 'Палі экрануюцца'; -$strFieldsTerminatedBy = 'Палі падзеленыя'; $strFields = 'Палі'; -$strField = 'Поле'; +$strFieldsTerminatedBy = 'Палі падзеленыя'; $strFileAlreadyExists = 'Файл %s ужо існуе на сэрвэры, зьмяніце імя файла або праверце опцыю перазапісу.'; $strFileCouldNotBeRead = 'Немагчыма прачытаць файл'; +$strFileNameTemplateDescription = 'Гэтае значэньне інтэрпрэтуецца з выкарыстаньнем %1$sstrftime%2$s, таму можна выкарыстоўваць радкі фарматаваньня часу. Апроч гэтага, будуць праведзеныя наступныя зьмены: %3$s. Астатні тэкст застанецца як ёсьць.'; $strFileNameTemplateDescriptionDatabase = 'імя базы дадзеных'; $strFileNameTemplateDescriptionServer = 'імя сэрвэра'; $strFileNameTemplateDescriptionTable = 'імя табліцы'; -$strFileNameTemplateDescription = 'Гэтае значэньне інтэрпрэтуецца з выкарыстаньнем %1$sstrftime%2$s, таму можна выкарыстоўваць радкі фарматаваньня часу. Апроч гэтага, будуць праведзеныя наступныя зьмены: %3$s. Астатні тэкст застанецца як ёсьць.'; -$strFileNameTemplateRemember = 'запомніць шаблён'; $strFileNameTemplate = 'Шаблён назвы файла'; +$strFileNameTemplateRemember = 'запомніць шаблён'; $strFileToImport = 'Імпартаваць файл'; $strFixed = 'фіксаваны'; $strFlushPrivilegesNote = 'Заўвага: phpMyAdmin атрымлівае прывілеі карыстальнікаў наўпростава з табліц прывілеяў MySQL. Зьмесьціва гэтых табліц можа адрозьнівацца ад прывілеяў, якія выкарыстоўвае сэрвэр, калі яны былі зьмененыя ўручную. У гэтым выпадку вам трэба %sперазагрузіць прывілеі%s да таго, як вы працягнеце.'; $strFlushQueryCache = 'Скінуць кэш запытаў'; -$strFlushTables = 'Скінуць (закрыць) усе табліцы'; $strFlushTable = 'Скінуць кэш табліцы ("FLUSH")'; +$strFlushTables = 'Скінуць (закрыць) усе табліцы'; +$strFontSize = 'Памер шрыфта'; $strFormat = 'Фармат'; $strFormEmpty = 'Не зададзенае значэньне ў форме!'; $strFreePages = 'Вольных старонак'; $strFullText = 'Поўныя тэксты'; $strFunction = 'Функцыя'; +$strFunctions = 'Функцыі'; $strGenBy = 'Створаны'; $strGeneralRelationFeat = 'Магчымасьці асноўных сувязяў'; -$strGeneratePassword = 'Згэнэраваць пароль'; $strGenerate = 'Згэнэраваць'; +$strGeneratePassword = 'Згэнэраваць пароль'; $strGenTime = 'Час стварэньня'; $strGeorgian = 'Грузінская'; $strGerman = 'Нямецкая'; +$strGlobal = 'глябальны'; $strGlobalPrivileges = 'Глябальныя прывілеі'; $strGlobalValue = 'Глябальнае значэньне'; -$strGlobal = 'глябальны'; $strGo = 'Панеслася'; $strGrantOption = 'Grant'; $strGreek = 'Грэцкая'; @@ -324,8 +336,8 @@ $strHasBeenCreated = 'была створаная.'; $strHaveToShow = 'Вам неабходна выбраць прынамсі адну калёнку для адлюстраваньня'; $strHebrew = 'Габрэйская'; $strHexForBinary = 'Выкарыстоўваць шаснаццаткавыя лікі для двойкавых палёў'; -$strHomepageOfficial = 'Афіцыйная старонка phpMyAdmin'; $strHome = 'Да пачатку'; +$strHomepageOfficial = 'Афіцыйная старонка phpMyAdmin'; $strHostEmpty = 'Пустое імя хосту!'; $strHost = 'Хост'; $strHTMLExcel = 'Microsoft Excel 2000'; @@ -337,15 +349,16 @@ $strHungarian = 'Вугорская'; $strIcelandic = 'Ісьляндзкая'; $strId = 'ID'; $strIdxFulltext = 'Поўнатэкстэкставае'; +$strIgnore = 'Ігнараваць'; $strIgnoreDuplicates = 'Ігнараваць радкі, якія паўтараюцца'; $strIgnoreInserts = 'Выкарыстоўваць устаўкі ігнараваньняў'; -$strIgnore = 'Ігнараваць'; $strIgnoringFile = 'Файл %s праігнараваны'; +$strImport = 'Імрарт'; $strImportDocSQL = 'Імпартаваць файлы docSQL'; $strImportFiles = 'Імпартаваць файлы'; $strImportFormat = 'Фармат імпартаванага файла'; $strImportSuccessfullyFinished = 'Імпартраваньне пасьпяхова завершанае, выканана %d запытаў.'; -$strImport = 'Імрарт'; +$strIndex = 'Індэкс'; $strIndexes = 'Індэксы'; $strIndexHasBeenDropped = 'Індэкс %s быў выдалены'; $strIndexName = 'Імя індэкса:'; @@ -354,9 +367,8 @@ $strIndexWarningMultiple = 'Больш за адзін %s ключ быў ств $strIndexWarningPrimary = 'Абодва ключы PRIMARY і INDEX павінны быць вызначаны для калёнкі `%s`'; $strIndexWarningTable = 'Праблемы з індэксамі для табліцы `%s`'; $strIndexWarningUnique = 'Абодва ключы UNIQUE і INDEX павінны быць вызначаны для калёнкі `%s`'; -$strIndex = 'Індэкс'; +$strInnoDBAutoextendIncrement = 'Аўтапашыральнае прырашчэньне'; $strInnoDBAutoextendIncrementDesc = ' Памер прырашчэньня для пашырэньня памеру прасторы аўтапашыральнай табліцы, калі яна запоўніцца.'; -$strInnoDBAutoextendIncrement = 'Аўтапашыральнае прыпашчэньне'; $strInnoDBBufferPoolSizeDesc = 'Памер буфэру ў памяці, які InnoDB выкарыстоўвае для кэшаваньня дадзеных і індэксаў табліц.'; $strInnoDBBufferPoolSize = 'Памер пулу буфэру'; $strInnoDBDataFilePath = 'Файлы дадзеных'; @@ -373,17 +385,19 @@ $strInternalNotNecessary = '* Унутраная сувязь не зьяўля $strInternalRelations = 'Унутраныя сувязі'; $strInUse = 'выкарыстоўваецца'; $strInvalidAuthMethod = 'У канфігурацыі вызначаны некарэктны мэтад аўтэнтыфікацыі:'; -$strInvalidColumnCount = 'Колькасьць калёнак мусіць быць большай за нуль.'; $strInvalidColumn = 'Вызначаная некарэктная калёнка (%s)!'; +$strInvalidColumnCount = 'Колькасьць калёнак мусіць быць большай за нуль.'; $strInvalidCSVFieldCount = 'Няправільная колькасьць палёў у CSV-дадзеных у радку %d.'; $strInvalidCSVFormat = 'Некарэктны фармат CSV-дадзеных у радку %d.'; $strInvalidCSVParameter = 'Недапушчальны парэмэтар для імпарту дадзеных у CSV: %s'; +$strInvalidDatabase = 'Няправільная база дадзеных'; $strInvalidFieldAddCount = 'Трэба дадаць прынамсі адно поле.'; $strInvalidFieldCount = 'Табліца мусіць мець прынамсі адно поле.'; $strInvalidLDIImport = 'Гэты плагін не падтрымлівае сьціснутыя дадзеныя!'; $strInvalidRowNumber = '%d не зьяўляецца карэктным нумарам радка.'; $strInvalidServerHostname = 'Няправільнае імя хосту для сэрвэра %1$s. Калі ласка, праверце канфігурыцыю.'; $strInvalidServerIndex = 'Некарэктны індэкс сэрвэра: "%s"'; +$strInvalidTableName = 'Некарэктнае імя табліцы'; $strJapanese = 'Японская'; $strJoins = 'Аб\'яднаньні'; @@ -399,6 +413,7 @@ $strKorean = 'Карэйская'; $strLandscape = 'Краявід'; $strLanguageFileNotFound = 'Моўны файл "%1$s" ня знойдзены.'; +$strLanguage = 'Мова'; $strLanguageUnknown = 'Невядомая мова: %1$s.'; $strLatchedPages = 'Фіксаваныя старонкі'; $strLatexCaption = 'Загаловак табліцы'; @@ -440,18 +455,18 @@ $strMIME_available_transform = 'Даступныя пераўтварэньні' $strMIME_description = 'Апісаньне'; $strMIME_MIMEtype = 'MIME-тып'; $strMIME_nodescription = 'Няма даступных апісаньняў для гэтага пераўтварэньня.
        Калі ласка, спытайце аўтара, што робіць %s.'; -$strMIME_transformation_note = 'Для атрыманьня сьпісу даступных опцыяў трансфармацыі і пераўтварэньняў іхных MIME-тыпаў, націсьніце на %sапісаньні пераўтварэньняў%s'; -$strMIME_transformation_options_note = 'Калі ласка, уводзьце значэньні опцыяў пераўтварэньня выкарыстоўваючы гэты фармат: \'a\',\'b\',\'c\'...
        Калі вам трэба ўжыць зваротны слэш ("\") або апостраф ("\'") у гэтых значэньнях, устаўце зваротны слэш перад імі (напрыклад, \'\\\\xyz\' або \'a\\\'b\').'; -$strMIME_transformation_options = 'Опцыі пераўтварэньня'; $strMIME_transformation = 'Пераўтварэньне MIME-тыпу браўзэрам'; +$strMIME_transformation_note = 'Для атрыманьня сьпісу даступных опцыяў трансфармацыі і пераўтварэньняў іхных MIME-тыпаў, націсьніце на %sапісаньні пераўтварэньняў%s'; +$strMIME_transformation_options = 'Опцыі пераўтварэньня'; +$strMIME_transformation_options_note = 'Калі ласка, уводзьце значэньні опцыяў пераўтварэньня выкарыстоўваючы гэты фармат: \'a\',\'b\',\'c\'...
        Калі вам трэба ўжыць зваротны слэш ("\") або апостраф ("\'") у гэтых значэньнях, устаўце зваротны слэш перад імі (напрыклад, \'\\\\xyz\' або \'a\\\'b\').'; $strMIMETypesForTable = 'MIME-тыпы табліцы'; $strMIME_without = 'MIME-тыпы, вылучаныя курсівам, ня маюць асобнай функцыі пераўтварэньня'; $strModifications = 'Мадыфікацыі былі захаваныя'; -$strModifyIndexTopic = 'Зьмяніць індэкс'; $strModify = 'Зьмяніць'; +$strModifyIndexTopic = 'Зьмяніць індэкс'; +$strMoveTable = 'Перанесьці табліцу ў (база дадзеных.табліца):'; $strMoveTableOK = 'Табліца %s была перанесеная ў %s.'; $strMoveTableSameNames = 'Немагчыма перанесьці табліцу ў саму сябе!'; -$strMoveTable = 'Перанесьці табліцу ў (база дадзеных.табліца):'; $strMultilingual = 'шматмоўная'; $strMyISAMDataPointerSizeDesc = 'Значэньне па змоўчаньні памеру ўказальніка ў байтах, для выкарыстаньня ў CREATE TABLE для табліц MyISAM, калі ня вызначаная опцыя MAX_ROWS.'; $strMyISAMDataPointerSize = 'Памер указальніка на дадзеныя'; @@ -476,16 +491,18 @@ $strMySQLShowVars = 'Паказаць сыстэмныя зьменныя MySQL' $strName = 'Назва'; $strNext = 'Наступны'; $strNoActivity = 'Не было аніякай актыўнасьці на працягу %s сэкундаў. Калі ласка, увайдзіце зноў'; -$strNoDatabasesSelected = 'Ня выбраная база дадзеных.'; $strNoDatabases = 'Базы дадзеных адсутнічаюць'; +$strNoDatabasesSelected = 'Ня выбраная база дадзеных.'; +$strNoDataReceived = 'Дадзеныя для імпартаваньня не атрыманыя. Альбо ніводны файл ня быў загружаны, альбо памер файла перавысіў максымальны памер, вызначаны канфігурацыяй PHP. Гл. FAQ 1.16.'; $strNoDescription = 'няма апісаньня'; $strNoDetailsForEngine = 'Для гэтай машыны захаваньня дадзеных дэтальная інфармацыя не даступная.'; $strNoDropDatabases = 'Каманды "DROP DATABASE" адключаныя.'; $strNoExplain = 'Не тлумачыць SQL'; $strNoFilesFoundInZip = 'Файлы ў ZIP-архіве ня знойдзеныя!'; $strNoFrames = 'Для работы phpMyAdmin патрэбны браўзэр з падтрымкай фрэймаў.'; -$strNoIndexPartsDefined = 'Часткі індэксу ня вызначаныя!'; +$strNo = 'Не'; $strNoIndex = 'Індэкс ня вызначаны!'; +$strNoIndexPartsDefined = 'Часткі індэксу ня вызначаныя!'; $strNoModification = 'Няма зьменаў'; $strNone = 'Няма'; $strNoOptions = 'Гэты фармат ня мае опцыяў'; @@ -503,7 +520,6 @@ $strNotOK = 'не OK'; $strNotSet = 'Табліца %s ня знойдзеная або ня вызначаная ў %s'; $strNoUsersFound = 'Не знойдзены карыстальнік.'; $strNoValidateSQL = 'Не правяраць SQL'; -$strNo = 'Не'; $strNull = 'Нуль'; $strNumberOfFields = 'Колькасьць палёў'; $strNumSearchResultsInTable = '%s супадзеньняў у табліцы %s'; @@ -511,6 +527,10 @@ $strNumSearchResultsTotal = 'Агулам: %s супадзеньн $strNumTables = 'Табліц'; $strOK = 'OK'; +$strOpenDocumentSpreadsheet = 'Спэцыфікацыя Open Document'; +$strOpenDocumentSpreadsheetOptions = 'Опцыі спэцыфікацыі Open Document'; +$strOpenDocumentTextOptions = 'Опцыі тэксту Open Document'; +$strOpenDocumentText = 'Тэкст Open Document'; $strOpenNewWindow = 'Адкрыць новае акно phpMyAdmin'; $strOperations = 'Апэрацыі'; $strOperator = 'Апэратар'; @@ -527,13 +547,14 @@ $strPartialText = 'Частковыя тэксты'; $strPasswordChanged = 'Пароль для %s пасьпяхова зьменены.'; $strPasswordEmpty = 'Пусты пароль!'; $strPasswordHashing = 'Хэшаваньне паролю'; -$strPasswordNotSame = 'Паролі не супадаюць!'; $strPassword = 'Пароль'; +$strPasswordNotSame = 'Паролі не супадаюць!'; $strPdfDbSchema = 'Структура базы "%s" — старонка %s'; $strPdfInvalidTblName = 'Табліцы "%s" не існуе!'; $strPdfNoTables = 'Няма табліц'; $strPDFOptions = 'Парамэтры PDF'; $strPDF = 'PDF'; +$strPDFReportExplanation = '(Генэруе справаздачу з дадзенымі асобнай табліцы)'; $strPDFReportTitle = 'Загаловак справаздачы'; $strPerHour = 'у гадзіну'; $strPerMinute = 'у хвіліну'; @@ -541,24 +562,24 @@ $strPerSecond = 'у сэкунду'; $strPersian = 'Пэрсыдзкая'; $strPhoneBook = 'тэлефонная кніга'; $strPHP40203 = 'Вы выкарыстоўваеце PHP 4.2.3, якая мае сур\'ёзныя памылкі пры рабоце з шматбайтавымі радкамі (mbstring). Глядзіце паведамленьне пра памылку PHP 19404. Гэта вэрсія PHP не рэкамэндуецца для выкарыстаньня з phpMyAdmin.'; -$strPHPVersion = 'Вэрсія PHP'; $strPhp = 'Стварыць PHP-код'; +$strPHPVersion = 'Вэрсія PHP'; $strPmaDocumentation = 'Дакумэнтацыя па phpMyAdmin'; $strPmaUriError = 'Дырэктыва $cfg[\'PmaAbsoluteUri\'] ПАВІННА быць вызначаная ў вашым канфігурацыйным файле!'; $strPolish = 'Польская'; $strPortrait = 'Партрэт'; $strPos1 = 'Пачатак'; $strPrevious = 'Назад'; +$strPrimary = 'Першасны'; $strPrimaryKeyHasBeenDropped = 'Першасны ключ быў выдалены'; $strPrimaryKeyName = 'Імя першаснага ключа мусіць быць PRIMARY!'; $strPrimaryKeyWarning = '("PRIMARY" мусіць быць імем першаснага ключа і толькі яго!)'; -$strPrimary = 'Першасны'; -$strPrintViewFull = 'Вэрсія для друку (з усім тэкстам)'; -$strPrintView = 'Вэрсія для друку'; $strPrint = 'Друк'; +$strPrintView = 'Вэрсія для друку'; +$strPrintViewFull = 'Вэрсія для друку (з усім тэкстам)'; $strPrivDescAllPrivileges = 'Уключае ўсе прывілеі, апроч GRANT.'; -$strPrivDescAlterRoutine = 'Дазваляе зьмяняць і выдаляць праграмы, якія захоўваюцца.'; $strPrivDescAlter = 'Дазваляе зьмяняць структуру існых табліц.'; +$strPrivDescAlterRoutine = 'Дазваляе зьмяняць і выдаляць праграмы, якія захоўваюцца.'; $strPrivDescCreateDb = 'Дазваляе ствараць новыя базы дадзеных і табліцы.'; $strPrivDescCreateRoutine = 'Дазваляе ствараць праграмы, якія захоўваюцца.'; $strPrivDescCreateTbl = 'Дазваляе ствараць новыя табліцы.'; @@ -592,19 +613,21 @@ $strPrivDescShutdown = 'Дазваляе спыняць сэрвэр.'; $strPrivDescSuper = 'Дазваляе падлучэньне, нават калі дасягнуты максымальны лік падлучэньняў; Патрабуецца для большасьці адміністратыўных апэрацыяў, такіх як вызначэньне глябальных зьменных або спыненьне патокаў іншых карыстальнікаў.'; $strPrivDescUpdate = 'Дазваляе зьмяняць дадзеныя.'; $strPrivDescUsage = 'Без прывілеяў.'; -$strPrivilegesReloaded = 'Прывілеі былі пасьпяхова перазагружаныя.'; $strPrivileges = 'Прывілеі'; +$strPrivilegesReloaded = 'Прывілеі былі пасьпяхова перазагружаныя.'; +$strProcedures = 'Працэдуры'; $strProcesses = 'Працэсы'; $strProcesslist = 'Сьпіс працэсаў'; $strProtocolVersion = 'Вэрсія пратаколу'; $strPutColNames = 'Пазначыць назвы палёў у першым радку'; +$strQBE = 'Запыт згодна прыкладу'; $strQBEDel = 'Выдаліць'; $strQBEIns = 'Уставіць'; -$strQBE = 'Запыт згодна прыкладу'; $strQueryCache = 'Кэш запытаў'; $strQueryFrame = 'Акно запыту'; $strQueryOnDb = 'SQL-запыт да БД %s:'; +$strQueryResultsOperations = 'Дзеяньні з вынікамі запытаў'; $strQuerySQLHistory = 'Гісторыя SQL'; $strQueryStatistics = 'Статыстыка запытаў: З моманту запуску %s запытаў было адпраўлена на сэрвэр.'; $strQueryTime = 'Запыт выконваўся %01.4f сэк'; @@ -622,10 +645,11 @@ $strRelationsForTable = 'Сувязі ў табліцы'; $strRelations = 'Сувязі'; $strRelationView = 'Прагляд залежнасьцяў'; $strReloadingThePrivileges = 'Перазагрузіць прывілеі'; +$strReloadPrivileges = 'Перазагрузіць прывілеі'; $strRemoveSelectedUsers = 'Выдаліць выбраных карыстальнікаў'; $strRenameDatabaseOK = 'База дадзеных %s была перайменаваная ў %s'; -$strRenameTableOK = 'Табліца %s была перайменаваная ў %s'; $strRenameTable = 'Перайменаваць табліцу ў'; +$strRenameTableOK = 'Табліца %s была перайменаваная ў %s'; $strRepairTable = 'Рамантаваць табліцу'; $strReplaceNULLBy = 'Замяняць NULL на'; $strReplaceTable = 'Замяніць дадзеныя табліцы дадзенымі з файла'; @@ -633,12 +657,13 @@ $strReplication = 'Рэплікацыя'; $strReset = 'Скінуць'; $strResourceLimits = 'Абмежаваньні рэсурсаў'; $strReType = 'Пацьверджаньне'; -$strRevokeAndDeleteDescr = 'Карыстальнікі ўсё яшчэ будуць мець прывілеі карыстаньня (USAGE), пакуль прывілеі ня будуць перазагружаныя.'; -$strRevokeAndDelete = 'Ануляваць усе актыўныя прывілеі карыстальнікаў і пасьля выдаліць іх.'; -$strRevokeMessage = 'Вы анулявалі прывілеі для %s'; $strRevoke = 'Ануляваць'; +$strRevokeAndDelete = 'Ануляваць усе актыўныя прывілеі карыстальнікаў і пасьля выдаліць іх.'; +$strRevokeAndDeleteDescr = 'Карыстальнікі ўсё яшчэ будуць мець прывілеі карыстаньня (USAGE), пакуль прывілеі ня будуць перазагружаныя.'; +$strRevokeMessage = 'Вы анулявалі прывілеі для %s'; $strRomanian = 'Румынская'; $strRowLength = 'Даўжыня радка'; +$strRows = 'Радкі'; $strRowsFrom = 'радкоў, пачынаючы з запісу #'; $strRowSize = ' Памер радка '; $strRowsModeFlippedHorizontal = 'гарызантальна (павернутыя загалоўкі)'; @@ -646,17 +671,17 @@ $strRowsModeHorizontal = 'гарызантальна'; $strRowsModeOptions = 'у рэжыме %s і паўтараць загалоўкі праз кожныя %s радкоў'; $strRowsModeVertical = 'вэртыкальна'; $strRowsStatistic = 'Статыстыка радку'; -$strRows = 'Радкі'; $strRunning = 'на %s'; $strRunQuery = 'Адправіць запыт'; -$strRunSQLQueryOnServer = 'Выканаць SQL-запыт(ы) на сэрвэры %s'; $strRunSQLQuery = 'Выканаць SQL-запыт(ы) на базе дадзеных %s'; +$strRunSQLQueryOnServer = 'Выканаць SQL-запыт(ы) на сэрвэры %s'; $strRussian = 'Расейская'; -$strSaveOnServer = 'Захаваць на сэрвэры ў тэчцы %s'; $strSave = 'Захаваць'; +$strSaveOnServer = 'Захаваць на сэрвэры ў тэчцы %s'; $strScaleFactorSmall = 'Маштаб замалы для таго, каб схема займала ўсю старонку'; $strSearchFormTitle = 'Пошук у базе дадзеных'; +$strSearch = 'Пошук'; $strSearchInTables = 'У табліцы(ах):'; $strSearchNeedle = 'Слова(ы) або значэньне(і) для пошуку (маска: "%"):'; $strSearchOption1 = 'прынамсі адно з словаў'; @@ -665,7 +690,6 @@ $strSearchOption3 = 'дакладную фразу'; $strSearchOption4 = 'рэгулярны выраз'; $strSearchResultsFor = 'Вынікі пошуку "%s" %s:'; $strSearchType = 'Знайсьці:'; -$strSearch = 'Пошук'; $strSecretRequired = 'Канфігурацыйнаму файлу зараз патрэбная сакрэтная фраза (blowfish_secret).'; $strSelectADb = 'Калі ласка, выберыце базу дадзеных'; $strSelectAll = 'Выбраць усё'; @@ -677,14 +701,15 @@ $strSend = 'Захаваць як файл'; $strSent = 'Адпраўлена'; $strServerChoice = 'Выбар сэрвэра'; $strServerNotResponding = 'Сэрвэр не адказвае'; +$strServer = 'Сэрвэр'; +$strServers = 'Сэрвэры'; +$strServerStatus = 'Бягучая інфармацыя'; $strServerStatusDelayedInserts = 'Адкладзеныя ўстаўкі'; $strServerStatusUptime = 'Гэты сэрвэр MySQL працуе %s. Ён быў запушчаны %s.'; -$strServerStatus = 'Бягучая інфармацыя'; $strServerTabVariables = 'Зьменныя'; $strServerTrafficNotes = 'Трафік сэрвэра: Гэтыя табліцы паказваюць статыстыку сеткавага трафіку гэтага сэрвэра MySQL ад моманту ягонага запуску.'; $strServerVars = 'Налады і зьменныя сэрвэра'; $strServerVersion = 'Вэрсія сэрвэра'; -$strServer = 'Сэрвэр'; $strSessionValue = 'Значэньне сэсіі'; $strSetEnumVal = 'Калі тып поля "enum" або "set", калі ласка, уводзьце значэньні выкарыстоўваючы гэты фармат: \'a\',\'b\',\'c\'...
        Калі вам патрэбна ўжыць зваротны слэш ("\") або апостраф ("\'") сярод гэтых значэньняў, пастаўце перад імі зваротны слэш (напрыклад, \'\\\\xyz\' або \'a\\\'b\').'; $strShowAll = 'Паказаць усе'; @@ -692,6 +717,7 @@ $strShowColor = 'Паказаць колер'; $strShowDatadictAs = 'Фармат слоўніка дадзеных'; $strShowFullQueries = 'Паказаць поўныя запыты'; $strShowGrid = 'Паказаць сетку'; +$strShow = 'Паказаць'; $strShowingBookmark = 'Паказваючы закладку'; $strShowingRecords = 'Паказаныя запісы'; $strShowOpenTables = 'Паказаць адкрытыя табліцы'; @@ -808,7 +834,6 @@ $strShowStatusThreads_runningDescr = 'Колькасьць патокаў, як $strShowTableDimension = 'Паказаць разьмернасьць табліц'; $strShowTables = 'Паказаць табліцы'; $strShowThisQuery = ' Паказаць гэты запыт зноў '; -$strShow = 'Паказаць'; $strSimplifiedChinese = 'Кітайская спрошчаная'; $strSingly = '(асобна)'; $strSize = 'Памер'; @@ -817,11 +842,12 @@ $strSlovak = 'Славацкая'; $strSlovenian = 'Славенская'; $strSocketProblem = '(або сокет лякальнага сэрвэра MySQL не сканфігураваны правільна)'; $strSortByKey = 'Сартаваць па ключу'; -$strSorting = 'Сартаваньне'; $strSort = 'Парадак'; +$strSorting = 'Сартаваньне'; $strSpaceUsage = 'Выкарыстаньне прасторы'; $strSpanish = 'Гішпанская'; $strSplitWordsWithSpace = 'Словы падзеленыя прагалам (" ").'; +$strSQLCompatibility = 'Рэжым сумяшчальнасьці SQL'; $strSQLExportType = 'Тып экспарту'; $strSQLImportOptions = 'Парамэтры SQL'; $strSQLOptions = 'Опцыі SQL'; @@ -839,12 +865,13 @@ $strStatement = 'Выразы'; $strStatisticsOverrun = 'На загружаным сэрвэры байтавыя лічыльнікі могуць пераскокваць кола, таму статыстыка, якую паказвае MySQL-сэрвэр, можа быць няправільнай.'; $strStatUpdateTime = 'Апошняе абнаўленьне'; $strStatus = 'Стан'; -$strStorageEngines = 'Машыны захаваньня дадзеных'; $strStorageEngine = 'Машына захаваньня дадзеных'; +$strStorageEngines = 'Машыны захаваньня дадзеных'; $strStrucCSV = 'CSV'; $strStrucData = 'Структуру і дадзеныя'; $strStrucExcelCSV = 'CSV для дадзеных MS Excel'; $strStrucNativeExcel = 'Родны фармат MS Excel'; +$strStrucNativeExcelOptions = 'Стандартныя опцыі экспартаваньня ў Excel'; $strStrucOnly = 'Толькі структуру'; $strStructPropose = 'Прапанаваная структура табліцы'; $strStructure = 'Структура'; @@ -862,11 +889,11 @@ $strTableHasBeenDropped = 'Табліца %s была выдаленая'; $strTableHasBeenEmptied = 'Табліца %s была ачышчаная'; $strTableHasBeenFlushed = 'Кэш табліцы %s быў ачышчаны'; $strTableMaintenance = 'Абслугоўваньне табліцы'; +$strTable = 'Табліца'; $strTableOfContents = 'Зьмест'; $strTableOptions = 'Опцыі табліцы'; $strTables = '%s табліц(ы)'; $strTableStructure = 'Структура табліцы'; -$strTable = 'Табліца'; $strTakeIt = 'гэтая'; $strTblPrivileges = 'Прывілеі, спэцыфічныя для табліцы'; $strTempData = 'Часовыя дадзеныя'; @@ -876,25 +903,25 @@ $strThemeDefaultNotFound = 'Тэма па змоўчаньні %s ня зной $strThemeNoPreviewAvailable = 'Папярэдні прагляд недаступны.'; $strThemeNotFound = 'Тэма %s ня знойдзеная!'; $strThemeNoValidImgPath = 'Дапушчальны шлях да малюнкаў тэмы %s ня знойдзены!'; -$strThemePathNotFound = 'Ня знойдзены шлях да тэмы %s!'; $strTheme = 'Тэма / Стыль'; +$strThemePathNotFound = 'Ня знойдзены шлях да тэмы %s!'; $strThisHost = 'Гэты хост'; $strThisNotDirectory = 'Гэта ня тэчка'; -$strThreadSuccessfullyKilled = 'Паток %s быў пасьпяхова спынены.'; $strThreads = 'Патокі'; +$strThreadSuccessfullyKilled = 'Паток %s быў пасьпяхова спынены.'; +$strTime = 'Час'; $strTimeoutInfo = 'Папярэдняе імпартаваньне спынілася з-за недахопу часу. Пасьля новай загрузкі імпартаваньне будзе працягнутае з пазыцыі %d.'; $strTimeoutNothingParsed = 'Аднак, падчас апошняга выкананьня ніякія дадзеныя былі апрацаваныя. Гэта звычайна значыць, што phpMyAdmin ня зможа скончыць гэтае імпартаваньня, калі вы не павялічыце ліміты выкананьня php-скрыптоў.'; $strTimeoutPassed = 'Выйшаў дазволены час выкананьня скрыпта. Калі вы хочаце завершыць імпартаваньне, калі ласка, загрузіце файл зноў і імпартаваньне ўзнавіцца.'; -$strTime = 'Час'; $strToggleScratchboard = 'Паказаць папярэдні прагляд'; -$strTotalUC = 'Агулам'; $strTotal = 'усяго'; +$strTotalUC = 'Агулам'; $strTraditionalChinese = 'Традыцыйная кітайская'; $strTraditionalSpanish = 'Традыцыйная гішпанская'; $strTraffic = 'Трафік'; $strTransactionCoordinator = 'Каардынатар перакладу'; $strTransformation_application_octetstream__download = 'Паказвае спасылку для загрузкі двойкавых дадзеных поля. Вы можаце выкарыстоўваць першую опцыю для вызначэньня імя файла або выкарыстоўвайце другую опцыю як імя поля, якое ўтрымлівае імя файла. Калі вы выкарыстоўваеце другую опцыю, вам трэба пакінуць першае поле пустым'; -$strTransformation_application_octetstream__hex = 'Паказвае дадзеныя ў шаснаццаткавым выглядзе. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate +$strTransformation_application_octetstream__hex = 'Паказвае дадзеныя ў шаснаццаткавым выглядзе. Апцыянальны першы парамэтар вызначае частату дадаваньня прагала (па-змоўчаньні — праз кожныя 8 бітаў).'; $strTransformation_image_jpeg__inline = 'Паказвае націскальны эскіз; Опцыі — максымальная шырыня і вышыня ў піксэлах. Захоўваюцца пачатковыя прапорцыі.'; $strTransformation_image_jpeg__link = 'Паказвае спасылку для загрузкі гэтага малюнку.'; $strTransformation_image_png__inline = 'Праглядзець малюнак image/jpeg: убудаваны'; @@ -922,18 +949,19 @@ $strUpdateQuery = 'Абнавіць запыт'; $strUpdComTab = 'За інфармацыяй як абнавіць табліцу column_comments зьвярніцеся, калі ласка, да дакумэнтацыі'; $strUpgrade = 'Вам трэба абнавіць %s да вэрсіі %s ці пазьнейшай.'; $strUploadLimit = 'Вы, мусіць, паспрабавалі загрузіць вельмі вялікі файл. Калі ласка, зьвярніцеся да %sдакумэнтацыі%s для высьвятленьня спосабаў абыйсьці гэтае абмежаваньне.'; +$strUploadsNotAllowed = 'Загрузкі файлаў не дазволеныя на гэтым сэрвэры.'; $strUsage = 'Выкарыстаньне'; $strUseBackquotes = 'Зваротнае двукосьсе ў імёнах табліц і палёў'; $strUsedPhpExtensions = 'Выкарыстоўваюцца пашырэньні PHP'; $strUseHostTable = 'Выкарыстоўваць табліцу хостаў'; $strUserAlreadyExists = 'Карыстальнік %s ужо існуе!'; +$strUser = 'Карыстальнік'; $strUserEmpty = 'Пустое імя карыстальніка!'; $strUserName = 'Імя карыстальніка'; $strUserNotFound = 'Вылучаны карыстальнік ня знойдзены ў табліцы прывілеяў.'; $strUserOverview = 'Карыстальнікі'; $strUsersDeleted = 'Выбраныя карыстальнікі былі пасьпяхова выдаленыя.'; $strUsersHavingAccessToDb = 'Карыстальнікі з правамі доступу да "%s"'; -$strUser = 'Карыстальнік'; $strUseTabKey = 'Выкарыстоўвайце клявішу TAB для перамяшчэньня ад значэньня да значэньня або CTRL+стрэлкі для перамяшчэньня ў любое іншае месца'; $strUseTables = 'Выкарыстоўваць табліцы'; $strUseTextField = 'Выкарыстоўваць тэкставае поле'; @@ -944,12 +972,12 @@ $strValidatorError = 'Немагчыма праініцыялізаваць пр $strValue = 'Значэньне'; $strVar = 'Зьменная'; $strVersionInformation = 'Інфармацыя пра вэрсію'; +$strView = 'Выгляд'; $strViewDumpDatabases = 'Праглядзець дамп (схему) базаў дадзеных'; $strViewDumpDB = 'Праглядзець дамп (схуму) базы дадзеных'; $strViewDump = 'Праглядзець дамп (схему) табліцы'; $strViewHasBeenDropped = 'Выгляд %s быў выдалены'; $strViewMaxExactCount = 'У гэтым праглядзе больш за %d радкоў. Калі ласка, зьвярніцеся да %sдакумэнтацыі%s.'; -$strView = 'Выгляд'; $strWebServerUploadDirectoryError = 'Немагчыма адкрыць пазначаную вамі тэчку для загрузкі файлаў'; $strWebServerUploadDirectory = 'тэчка вэб-сэрвэра для загрузкі файлаў'; @@ -963,6 +991,7 @@ $strWritingCommentNotPossible = 'Немагчыма дадаць камэнта $strWritingRelationNotPossible = 'Немагчыма дадаць сувязь'; $strWrongUser = 'Няправільны лагін/пароль. У доступе адмоўлена.'; +$strXMLOptions = 'Опцыі XML'; $strXML = 'XML'; $strYes = 'Так'; @@ -970,36 +999,4 @@ $strYes = 'Так'; $strZeroRemovesTheLimit = 'Заўвага: Пазначэньне гэтых опцыяў як 0 (нуль) здымае абмежаваньне.'; $strZip = 'архіваваны ў zip'; -// To translate: - -$strReloadPrivileges = 'Reload privileges'; //to translate - -$strSQLCompatibility = 'SQL compatibility mode'; //to translate - -$strQueryResultsOperations = 'Query results operations'; //to translate -$strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strXMLOptions = 'XML options'; //to translate -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/belarusian_cyrillic-windows-1251.inc.php b/lang/belarusian_cyrillic-windows-1251.inc.php index 5fd3d248a..2fa5cc1bf 100644 --- a/lang/belarusian_cyrillic-windows-1251.inc.php +++ b/lang/belarusian_cyrillic-windows-1251.inc.php @@ -8,11 +8,12 @@ */ $charset = 'windows-1251'; +$allow_recoding = TRUE; $text_dir = 'ltr'; $number_thousands_separator = ','; $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('', '', '', '', '', '', ''); +$byteUnits = array('', 'i', '̳', 'ó', 'ҳ', 'ϳ', 'ݳ'); $day_of_week = array('', '', '', '', '', '', ''); $month = array('', '', '', '', '', '', '˳', '', '', '', '˳', ''); @@ -23,11 +24,12 @@ $timespanfmt = '%s $strAbortedClients = ''; $strAbsolutePathToDocSqlDir = ' , - docSQL'; -$strAccessDenied = ' '; $strAccessDeniedCreateConfig = ', , . , %1$s %2$s.'; $strAccessDeniedExplanation = 'phpMyAdmin MySQL, 볢 . , config.inc.php , , MySQL-.'; +$strAccessDenied = ' '; $strAction = ''; $strAddAutoIncrement = ' AUTO_INCREMENT'; +$strAddClause = ' %s'; $strAddConstraints = ' '; $strAddDeleteColumn = '/ '; $strAddDeleteRow = '/ '; @@ -45,11 +47,11 @@ $strAddUser = ' $strAddUserMessage = ' .'; $strAdministration = ''; $strAffectedRows = ' :'; +$strAfter = ' %s'; $strAfterInsertBack = ' '; $strAfterInsertNewInsert = ' '; $strAfterInsertNext = ' '; $strAfterInsertSame = ' '; -$strAfter = ' %s'; $strAll = ''; $strAllowInterrupt = ' , , . , , .'; $strAllTableSameWidth = ' ?'; @@ -93,11 +95,11 @@ $strBookmarkQuery = ' $strBookmarkReplace = ' '; $strBookmarkThis = ' SQL- '; $strBookmarkView = ' '; -$strBrowse = ''; $strBrowseDistinctValues = ' '; $strBrowseForeignValues = ' '; -$strBufferPool = ' '; +$strBrowse = ''; $strBufferPoolActivity = ' '; +$strBufferPool = ' '; $strBufferPoolUsage = ' '; $strBufferReadMisses = ' '; $strBufferReadMissesInPercent = ' %'; @@ -109,29 +111,30 @@ $strBzError = 'phpMyAdmin $strBzip = ' bzip'; $strCalendar = ''; +$strCanNotLoadExportPlugins = ' , , !'; $strCanNotLoadImportPlugins = ' , , 븢!'; $strCannotLogin = ' MySQL'; -$strCantLoadRecodeIconv = ' iconv recode, . PHP phpMyAdmin.'; $strCantLoad = ' %s;
        , PHP'; +$strCantLoadRecodeIconv = ' iconv recode, . PHP phpMyAdmin.'; $strCantRenameIdxToPrimary = ' PRIMARY!'; $strCantUseRecodeIconv = ' iconv, libiconvr, recode_string , , . PHP.'; $strCardinality = ' '; $strCaseInsensitive = ' '; $strCaseSensitive = ' '; $strCentralEuropean = ''; -$strChange = ''; -$strChangeCopyMode = ' ...'; $strChangeCopyModeCopy = '... .'; $strChangeCopyModeDeleteAndReload = ' ... .'; $strChangeCopyModeJustDelete = ' ... .'; +$strChangeCopyMode = ' ...'; $strChangeCopyModeRevoke = ' ... .'; $strChangeCopyUser = ' / '; +$strChange = ''; $strChangeDisplay = ' '; $strChangePassword = ' '; $strCharset = ''; $strCharsetOfFile = ' :'; -$strCharsets = ''; $strCharsetsAndCollations = ' '; +$strCharsets = ''; $strCheckAll = ' '; $strCheckOverhead = ' , '; $strCheckPrivs = ' '; @@ -157,20 +160,24 @@ $strConnections = ' $strConstraintsForDumped = ' '; $strConstraintsForTable = ' '; $strCookiesRequired = 'Cookies .'; -$strCopy = ''; $strCopyDatabaseOK = ' %s %s'; +$strCopy = ''; $strCopyTable = ' ( .):'; $strCopyTableOK = ' %s %s.'; $strCopyTableSameNames = ' !'; $strCouldNotKill = 'phpMyAdmin %s. , .'; -$strCreate = ''; $strCreateDatabaseBeforeCopying = ' CREATE DATABASE '; $strCreateIndex = '  %s '; $strCreateIndexTopic = ' '; $strCreateNewDatabase = ' '; $strCreateNewTable = ' %s'; +$strCreate = ''; $strCreatePage = ' '; $strCreatePdfFeat = ' PDF-'; +$strCreateUserDatabase = ' '; +$strCreateUserDatabaseName = ' '; +$strCreateUserDatabaseNone = 'ͳ'; +$strCreateUserDatabaseWildcard = ' ( _%)'; $strCreationDates = '// '; $strCriteria = ''; $strCroatian = ''; @@ -178,8 +185,8 @@ $strCSV = 'CSV'; $strCSVImportOptions = ' CSV'; $strCSVOptions = ' CSV'; $strCyrillic = 'ʳ'; -$strCzech = ''; $strCzechSlovak = ''; +$strCzech = ''; $strDanish = ''; $strData = ''; @@ -190,10 +197,10 @@ $strDatabaseHasBeenDropped = ' $strDatabaseNoTable = ' !'; $strDatabases = ' '; $strDatabasesDropped = '%s .'; -$strDatabasesStats = ' '; $strDatabasesStatsDisable = ' '; $strDatabasesStatsEnable = ' '; $strDatabasesStatsHeavyTraffic = ': - MySQL.'; +$strDatabasesStats = ' '; $strDataDict = ' '; $strDataOnly = ' '; $strDataPages = ' '; @@ -211,18 +218,19 @@ $strDBGTotalTimeMs = ' $strDbPrivileges = ' '; $strDBRename = ' '; $strDbSpecific = ' '; -$strDefault = ' '; $strDefaultEngine = '%s MySQL-.'; +$strDefault = ' '; $strDefaultValueHelp = ' , , , , : a'; $strDefragment = ' '; $strDelayedInserts = ' '; -$strDelete = ''; $strDeleteAndFlush = ' .'; $strDeleteAndFlushDescr = ' , .'; +$strDelete = ''; $strDeleted = ' '; $strDeletedRows = ' :'; $strDeleteNoUsersSelected = ' !'; $strDeleting = ' %s'; +$strDelimiter = ''; $strDelOld = ' , . ֳ ?'; $strDescending = ''; $strDescription = ''; @@ -244,16 +252,16 @@ $strDumpSaved = ' $strDumpXRows = ' %s , %s.'; $strDynamic = ''; -$strEdit = ''; $strEditPDFPages = ' PDF-'; $strEditPrivileges = ' '; +$strEdit = ''; $strEffective = ''; $strEmpty = ''; $strEmptyResultSet = 'MySQL ( ).'; $strEnabled = ''; $strEncloseInTransaction = ' '; -$strEnd = ''; $strEndCut = 'END CUT'; +$strEnd = ''; $strEndRaw = 'END RAW'; $strEngineAvailable = '%s MySQL-.'; $strEngineDisabled = '%s MySQL-.'; @@ -263,6 +271,7 @@ $strEnglish = ' $strEnglishPrivileges = ' : MySQL - '; $strError = ''; $strErrorInZipFile = ' ZIP-:'; +$strErrorRenamingTable = ' %1$s %2$s'; $strEscapeWildcards = ' _ % \ '; $strEsperanto = ''; $strEstonian = ''; @@ -270,25 +279,26 @@ $strExcelEdition = ' $strExcelOptions = ' Excel'; $strExecuteBookmarked = ' '; $strExplain = ' SQL'; +$strExportMustBeFile = ' !'; $strExport = ''; $strExtendedInserts = ' '; $strExtra = ''; $strFailedAttempts = ' '; -$strField = ''; $strFieldHasBeenDropped = ' %s '; -$strFields = ''; +$strField = ''; $strFieldsEmpty = ' 븢! '; $strFieldsEnclosedBy = ' '; $strFieldsEscapedBy = ' '; +$strFields = ''; $strFieldsTerminatedBy = ' '; $strFileAlreadyExists = ' %s , .'; $strFileCouldNotBeRead = ' '; -$strFileNameTemplate = ' '; $strFileNameTemplateDescription = ' %1$sstrftime%2$s, . , : %3$s. .'; $strFileNameTemplateDescriptionDatabase = ' '; $strFileNameTemplateDescriptionServer = ' '; $strFileNameTemplateDescriptionTable = ' '; +$strFileNameTemplate = ' '; $strFileNameTemplateRemember = ' '; $strFileToImport = ' '; $strFixed = ''; @@ -296,11 +306,13 @@ $strFlushPrivilegesNote = ' $strFlushQueryCache = ' '; $strFlushTable = ' ("FLUSH")'; $strFlushTables = ' () '; +$strFontSize = ' '; $strFormat = ''; $strFormEmpty = ' !'; $strFreePages = ' '; $strFullText = ' '; $strFunction = ''; +$strFunctions = ''; $strGenBy = ''; $strGeneralRelationFeat = ' '; @@ -325,8 +337,8 @@ $strHebrew = ' $strHexForBinary = ' 븢'; $strHome = ' '; $strHomepageOfficial = ' phpMyAdmin'; -$strHost = ''; $strHostEmpty = ' !'; +$strHost = ''; $strHTMLExcel = 'Microsoft Excel 2000'; $strHTMLExcelOptions = ' Microsoft Excel 2000'; $strHTMLWord = 'Microsoft Word 2000'; @@ -354,41 +366,43 @@ $strIndexWarningMultiple = ' $strIndexWarningPrimary = ' PRIMARY INDEX `%s`'; $strIndexWarningTable = ' `%s`'; $strIndexWarningUnique = ' UNIQUE INDEX `%s`'; -$strInnoDBAutoextendIncrement = ' '; +$strInnoDBAutoextendIncrement = ' '; $strInnoDBAutoextendIncrementDesc = ' , .'; -$strInnoDBBufferPoolSize = ' '; $strInnoDBBufferPoolSizeDesc = ' , InnoDB .'; +$strInnoDBBufferPoolSize = ' '; $strInnoDBDataFilePath = ' '; -$strInnoDBDataHomeDir = ' '; $strInnoDBDataHomeDirDesc = ' InnoDB.'; +$strInnoDBDataHomeDir = ' '; $strInnoDBPages = ''; $strInnodbStat = ' InnoDB'; $strInsecureMySQL = ' ( root ), MySQL . MySQL , .'; -$strInsert = ''; $strInsertAsNewRow = ' '; $strInsertedRowId = 'Id :'; $strInsertedRows = ' :'; +$strInsert = ''; $strInternalNotNecessary = '* , InnoDB.'; $strInternalRelations = ' '; $strInUse = ''; $strInvalidAuthMethod = ' :'; -$strInvalidColumnCount = ' .'; $strInvalidColumn = ' (%s)!'; +$strInvalidColumnCount = ' .'; $strInvalidCSVFieldCount = ' 븢 CSV- %d.'; $strInvalidCSVFormat = ' CSV- %d.'; $strInvalidCSVParameter = ' CSV: %s'; +$strInvalidDatabase = ' '; $strInvalidFieldAddCount = ' .'; $strInvalidFieldCount = ' .'; $strInvalidLDIImport = ' !'; $strInvalidRowNumber = '%d .'; $strInvalidServerHostname = ' %1$s. , .'; $strInvalidServerIndex = ' : "%s"'; +$strInvalidTableName = ' '; $strJapanese = ''; $strJoins = '\''; $strJumpToDB = ' "%s".'; -$strJustDelete = ' .'; $strJustDeleteDescr = '"" , .'; +$strJustDelete = ' .'; $strKeepPass = ' '; $strKeyCache = ' '; @@ -398,12 +412,13 @@ $strKorean = ' $strLandscape = ''; $strLanguageFileNotFound = ' "%1$s" .'; +$strLanguage = ''; $strLanguageUnknown = ' : %1$s.'; $strLatchedPages = 'Գ '; $strLatexCaption = ' '; $strLatexContent = ' __TABLE__'; -$strLatexContinued = '()'; $strLatexContinuedCaption = ' '; +$strLatexContinued = '()'; $strLatexIncludeCaption = ' '; $strLatexLabel = ' '; $strLaTeX = 'LaTeX'; @@ -421,8 +436,8 @@ $strLinksTo = ' $strLithuanian = '˳'; $strLocalhost = ''; $strLocationTextfile = ' '; -$strLogin = ' '; $strLoginInformation = ' '; +$strLogin = ' '; $strLogout = ' '; $strLogPassword = ':'; $strLogServer = ''; @@ -452,18 +467,18 @@ $strMoveTable = ' $strMoveTableOK = ' %s %s.'; $strMoveTableSameNames = ' !'; $strMultilingual = ''; -$strMyISAMDataPointerSize = ' '; $strMyISAMDataPointerSizeDesc = ' , CREATE TABLE MyISAM, MAX_ROWS.'; -$strMyISAMMaxExtraSortFileSize = ' '; +$strMyISAMDataPointerSize = ' '; $strMyISAMMaxExtraSortFileSizeDesc = ' , MyISAM, , , , .'; -$strMyISAMMaxSortFileSize = ' '; +$strMyISAMMaxExtraSortFileSize = ' '; $strMyISAMMaxSortFileSizeDesc = ' MySQL, MyISAM ( REPAIR TABLE, ALTER TABLE, LOAD DATA INFILE).'; -$strMyISAMRecoverOptions = ' '; +$strMyISAMMaxSortFileSize = ' '; $strMyISAMRecoverOptionsDesc = ' MyISAM, --myisam-recover .'; -$strMyISAMRepairThreads = ' '; +$strMyISAMRecoverOptions = ' '; $strMyISAMRepairThreadsDesc = ' 1, MyISAM ( ) .'; -$strMyISAMSortBufferSize = ' '; +$strMyISAMRepairThreads = ' '; $strMyISAMSortBufferSizeDesc = ', MyISAM REPAIR TABLE , CREATE INDEX ALTER TABLE.'; +$strMyISAMSortBufferSize = ' '; $strMySQLCharset = ' MySQL'; $strMysqlClientVersion = ' MySQL'; $strMySQLConnectionCollation = ' MySQL'; @@ -474,16 +489,17 @@ $strMySQLShowVars = ' $strName = ''; $strNext = ''; -$strNo = ''; $strNoActivity = ' %s . , '; $strNoDatabases = ' '; $strNoDatabasesSelected = ' .'; +$strNoDataReceived = ' . , , PHP. . FAQ 1.16.'; $strNoDescription = ' '; $strNoDetailsForEngine = ' .'; $strNoDropDatabases = ' "DROP DATABASE" .'; $strNoExplain = ' SQL'; $strNoFilesFoundInZip = ' ZIP- !'; $strNoFrames = ' phpMyAdmin .'; +$strNo = ''; $strNoIndex = ' !'; $strNoIndexPartsDefined = ' !'; $strNoModification = ' '; @@ -510,6 +526,10 @@ $strNumSearchResultsTotal = ' $strNumTables = ''; $strOK = 'OK'; +$strOpenDocumentSpreadsheet = ' Open Document'; +$strOpenDocumentSpreadsheetOptions = ' Open Document'; +$strOpenDocumentTextOptions = ' Open Document'; +$strOpenDocumentText = ' Open Document'; $strOpenNewWindow = ' phpMyAdmin'; $strOperations = ''; $strOperator = ''; @@ -523,16 +543,17 @@ $strPagesToBeFlushed = ' $strPaperSize = ' '; $strPartialImport = ' '; $strPartialText = ' '; -$strPassword = ''; $strPasswordChanged = ' %s .'; $strPasswordEmpty = ' !'; $strPasswordHashing = ' '; +$strPassword = ''; $strPasswordNotSame = ' !'; $strPdfDbSchema = ' "%s" %s'; $strPdfInvalidTblName = ' "%s" !'; $strPdfNoTables = ' '; $strPDFOptions = ' PDF'; $strPDF = 'PDF'; +$strPDFReportExplanation = '( )'; $strPDFReportTitle = ' '; $strPerHour = ' '; $strPerMinute = ' '; @@ -593,6 +614,7 @@ $strPrivDescUpdate = ' $strPrivDescUsage = ' .'; $strPrivileges = ''; $strPrivilegesReloaded = ' .'; +$strProcedures = ''; $strProcesses = ''; $strProcesslist = ' '; $strProtocolVersion = ' '; @@ -604,6 +626,7 @@ $strQBEIns = ' $strQueryCache = ' '; $strQueryFrame = ' '; $strQueryOnDb = 'SQL- %s:'; +$strQueryResultsOperations = ' '; $strQuerySQLHistory = 'ó SQL'; $strQueryStatistics = ' : %s .'; $strQueryTime = ' %01.4f '; @@ -617,10 +640,11 @@ $strReferentialIntegrity = ' $strRefresh = ''; $strRelationalSchema = ' '; $strRelationNotWorking = ' . , %s%s.'; -$strRelations = ''; $strRelationsForTable = ' '; +$strRelations = ''; $strRelationView = ' '; $strReloadingThePrivileges = ' '; +$strReloadPrivileges = ' '; $strRemoveSelectedUsers = ' '; $strRenameDatabaseOK = ' %s %s'; $strRenameTable = ' '; @@ -648,15 +672,15 @@ $strRowsModeVertical = ' $strRowsStatistic = ' '; $strRunning = ' %s'; $strRunQuery = ' '; -$strRunSQLQueryOnServer = ' SQL-() %s'; $strRunSQLQuery = ' SQL-() %s'; +$strRunSQLQueryOnServer = ' SQL-() %s'; $strRussian = ''; $strSave = ''; $strSaveOnServer = ' %s'; $strScaleFactorSmall = ' , '; -$strSearch = ''; $strSearchFormTitle = ' '; +$strSearch = ''; $strSearchInTables = ' ():'; $strSearchNeedle = '() () (: "%"):'; $strSearchOption1 = ' '; @@ -674,9 +698,10 @@ $strSelectNumRows = ' $strSelectTables = ' ()'; $strSend = ' '; $strSent = ''; -$strServer = ''; $strServerChoice = ' '; $strServerNotResponding = ' '; +$strServer = ''; +$strServers = ''; $strServerStatus = ' '; $strServerStatusDelayedInserts = ' '; $strServerStatusUptime = ' MySQL %s. %s.'; @@ -686,12 +711,12 @@ $strServerVars = ' $strServerVersion = ' '; $strSessionValue = ' '; $strSetEnumVal = ' "enum" "set", , : \'a\',\'b\',\'c\'...
        ("\") ("\'") , (, \'\\\\xyz\' \'a\\\'b\').'; -$strShow = ''; $strShowAll = ' '; $strShowColor = ' '; $strShowDatadictAs = ' '; $strShowFullQueries = ' '; $strShowGrid = ' '; +$strShow = ''; $strShowingBookmark = ' '; $strShowingRecords = ' '; $strShowOpenTables = ' '; @@ -815,12 +840,13 @@ $strSkipQueries = ' $strSlovak = ''; $strSlovenian = ''; $strSocketProblem = '( MySQL )'; -$strSort = ''; $strSortByKey = ' '; +$strSort = ''; $strSorting = ''; $strSpaceUsage = ' '; $strSpanish = 'ó'; $strSplitWordsWithSpace = ' (" ").'; +$strSQLCompatibility = ' SQL'; $strSQLExportType = ' '; $strSQLImportOptions = ' SQL'; $strSQLOptions = ' SQL'; @@ -844,6 +870,7 @@ $strStrucCSV = 'CSV'; $strStrucData = ' '; $strStrucExcelCSV = 'CSV MS Excel'; $strStrucNativeExcel = ' MS Excel'; +$strStrucNativeExcelOptions = ' Excel'; $strStrucOnly = ' '; $strStructPropose = ' '; $strStructure = ''; @@ -854,7 +881,6 @@ $strSwedish = ' $strSwitchToDatabase = ' '; $strSwitchToTable = ' '; -$strTable = ''; $strTableAlreadyExists = ' %s !'; $strTableComments = ' '; $strTableEmpty = ' !'; @@ -862,6 +888,7 @@ $strTableHasBeenDropped = ' $strTableHasBeenEmptied = ' %s '; $strTableHasBeenFlushed = ' %s '; $strTableMaintenance = ' '; +$strTable = ''; $strTableOfContents = ''; $strTableOptions = ' '; $strTables = '%s ()'; @@ -871,11 +898,11 @@ $strTblPrivileges = ' $strTempData = ' '; $strTextAreaLength = ' - ,
        '; $strThai = ''; -$strTheme = ' / '; $strThemeDefaultNotFound = ' %s !'; $strThemeNoPreviewAvailable = ' .'; $strThemeNotFound = ' %s !'; $strThemeNoValidImgPath = ' %s !'; +$strTheme = ' / '; $strThemePathNotFound = ' %s!'; $strThisHost = ' '; $strThisNotDirectory = ' '; @@ -893,7 +920,7 @@ $strTraditionalSpanish = ' $strTraffic = ''; $strTransactionCoordinator = ' '; $strTransformation_application_octetstream__download = ' . , . , '; -$strTransformation_application_octetstream__hex = ' . Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate +$strTransformation_application_octetstream__hex = ' . (- 8 ).'; $strTransformation_image_jpeg__inline = ' ; . .'; $strTransformation_image_jpeg__link = ' .'; $strTransformation_image_png__inline = ' image/jpeg: '; @@ -921,12 +948,13 @@ $strUpdateQuery = ' $strUpdComTab = ' column_comments , , '; $strUpgrade = ' %s %s .'; $strUploadLimit = ', , . , %s%s .'; +$strUploadsNotAllowed = ' .'; $strUsage = ''; $strUseBackquotes = ' 븢'; $strUsedPhpExtensions = ' PHP'; $strUseHostTable = ' '; -$strUser = ''; $strUserAlreadyExists = ' %s !'; +$strUser = ''; $strUserEmpty = ' !'; $strUserName = ' '; $strUserNotFound = ' .'; @@ -944,14 +972,14 @@ $strValue = ' $strVar = ''; $strVersionInformation = ' '; $strView = ''; -$strViewDump = ' () '; $strViewDumpDatabases = ' () '; $strViewDumpDB = ' () '; +$strViewDump = ' () '; $strViewHasBeenDropped = ' %s '; $strViewMaxExactCount = ' %d . , %s%s.'; -$strWebServerUploadDirectory = ' - '; $strWebServerUploadDirectoryError = ' '; +$strWebServerUploadDirectory = ' - '; $strWelcome = ' %s'; $strWestEuropean = ''; $strWildcard = ''; @@ -962,6 +990,7 @@ $strWritingCommentNotPossible = ' $strWritingRelationNotPossible = ' '; $strWrongUser = ' /. .'; +$strXMLOptions = ' XML'; $strXML = 'XML'; $strYes = ''; @@ -969,36 +998,4 @@ $strYes = ' $strZeroRemovesTheLimit = ': 0 () .'; $strZip = ' zip'; -// To translate: - -$strReloadPrivileges = 'Reload privileges'; //to translate - -$strSQLCompatibility = 'SQL compatibility mode'; //to translate - -$strQueryResultsOperations = 'Query results operations'; //to translate -$strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strXMLOptions = 'XML options'; //to translate -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index b68419abe..9a23329aa 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -7,12 +7,13 @@ * http://www.zedlik.com */ -$charset = 'windows-1251'; +$charset = 'utf-8'; +$allow_recoding = TRUE; $text_dir = 'ltr'; $number_thousands_separator = ','; $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$byteUnits = array('B', 'KiB', 'MiB', 'HiB', 'TiB', 'PiB', 'EiB'); $day_of_week = array('Ndz', 'Pan', 'Aŭt', 'Sier', 'Cač', 'Piat', 'Sub'); $month = array('Stu', 'Lut', 'Sak', 'Kra', 'Tra', 'Čer', 'Lip', 'Žni', 'Vier', 'Kas', 'Lis', 'Śn'); @@ -28,6 +29,7 @@ $strAccessDeniedExplanation = 'phpMyAdmin pasprabavaŭ padłučycca da servera M $strAccessDenied = 'U dostupie admoŭlena'; $strAction = 'Dziejańnie'; $strAddAutoIncrement = 'Dadać značeńnie AUTO_INCREMENT'; +$strAddClause = 'Dadać %s'; $strAddConstraints = 'Dadać abmiežavańni'; $strAddDeleteColumn = 'Dadać/vydalić kalonku kryteru'; $strAddDeleteRow = 'Dadać/vydalić radok kryteru'; @@ -47,7 +49,7 @@ $strAdministration = 'Administravańnie'; $strAffectedRows = 'Zakranutyja radki:'; $strAfterInsertBack = 'Pierajści da papiaredniaj staronki'; $strAfterInsertNewInsert = 'Dadać jašče adzin radok'; -$strAfterInsertNext = 'Redagavać nastupny radok'; +$strAfterInsertNext = 'Redahavać nastupny radok'; $strAfterInsertSame = 'Viarnucca da hetaj staronki'; $strAfter = 'Paśla %s'; $strAllowInterrupt = 'Dazvolić spynieńnie impartavańnia ŭ vypadku, kali skrypt vyśvietlić, što skončvajecca čas vykanańnia. Heta moža być dobrym sposabam impartavańnia vialikich fajłaŭ, adnak, heta moža pierapynić tranzakcyi.'; @@ -76,7 +78,7 @@ $strBack = 'Nazad'; $strBaltic = 'Bałtyjskaja'; $strBeginCut = 'BEGIN CUT'; $strBeginRaw = 'BEGIN RAW'; -$strBinaryDoNotEdit = 'Dvojkavyja dadzienyja — nie redagujucca'; +$strBinaryDoNotEdit = 'Dvojkavyja dadzienyja — nie redahujucca'; $strBinary = 'Dvojkavy'; $strBinaryLog = 'Dvojkavy łoh'; $strBinLogEventType = 'Typ padziei'; @@ -109,6 +111,7 @@ $strBzError = 'phpMyAdmin nia moža ścisnuć damp z-za prablemaŭ z pašyreńni $strBzip = 'ściskać u bzip'; $strCalendar = 'Kalandar'; +$strCanNotLoadExportPlugins = 'Niemahčyma zahruzić płaginy ekspartavańnia, kali łaska, praviercie ŭstalavanyja fajły!'; $strCanNotLoadImportPlugins = 'Niemahčyma zahruzić płahiny impartavańnia, kali łaska, praviercie ŭstaloŭku!'; $strCannotLogin = 'Niemahčyma załahavacca na server MySQL'; $strCantLoad = 'niemahčyma zahruzić pašyreńnie %s;
        kali łaska, praviercie kanfihuracyju PHP'; @@ -119,6 +122,7 @@ $strCardinality = 'Kolkaść elementaŭ'; $strCaseInsensitive = 'biez uliku rehistru'; $strCaseSensitive = 'z ulikam rehistru'; $strCentralEuropean = 'Centralnaeŭrapiejskaja'; +$strChange = 'Źmianić'; $strChangeCopyModeCopy = '... pakinuć staroha.'; $strChangeCopyModeDeleteAndReload = ' ... vydalić staroha z tablicy karystalnikaŭ i paśla pierazahruzić pryvilei.'; $strChangeCopyModeJustDelete = ' ... vydalić staroha z tablicy karystalnikaŭ.'; @@ -127,7 +131,6 @@ $strChangeCopyMode = 'Stvaryć novaha karystalnika z takimi ž pryvilejami i ... $strChangeCopyUser = 'Źmianić rehistracyjnuju infarmacyju / Kapijavać karystalnika'; $strChangeDisplay = 'Vybierycie pole dla adlustravańnia'; $strChangePassword = 'Źmianić parol'; -$strChange = 'Źmianić'; $strCharset = 'Kadyroŭka'; $strCharsetOfFile = 'Kadyroŭka fajła:'; $strCharsetsAndCollations = 'Raskładki i supastaŭleńni'; @@ -137,7 +140,7 @@ $strCheckOverhead = 'Adznačyć tyja, što patrabujuć aptymizacyi'; $strCheckPrivsLong = 'Pravieryć pryvilei dla bazy "%s".'; $strCheckPrivs = 'Pravieryć pryvilei'; $strCheckTable = 'Pravieryć tablicu'; -$strChoosePage = 'Kali łaska, vybierycie staronku dla redagavańnia'; +$strChoosePage = 'Kali łaska, vybierycie staronku dla redahavańnia'; $strColComFeat = 'Pakazvać kamentary kalonak'; $strCollation = 'Supastaŭleńnie'; $strColumnNames = 'Nazvy kalonak'; @@ -171,6 +174,10 @@ $strCreateNewTable = 'Stvaryć novuju tablicu ŭ BD %s'; $strCreatePage = 'Stvaryć novuju staronku'; $strCreatePdfFeat = 'Stvareńnie PDF-fajłaŭ'; $strCreate = 'Stvaryć'; +$strCreateUserDatabase = 'Baza dadzienych dla karystalnika'; +$strCreateUserDatabaseName = 'Stvaryć bazu dadzienych z takim samym imiem i nadzialić usimi pryvilejami'; +$strCreateUserDatabaseNone = 'Nijakaja'; +$strCreateUserDatabaseWildcard = 'Nadzialić usimi pryvilejami bazy z imienami pa mascy (imia karystalnika_%)'; $strCreationDates = 'Stvareńnie/Abnaŭleńnie/Pravierka dat'; $strCriteria = 'Kryter'; $strCroatian = 'Charvackaja'; @@ -223,6 +230,7 @@ $strDeletedRows = 'Vydalenyja radki:'; $strDeleteNoUsersSelected = 'Na vybranyja karystalniki dla vydaleńnia!'; $strDelete = 'Vydalić'; $strDeleting = 'Vydaleńnie %s'; +$strDelimiter = 'Raździalalnik'; $strDelOld = 'Biahučaja staronka ŭtrymlivaje spasyłki na tablicy, jakija bolš nie isnujuć. Ci žadajecie vy vydalić hetyja spasyłki?'; $strDescending = 'advarotny'; $strDescription = 'Apisańnie'; @@ -244,9 +252,9 @@ $strDumpSaved = 'Damp zachavany ŭ fajł %s.'; $strDumpXRows = 'Damp %s radkoŭ, pačynajučy z %s.'; $strDynamic = 'dynamičny'; -$strEditPDFPages = 'Redagavać PDF-staronki'; -$strEditPrivileges = 'Redagavać pryvilei'; -$strEdit = 'Redagavać'; +$strEditPDFPages = 'Redahavać PDF-staronki'; +$strEditPrivileges = 'Redahavać pryvilei'; +$strEdit = 'Redahavać'; $strEffective = 'Efektyŭnaść'; $strEmpty = 'Ačyścić'; $strEmptyResultSet = 'MySQL viarnuła pusty vynik (to bok nul radkoŭ).'; @@ -263,6 +271,7 @@ $strEnglish = 'Anhielskaja'; $strEnglishPrivileges = ' Zaŭvaha: imiony pryvilejaŭ MySQL zadajucca pa-anhielsku '; $strErrorInZipFile = 'Pamyłka ŭ ZIP-archivie:'; $strError = 'Pamyłka'; +$strErrorRenamingTable = 'Pamyłka pierajmienavańnia tablicy %1$s u %2$s'; $strEscapeWildcards = 'Symbali padstanoŭki _ i % musiać być ekranavanymi symbalem \ dla ich litaralnaha vykarystańnia'; $strEsperanto = 'Esperanta'; $strEstonian = 'Estonskaja'; @@ -271,6 +280,7 @@ $strExcelOptions = 'Opcyi Excel'; $strExecuteBookmarked = 'Vykanać zapyt z zakładak'; $strExplain = 'Tłumačyć SQL'; $strExport = 'Ekspart'; +$strExportMustBeFile = 'Dadzienyja vybranaha typu ekspartavańnia musiać być zazavanymi ŭ fajł!'; $strExtendedInserts = 'Pašyranyja ŭstaŭki'; $strExtra = 'Dadatkova'; @@ -284,23 +294,25 @@ $strFields = 'Pali'; $strFieldsTerminatedBy = 'Pali padzielenyja'; $strFileAlreadyExists = 'Fajł %s užo isnuje na servery, źmianicie imia fajła abo praviercie opcyju pierazapisu.'; $strFileCouldNotBeRead = 'Niemahčyma pračytać fajł'; +$strFileNameTemplate = 'Šablon nazvy fajła'; $strFileNameTemplateDescriptionDatabase = 'imia bazy dadzienych'; $strFileNameTemplateDescription = 'Hetaje značeńnie interpretujecca z vykarystańniem %1$sstrftime%2$s, tamu možna vykarystoŭvać radki farmatavańnia času. Aproč hetaha, buduć praviedzienyja nastupnyja źmieny: %3$s. Astatni tekst zastaniecca jak jość.'; $strFileNameTemplateDescriptionServer = 'imia servera'; $strFileNameTemplateDescriptionTable = 'imia tablicy'; $strFileNameTemplateRemember = 'zapomnić šablon'; -$strFileNameTemplate = 'Šablon nazvy fajła'; $strFileToImport = 'Impartavać fajł'; $strFixed = 'fiksavany'; $strFlushPrivilegesNote = 'Zaŭvaha: phpMyAdmin atrymlivaje pryvilei karystalnikaŭ naŭprostava z tablic pryvilejaŭ MySQL. Źmieściva hetych tablic moža adroźnivacca ad pryvilejaŭ, jakija vykarystoŭvaje server, kali jany byli źmienienyja ŭručnuju. U hetym vypadku vam treba %spierazahruzić pryvilei%s da taho, jak vy praciahniecie.'; $strFlushQueryCache = 'Skinuć keš zapytaŭ'; $strFlushTable = 'Skinuć keš tablicy ("FLUSH")'; $strFlushTables = 'Skinuć (zakryć) usie tablicy'; +$strFontSize = 'Pamier šryfta'; $strFormat = 'Farmat'; $strFormEmpty = 'Nie zadadzienaje značeńnie ŭ formie!'; $strFreePages = 'Volnych staronak'; $strFullText = 'Poŭnyja teksty'; $strFunction = 'Funkcyja'; +$strFunctions = 'Funkcyi'; $strGenBy = 'Stvorany'; $strGeneralRelationFeat = 'Mahčymaści asnoŭnych suviaziaŭ'; @@ -336,7 +348,7 @@ $strHungarian = 'Vuhorskaja'; $strIcelandic = 'Iślandzkaja'; $strId = 'ID'; $strIdxFulltext = 'Poŭnatekstekstavaje'; -$strIgnoreDuplicates = 'Ignaravać radki, jakija paŭtarajucca'; +$strIgnoreDuplicates = 'Ihnaravać radki, jakija paŭtarajucca'; $strIgnore = 'Ihnaravać'; $strIgnoreInserts = 'Vykarystoŭvać ustaŭki ihnaravańniaŭ'; $strIgnoringFile = 'Fajł %s praihnaravany'; @@ -354,7 +366,7 @@ $strIndexWarningMultiple = 'Bolš za adzin %s kluč byŭ stvorany dla kalonki `% $strIndexWarningPrimary = 'Abodva klučy PRIMARY i INDEX pavinny być vyznačany dla kalonki `%s`'; $strIndexWarningTable = 'Prablemy z indeksami dla tablicy `%s`'; $strIndexWarningUnique = 'Abodva klučy UNIQUE i INDEX pavinny być vyznačany dla kalonki `%s`'; -$strInnoDBAutoextendIncrement = 'Aŭtapašyralnaje prypaščeńnie'; +$strInnoDBAutoextendIncrement = 'Aŭtapašyralnaje pryraščeńnie'; $strInnoDBAutoextendIncrementDesc = ' Pamier pryraščeńnia dla pašyreńnia pamieru prastory aŭtapašyralnaj tablicy, kali jana zapoŭnicca.'; $strInnoDBBufferPoolSizeDesc = 'Pamier buferu ŭ pamiaci, jaki InnoDB vykarystoŭvaje dla kešavańnia dadzienych i indeksaŭ tablic.'; $strInnoDBBufferPoolSize = 'Pamier pułu buferu'; @@ -377,12 +389,14 @@ $strInvalidColumn = 'Vyznačanaja niekarektnaja kalonka (%s)!'; $strInvalidCSVFieldCount = 'Niapravilnaja kolkaść paloŭ u CSV-dadzienych u radku %d.'; $strInvalidCSVFormat = 'Niekarektny farmat CSV-dadzienych u radku %d.'; $strInvalidCSVParameter = 'Niedapuščalny paremetar dla impartu dadzienych u CSV: %s'; +$strInvalidDatabase = 'Niapravilnaja baza dadzienych'; $strInvalidFieldAddCount = 'Treba dadać prynamsi adno pole.'; $strInvalidFieldCount = 'Tablica musić mieć prynamsi adno pole.'; $strInvalidLDIImport = 'Hety płahin nie padtrymlivaje ścisnutyja dadzienyja!'; $strInvalidRowNumber = '%d nie źjaŭlajecca karektnym numaram radka.'; $strInvalidServerHostname = 'Niapravilnaje imia chostu dla servera %1$s. Kali łaska, praviercie kanfihurycyju.'; $strInvalidServerIndex = 'Niekarektny indeks servera: "%s"'; +$strInvalidTableName = 'Niekarektnaje imia tablicy'; $strJapanese = 'Japonskaja'; $strJoins = 'Ab\'jadnańni'; @@ -398,6 +412,7 @@ $strKorean = 'Karejskaja'; $strLandscape = 'Krajavid'; $strLanguageFileNotFound = 'Moŭny fajł "%1$s" nia znojdzieny.'; +$strLanguage = 'Mova'; $strLanguageUnknown = 'Nieviadomaja mova: %1$s.'; $strLatchedPages = 'Fiksavanyja staronki'; $strLatexCaption = 'Zahałovak tablicy'; @@ -446,8 +461,8 @@ $strMIME_transformation = 'Pieraŭtvareńnie MIME-typu braŭzeram'; $strMIMETypesForTable = 'MIME-typy tablicy'; $strMIME_without = 'MIME-typy, vyłučanyja kursivam, nia majuć asobnaj funkcyi pieraŭtvareńnia'; $strModifications = 'Madyfikacyi byli zachavanyja'; -$strModifyIndexTopic = 'Źmianić indeks'; $strModify = 'Źmianić'; +$strModifyIndexTopic = 'Źmianić indeks'; $strMoveTableOK = 'Tablica %s była pieraniesienaja ŭ %s.'; $strMoveTable = 'Pieranieści tablicu ŭ (baza dadzienych.tablica):'; $strMoveTableSameNames = 'Niemahčyma pieranieści tablicu ŭ samu siabie!'; @@ -477,6 +492,7 @@ $strNext = 'Nastupny'; $strNoActivity = 'Nie było anijakaj aktyŭnaści na praciahu %s sekundaŭ. Kali łaska, uvajdzicie znoŭ'; $strNoDatabases = 'Bazy dadzienych adsutničajuć'; $strNoDatabasesSelected = 'Nia vybranaja baza dadzienych.'; +$strNoDataReceived = 'Dadzienyja dla impartavańnia nie atrymanyja. Albo nivodny fajł nia byŭ zahružany, albo pamier fajła pieravysiŭ maksymalny pamier, vyznačany kanfihuracyjaj PHP. Hł. FAQ 1.16.'; $strNoDescription = 'niama apisańnia'; $strNoDetailsForEngine = 'Dla hetaj mašyny zachavańnia dadzienych detalnaja infarmacyja nie dastupnaja.'; $strNoDropDatabases = 'Kamandy "DROP DATABASE" adklučanyja.'; @@ -510,6 +526,10 @@ $strNumSearchResultsTotal = 'Ahułam: %s supadzieńniaŭ'; $strNumTables = 'Tablic'; $strOK = 'OK'; +$strOpenDocumentSpreadsheetOptions = 'Opcyi specyfikacyi Open Document'; +$strOpenDocumentSpreadsheet = 'Specyfikacyja Open Document'; +$strOpenDocumentTextOptions = 'Opcyi tekstu Open Document'; +$strOpenDocumentText = 'Tekst Open Document'; $strOpenNewWindow = 'Adkryć novaje akno phpMyAdmin'; $strOperations = 'Aperacyi'; $strOperator = 'Aperatar'; @@ -533,6 +553,7 @@ $strPdfInvalidTblName = 'Tablicy "%s" nie isnuje!'; $strPdfNoTables = 'Niama tablic'; $strPDFOptions = 'Parametry PDF'; $strPDF = 'PDF'; +$strPDFReportExplanation = '(Gieneruje spravazdaču z dadzienymi asobnaj tablicy)'; $strPDFReportTitle = 'Zahałovak spravazdačy'; $strPerHour = 'u hadzinu'; $strPerMinute = 'u chvilinu'; @@ -593,6 +614,7 @@ $strPrivDescUpdate = 'Dazvalaje źmianiać dadzienyja.'; $strPrivDescUsage = 'Biez pryvilejaŭ.'; $strPrivileges = 'Pryvilei'; $strPrivilegesReloaded = 'Pryvilei byli paśpiachova pierazahružanyja.'; +$strProcedures = 'Pracedury'; $strProcesses = 'Pracesy'; $strProcesslist = 'Śpis pracesaŭ'; $strProtocolVersion = 'Versija pratakołu'; @@ -604,6 +626,7 @@ $strQBE = 'Zapyt zhodna prykładu'; $strQueryCache = 'Keš zapytaŭ'; $strQueryFrame = 'Akno zapytu'; $strQueryOnDb = 'SQL-zapyt da BD %s:'; +$strQueryResultsOperations = 'Dziejańni z vynikami zapytaŭ'; $strQuerySQLHistory = 'Historyja SQL'; $strQueryStatistics = 'Statystyka zapytaŭ: Z momantu zapusku %s zapytaŭ było adpraŭlena na server.'; $strQueryTime = 'Zapyt vykonvaŭsia %01.4f sek'; @@ -621,6 +644,7 @@ $strRelationsForTable = 'Suviazi ŭ tablicy'; $strRelations = 'Suviazi'; $strRelationView = 'Prahlad zaležnaściaŭ'; $strReloadingThePrivileges = 'Pierazahruzić pryvilei'; +$strReloadPrivileges = 'Pierazahruzić pryvilei'; $strRemoveSelectedUsers = 'Vydalić vybranych karystalnikaŭ'; $strRenameDatabaseOK = 'Baza dadzienych %s była pierajmienavanaja ŭ %s'; $strRenameTableOK = 'Tablica %s była pierajmienavanaja ŭ %s'; @@ -677,6 +701,7 @@ $strSent = 'Adpraŭlena'; $strServerChoice = 'Vybar servera'; $strServerNotResponding = 'Server nie adkazvaje'; $strServer = 'Server'; +$strServers = 'Servery'; $strServerStatus = 'Biahučaja infarmacyja'; $strServerStatusDelayedInserts = 'Adkładzienyja ŭstaŭki'; $strServerStatusUptime = 'Hety server MySQL pracuje %s. Jon byŭ zapuščany %s.'; @@ -728,8 +753,8 @@ $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Kolkaść zaniatych staronak $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Ahulny pamier bufernaha pułu, u staronkach.'; $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Kolkaść «vypadkovych» papiarednich čytańniaŭ, zroblenych InnoDB. Heta adbyvajecca, kali zapyt prahladaje značnuju častku tablicy, ale ŭ vypadkovym paradku.'; $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Kolkaść paśladoŭnych papiarednich čytańniaŭ, zroblenych InnoDB. Heta adbyvajecca, kali InnoDB vykonvaje paśladoŭny poŭny prahlad tablicy.'; -$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Kolkaść lagičnych zapytaŭ čytańnia, zroblenych InnoDB.'; -$strShowStatusInnodb_buffer_pool_readsDescr = 'Kolkaść lagičnych čytańniaŭ, jakija InnoDB nie zmahła adnavić z bufernaha pułu, a tamu zrabiła adnastaronkavaje čytańnie.'; +$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Kolkaść lahičnych zapytaŭ čytańnia, zroblenych InnoDB.'; +$strShowStatusInnodb_buffer_pool_readsDescr = 'Kolkaść lahičnych čytańniaŭ, jakija InnoDB nie zmahła adnavić z bufernaha pułu, a tamu zrabiła adnastaronkavaje čytańnie.'; $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Zvyčajna, zapisy ŭ buferny puł InnoDB, zroblenyja ŭ fonie. Adnak, kali nieabchodna pračytać abo stvaryć staronku i čystyja staronki adsutničajuć, nieabchočna pačakać, pakul peŭnyja staronki nia buduć skinutyja. Hety kamputar padličvaje kolkaść takich čakańniaŭ. Kali pamier buferu byŭ vyznačany pravilna, hetaje značeńnie musić być maleńkim.'; $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Kolkaść zapisaŭ, zroblenych u buferny puł InnoDB.'; $strShowStatusInnodb_data_fsyncsDescr = 'Kolkaść aperacyjaŭ fsync() na biahučy momant.'; @@ -742,13 +767,13 @@ $strShowStatusInnodb_data_writesDescr = 'Ahulnaja kolkaść zapisaŭ dadzienych. $strShowStatusInnodb_data_writtenDescr = 'Kolkaść zapisanych na biahučy momant dadzienych, u bajtach.'; $strShowStatusInnodb_dblwr_pages_writtenDescr = 'Kolkaść padvojnych zapisaŭ, jakija byli vykananyja, i kolkaść staronak, jakija byli zapisanyja dla hetaj mety.'; $strShowStatusInnodb_dblwr_writesDescr = 'Kolkaść padvojnych zapisaŭ, jakija byli vykananyja, i kolkaść staronak, jakija byli zapisanyja dla hetaj mety.'; -$strShowStatusInnodb_log_waitsDescr = 'Kolkaść vypadkaŭ čakańnia z-za taho, što bufer łogu byŭ zanadta mały, i tamu daviałosia čakać, pakul jon nie ačyścicca.'; -$strShowStatusInnodb_log_write_requestsDescr = 'Kolkaść zapisaŭ u łog.'; -$strShowStatusInnodb_log_writesDescr = 'Kolkaść fizyčna vykananych zapisaŭ u łog-fajł.'; -$strShowStatusInnodb_os_log_fsyncsDescr = 'Kolkaść synchranizavynych zapisaŭ, zroblenych u łog-fajł.'; -$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Kolkaść synchranizavańniaŭ łog-fajła, jakija čakajuć vykanańnia.'; -$strShowStatusInnodb_os_log_pending_writesDescr = 'Kolkaść zapisaŭ u łog-fajł, jakija čakajuć vykanańnia.'; -$strShowStatusInnodb_os_log_writtenDescr = 'Kolkaść bajtaŭ, zapisanych u łog-fajł.'; +$strShowStatusInnodb_log_waitsDescr = 'Kolkaść vypadkaŭ čakańnia z-za taho, što bufer łohu byŭ zanadta mały, i tamu daviałosia čakać, pakul jon nie ačyścicca.'; +$strShowStatusInnodb_log_write_requestsDescr = 'Kolkaść zapisaŭ u łoh.'; +$strShowStatusInnodb_log_writesDescr = 'Kolkaść fizyčna vykananych zapisaŭ u łoh-fajł.'; +$strShowStatusInnodb_os_log_fsyncsDescr = 'Kolkaść synchranizavynych zapisaŭ, zroblenych u łoh-fajł.'; +$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Kolkaść synchranizavańniaŭ łoh-fajła, jakija čakajuć vykanańnia.'; +$strShowStatusInnodb_os_log_pending_writesDescr = 'Kolkaść zapisaŭ u łoh-fajł, jakija čakajuć vykanańnia.'; +$strShowStatusInnodb_os_log_writtenDescr = 'Kolkaść bajtaŭ, zapisanych u łoh-fajł.'; $strShowStatusInnodb_pages_createdDescr = 'Kolkaść stvoranych staronak.'; $strShowStatusInnodb_page_sizeDescr = 'Pamier zakampilavanaj staronki InnoDB (pa zmoŭčańni 16KB). Peŭnyja vieličyni vymiarajucca ŭ staronkach; pamier staronki dazvalaje chutka pieravieści jaho ŭ bajty.'; $strShowStatusInnodb_pages_readDescr = 'Kolkaść pračytanych staronak.'; @@ -795,7 +820,7 @@ $strShowStatusSlave_retried_transactionsDescr = 'Ahulnaja (ad zahruzki) kolkaś $strShowStatusSlave_runningDescr = 'Hetaje značeńnie roŭnaje "ON", kali server źjaŭlajecca zaležnym i padłučanym da servera, jaki jaho kantraluje.'; $strShowStatusSlow_launch_threadsDescr = 'Kolkaść patokaŭ, jakim spatrebiłasia bolš za slow_launch_time sekundaŭ dla stvareńnia.'; $strShowStatusSlow_queriesDescr = 'Kolkaść zapytaŭ, na vykanantnie jakich spatrebiłasia bolš, čym long_query_time sekundaŭ.'; -$strShowStatusSort_merge_passesDescr = 'Kolkaść prachodaŭ, jakija byli zroblenyja algarytmam sartavańnia. Kali hetaje značeńnie vialikaje, varta razhledzić pavieličeńnie značeńnia systemnaj źmiennaj sort_buffer_size.'; +$strShowStatusSort_merge_passesDescr = 'Kolkaść prachodaŭ, jakija byli zroblenyja alharytmam sartavańnia. Kali hetaje značeńnie vialikaje, varta razhledzić pavieličeńnie značeńnia systemnaj źmiennaj sort_buffer_size.'; $strShowStatusSort_rangeDescr = 'Kolkaść sartavańniaŭ, jakija byli zroblenyja z vykarystańniem niekalkich słupkoŭ.'; $strShowStatusSort_rowsDescr = 'Kolkaść adsartavanych radkoŭ.'; $strShowStatusSort_scanDescr = 'Kolkaść sartavańniaŭ, jakija byli zroblenyja padčas prahladu tablicy.'; @@ -821,6 +846,7 @@ $strSort = 'Paradak'; $strSpaceUsage = 'Vykarystańnie prastory'; $strSpanish = 'Hišpanskaja'; $strSplitWordsWithSpace = 'Słovy padzielenyja prahałam (" ").'; +$strSQLCompatibility = 'Režym sumiaščalnaści SQL'; $strSQLExportType = 'Typ ekspartu'; $strSQLImportOptions = 'Parametry SQL'; $strSQLOptions = 'Opcyi SQL'; @@ -843,6 +869,7 @@ $strStorageEngines = 'Mašyny zachavańnia dadzienych'; $strStrucCSV = 'CSV'; $strStrucData = 'Strukturu i dadzienyja'; $strStrucExcelCSV = 'CSV dla dadzienych MS Excel'; +$strStrucNativeExcelOptions = 'Standartnyja opcyi ekspartavańnia ŭ Excel'; $strStrucNativeExcel = 'Rodny farmat MS Excel'; $strStrucOnly = 'Tolki strukturu'; $strStructPropose = 'Prapanavanaja struktura tablicy'; @@ -869,7 +896,7 @@ $strTable = 'Tablica'; $strTakeIt = 'hetaja'; $strTblPrivileges = 'Pryvilei, specyfičnyja dla tablicy'; $strTempData = 'Časovyja dadzienyja'; -$strTextAreaLength = ' Z-za vialikaj daŭžyni,
        hetaje pole nia moža być adredagavanaje '; +$strTextAreaLength = ' Z-za vialikaj daŭžyni,
        hetaje pole nia moža być adredahavanaje '; $strThai = 'Tajlandzkaja'; $strThemeDefaultNotFound = 'Tema pa zmoŭčańni %s nia znojdzienaja!'; $strThemeNoPreviewAvailable = 'Papiaredni prahlad niedastupny.'; @@ -893,12 +920,12 @@ $strTraditionalSpanish = 'Tradycyjnaja hišpanskaja'; $strTraffic = 'Trafik'; $strTransactionCoordinator = 'Kaardynatar pierakładu'; $strTransformation_application_octetstream__download = 'Pakazvaje spasyłku dla zahruzki dvojkavych dadzienych pola. Vy možacie vykarystoŭvać pieršuju opcyju dla vyznačeńnia imia fajła abo vykarystoŭvajcie druhuju opcyju jak imia pola, jakoje ŭtrymlivaje imia fajła. Kali vy vykarystoŭvajecie druhuju opcyju, vam treba pakinuć pieršaje pole pustym'; -$strTransformation_application_octetstream__hex = 'Pakazvaje dadzienyja ŭ šasnaccatkavym vyhladzie. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate +$strTransformation_application_octetstream__hex = 'Pakazvaje dadzienyja ŭ šasnaccatkavym vyhladzie. Apcyjanalny pieršy parametar vyznačaje častatu dadavańnia prahała (pa-zmoŭčańni — praz kožnyja 8 bitaŭ).'; $strTransformation_image_jpeg__inline = 'Pakazvaje naciskalny eskiz; Opcyi — maksymalnaja šyrynia i vyšynia ŭ piksełach. Zachoŭvajucca pačatkovyja praporcyi.'; $strTransformation_image_jpeg__link = 'Pakazvaje spasyłku dla zahruzki hetaha malunku.'; $strTransformation_image_png__inline = 'Prahladzieć malunak image/jpeg: ubudavany'; $strTransformation_text_plain__dateformat = 'Pakazvaje dadzienyja z pola TIME, TIMESTAMP abo DATETIME i farmatuje ich zhodna vašaha lakalnaha farmatu daty. Pieršaja opcyja — pramiežak času (u hadzinach), jaki budzie dadadzieny da mietki času (Pa zmoŭčańni: 0). Vykarystoŭvajcie druhuju opcyju, kab vyznačyć inšy farmat daty; hladzicie dakumentacyju da funkcyi PHP strftime().'; -$strTransformation_text_plain__external = 'TOLKI DLA LINUX: Zapuskaje źniešniuju prahramu i pieradaje joj dadzienyja pola praz standartny ŭvod. Viartaje standartny vyvad prahramy. Prahrama pa zmoŭčańni — Tidy, jakaja drukuje čysty HTML-kod. Ź mierkavańniaŭ biaśpieki, vam treba ŭručnuju adredagavać fajł libraries/transformations/text_plain__external.inc.php i paznačyć śpis prahramaŭ, jakija vy chočacie zrabić dastupnymi. Pieršaja opcyja — tady numar prahramy, jakuju vy chočacie vykarystoŭvać, druhaja opcyja — parametry dla prahramy. Treciaja opcyja, kali vyznačanaja jak 1, skanvertuje dadzienyja z standartnaha vyvadu vykarystoŭvajučy htmlspecialchars() (Pa zmoŭčańni 1). Čaćviertaja opcyja, kali vyznačanaja jak 1, praduchilić pieranos pa słovach, kab pierakanacca, što ŭvieś vychadny patok budzie vyviedzieny ŭ adzin radok (Pa zmoŭčańni 1).'; +$strTransformation_text_plain__external = 'TOLKI DLA LINUX: Zapuskaje źniešniuju prahramu i pieradaje joj dadzienyja pola praz standartny ŭvod. Viartaje standartny vyvad prahramy. Prahrama pa zmoŭčańni — Tidy, jakaja drukuje čysty HTML-kod. Ź mierkavańniaŭ biaśpieki, vam treba ŭručnuju adredahavać fajł libraries/transformations/text_plain__external.inc.php i paznačyć śpis prahramaŭ, jakija vy chočacie zrabić dastupnymi. Pieršaja opcyja — tady numar prahramy, jakuju vy chočacie vykarystoŭvać, druhaja opcyja — parametry dla prahramy. Treciaja opcyja, kali vyznačanaja jak 1, skanvertuje dadzienyja z standartnaha vyvadu vykarystoŭvajučy htmlspecialchars() (Pa zmoŭčańni 1). Čaćviertaja opcyja, kali vyznačanaja jak 1, praduchilić pieranos pa słovach, kab pierakanacca, što ŭvieś vychadny patok budzie vyviedzieny ŭ adzin radok (Pa zmoŭčańni 1).'; $strTransformation_text_plain__formatted = 'Pakazvaje źmieściva pola jak-jość, biez apracoŭki jaho funkcyjaj htmlspecialchars(). Tamu razumiejecca, što pole ŭtrymlivaje karektny HTML-kod.'; $strTransformation_text_plain__imagelink = 'Pakazvaje malunak i spasyłku, pole źmiaščaje nazvu fajła. Pieršaja opcyja — prefiks adrasu kštałtu "http://www.example.com/". Druhaja i treciaja opcyi — šyrynia i vyšynia ŭ piksełach.'; $strTransformation_text_plain__link = 'Pakazvaje spasyłku; pole źmiaščaje nazvu fajła. Pieršaja opcyja — prefiks adrasu kštałtu "http://www.example.com/". Druhaja opcyja — nazva spasyłki.'; @@ -921,6 +948,7 @@ $strUpdateQuery = 'Abnavić zapyt'; $strUpdComTab = 'Za infarmacyjaj jak abnavić tablicu column_comments źviarniciesia, kali łaska, da dakumentacyi'; $strUpgrade = 'Vam treba abnavić %s da versii %s ci paźniejšaj.'; $strUploadLimit = 'Vy, musić, pasprabavali zahruzić vielmi vialiki fajł. Kali łaska, źviarniciesia da %sdakumentacyi%s dla vyśviatleńnia sposabaŭ abyjści hetaje abmiežavańnie.'; +$strUploadsNotAllowed = 'Zahruzki fajłaŭ nie dazvolenyja na hetym servery.'; $strUsage = 'Vykarystańnie'; $strUseBackquotes = 'Zvarotnaje dvukośsie ŭ imionach tablic i paloŭ'; $strUsedPhpExtensions = 'Vykarystoŭvajucca pašyreńni PHP'; @@ -962,6 +990,7 @@ $strWritingCommentNotPossible = 'Niemahčyma dadać kamentar'; $strWritingRelationNotPossible = 'Niemahčyma dadać suviaź'; $strWrongUser = 'Niapravilny łahin/parol. U dostupie admoŭlena.'; +$strXMLOptions = 'Opcyi XML'; $strXML = 'XML'; $strYes = 'Tak'; @@ -969,36 +998,4 @@ $strYes = 'Tak'; $strZeroRemovesTheLimit = 'Zaŭvaha: Paznačeńnie hetych opcyjaŭ jak 0 (nul) zdymaje abmiežavańnie.'; $strZip = 'archivavany ŭ zip'; -// To translate: - -$strReloadPrivileges = 'Reload privileges'; //to translate - -$strSQLCompatibility = 'SQL compatibility mode'; //to translate - -$strQueryResultsOperations = 'Query results operations'; //to translate -$strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strXMLOptions = 'XML options'; //to translate -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php b/lang/brazilian_portuguese-iso-8859-1.inc.php index fdc1f87de..a5e4abb4b 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php @@ -3,8 +3,7 @@ /** * translated by: - Renato Lins DESCONTINUED - Airon Luis Pereira start from v2.6.0 + Airon Luis Pereira */ $charset = 'iso-8859-1'; @@ -12,13 +11,16 @@ $text_dir = 'ltr'; $number_thousands_separator = ','; $number_decimal_separator = '.'; -// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa +// abreviaes para Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); + +$mysql_4_1_doc_lang = 'pt'; + $day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab'); $month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez'); -// See http://www.php.net/manual/en/function.strftime.php to define the -// variable below +// Veja http://www.php.net/manual/en/function.strftime.php para definir +// as variveis abaixo $datefmt = '%B %d, %Y as %I:%M %p'; $timespanfmt = '%s dias, %s horas, %s minutos e %s segundos'; @@ -26,9 +28,11 @@ $timespanfmt = '%s dias, %s horas, %s minutos e %s segundos'; $strAbortedClients = 'Abortado'; $strAbsolutePathToDocSqlDir = 'Digite o caminho absoluto do diretrio docSQL do servidor Web'; $strAccessDenied = 'Acesso negado'; +$strAccessDeniedCreateConfig = 'A provvel razo para isso que voc no criou o arquivo de configurao. Voc deve usar o %1$ssetup script%2$s para criar um.'; $strAccessDeniedExplanation = 'phpMyAdmin tentou se conectar no servidor MySQL e a conxo foi recusada. Voc deve checar o host, nome de usurio e senha no config.inc.php e se certificar que correspondam com as informaes fornecidas pelo administrador do servidor MySQL.'; $strAction = 'Aes'; $strAddAutoIncrement = 'Adicionar valor AUTO_INCREMENT'; +$strAddClause = 'Adicionar %s'; $strAddConstraints = 'Adicionar restries'; $strAddDeleteColumn = 'Adicionar/Remover colunas'; $strAddDeleteRow = 'Adicionar/Remover condies de busca'; @@ -51,11 +55,13 @@ $strAfterInsertBack = 'Retornar'; $strAfterInsertNewInsert = 'Inserir novo registro'; $strAfterInsertNext = 'Editar prximo registro'; $strAfterInsertSame = 'Voltar para esta pgina'; +$strAllowInterrupt = 'Permitir interromper a importao caso se detecte que o script demorar perto do tempo limite. Isso pode ser um bom caminho para importar arquivos grandes, entretanto isso pode interromper as transaes.'; $strAllTableSameWidth = 'mostrar todas as tabelas com o mesmo tamanho?'; $strAll = 'Todos'; $strAlterOrderBy = 'Alterar tabela ordenada por'; $strAnalyzeTable = 'Analizar tabela'; $strAnd = 'E'; +$strAndThen = 'e ento'; $strAnIndex = 'Um ndice foi adicionado a %s'; $strAnyHost = 'Qualquer servidor'; $strAny = 'Qualquer'; @@ -85,11 +91,14 @@ $strBinLogOriginalPosition = 'Posi $strBinLogPosition = 'Posio'; $strBinLogServerId = 'ID do Servidor'; $strBookmarkAllUsers = 'Deixar qualquer usurio acessar esse marcador'; +$strBookmarkCreated = 'Marcador %s criado'; $strBookmarkDeleted = 'O marcador foi removido.'; $strBookmarkLabel = 'Nome'; $strBookmarkQuery = 'Consulta SQL gravada'; +$strBookmarkReplace = 'Substituir marcador de mesmo nome existente'; $strBookmarkThis = 'Gravar essa consulta SQL'; $strBookmarkView = 'Apenas visualizar'; +$strBrowseDistinctValues = 'Navegador distingue valores'; $strBrowseForeignValues = 'Visualizar valores estrangeiros'; $strBrowse = 'Visualizar'; $strBufferPoolActivity = 'Atividade do Buffer Pool'; @@ -97,7 +106,7 @@ $strBufferPool = 'Buffer Pool'; $strBufferPoolUsage = 'Uso do Buffer Pool'; $strBufferReadMissesInPercent = 'Leitura falhou em %'; $strBufferReadMisses = 'Leitura falhou'; -$strBufferWriteWaits = 'Escrita esperada'; // erro de traducao? fiquei na duvida, sera Escrever espera ? +$strBufferWriteWaits = 'Escrever as esperas'; $strBufferWriteWaitsInPercent = 'Escrita esperada em %'; $strBulgarian = 'Bulgaro'; $strBusyPages = 'Pgina ocupadas'; @@ -105,6 +114,8 @@ $strBzError = 'phpMyAdmin n $strBzip = '"compactado com bzip"'; $strCalendar = 'Calendrio'; +$strCanNotLoadExportPlugins = 'No pode carregar exportao dos plugins, verifique sua instalao!'; +$strCanNotLoadImportPlugins = 'No foi possvel importar plugins, verifique sua instalao!'; $strCannotLogin = 'No foi possvel se logar no servidor MySQL'; $strCantLoad = 'no carregou extenso %s,
        verifique a configuraes do php'; $strCantLoadRecodeIconv = 'No possvel carregar iconv ou recodificar a extenso necessria para a converso do Conjunto de Caracteres, configure o PHP de modo a permitir utilizar estas extenses ou desligue a converso do Conjunto de Caracteres no phpMyAdmin.'; @@ -143,6 +154,8 @@ $strCommentsForTable = 'COMENT $strCompatibleHashing = 'Compatvel com MySQL 4.0'; $strCompleteInserts = 'Inseres completas'; $strCompression = 'Compresso'; +$strCompressionWillBeDetected = 'Compresso do arquivo importado ser automaticamente detectada de: %s'; +$strConfigDefaultFileError = 'No foi possvel carregar configurao padro de: "%1$s"'; $strConfigFileError = 'O phpMyAdmin no foi capaz de ler o arquivo de configurao!
        Isto pode acontecer se o php encontrar um erro no parsing ou se no conseguir encontrar o arquivo.
        Chame o arquivo de configurao diretamente usando o link abaixo e leia a(s) mensagem(ns) de erro do php. Na maior parte dos casos, trata-se de uma falta de aspas ou de um ponto e vrgula errado.
        Se receber uma pgina em branco, est tudo certo.'; $strConfigureTableCoord = 'Configure as coordenadas para a tabela %s'; $strConnectionError = 'No pode conectar: configuraes invlidas.'; @@ -155,7 +168,7 @@ $strCopyDatabaseOK = 'Banco de Dados %s copiado para %s'; $strCopyTable = 'Copiar tabela para (Banco de Dados.tabela):'; $strCopyTableOK = 'Tabela %s copiada para %s.'; $strCopyTableSameNames = 'No pode copiar a tabela para ela mesma!'; -$strCouldNotKill = 'phpMyAdmin no foi capaz de matar o thread %s. possvel que ele j esteja fechado.'; +$strCouldNotKill = 'phpMyAdmin no foi capaz de matar o processo %s. possvel que ele j esteja fechado.'; $strCreate = 'Criar'; $strCreateDatabaseBeforeCopying = 'CREATE DATABASE antes de copiar'; $strCreateIndex = 'Criar um ndice em %s colunas'; @@ -164,9 +177,15 @@ $strCreateNewDatabase = 'Criar novo Banco de Dados'; $strCreateNewTable = 'Criar nova tabela no Banco de Dados %s'; $strCreatePage = 'Criar uma nova pgina'; $strCreatePdfFeat = 'Criao de PDFs'; +$strCreateUserDatabase = 'Banco de Dados para usurio'; +$strCreateUserDatabaseName = 'Criar Banco de Dados com o mesmo nome e conceder todos os privilgios'; +$strCreateUserDatabaseNone = 'Nenhum'; +$strCreateUserDatabaseWildcard = 'Conceder todos os privilgios no nome coringa (nome_do_usurio_%)'; $strCreationDates = 'Criar/Atualizar/Verificar datas'; $strCriteria = 'Critrio'; $strCroatian = 'Croata'; +$strCSV = 'CSV'; +$strCSVImportOptions = 'Opes CSV'; $strCSVOptions = 'Opes CSV'; $strCyrillic = 'Cirlico'; $strCzechSlovak = 'Tcheco-Eslovquio'; @@ -211,8 +230,10 @@ $strDeleteAndFlush = 'Apagar usu $strDeleteAndFlushDescr = 'Esse o caminho mais claro, mas recarregar os privilgios pode demorar um pouco.'; $strDeleted = 'Registro eliminado'; $strDeletedRows = 'Registros eliminados:'; +$strDeleteNoUsersSelected = 'Nenhum usurio selecionado para excluso!'; $strDelete = 'Remover'; $strDeleting = 'Eliminando %s'; +$strDelimiter = 'Delimitadores'; $strDelOld = 'A Pgina atual contm referncias para uma tabela que no existe. Gostaria de eliminar estas referncias?'; $strDescending = 'Descendente'; $strDescription = 'Descrio'; @@ -252,13 +273,17 @@ $strEngineUnsupported = 'Esse servidor MySQL n $strEnglish = 'Ingls'; $strEnglishPrivileges = ' Nota: nomes de privilgios do MySQL so expressos em ingls '; $strError = 'Erro'; +$strErrorInZipFile = 'Erro no arquivo ZIP:'; +$strErrorRenamingTable = 'Erro ao renomear tabela %1$s para %2$s'; $strEscapeWildcards = 'Coringas _ e % precisam ser precedidos com uma \ para serem usados literalmente'; +$strEsperanto = 'Esperanto'; $strEstonian = 'Estoniano'; $strExcelEdition = 'Edio do Excel'; $strExcelOptions = 'Opes do Excel'; $strExecuteBookmarked = 'Executar consulta marcada'; $strExplain = 'Explicar SQL'; $strExport = 'Exportar'; +$strExportMustBeFile = 'Tipo de exportao selecionada tem que ser salva no arquivo!'; $strExtendedInserts = 'Inseres extendidas'; $strExtra = 'Extra'; @@ -272,16 +297,25 @@ $strFieldsEscapedBy = 'Campos contornados por'; $strFieldsTerminatedBy = 'Campos terminados por'; $strFileAlreadyExists = 'O arquivo %s j existe no servidor, mude o nome do arquivo ou verifique sua opo de sobrescrever.'; $strFileCouldNotBeRead = 'O arquivo no pode ser lido'; +$strFileNameTemplateDescriptionDatabase = 'nome do Banco de Dados'; +$strFileNameTemplateDescription = 'Esse valor interpretado usando %1$sstrftime%2$s, ento voc pode usar as strings de formatao de tempo. Adicionalmente a seguinte transformao ocorrer: %3$s. Outros textos sero mantidos como so.'; +$strFileNameTemplateDescriptionServer = 'nome do servidor'; +$strFileNameTemplateDescriptionTable = 'nome da tabela'; $strFileNameTemplate = 'Nome do arquivo do modelo'; $strFileNameTemplateRemember = 'lembrar modelo'; +$strFileToImport = 'Arquivo para importar'; $strFixed = 'fixo'; $strFlushPrivilegesNote = 'Nota: O phpMyAdmin recebe os privilgios dos usurio diretamente da tabela de privilgios do MySQL. O contedo destas tabelas pode divergir dos privilgios que o servidor usa se alteraes manuais forem feitas nele. Neste caso, voc deve usar %sRELOAD PRIVILEGES%s antes de continuar..'; +$strFlushQueryCache = 'Nivelar cache da consulta'; //est correto isso? $strFlushTable = 'Limpar a tabela ("LIMPAR")'; +$strFlushTables = 'Nivelar (fechar) todas as tabelas'; //est correto isso? +$strFontSize = 'Tamanho da fonte'; $strFormat = 'Formato'; $strFormEmpty = 'Faltando valores no formulrio!'; $strFreePages = 'Pginas livres'; $strFullText = 'Textos completos'; $strFunction = 'Funes'; +$strFunctions = 'Funes'; $strGenBy = 'Gerado por'; $strGeneralRelationFeat = 'Recursos de relaes gerais'; @@ -298,6 +332,7 @@ $strGrantOption = 'Conceder/Grant'; $strGreek = 'Grego'; $strGzip = '"compactado com gzip"'; +$strHandler = 'Alimentador'; //est correto isso? seria Gestor?? $strHasBeenAltered = 'foi alterado.'; $strHasBeenCreated = 'foi criado.'; $strHaveToShow = 'Deve escolher pelo menos uma coluna para exibir'; @@ -316,15 +351,19 @@ $strHungarian = 'H $strIcelandic = 'Islands'; $strId = 'ID'; $strIdxFulltext = 'Texto completo'; +$strIgnoreDuplicates = 'Ignorar linhas duplicadas'; $strIgnore = 'Ignorar'; $strIgnoreInserts = 'Usar inseres ignoradas'; $strIgnoringFile = 'Ignorar arquivo %s'; $strImportDocSQL = 'Importar arquivos docSQL'; $strImportFiles = 'Importar arquivos'; +$strImportFormat = 'Formato do arquivo importado'; +$strImport = 'Importar'; +$strImportSuccessfullyFinished = 'Importao finalizada com sucesso, %d consultas executadas.'; $strIndexes = 'ndices'; $strIndexHasBeenDropped = 'ndice %s foi eliminado'; -$strIndexName = 'Nome do ndice:'; $strIndex = 'ndice'; +$strIndexName = 'Nome do ndice:'; $strIndexType = 'Tipo de ndice:'; $strIndexWarningMultiple = 'Mais de uma %s chave foi criada para a coluna `%s`'; $strIndexWarningPrimary = 'Chaves PRIMARY e INDEX no podem ser usadas juntas para a coluna `%s`'; @@ -347,18 +386,37 @@ $strInsert = 'Inserir'; $strInternalNotNecessary = '* No necessria uma relao interna quando tambm j existe na InnoDB.'; $strInternalRelations = 'Relaes internas'; $strInUse = 'em uso'; +$strInvalidAuthMethod = 'Mtodo de autenticao invlido informado nas configuraes:'; +$strInvalidColumn = 'Coluna especificada (%s) invlida!'; +$strInvalidColumnCount = 'Contador da coluna deve ser mais largo que zero.'; +$strInvalidCSVFieldCount = 'Contador de campo invlido na linha %d da entrada CSV.'; +$strInvalidCSVFormat = 'Formato invlido na linha %d da entrada CSV.'; +$strInvalidCSVParameter = 'Parmetro invlido para importao CSV: %s'; +$strInvalidDatabase = 'Banco de Dados invlido'; +$strInvalidFieldAddCount = 'Voc deve adicionar pelo menos um campo.'; +$strInvalidFieldCount = 'Tabela deve ter pelo menos um campo.'; +$strInvalidLDIImport = 'Esse plugin no suporta importaes comprimidas!'; +$strInvalidRowNumber = '%d no um nmero de linha vlido.'; +$strInvalidServerHostname = 'Nome de host invlido para o servidor %1$s. Verifique suas configuraes.'; +$strInvalidServerIndex = 'ndice de servidor invlido: "%s"'; +$strInvalidTableName = 'Nome de tabela invlida'; $strJapanese = 'Japons'; +$strJoins = 'Junes'; $strJumpToDB = 'Ir para o Banco de Dados "%s".'; $strJustDelete = 'Apenas apagar o usurio da tabela de privilgios'; $strJustDeleteDescr = 'O usurio "apagado" ainda podera continuar acessando o servidor normalmente at que os privilgios sejam recarregados.'; $strKeepPass = 'No mudar a senha'; +$strKeyCache = 'Chave do cache'; $strKeyname = 'Nome chave'; $strKill = 'Matar'; $strKorean = 'Coreano'; $strLandscape = 'Paisagem'; +$strLanguageFileNotFound = 'Arquivo da linguagem "%1$s" no encontrado.'; +$strLanguage = 'Linguagem'; +$strLanguageUnknown = 'Linguagem desconhecida: %1$s.'; $strLatchedPages = 'Pginas trancadas'; $strLatexCaption = 'Leganda da Tabela'; $strLatexContent = 'Contedo da tabela __TABLE__'; @@ -370,6 +428,9 @@ $strLaTeX = 'LaTeX'; $strLaTeXOptions = 'Opes LaTeX'; $strLatexStructure = 'Estrutura da tabela __TABLE__'; $strLatvian = 'Letons'; +$strLDI = 'CSV usando LOAD DATA'; +$strLDIImportOptions = 'Opes para importao CSV usando LOAD DATA'; +$strLDILocal = 'Usar palavra-chave LOCAL'; $strLengthSet = 'Tamanho/Definir*'; $strLimitNumRows = 'registros por pgina'; $strLinesTerminatedBy = 'Linhas terminadas por'; @@ -386,6 +447,8 @@ $strLogServer = 'Servidor'; $strLogUsername = 'Usurio:'; $strLongOperation = 'Esta operao pode ser demorada. Deseja prosseguir?'; +$strMaxConnects = 'mx. de conexes concorrentes'; +$strMaximalQueryLength = 'Tamanho mximo da consulta gerada'; $strMaximumSize = 'Tamanho mximo: %s%s'; $strMbExtensionMissing = 'A extenso mbstring do PHP no foi encontrada e voc parece estar usando conjuntos de caracteres multibyte. Sem a extenso mbstring o phpMyAdmin no ser capaz de dividir as strings corretamente isso pode causar resultados inesperados.'; $strMbOverloadWarning = 'Voc habilitou mbstring.func_overload nas configuraes do PHP. Essa opo incompatvel com o phpMyAdmin e certamente causar a perda de algum dado!'; @@ -415,11 +478,12 @@ $strMyISAMMaxSortFileSizeDesc = 'O tamanho m $strMyISAMMaxSortFileSize = 'Tamanho mximo para os arquivos temporrios de ordenao'; $strMyISAMRecoverOptionsDesc = 'O modo para recuperao automtica de tabelas MyISAM danificadas, como configurado pela opo de inicializao do servidor --myisam-recover.'; $strMyISAMRecoverOptions = 'Modo de recuperao automtico'; -$strMyISAMRepairThreadsDesc = 'Se este valor for maior que 1, ndices das tabelas MyISAM so criados em paralelo (cada ndice tem seu prprio thread) durante o Reparo pelo processo de ordenao.'; -$strMyISAMRepairThreads = 'Threads de reparo'; +$strMyISAMRepairThreadsDesc = 'Se este valor for maior que 1, ndices das tabelas MyISAM so criados em paralelo (cada ndice tem seu prprio processo) durante o Reparo pelo processo de ordenao.'; +$strMyISAMRepairThreads = 'Processos de reparo'; $strMyISAMSortBufferSizeDesc = 'O buffer que alocado quando so ordenados ndices MyISAM durante um REPAIR TABLE ou quando so criados ndices com CREATE INDEX ou ALTER TABLE.'; $strMyISAMSortBufferSize = 'Tamanho do buffer de ordenao'; $strMySQLCharset = 'Conjunto de caracteres MySQL'; +$strMysqlClientVersion = 'Verso do cliente MySQL'; $strMySQLConnectionCollation = 'Collation de conexo do MySQL'; // Collation nao tem traducao $strMySQLSaid = 'Mensagens do MySQL : '; $strMySQLShowProcess = 'Mostrar os Processos'; @@ -431,16 +495,18 @@ $strNext = 'Pr $strNoActivity = 'Sem atividade por %s segundos ou mais, faa o login novamente'; $strNoDatabasesSelected = 'Nenhum Banco de Dados selecionado.'; $strNoDatabases = 'Sem bases'; +$strNoDataReceived = 'Nenhum dado foi recebido pra importar. Tampouco um nome de arquivo foi submetido, ou o tamanho do arquivo excedeu o tamanho mximo permitido pelas suas configuraes do PHP. Veja FAQ 1.16.'; $strNoDescription = 'sem Descrio'; $strNoDetailsForEngine = 'No h nenhuma informao detalhada do status disponvel para esta storage engine.'; $strNoDropDatabases = 'O comando "DROP DATABASE" est desabilitado.'; $strNoExplain = 'Pular Explicao SQL'; +$strNoFilesFoundInZip = 'Nenhum arquivo encontrado dentro do arquivo ZIP!'; $strNoFrames = 'phpMyAdmin mais amigvel com um navegador capaz de exibir frames.'; $strNoIndex = 'Nenhum ndice definido!'; $strNoIndexPartsDefined = 'Nenhuma parte de ndice definida!'; $strNoModification = 'Sem Mudana'; -$strNone = 'Nenhum'; $strNo = 'No'; +$strNone = 'Nenhum'; $strNoOptions = 'Esse formato no tem opes'; $strNoPassword = 'Sem senha'; $strNoPermission = 'O servidor web no tem permisso para salvar o arquivo %s.'; @@ -457,11 +523,17 @@ $strNotSet = '%s tabela n $strNoUsersFound = 'Nenhum usurio(s) encontrado.'; $strNoValidateSQL = 'Pular validao SQL'; $strNull = 'Nulo'; +$strNumberOfFields = 'Nmero de arquivos'; $strNumSearchResultsInTable = '%s resultado(s) dentro da tabela %s'; $strNumSearchResultsTotal = 'Total: %s resultado(s)'; $strNumTables = 'Tabelas'; $strOK = 'OK'; +$strOpenDocumentSpreadsheet = 'Abrir Documento Planilha'; +$strOpenDocumentSpreadsheetOptions = 'Abrir opes do Documento Planilha'; +$strOpenDocumentText = 'Abrir Documento de Texto'; +$strOpenDocumentTextOptions = 'Abrir opes do Documento de Texto'; +$strOpenNewWindow = 'Abrir nova janela do phpMyAdmin'; $strOperations = 'Operaes'; $strOperator = 'Operador'; $strOptimizeTable = 'Otimizar tabela'; @@ -472,6 +544,7 @@ $strOverwriteExisting = 'Sobrescrever arquivo(s) existente(s)'; $strPageNumber = 'Numero da pgina:'; $strPagesToBeFlushed = 'Pginas para serem niveladas'; $strPaperSize = 'Tamanho do papel'; +$strPartialImport = 'Importao parcial'; $strPartialText = 'Textos parciais'; $strPasswordChanged = 'A senha para %s foi modificada com sucesso.'; $strPasswordEmpty = 'A senhas est em branco!'; @@ -481,6 +554,10 @@ $strPassword = 'Senha'; $strPdfDbSchema = 'Esquema do Banco de Dados "%s" - Pgina %s'; $strPdfInvalidTblName = 'A tabela "%s" no existe!'; $strPdfNoTables = 'Sem tabelas'; +$strPDFOptions = 'Opes PDF'; +$strPDF = 'PDF'; +$strPDFReportExplanation = '(Gerado um relatrio contendo dados da tabela simples)'; +$strPDFReportTitle = 'Ttulo do Relatrio'; $strPerHour = 'por hora'; $strPerMinute = 'por minuto'; $strPerSecond = 'por segundo'; @@ -520,10 +597,11 @@ $strPrivDescFile = 'Permitir importar dados e exportar dados em arquivos.'; $strPrivDescGrant = 'Permitir adicionar usurios e privilgios sem recarregar a tabela de privilgios.'; $strPrivDescIndex = 'Permitir criar e eliminar ndices.'; $strPrivDescInsert = 'Permitir inserir e substituir dados.'; -$strPrivDescLockTables = 'Permitir bloquear tabelas para a thread atual.'; +$strPrivDescLockTables = 'Permitir bloquear tabelas para a processo atual.'; $strPrivDescMaxConnections = 'Limitar o numero de novas conexes que o usurio pode abrir por hora.'; $strPrivDescMaxQuestions = 'Limitar o nmero de consultas que podem ser enviadas ao servidor por hora.'; $strPrivDescMaxUpdates = 'Limitar o nmero de comandos que alteram Bancos de Dados ou tabelas que o usurio pode executar por hora.'; +$strPrivDescMaxUserConnections = 'Limitar o nmero de conexes simultneas que o usurio pode ter.'; $strPrivDescProcess3 = 'Permitir matar os processos de outros usurios.'; $strPrivDescProcess4 = 'Permitir visualizar consultas completas da lista de processos.'; $strPrivDescReferences = 'Sem efeitos nesta verso do MySQL.'; @@ -534,20 +612,24 @@ $strPrivDescSelect = 'Permitir leitura dos dados.'; $strPrivDescShowDb = 'Permitir acesso completo lista de Bancos de Dados.'; $strPrivDescShowView = 'Permitir executar consultas SHOW CREATE VIEW.'; $strPrivDescShutdown = 'Permitir desligar o servidor.'; -$strPrivDescSuper = 'Permitir conectar, se o numero mximo de conexes for alcanado; Necessrio para muitas operaes administrativas, como setar variveis globais e matar threads de outros usurios.'; +$strPrivDescSuper = 'Permitir conectar, se o numero mximo de conexes for alcanado; Necessrio para muitas operaes administrativas, como setar variveis globais e matar processos de outros usurios.'; $strPrivDescUpdate = 'Permitir modificar dados.'; $strPrivDescUsage = 'Sem privilgios.'; $strPrivileges = 'Privilgios'; $strPrivilegesReloaded = 'Os privilgios foram recarregados com sucesso.'; +$strProcedures = 'Procedimentos'; $strProcesses = 'Processos'; $strProcesslist = 'Lista de processos'; +$strProtocolVersion = 'Verso do Protocolo'; $strPutColNames = 'Colocar nome do campo na primeira linha'; $strQBEDel = 'Del'; // (used in tbl_qbe.php) $strQBEIns = 'Ins'; // (used in tbl_qbe.php) $strQBE = 'Procurar por exemplo'; +$strQueryCache = 'Consulta do cache'; $strQueryFrame = 'Janela de consulta'; $strQueryOnDb = 'Consulta no Banco de Dados %s:'; +$strQueryResultsOperations = 'Operaes resultantes das consultas'; $strQuerySQLHistory = 'Histrico de consultas'; $strQueryStatistics = 'Estatsticas das consultas: Desde o incio, %s consultas foram enviadas para o servidor.'; $strQueryTime = 'Consulta levou %01.4f segundos'; @@ -565,6 +647,7 @@ $strRelationsForTable = 'RELA $strRelations = 'Relaes'; $strRelationView = 'Ver relaes'; $strReloadingThePrivileges = 'Recarregando os privilgios'; +$strReloadPrivileges = 'Recarregar privilgios'; $strRemoveSelectedUsers = 'Remover os usurios selecionados'; $strRenameDatabaseOK = 'O Banco de Dados %s foi renomeado para %s'; $strRenameTableOK = 'Tabela %s renomeada para %s'; @@ -572,6 +655,7 @@ $strRenameTable = 'Renomear a tabela para '; $strRepairTable = 'Reparar tabela'; $strReplaceNULLBy = 'Substituir NULL por'; $strReplaceTable = 'Substituir os dados da tabela pelos do arquivo'; +$strReplication = 'Replicao'; $strReset = 'Resetar'; $strResourceLimits = 'Limite dos recursos'; $strReType = 'Re-digite'; @@ -592,6 +676,7 @@ $strRowsStatistic = 'Estat $strRunning = 'Rodando em %s'; $strRunQuery = 'Enviar consulta SQL'; $strRunSQLQuery = 'Fazer consulta SQL no Banco de Dados %s'; +$strRunSQLQueryOnServer = 'Rodar consulta(s) SQL no servidor %s'; $strRussian = 'Russo'; $strSaveOnServer = 'Salvar no servidor no diretrio %s'; @@ -619,6 +704,8 @@ $strSent = 'Enviar'; $strServerChoice = 'Seleo do Servidor'; $strServerNotResponding = 'O servidor no est respondendo'; $strServer = 'Servidor'; +$strServers = 'Servidores'; +$strServerStatusDelayedInserts = 'Inseres demoradas'; $strServerStatus = 'Informaes de Runtime'; $strServerStatusUptime = 'Esse servidor MySQL est rodando por %s. Ele foi iniciado em %s.'; $strServerTabVariables = 'Variveis'; @@ -632,24 +719,139 @@ $strShowColor = 'Mostrar cor'; $strShowDatadictAs = 'Formato do dicionrio de dados'; $strShowFullQueries = 'Mostrar consultas completas'; $strShowGrid = 'Mostrar grade'; +$strShowingBookmark = 'Exibindo marcadores'; $strShowingRecords = 'Mostrando registros '; $strShow = 'Mostrar'; +$strShowOpenTables = 'Exibir tabelas abertas'; $strShowPHPInfo = 'Mostrar informaes do PHP'; +$strShowSlaveHosts = 'Exibir hosts escravos'; +$strShowSlaveStatus = 'Exibir status dos escravos'; +$strShowStatusBinlog_cache_disk_useDescr = 'O nmero de transaes que usaram o cache do log binrio temporrio mas que excederam o valor do binlog_cache_size e usaram o arquivo temporrio para armazenar enunciados da transao.'; +$strShowStatusBinlog_cache_useDescr = 'O nmero de transaes que usaram o cache do log binrio temporrio.'; +$strShowStatusCreated_tmp_disk_tablesDescr = 'O nmero de tabelas temporrias no disco criadas automaticamente pelo servidor enquanto executava os enunciados. Se Created_tmp_disk_tables grande, voc pode aumentar o valor de tmp_table_size para fazer as tabelas temporrias serem baseadas na memria ou invs de baseadas no disco'; +$strShowStatusCreated_tmp_filesDescr = 'Quantos arquivos temporrios o MySQL tinha criado.'; +$strShowStatusCreated_tmp_tablesDescr = 'O nmero de tabelas temporrias na memria criadas automaticamente pelo servidor enquanto executava os enunciados.'; +$strShowStatusDelayed_errorsDescr = 'O nmero de linhas escritas com INSERT DELAYED para cada erro ocorrido (provavelmente chave duplicada).'; +$strShowStatusDelayed_insert_threadsDescr = 'O nmero de processos manipuladores de INSERT DELAYED em uso. Cada tabela diferente em que se usa INSERT DELAYED comea seu prprio processo.'; +$strShowStatusDelayed_writesDescr = 'O nmero de linhas INSERT DELAYED escritas.'; +$strShowStatusFlush_commandsDescr = 'O nmero de enunciados FLUSH executados.'; +$strShowStatusHandler_commitDescr = 'O nmero de enunciados COMMIT internos.'; +$strShowStatusHandler_deleteDescr = 'O nmero de vezes que uma linha foi deletada de uma tabela.'; +$strShowStatusHandler_discoverDescr = 'O servidor MySQL pode perguntar ao motor de armazenamento do NDB Cluster se ele sabe sobre uma tabela com um nome dado. Isto chamado descoberta. Handler_discover indica o nmero de vezes que tabelas foram descobertas.'; +$strShowStatusHandler_read_firstDescr = 'O nmero de vezes que a primeira entrada foi lida de um ndice. Se isto for alto, sugere que o usurio est fazendo muitas varreduras completas do ndice; por exemplo, SELECT col1 FROM foo, supondo que col1 um ndice.'; +$strShowStatusHandler_read_keyDescr = 'O nmero de requisies para ler uma linha baseada em uma chave. Se isto for alto, uma boa indicao de que suas consultas e tabelas estejam corretamente indexadas.'; +$strShowStatusHandler_read_nextDescr = 'O nmero de requisies para ler a linha seguinte na ordem da chave. Isto incrementado se voc estiver consultando uma coluna do ndice com uma restrio da escala ou se voc estiver fazendo uma varredura do ndice.'; +$strShowStatusHandler_read_prevDescr = 'O nmero de requisies para ler a linha precedente na ordem da chave. Este mtodo de leitura usado principalmente para otimizar ORDER BY DESC.'; +$strShowStatusHandler_read_rndDescr = 'O nmero de requisies pra ler uma linha baseada em uma posio fixa. Isto alto se voc estiver fazendo muitas consultas que requerem a ordenao do resultado. Voc tem provavelmente muitas consultas que requerem que o MySQL faa a varredura de tabelas inteiras ou voc tem junes que no usam as chaves corretamente.'; +$strShowStatusHandler_read_rnd_nextDescr = 'O nmero de requisies para ler a linha seguinte no arquivo de dados. Isto alto se voc estiver fazendo muitas varreduras da tabela. Geralmente isto sugere que suas tabelas no esto corretamente indexadas ou que suas consultas no esto escritas para tomar vantagem dos ndices que voc tm.'; +$strShowStatusHandler_rollbackDescr = 'O nmero de enunciados ROLLBACK internos.'; +$strShowStatusHandler_updateDescr = 'O nmero de requisies para atualizar uma linha na tabela.'; +$strShowStatusHandler_writeDescr = 'O nmero de requisies para inserir uma linha na tabela.'; +$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'O nmero de pginas que contm dados (sujos ou limpos).'; +$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'O nmero de pginas atualmente sujas.'; +$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'O nmero de pginas do buffer pool que foram requisitadas para serem niveladas.'; +$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'O nmero de pginas livres.'; +$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'O nmero de pginas trancadas no buffer pool do InnoDB. Estas so pginas que esto sendo lidas ou escritas atualmente ou aquela no pode ser nivelada ou removido por alguma outra razo.'; +$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'O nmero de pginas ocupadas porque foram alocados para rotinas administrativas tais como trancamento de linhas ou ndice hash adaptvel. Este valor pode tambm ser calculado como Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; +$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Tamanho total do buffer pool, em pginas.'; +$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'O nmero de ler-adiante "aleatrios" InnoDB iniciado. Isto acontece quando uma consulta faz a varredura de uma parcela grande de uma tabela mas na ordem aleatria.'; +$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'O nmero de ler-adiante sequenciais InnoDB iniciado. Isto acontece quando o InnoDB faz uma varredura sequencial completa da tabela.'; +$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'O nmero de requisies de leitura lgica InnoDB que foram feitas.'; +$strShowStatusInnodb_buffer_pool_readsDescr = 'O nmero de leituras lgicas que o InnoDB no pode satisfer do buffer pool e teria que fazer uma leitura de pgina simples'; +$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalmente, escreve para o buffer pool do InnoDB rodando em segundo plano. Entretanto, se for necessrio ler ou criar uma pgina e nenhuma pgina limpa estiver disponvel, necessrio esperar as pginas serem niveladas primeiramente. Este contador conta instncias dessas esperas. Se o tamanho do buffer pool for ajustado corretamente, este valor deve ser pequeno.'; +$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'O nmero de escritas feitas para o buffer pool do InnoDB.'; +$strShowStatusInnodb_data_fsyncsDescr = 'O nmero de operaes fsync() fazer.'; +$strShowStatusInnodb_data_pending_fsyncsDescr = 'O nmero atual de operaes fsync() pendentes.'; +$strShowStatusInnodb_data_pending_readsDescr = 'O nmero atual de leituras pendentes.'; +$strShowStatusInnodb_data_pending_writesDescr = 'O nmero atual de escritas pendentes.'; +$strShowStatusInnodb_data_readDescr = 'O montante de leitura de dados fazer, em bytes.'; +$strShowStatusInnodb_data_readsDescr = 'O nmero total de dados lidos.'; +$strShowStatusInnodb_data_writesDescr = 'O nmero total de dados escritos.'; +$strShowStatusInnodb_data_writtenDescr = 'O montante de escrita de dados fazer, em bytes.'; +$strShowStatusInnodb_dblwr_pages_writtenDescr = 'O nmero de escritas doublewrite que foram executadas e o nmero de pginas que foram escritas para esta finalidade.'; +$strShowStatusInnodb_dblwr_writesDescr = 'O nmero de escritas doublewrite que foram executadas e o nmero de pginas que foram escritas para esta finalidade.'; +$strShowStatusInnodb_log_waitsDescr = 'O nmero de esperas geradas porque o buffer do log era muito pequeno e teve que esperar que fosse nivelada antes de continuar.'; +$strShowStatusInnodb_log_write_requestsDescr = 'O nmero de requisies de escrita de log.'; +$strShowStatusInnodb_log_writesDescr = 'O nmero de escritas fsicas para o arquivo de log.'; +$strShowStatusInnodb_os_log_fsyncsDescr = 'O nmero de escritas fsyncs feitas no arquivo de log.'; +$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'O nmero de arquivos de log fsyncs pendentes.'; +$strShowStatusInnodb_os_log_pending_writesDescr = 'Escrita de arquivos de log pendentes.'; +$strShowStatusInnodb_os_log_writtenDescr = 'O nmero de bytes escritos para o arquivo de log.'; +$strShowStatusInnodb_pages_createdDescr = 'O nmero de pginas criadas.'; +$strShowStatusInnodb_page_sizeDescr = 'O tamanho de pgina compilada do InnoDB (padro 16KB). Muitos valores so contados em pginas; o tamanho de pgina permite que sejam facilmente convertidos em bytes.'; +$strShowStatusInnodb_pages_readDescr = 'O nmero de pginas lidas.'; +$strShowStatusInnodb_pages_writtenDescr = 'O nmero de pginas escritas.'; +$strShowStatusInnodb_row_lock_current_waitsDescr = 'O nmero de linhas trancadas que esto esperando atualmente.'; +$strShowStatusInnodb_row_lock_time_avgDescr = 'O tempo mdio para recuperar uma linha trancada, em milsegundo.'; +$strShowStatusInnodb_row_lock_timeDescr = 'O tempo total gasto para recuperar linhas trancadas, em milsegundo.'; +$strShowStatusInnodb_row_lock_time_maxDescr = 'O mximo de tempo para recuperar uma linha trancada, em milsegundo.'; +$strShowStatusInnodb_row_lock_waitsDescr = 'O nmero de vezes que uma linhas trancada teve que esperar para ser escrita.'; +$strShowStatusInnodb_rows_deletedDescr = 'O nmero de linhas deletadas de tabelas InnoDB.'; +$strShowStatusInnodb_rows_insertedDescr = 'O nmero de linhas inseridas em tabelas InnoDB.'; +$strShowStatusInnodb_rows_readDescr = 'O nmero de linhas lidas de tabelas InnoDB.'; +$strShowStatusInnodb_rows_updatedDescr = 'O nmero de linhas atualizadas em tabelas InnoDB.'; +$strShowStatusKey_blocks_not_flushedDescr = 'O nmero de blocos chave no cache chave que mudaram mas no foram nivelados ainda ao disco. Antes era chamado de Not_flushed_key_blocks.'; +$strShowStatusKey_blocks_unusedDescr = 'O nmero de blocos no usados no cache chave. Voc pode usar este valor para determinar quanto do cache chave est no uso.'; +$strShowStatusKey_blocks_usedDescr = 'O nmero de blocos usados no cache chave. Este valor uma marca d\'gua que indica o nmero mximo de blocos que estiveram sempre em uso em algum momento.'; +$strShowStatusKey_read_requestsDescr = 'O nmero de requisies para ler um bloco chave do cache.'; +$strShowStatusKey_readsDescr = 'O nmero de leituras fsicas de um bloco chave do disco. Se Key_reads for alto, ento seu valor do key_buffer_size provavelmente muito baixo. A taxa de falta de cache pode ser calculada como Key_reads/Key_read_requests.'; +$strShowStatusKey_write_requestsDescr = 'O nmero de requisies para escrever um bloco chave para o cache.'; +$strShowStatusKey_writesDescr = 'O nmero de escritas fsicas para um bloco chave para o disco.'; +$strShowStatusLast_query_costDescr = 'O custo total da ltima consulta compilada como computado pelo otimizador de consultas. til para comparar o custo de diferentes planos de consulta para a mesma consulta. O valor padro 0 significa que nenhuma consulta foi compilada ainda.'; +$strShowStatusNot_flushed_delayed_rowsDescr = 'O nmero de linhas esperando para serem escritas na fila de INSERT DELAY.'; +$strShowStatusOpened_tablesDescr = 'O nmero de tabelas que devem estar abertas. Se aberta, as tabelas so grandes, o valor do cache de suas tabelas provavelmente muito pequeno.'; +$strShowStatusOpen_filesDescr = 'O nmero de arquivos que esto abertos.'; +$strShowStatusOpen_streamsDescr = 'O nmero de streams que esto abertos (usados principalmente para log).'; +$strShowStatusOpen_tablesDescr = 'O nmero de tabelas que esto abertas.'; +$strShowStatusQcache_free_blocksDescr = 'O nmero de blocos de memria livre na consulta do cache.'; +$strShowStatusQcache_free_memoryDescr = 'O montante de memria livre para a consulta do cache.'; +$strShowStatusQcache_hitsDescr = 'O nmero de hits do cache.'; +$strShowStatusQcache_insertsDescr = 'O nmero de consultas adicionadas no cache.'; +$strShowStatusQcache_lowmem_prunesDescr = 'O nmero de consultas que foram removidas do cache para liberar memria para novas consultas. Essa informao pode ajudar voc a ajustar o tamanho da consulta do cache. A consulta do cache usa a estratgia do "usado menos recentemente" (LRU - least recently used) para decidir qual consulta remover do cache.'; +$strShowStatusQcache_not_cachedDescr = 'O nmero de consultas sem cache (no cachevel, ou no pode ser cachevel devido configurao em query_cache_type).'; +$strShowStatusQcache_queries_in_cacheDescr = 'O nmero de consultas registradas no cache.'; +$strShowStatusQcache_total_blocksDescr = 'O nmero total de blocos na consulta do cache.'; +$strShowStatusReset = 'Resetar'; +$strShowStatusRpl_statusDescr = 'O status da replicao prova de falhas (no implementado).'; +$strShowStatusSelect_full_joinDescr = 'O nmero de junes que no usaram ndices. Se este valor no for 0, voc deve cuidadosamente verificar os ndices de suas tabelas.'; +$strShowStatusSelect_full_range_joinDescr = 'O nmero de junes que usaram uma pesquisa de escala na tabela de referncia.'; //est correto isso? +$strShowStatusSelect_range_checkDescr = 'O nmero de junes sem chaves que verificam para ver se h o uso da chave aps cada linha. (Se este no for 0, voc deve cuidadosamente verificar os ndices de suas tabelas.)'; +$strShowStatusSelect_rangeDescr = 'O nmero de junes que usaram escalas na primeira tabela. (No normalmente crtico mesmo se este for grande.)'; +$strShowStatusSelect_scanDescr = 'O nmero junes que fez uma varredura completa da primeira tabela.'; +$strShowStatusSlave_open_temp_tablesDescr = 'O nmero de tabelas temporrias abertas atualmente pelo processo SQL escravo.'; +$strShowStatusSlave_retried_transactionsDescr = 'Nmero total (desde o incio) de vezes que o processo SQL escravo de replicao teve que tentar transaes.'; +$strShowStatusSlave_runningDescr = 'Isto ON se este servidor um escravo conectado um mestre.'; +$strShowStatusSlow_launch_threadsDescr = 'O nmero de processos que levaram mais que slow_launch_time segundos para serem criadas.'; +$strShowStatusSlow_queriesDescr = 'O nmero de consultas que levaram mais que long_query_time segundos.'; +$strShowStatusSort_merge_passesDescr = 'O nmero de fuses que o algoritmo de ordenao teve que fazer. Se este valor for alto, voc deve considerar aumentar o valor da varivel sort_buffer_size do sistema.'; +$strShowStatusSort_rangeDescr = 'O nmero de ordenaes que foram feitas com escalas.'; //est correto isso? ranges = escalas?? +$strShowStatusSort_rowsDescr = 'O nmero de linhas ordenadas.'; +$strShowStatusSort_scanDescr = 'O nmero de ordenaes que foram feitas scaneando a tabela.'; +$strShowStatusTable_locks_immediateDescr = 'O nmero de vezes que uma tabela trancada foi recuperada imediatamente.'; +$strShowStatusTable_locks_waitedDescr = 'O nmero de vezes que uma tabela trancada no foi recuperada imediatamente e uma espera foi necessria. Se isso foi alto e voc tem problemas de performance, voc precisa primeiramente otimizar suas consultas e ento, ou dividir sua tabela ou usar replicao.'; +$strShowStatusThreads_cachedDescr = 'O nmero de processos no cache de processos. A taxa de hits do cache pode ser calculada como Threads_created/conexes. Se este valor for vermelho voc deve aumentar seu thread_cache_size'; +$strShowStatusThreads_connectedDescr = 'O nmero de conexes atualmente abertas.'; +$strShowStatusThreads_createdDescr = 'O nmero de processos criadas para manipular conexes. Se Threads_created grande, voc deveria aumentar o valor de thread_cache_size. (Normalmente isso no da um aumento notvel de performance se voc tem uma boa implementao de processos.)'; +$strShowStatusThreads_runningDescr = 'O nmero de processos que no esto dormindo.'; $strShowTableDimension = 'Mostrar dimenso das tabelas'; $strShowTables = 'Mostrar tabelas'; $strShowThisQuery = ' Mostrar esta consulta SQL novamente '; $strSimplifiedChinese = 'Chins Simplificado'; $strSingly = '(singularmente)'; $strSize = 'Tamanho'; +$strSkipQueries = 'Nmero de registros (consultas) ignoradas no incio'; $strSlovak = 'Eslovquio'; $strSlovenian = 'Eslovnio'; $strSocketProblem = '(ou o soquete do servidor MySQL local no est configurado corretamente)'; $strSortByKey = 'Ordenar pela chave'; +$strSorting = 'Ordenando'; $strSort = 'Ordenar'; $strSpaceUsage = 'Uso do espao'; $strSpanish = 'Espanhol'; $strSplitWordsWithSpace = 'Palavras so separadas por um caracter de espao (" ").'; +$strSQLCompatibility = 'Modo de compatibilidade SQL'; $strSQLExportType = 'Tipo de exportao'; +$strSQLImportOptions = 'Opes SQL'; $strSQLOptions = 'Opes SQL'; $strSQLParserBugMessage = 'Talvez tenha encontrado um bug no analizador (parser) do SQL. Analise a sua Consulta SQL com ateno, e verifique se as aspas esto corretas e no esto desencontradas. Outra possibilidade de falha o fato de estar tentando subir um arquivo com sada binria de uma rea de texto citada. Pode tambm experimentar a sua consulta SQL no prompt de comandos do MySQL. A sada de erro do MySQL, isto se existir alguma, tambm poder ajudar a diagnosticar o problema. Se continuar a ter problemas ou se o analisador (parser) falhar onde a interface da linha de comandos tiver sucesso, reduza por favor a entrada da consulta SQL at aquele que causou o problema, e envie o relatrio de bug com os dados do chunk da seo CORTE abaixo:'; $strSQLParserUserError = 'Parece haver um erro na sua consulta SQL. A sada do servidor MySQL abaixo, isto se existir alguma, tambm poder ajudar a diagnosticar o problema.'; @@ -662,6 +864,7 @@ $strSQPBugUnknownPunctuation = 'String de pontua $strStatCheckTime = 'ltima verificao'; $strStatCreateTime = 'Criao'; $strStatement = 'Comandos'; +$strStatisticsOverrun = 'Em servidores ocupados, os contadores de byte podem sobrecarregar, ento as estatsticas como relatadas pelo servidor MySQL podem estar incorretas.'; $strStatUpdateTime = 'ltima atualizao'; $strStatus = 'Status'; $strStorageEngines = 'Storage Engines'; // sem traducao @@ -670,6 +873,7 @@ $strStrucCSV = 'Dados CSV'; $strStrucData = 'Estrutura e dados'; $strStrucExcelCSV = 'CSV para dados MS Excel'; $strStrucNativeExcel = 'Dados nativos do MS Excel'; +$strStrucNativeExcelOptions = 'Opes de exportao nativa do Excel'; $strStrucOnly = 'Somente estrutura'; $strStructPropose = 'Propor estrutura da tabela'; $strStructure = 'Estrutura'; @@ -680,6 +884,7 @@ $strSwedish = 'Su $strSwitchToDatabase = 'Mudar para o Banco de Dados copiado'; $strSwitchToTable = 'Mudar para a tabela copiada'; +$strTableAlreadyExists = 'Tabela %s j existe!'; $strTableComments = 'Comentrios da tabela'; $strTableEmpty = 'O Nome da Tabela est vazio!'; $strTableHasBeenDropped = 'Tabela %s foi eliminada'; @@ -693,20 +898,32 @@ $strTableStructure = 'Estrutura da tabela'; $strTable = 'Tabela'; $strTakeIt = 'tome'; $strTblPrivileges = 'Privilgios especficos da tabela'; +$strTempData = 'Dados temporrios'; $strTextAreaLength = ' Por causa da sua largura,
        esse campo pode no ser editvel '; $strThai = 'Thailands'; +$strThemeDefaultNotFound = 'Tema padro %s no encontrado!'; +$strThemeNoPreviewAvailable = 'Nenhuma pr-visualizao disponvel.'; +$strThemeNotFound = 'Tema %s no encontrado!'; +$strThemeNoValidImgPath = 'Encontrado caminho invlido para imagens para o tema %s!'; +$strThemePathNotFound = 'Encontrado caminho invlido para o tema %s!'; $strTheme = 'Tema / Estilo'; $strThisHost = 'Esse Host'; $strThisNotDirectory = 'Isso no um diretrio'; -$strThreadSuccessfullyKilled = 'Thread %s foi morta com sucesso.'; +$strThreads = 'Processos'; +$strThreadSuccessfullyKilled = 'Processo %s foi morto com sucesso.'; +$strTimeoutInfo = 'Importao anterior passou do tempo limite, depois de reenviar, ir continuar na posio %d.'; +$strTimeoutNothingParsed = 'Entretanto na ltima vez nenhum dado foi passado, isso normalmente significa que o phpMyAdmin no capaz de finalizar essa importao menos que voc aumente o tempo limite do PHP.'; +$strTimeoutPassed = 'Script passou do tempo limite, se voc deseja terminar a importao, reenvie o mesmo arquivo que a importao ser resumida.'; $strTime = 'Tempo'; -$strToggleScratchboard = 'pino de madeira do quadro de rascunho'; // traducao literal, isso ta muito errado, mas nao descobri o q eh +$strToggleScratchboard = 'mudar o estado do Scratchboard'; //isso est correto? mas nao descobri o q eh $strTotal = 'total'; $strTotalUC = 'Total'; $strTraditionalChinese = 'Chins Tradicional'; $strTraditionalSpanish = 'Espanhol Traditional'; $strTraffic = 'Trfego'; +$strTransactionCoordinator = 'Coordenador da transao'; $strTransformation_application_octetstream__download = 'Mostrar o link para baixar os dados binrios do campo. Primeira opo o nome do arquivo binrio. Segunda opo um possvel nome de campo de uma linha da tabela que contm o nome do arquivo. Se voc usar a segunda opo precisa colocar na primeira opo uma string em branco'; +$strTransformation_application_octetstream__hex = 'Exibir representao hexadecimal dos dados. Primeiro parmetro opcional especifica como frequentemente espaos sero adicionados (padro para 2 mordidelas).'; //ta certo isso? nibbles, traduzi como moridelas $strTransformation_image_jpeg__inline = 'Mostrar uma miniatura clicvel; opes: largura,altura em pixels (mantm a proporo original)'; $strTransformation_image_jpeg__link = 'Mostrar o link para esta imagem (ex.: blob download direto).'; $strTransformation_image_png__inline = 'Ver imagem/jpeg: inline'; @@ -715,6 +932,7 @@ $strTransformation_text_plain__external = 'LINUX APENAS: Rode uma aplica $strTransformation_text_plain__formatted = 'Preservar a formatao original campo. Sem escape.'; $strTransformation_text_plain__imagelink = 'Mostrar uma imagem e um link, o campo contm um nome de arquivo; primeira opo um prefixo tipo "http://domain.com/", segunda opo a largura em pixels, o terceiro a altura.'; $strTransformation_text_plain__link = 'Mostrar um link, o campo contm o nome do arquivo, primeira opo um prefixo tipo "http://domain.com/", segunda opo um ttulo para o link.'; +$strTransformation_text_plain__sql = 'Formatar texto como consulta SQL com sntaxe colorida.'; $strTransformation_text_plain__substr = 'Mostrar apenas parte da string. Primeira opo um offset para definir onde a sada do seu texto deve iniciar (Padro: 0). Segunda opo o quanto do texto dever ser retornado. Se estiver em branco, retorna todo o restante do texto. Terceira opo define quais caracteres sero acrescentados na substring retornada (Padro: ...).'; $strTruncateQueries = 'Truncar as consultas SQL exibidas'; $strTurkish = 'Turco'; @@ -726,13 +944,17 @@ $strUnicode = 'Unicode'; $strUnique = 'nico'; $strUnknown = 'desconhecido'; $strUnselectAll = 'Desmarcar Todos'; +$strUnsupportedCompressionDetected = 'Voc tentou carregar um arquivo com compresso no suportada (%s). Pode o suporte para isso no ter sido implementado ou pode ter sido desabilitado por sua configurao PHP.'; $strUpdatePrivMessage = 'Voc mudou os privilios para %s.'; $strUpdateProfileMessage = 'A configurao foi atualizada.'; $strUpdateQuery = 'Atualizar a consulta SQL'; $strUpdComTab = 'Consulte a documentao sobre como atualizar sua tabela Column_comments'; $strUpgrade = 'Voc deveria atualizar para %s %s ou posterior.'; +$strUploadLimit = 'Voc provavelmente tentou carregar um arquivo muito grande. Veja referncias na %sdocumentation%s para burlar esses limites.'; +$strUploadsNotAllowed = 'No permitido subir arquivos neste servidor.'; $strUsage = 'Uso'; $strUseBackquotes = 'Usar aspas simples nos nomes de tabelas e campos'; +$strUsedPhpExtensions = 'Usadas extenses PHP'; $strUseHostTable = 'Usar Tabela de Host'; $strUserAlreadyExists = 'O usurio %s j existe!'; $strUserEmpty = 'O nome do usurio est em branco!'; @@ -756,6 +978,7 @@ $strViewDumpDatabases = 'Ver dump (esquema) dos Bancos de Dados'; $strViewDumpDB = 'Ver o esquema do Banco de Dados'; $strViewDump = 'Ver o esquema da tabela'; $strViewHasBeenDropped = 'Viso %s foi apagada'; +$strViewMaxExactCount = 'Essa viso tem mais que %s linhas. Veja referncias na %sdocumentation%s.'; $strView = 'Viso'; $strWebServerUploadDirectoryError = 'O diretrio que voc especificou para subir arquivos no foi encontrado.'; @@ -770,6 +993,7 @@ $strWritingCommentNotPossible = 'N $strWritingRelationNotPossible = 'No foi possvel escrever a relao'; $strWrongUser = 'Usurio ou senha incorreta. Acesso negado.'; +$strXMLOptions = 'Opes XML'; $strXML = 'XML'; $strYes = 'Sim'; @@ -777,248 +1001,4 @@ $strYes = 'Sim'; $strZeroRemovesTheLimit = 'Nota: Ajustar essa opo para 0 (zero) remove os limites.'; $strZip = '"compactado com zip"'; -// To translate: -$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate -$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate -$strAndThen = 'and then'; //to translate - -$strBookmarkCreated = 'Bookmark %s created'; //to translate -$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate -$strBrowseDistinctValues = 'Browse distinct values'; //to translate - -$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate -$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate -$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate -$strCSV = 'CSV'; //to translate -$strCSVImportOptions = 'CSV options'; //to translate - -$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate - -$strErrorInZipFile = 'Error in ZIP archive:'; //to translate -$strEsperanto = 'Esperanto'; //to translate - -$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate -$strFileNameTemplateDescriptionServer = 'server name'; //to translate -$strFileNameTemplateDescriptionTable = 'table name'; //to translate -$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate -$strFileToImport = 'File to import'; //to translate -$strFlushQueryCache = 'Flush query cache'; //to translate -$strFlushTables = 'Flush (close) all tables'; //to translate - -$strHandler = 'Handler'; //to translate - -$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate -$strImportFormat = 'Format of imported file'; //to translate -$strImport = 'Import'; //to translate -$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate -$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate -$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate -$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate -$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate -$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate -$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate -$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate -$strInvalidFieldCount = 'Table must have at least one field.'; //to translate -$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate -$strInvalidRowNumber = '%d is not valid row number.'; //to translate -$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate -$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate - -$strJoins = 'Joins'; //to translate - -$strKeyCache = 'Key cache'; //to translate - -$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate -$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate -$strLDI = 'CSV using LOAD DATA'; //to translate -$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate -$strLDILocal = 'Use LOCAL keyword'; //to translate - -$strMaxConnects = 'max. concurrent connections'; //to translate -$strMaximalQueryLength = 'Maximal length of created query'; //to translate -$strMysqlClientVersion = 'MySQL client version'; //to translate - -$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate -$strNumberOfFields = 'Number of fields'; //to translate - -$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate - -$strPartialImport = 'Partial import'; //to translate -$strPDFOptions = 'PDF options'; //to translate -$strPDF = 'PDF'; //to translate -$strPDFReportTitle = 'Report title'; //to translate -$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate -$strProtocolVersion = 'Protocol version'; //to translate - -$strQueryCache = 'Query cache'; //to translate - -$strReloadPrivileges = 'Reload privileges'; //to translate -$strReplication = 'Replication'; //to translate -$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate - -$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate -$strShowingBookmark = 'Showing bookmark'; //to translate -$strShowOpenTables = 'Show open tables'; //to translate -$strShowSlaveHosts = 'Show slave hosts'; //to translate -$strShowSlaveStatus = 'Show slave status'; //to translate -$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate -$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate -$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate -$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate -$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate -$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate -$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate -$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate -$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate -$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate -$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate -$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate -$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate -$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate -$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate -$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate -$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate -$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate -$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate -$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate -$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate -$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate -$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate -$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate -$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate -$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate -$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate -$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate -$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate -$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate -$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate -$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate -$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate -$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate -$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate -$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate -$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate -$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate -$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate -$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate -$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate -$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate -$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate -$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate -$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate -$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate -$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate -$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate -$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate -$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate -$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate -$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate -$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate -$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate -$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate -$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate -$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate -$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate -$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate -$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate -$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate -$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate -$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate -$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate -$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate -$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate -$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate -$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate -$strShowStatusReset = 'Reset'; //to translate -$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate -$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate -$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate -$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate -$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate -$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate -$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate -$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate -$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate -$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate -$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate -$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate -$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate -$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate -$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate -$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate -$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate -$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate -$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate -$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate -$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate -$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate -$strSorting = 'Sorting'; //to translate -$strSQLCompatibility = 'SQL compatibility mode'; //to translate -$strSQLImportOptions = 'SQL options'; //to translate -$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate - -$strTableAlreadyExists = 'Table %s already exists!'; //to translate -$strTempData = 'Temporary data'; //to translate -$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate -$strThemeNoPreviewAvailable = 'No preview available.'; //to translate -$strThemeNotFound = 'Theme %s not found!'; //to translate -$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate -$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate -$strThreads = 'Threads'; //to translate -$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate -$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate -$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate -$strTransactionCoordinator = 'Transaction coordinator'; //to translate -$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate -$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate - -$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate -$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate -$strUsedPhpExtensions = 'Used PHP extensions'; //to translate - -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate - -$strQueryResultsOperations = 'Query results operations'; //to translate -$strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strXMLOptions = 'XML options'; //to translate -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index bda2c82d8..083ffb49a 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -3,8 +3,7 @@ /** * translated by: - Renato Lins DESCONTINUED - Airon Luis Pereira start from v2.6.0 + Airon Luis Pereira */ $charset = 'utf-8'; @@ -13,13 +12,16 @@ $text_dir = 'ltr'; $number_thousands_separator = ','; $number_decimal_separator = '.'; -// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa +// abreviações para Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); + +$mysql_4_1_doc_lang = 'pt'; + $day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab'); $month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez'); -// See http://www.php.net/manual/en/function.strftime.php to define the -// variable below +// Veja http://www.php.net/manual/en/function.strftime.php para definir +// as variáveis abaixo $datefmt = '%B %d, %Y as %I:%M %p'; $timespanfmt = '%s dias, %s horas, %s minutos e %s segundos'; @@ -27,9 +29,11 @@ $timespanfmt = '%s dias, %s horas, %s minutos e %s segundos'; $strAbortedClients = 'Abortado'; $strAbsolutePathToDocSqlDir = 'Digite o caminho absoluto do diretório docSQL do servidor Web'; $strAccessDenied = 'Acesso negado'; +$strAccessDeniedCreateConfig = 'A provável razão para isso é que você não criou o arquivo de configuração. Você deve usar o %1$ssetup script%2$s para criar um.'; $strAccessDeniedExplanation = 'phpMyAdmin tentou se conectar no servidor MySQL e a conxão foi recusada. Você deve checar o host, nome de usuário e senha no config.inc.php e se certificar que correspondam com as informações fornecidas pelo administrador do servidor MySQL.'; $strAction = 'Ações'; $strAddAutoIncrement = 'Adicionar valor AUTO_INCREMENT'; +$strAddClause = 'Adicionar %s'; $strAddConstraints = 'Adicionar restrições'; $strAddDeleteColumn = 'Adicionar/Remover colunas'; $strAddDeleteRow = 'Adicionar/Remover condições de busca'; @@ -52,11 +56,13 @@ $strAfterInsertBack = 'Retornar'; $strAfterInsertNewInsert = 'Inserir novo registro'; $strAfterInsertNext = 'Editar próximo registro'; $strAfterInsertSame = 'Voltar para esta página'; +$strAllowInterrupt = 'Permitir interromper a importação caso se detecte que o script demorará perto do tempo limite. Isso pode ser um bom caminho para importar arquivos grandes, entretanto isso pode interromper as transações.'; $strAllTableSameWidth = 'mostrar todas as tabelas com o mesmo tamanho?'; $strAll = 'Todos'; $strAlterOrderBy = 'Alterar tabela ordenada por'; $strAnalyzeTable = 'Analizar tabela'; $strAnd = 'E'; +$strAndThen = 'e então'; $strAnIndex = 'Um índice foi adicionado a %s'; $strAnyHost = 'Qualquer servidor'; $strAny = 'Qualquer'; @@ -86,11 +92,14 @@ $strBinLogOriginalPosition = 'Posição original'; $strBinLogPosition = 'Posição'; $strBinLogServerId = 'ID do Servidor'; $strBookmarkAllUsers = 'Deixar qualquer usuário acessar esse marcador'; +$strBookmarkCreated = 'Marcador %s criado'; $strBookmarkDeleted = 'O marcador foi removido.'; $strBookmarkLabel = 'Nome'; $strBookmarkQuery = 'Consulta SQL gravada'; +$strBookmarkReplace = 'Substituir marcador de mesmo nome existente'; $strBookmarkThis = 'Gravar essa consulta SQL'; $strBookmarkView = 'Apenas visualizar'; +$strBrowseDistinctValues = 'Navegador distingue valores'; $strBrowseForeignValues = 'Visualizar valores estrangeiros'; $strBrowse = 'Visualizar'; $strBufferPoolActivity = 'Atividade do Buffer Pool'; @@ -98,7 +107,7 @@ $strBufferPool = 'Buffer Pool'; $strBufferPoolUsage = 'Uso do Buffer Pool'; $strBufferReadMissesInPercent = 'Leitura falhou em %'; $strBufferReadMisses = 'Leitura falhou'; -$strBufferWriteWaits = 'Escrita esperada'; // erro de traducao? fiquei na duvida, sera Escrever espera ? +$strBufferWriteWaits = 'Escrever as esperas'; $strBufferWriteWaitsInPercent = 'Escrita esperada em %'; $strBulgarian = 'Bulgaro'; $strBusyPages = 'Página ocupadas'; @@ -106,6 +115,8 @@ $strBzError = 'phpMyAdmin não foi capaz de comprimir o dump devido a um defeito $strBzip = '"compactado com bzip"'; $strCalendar = 'Calendário'; +$strCanNotLoadExportPlugins = 'Não pode carregar exportação dos plugins, verifique sua instalação!'; +$strCanNotLoadImportPlugins = 'Não foi possível importar plugins, verifique sua instalação!'; $strCannotLogin = 'Não foi possível se logar no servidor MySQL'; $strCantLoad = 'não carregou extensão %s,
        verifique a configurações do php'; $strCantLoadRecodeIconv = '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.'; @@ -144,6 +155,8 @@ $strCommentsForTable = 'COMENTÁRIOS PARA A TABELA'; $strCompatibleHashing = 'Compatível com MySQL 4.0'; $strCompleteInserts = 'Inserções completas'; $strCompression = 'Compressão'; +$strCompressionWillBeDetected = 'Compressão do arquivo importado será automaticamente detectada de: %s'; +$strConfigDefaultFileError = 'Não foi possível carregar configuração padrão de: "%1$s"'; $strConfigFileError = 'O phpMyAdmin não foi capaz de ler o arquivo de configuração!
        Isto pode acontecer se o php encontrar um erro no parsing ou se não conseguir encontrar o arquivo.
        Chame o arquivo de configuração diretamente usando o link abaixo e leia a(s) mensagem(ns) de erro do php. Na maior parte dos casos, trata-se de uma falta de aspas ou de um ponto e vírgula errado.
        Se receber uma página em branco, está tudo certo.'; $strConfigureTableCoord = 'Configure as coordenadas para a tabela %s'; $strConnectionError = 'Não pode conectar: configurações inválidas.'; @@ -156,7 +169,7 @@ $strCopyDatabaseOK = 'Banco de Dados %s copiado para %s'; $strCopyTable = 'Copiar tabela para (Banco de Dados.tabela):'; $strCopyTableOK = 'Tabela %s copiada para %s.'; $strCopyTableSameNames = 'Não pode copiar a tabela para ela mesma!'; -$strCouldNotKill = 'phpMyAdmin não foi capaz de matar o thread %s. É possível que ele já esteja fechado.'; +$strCouldNotKill = 'phpMyAdmin não foi capaz de matar o processo %s. É possível que ele já esteja fechado.'; $strCreate = 'Criar'; $strCreateDatabaseBeforeCopying = 'CREATE DATABASE antes de copiar'; $strCreateIndex = 'Criar um índice em %s colunas'; @@ -165,9 +178,15 @@ $strCreateNewDatabase = 'Criar novo Banco de Dados'; $strCreateNewTable = 'Criar nova tabela no Banco de Dados %s'; $strCreatePage = 'Criar uma nova página'; $strCreatePdfFeat = 'Criação de PDFs'; +$strCreateUserDatabase = 'Banco de Dados para usuário'; +$strCreateUserDatabaseName = 'Criar Banco de Dados com o mesmo nome e conceder todos os privilégios'; +$strCreateUserDatabaseNone = 'Nenhum'; +$strCreateUserDatabaseWildcard = 'Conceder todos os privilégios no nome coringa (nome_do_usuário_%)'; $strCreationDates = 'Criar/Atualizar/Verificar datas'; $strCriteria = 'Critério'; $strCroatian = 'Croata'; +$strCSV = 'CSV'; +$strCSVImportOptions = 'Opções CSV'; $strCSVOptions = 'Opções CSV'; $strCyrillic = 'Cirílico'; $strCzechSlovak = 'Tcheco-Eslováquio'; @@ -212,8 +231,10 @@ $strDeleteAndFlush = 'Apagar usuário e depois recarregar os privilégios.'; $strDeleteAndFlushDescr = 'Esse é o caminho mais claro, mas recarregar os privilégios pode demorar um pouco.'; $strDeleted = 'Registro eliminado'; $strDeletedRows = 'Registros eliminados:'; +$strDeleteNoUsersSelected = 'Nenhum usuário selecionado para exclusão!'; $strDelete = 'Remover'; $strDeleting = 'Eliminando %s'; +$strDelimiter = 'Delimitadores'; $strDelOld = 'A Página atual contêm referências para uma tabela que não existe. Gostaria de eliminar estas referências?'; $strDescending = 'Descendente'; $strDescription = 'Descrição'; @@ -253,13 +274,17 @@ $strEngineUnsupported = 'Esse servidor MySQL não suporta o stored engine %s.'; $strEnglish = 'Inglês'; $strEnglishPrivileges = ' Nota: nomes de privilégios do MySQL são expressos em inglês '; $strError = 'Erro'; +$strErrorInZipFile = 'Erro no arquivo ZIP:'; +$strErrorRenamingTable = 'Erro ao renomear tabela %1$s para %2$s'; $strEscapeWildcards = 'Coringas _ e % precisam ser precedidos com uma \ para serem usados literalmente'; +$strEsperanto = 'Esperanto'; $strEstonian = 'Estoniano'; $strExcelEdition = 'Edição do Excel'; $strExcelOptions = 'Opções do Excel'; $strExecuteBookmarked = 'Executar consulta marcada'; $strExplain = 'Explicar SQL'; $strExport = 'Exportar'; +$strExportMustBeFile = 'Tipo de exportação selecionada tem que ser salva no arquivo!'; $strExtendedInserts = 'Inserções extendidas'; $strExtra = 'Extra'; @@ -273,16 +298,25 @@ $strFieldsEscapedBy = 'Campos contornados por'; $strFieldsTerminatedBy = 'Campos terminados por'; $strFileAlreadyExists = 'O arquivo %s já existe no servidor, mude o nome do arquivo ou verifique sua opção de sobrescrever.'; $strFileCouldNotBeRead = 'O arquivo não pode ser lido'; +$strFileNameTemplateDescriptionDatabase = 'nome do Banco de Dados'; +$strFileNameTemplateDescription = 'Esse valor é interpretado usando %1$sstrftime%2$s, então você pode usar as strings de formatação de tempo. Adicionalmente a seguinte transformação ocorrerá: %3$s. Outros textos serão mantidos como são.'; +$strFileNameTemplateDescriptionServer = 'nome do servidor'; +$strFileNameTemplateDescriptionTable = 'nome da tabela'; $strFileNameTemplate = 'Nome do arquivo do modelo'; $strFileNameTemplateRemember = 'lembrar modelo'; +$strFileToImport = 'Arquivo para importar'; $strFixed = 'fixo'; $strFlushPrivilegesNote = 'Nota: O phpMyAdmin recebe os privilégios dos usuário diretamente da tabela de privilégios do MySQL. O conteúdo destas tabelas pode divergir dos privilégios que o servidor usa se alterações manuais forem feitas nele. Neste caso, você deve usar %sRELOAD PRIVILEGES%s antes de continuar..'; +$strFlushQueryCache = 'Nivelar cache da consulta'; //está correto isso? $strFlushTable = 'Limpar a tabela ("LIMPAR")'; +$strFlushTables = 'Nivelar (fechar) todas as tabelas'; //está correto isso? +$strFontSize = 'Tamanho da fonte'; $strFormat = 'Formato'; $strFormEmpty = 'Faltando valores no formulário!'; $strFreePages = 'Páginas livres'; $strFullText = 'Textos completos'; $strFunction = 'Funções'; +$strFunctions = 'Funções'; $strGenBy = 'Gerado por'; $strGeneralRelationFeat = 'Recursos de relações gerais'; @@ -299,6 +333,7 @@ $strGrantOption = 'Conceder/Grant'; $strGreek = 'Grego'; $strGzip = '"compactado com gzip"'; +$strHandler = 'Alimentador'; //está correto isso? seria Gestor?? $strHasBeenAltered = 'foi alterado.'; $strHasBeenCreated = 'foi criado.'; $strHaveToShow = 'Deve escolher pelo menos uma coluna para exibir'; @@ -317,11 +352,15 @@ $strHungarian = 'Húngaro'; $strIcelandic = 'Islandês'; $strId = 'ID'; $strIdxFulltext = 'Texto completo'; +$strIgnoreDuplicates = 'Ignorar linhas duplicadas'; $strIgnore = 'Ignorar'; $strIgnoreInserts = 'Usar inserções ignoradas'; $strIgnoringFile = 'Ignorar arquivo %s'; $strImportDocSQL = 'Importar arquivos docSQL'; $strImportFiles = 'Importar arquivos'; +$strImportFormat = 'Formato do arquivo importado'; +$strImport = 'Importar'; +$strImportSuccessfullyFinished = 'Importação finalizada com sucesso, %d consultas executadas.'; $strIndexes = 'Índices'; $strIndexHasBeenDropped = 'Índice %s foi eliminado'; $strIndex = 'Índice'; @@ -348,18 +387,37 @@ $strInsert = 'Inserir'; $strInternalNotNecessary = '* Não é necessária uma relação interna quando também já existe na InnoDB.'; $strInternalRelations = 'Relações internas'; $strInUse = 'em uso'; +$strInvalidAuthMethod = 'Método de autenticação inválido informado nas configurações:'; +$strInvalidColumn = 'Coluna especificada (%s) é inválida!'; +$strInvalidColumnCount = 'Contador da coluna deve ser mais largo que zero.'; +$strInvalidCSVFieldCount = 'Contador de campo inválido na linha %d da entrada CSV.'; +$strInvalidCSVFormat = 'Formato inválido na linha %d da entrada CSV.'; +$strInvalidCSVParameter = 'Parâmetro inválido para importação CSV: %s'; +$strInvalidDatabase = 'Banco de Dados inválido'; +$strInvalidFieldAddCount = 'Você deve adicionar pelo menos um campo.'; +$strInvalidFieldCount = 'Tabela deve ter pelo menos um campo.'; +$strInvalidLDIImport = 'Esse plugin não suporta importações comprimidas!'; +$strInvalidRowNumber = '%d não é um número de linha válido.'; +$strInvalidServerHostname = 'Nome de host inválido para o servidor %1$s. Verifique suas configurações.'; +$strInvalidServerIndex = 'Índice de servidor inválido: "%s"'; +$strInvalidTableName = 'Nome de tabela inválida'; $strJapanese = 'Japonês'; +$strJoins = 'Junções'; $strJumpToDB = 'Ir para o Banco de Dados "%s".'; $strJustDelete = 'Apenas apagar o usuário da tabela de privilégios'; $strJustDeleteDescr = 'O usuário "apagado" ainda podera continuar acessando o servidor normalmente até que os privilégios sejam recarregados.'; $strKeepPass = 'Não mudar a senha'; +$strKeyCache = 'Chave do cache'; $strKeyname = 'Nome chave'; $strKill = 'Matar'; $strKorean = 'Coreano'; $strLandscape = 'Paisagem'; +$strLanguageFileNotFound = 'Arquivo da linguagem "%1$s" não encontrado.'; +$strLanguage = 'Linguagem'; +$strLanguageUnknown = 'Linguagem desconhecida: %1$s.'; $strLatchedPages = 'Páginas trancadas'; $strLatexCaption = 'Leganda da Tabela'; $strLatexContent = 'Conteúdo da tabela __TABLE__'; @@ -371,6 +429,9 @@ $strLaTeX = 'LaTeX'; $strLaTeXOptions = 'Opções LaTeX'; $strLatexStructure = 'Estrutura da tabela __TABLE__'; $strLatvian = 'Letonês'; +$strLDI = 'CSV usando LOAD DATA'; +$strLDIImportOptions = 'Opções para importação CSV usando LOAD DATA'; +$strLDILocal = 'Usar palavra-chave LOCAL'; $strLengthSet = 'Tamanho/Definir*'; $strLimitNumRows = 'registros por página'; $strLinesTerminatedBy = 'Linhas terminadas por'; @@ -387,6 +448,8 @@ $strLogServer = 'Servidor'; $strLogUsername = 'Usuário:'; $strLongOperation = 'Esta operação pode ser demorada. Deseja prosseguir?'; +$strMaxConnects = 'máx. de conexões concorrentes'; +$strMaximalQueryLength = 'Tamanho máximo da consulta gerada'; $strMaximumSize = 'Tamanho máximo: %s%s'; $strMbExtensionMissing = 'A extensão mbstring do PHP não foi encontrada e você parece estar usando conjuntos de caracteres multibyte. Sem a extensão mbstring o phpMyAdmin não será capaz de dividir as strings corretamente isso pode causar resultados inesperados.'; $strMbOverloadWarning = 'Você habilitou mbstring.func_overload nas configurações do PHP. Essa opção é incompatível com o phpMyAdmin e certamente causará a perda de algum dado!'; @@ -416,11 +479,12 @@ $strMyISAMMaxSortFileSizeDesc = 'O tamanho máximo do arquivo temporário MySQL $strMyISAMMaxSortFileSize = 'Tamanho máximo para os arquivos temporários de ordenação'; $strMyISAMRecoverOptionsDesc = 'O modo para recuperação automática de tabelas MyISAM danificadas, como configurado pela opção de inicialização do servidor --myisam-recover.'; $strMyISAMRecoverOptions = 'Modo de recuperação automático'; -$strMyISAMRepairThreadsDesc = 'Se este valor for maior que 1, índices das tabelas MyISAM são criados em paralelo (cada índice tem seu próprio thread) durante o Reparo pelo processo de ordenação.'; -$strMyISAMRepairThreads = 'Threads de reparo'; +$strMyISAMRepairThreadsDesc = 'Se este valor for maior que 1, índices das tabelas MyISAM são criados em paralelo (cada índice tem seu próprio processo) durante o Reparo pelo processo de ordenação.'; +$strMyISAMRepairThreads = 'Processos de reparo'; $strMyISAMSortBufferSizeDesc = 'O buffer que é alocado quando são ordenados índices MyISAM durante um REPAIR TABLE ou quando são criados índices com CREATE INDEX ou ALTER TABLE.'; $strMyISAMSortBufferSize = 'Tamanho do buffer de ordenação'; $strMySQLCharset = 'Conjunto de caracteres MySQL'; +$strMysqlClientVersion = 'Versão do cliente MySQL'; $strMySQLConnectionCollation = 'Collation de conexão do MySQL'; // Collation nao tem traducao $strMySQLSaid = 'Mensagens do MySQL : '; $strMySQLShowProcess = 'Mostrar os Processos'; @@ -432,10 +496,12 @@ $strNext = 'Próximo'; $strNoActivity = 'Sem atividade por %s segundos ou mais, faça o login novamente'; $strNoDatabasesSelected = 'Nenhum Banco de Dados selecionado.'; $strNoDatabases = 'Sem bases'; +$strNoDataReceived = 'Nenhum dado foi recebido pra importar. Tampouco um nome de arquivo foi submetido, ou o tamanho do arquivo excedeu o tamanho máximo permitido pelas suas configurações do PHP. Veja FAQ 1.16.'; $strNoDescription = 'sem Descrição'; $strNoDetailsForEngine = 'Não há nenhuma informação detalhada do status disponível para esta storage engine.'; $strNoDropDatabases = 'O comando "DROP DATABASE" está desabilitado.'; $strNoExplain = 'Pular Explicação SQL'; +$strNoFilesFoundInZip = 'Nenhum arquivo encontrado dentro do arquivo ZIP!'; $strNoFrames = 'phpMyAdmin é mais amigável com um navegador capaz de exibir frames.'; $strNoIndex = 'Nenhum índice definido!'; $strNoIndexPartsDefined = 'Nenhuma parte de índice definida!'; @@ -458,11 +524,17 @@ $strNotSet = '%s tabela não encontrada ou não configurada em %s'; $strNoUsersFound = 'Nenhum usuário(s) encontrado.'; $strNoValidateSQL = 'Pular validação SQL'; $strNull = 'Nulo'; +$strNumberOfFields = 'Número de arquivos'; $strNumSearchResultsInTable = '%s resultado(s) dentro da tabela %s'; $strNumSearchResultsTotal = 'Total: %s resultado(s)'; $strNumTables = 'Tabelas'; $strOK = 'OK'; +$strOpenDocumentSpreadsheet = 'Abrir Documento Planilha'; +$strOpenDocumentSpreadsheetOptions = 'Abrir opções do Documento Planilha'; +$strOpenDocumentText = 'Abrir Documento de Texto'; +$strOpenDocumentTextOptions = 'Abrir opções do Documento de Texto'; +$strOpenNewWindow = 'Abrir nova janela do phpMyAdmin'; $strOperations = 'Operações'; $strOperator = 'Operador'; $strOptimizeTable = 'Otimizar tabela'; @@ -473,6 +545,7 @@ $strOverwriteExisting = 'Sobrescrever arquivo(s) existente(s)'; $strPageNumber = 'Numero da página:'; $strPagesToBeFlushed = 'Páginas para serem niveladas'; $strPaperSize = 'Tamanho do papel'; +$strPartialImport = 'Importação parcial'; $strPartialText = 'Textos parciais'; $strPasswordChanged = 'A senha para %s foi modificada com sucesso.'; $strPasswordEmpty = 'A senhas está em branco!'; @@ -482,6 +555,10 @@ $strPassword = 'Senha'; $strPdfDbSchema = 'Esquema do Banco de Dados "%s" - Página %s'; $strPdfInvalidTblName = 'A tabela "%s" não existe!'; $strPdfNoTables = 'Sem tabelas'; +$strPDFOptions = 'Opções PDF'; +$strPDF = 'PDF'; +$strPDFReportExplanation = '(Gerado um relatório contendo dados da tabela simples)'; +$strPDFReportTitle = 'Título do Relatório'; $strPerHour = 'por hora'; $strPerMinute = 'por minuto'; $strPerSecond = 'por segundo'; @@ -521,10 +598,11 @@ $strPrivDescFile = 'Permitir importar dados e exportar dados em arquivos.'; $strPrivDescGrant = 'Permitir adicionar usuários e privilégios sem recarregar a tabela de privilégios.'; $strPrivDescIndex = 'Permitir criar e eliminar índices.'; $strPrivDescInsert = 'Permitir inserir e substituir dados.'; -$strPrivDescLockTables = 'Permitir bloquear tabelas para a thread atual.'; +$strPrivDescLockTables = 'Permitir bloquear tabelas para a processo atual.'; $strPrivDescMaxConnections = 'Limitar o numero de novas conexões que o usuário pode abrir por hora.'; $strPrivDescMaxQuestions = 'Limitar o número de consultas que podem ser enviadas ao servidor por hora.'; $strPrivDescMaxUpdates = 'Limitar o número de comandos que alteram Bancos de Dados ou tabelas que o usuário pode executar por hora.'; +$strPrivDescMaxUserConnections = 'Limitar o número de conexões simultâneas que o usuário pode ter.'; $strPrivDescProcess3 = 'Permitir matar os processos de outros usuários.'; $strPrivDescProcess4 = 'Permitir visualizar consultas completas da lista de processos.'; $strPrivDescReferences = 'Sem efeitos nesta versão do MySQL.'; @@ -535,20 +613,24 @@ $strPrivDescSelect = 'Permitir leitura dos dados.'; $strPrivDescShowDb = 'Permitir acesso completo à lista de Bancos de Dados.'; $strPrivDescShowView = 'Permitir executar consultas SHOW CREATE VIEW.'; $strPrivDescShutdown = 'Permitir desligar o servidor.'; -$strPrivDescSuper = 'Permitir conectar, se o numero máximo de conexões for alcançado; Necessário para muitas operações administrativas, como setar variáveis globais e matar threads de outros usuários.'; +$strPrivDescSuper = 'Permitir conectar, se o numero máximo de conexões for alcançado; Necessário para muitas operações administrativas, como setar variáveis globais e matar processos de outros usuários.'; $strPrivDescUpdate = 'Permitir modificar dados.'; $strPrivDescUsage = 'Sem privilégios.'; $strPrivileges = 'Privilégios'; $strPrivilegesReloaded = 'Os privilégios foram recarregados com sucesso.'; +$strProcedures = 'Procedimentos'; $strProcesses = 'Processos'; $strProcesslist = 'Lista de processos'; +$strProtocolVersion = 'Versão do Protocolo'; $strPutColNames = 'Colocar nome do campo na primeira linha'; $strQBEDel = 'Del'; // (used in tbl_qbe.php) $strQBEIns = 'Ins'; // (used in tbl_qbe.php) $strQBE = 'Procurar por exemplo'; +$strQueryCache = 'Consulta do cache'; $strQueryFrame = 'Janela de consulta'; $strQueryOnDb = 'Consulta no Banco de Dados %s:'; +$strQueryResultsOperations = 'Operações resultantes das consultas'; $strQuerySQLHistory = 'Histórico de consultas'; $strQueryStatistics = 'Estatísticas das consultas: Desde o início, %s consultas foram enviadas para o servidor.'; $strQueryTime = 'Consulta levou %01.4f segundos'; @@ -566,6 +648,7 @@ $strRelationsForTable = 'RELAÇÕES PARA A TABELA'; $strRelations = 'Relações'; $strRelationView = 'Ver relações'; $strReloadingThePrivileges = 'Recarregando os privilégios'; +$strReloadPrivileges = 'Recarregar privilégios'; $strRemoveSelectedUsers = 'Remover os usuários selecionados'; $strRenameDatabaseOK = 'O Banco de Dados %s foi renomeado para %s'; $strRenameTableOK = 'Tabela %s renomeada para %s'; @@ -573,6 +656,7 @@ $strRenameTable = 'Renomear a tabela para '; $strRepairTable = 'Reparar tabela'; $strReplaceNULLBy = 'Substituir NULL por'; $strReplaceTable = 'Substituir os dados da tabela pelos do arquivo'; +$strReplication = 'Replicação'; $strReset = 'Resetar'; $strResourceLimits = 'Limite dos recursos'; $strReType = 'Re-digite'; @@ -593,6 +677,7 @@ $strRowsStatistic = 'Estatísticas da coluna'; $strRunning = 'Rodando em %s'; $strRunQuery = 'Enviar consulta SQL'; $strRunSQLQuery = 'Fazer consulta SQL no Banco de Dados %s'; +$strRunSQLQueryOnServer = 'Rodar consulta(s) SQL no servidor %s'; $strRussian = 'Russo'; $strSaveOnServer = 'Salvar no servidor no diretório %s'; @@ -620,6 +705,8 @@ $strSent = 'Enviar'; $strServerChoice = 'Seleção do Servidor'; $strServerNotResponding = 'O servidor não está respondendo'; $strServer = 'Servidor'; +$strServers = 'Servidores'; +$strServerStatusDelayedInserts = 'Inserções demoradas'; $strServerStatus = 'Informações de Runtime'; $strServerStatusUptime = 'Esse servidor MySQL está rodando por %s. Ele foi iniciado em %s.'; $strServerTabVariables = 'Variáveis'; @@ -633,24 +720,139 @@ $strShowColor = 'Mostrar cor'; $strShowDatadictAs = 'Formato do dicionário de dados'; $strShowFullQueries = 'Mostrar consultas completas'; $strShowGrid = 'Mostrar grade'; +$strShowingBookmark = 'Exibindo marcadores'; $strShowingRecords = 'Mostrando registros '; $strShow = 'Mostrar'; +$strShowOpenTables = 'Exibir tabelas abertas'; $strShowPHPInfo = 'Mostrar informações do PHP'; +$strShowSlaveHosts = 'Exibir hosts escravos'; +$strShowSlaveStatus = 'Exibir status dos escravos'; +$strShowStatusBinlog_cache_disk_useDescr = 'O número de transações que usaram o cache do log binário temporário mas que excederam o valor do binlog_cache_size e usaram o arquivo temporário para armazenar enunciados da transação.'; +$strShowStatusBinlog_cache_useDescr = 'O número de transações que usaram o cache do log binário temporário.'; +$strShowStatusCreated_tmp_disk_tablesDescr = 'O número de tabelas temporárias no disco criadas automaticamente pelo servidor enquanto executava os enunciados. Se Created_tmp_disk_tables é grande, você pode aumentar o valor de tmp_table_size para fazer as tabelas temporárias serem baseadas na memória ou invés de baseadas no disco'; +$strShowStatusCreated_tmp_filesDescr = 'Quantos arquivos temporários o MySQL tinha criado.'; +$strShowStatusCreated_tmp_tablesDescr = 'O número de tabelas temporárias na memória criadas automaticamente pelo servidor enquanto executava os enunciados.'; +$strShowStatusDelayed_errorsDescr = 'O número de linhas escritas com INSERT DELAYED para cada erro ocorrido (provavelmente chave duplicada).'; +$strShowStatusDelayed_insert_threadsDescr = 'O número de processos manipuladores de INSERT DELAYED em uso. Cada tabela diferente em que se usa INSERT DELAYED começa seu próprio processo.'; +$strShowStatusDelayed_writesDescr = 'O número de linhas INSERT DELAYED escritas.'; +$strShowStatusFlush_commandsDescr = 'O número de enunciados FLUSH executados.'; +$strShowStatusHandler_commitDescr = 'O número de enunciados COMMIT internos.'; +$strShowStatusHandler_deleteDescr = 'O número de vezes que uma linha foi deletada de uma tabela.'; +$strShowStatusHandler_discoverDescr = 'O servidor MySQL pode perguntar ao motor de armazenamento do NDB Cluster se ele sabe sobre uma tabela com um nome dado. Isto é chamado descoberta. Handler_discover indica o número de vezes que tabelas foram descobertas.'; +$strShowStatusHandler_read_firstDescr = 'O número de vezes que a primeira entrada foi lida de um índice. Se isto for alto, sugere que o usuário está fazendo muitas varreduras completas do índice; por exemplo, SELECT col1 FROM foo, supondo que col1 é um índice.'; +$strShowStatusHandler_read_keyDescr = 'O número de requisições para ler uma linha baseada em uma chave. Se isto for alto, é uma boa indicação de que suas consultas e tabelas estejam corretamente indexadas.'; +$strShowStatusHandler_read_nextDescr = 'O número de requisições para ler a linha seguinte na ordem da chave. Isto é incrementado se você estiver consultando uma coluna do índice com uma restrição da escala ou se você estiver fazendo uma varredura do índice.'; +$strShowStatusHandler_read_prevDescr = 'O número de requisições para ler a linha precedente na ordem da chave. Este método de leitura é usado principalmente para otimizar ORDER BY… DESC.'; +$strShowStatusHandler_read_rndDescr = 'O número de requisições pra ler uma linha baseada em uma posição fixa. Isto é alto se você estiver fazendo muitas consultas que requerem a ordenação do resultado. Você tem provavelmente muitas consultas que requerem que o MySQL faça a varredura de tabelas inteiras ou você tem junções que não usam as chaves corretamente.'; +$strShowStatusHandler_read_rnd_nextDescr = 'O número de requisições para ler a linha seguinte no arquivo de dados. Isto é alto se você estiver fazendo muitas varreduras da tabela. Geralmente isto sugere que suas tabelas não estão corretamente indexadas ou que suas consultas não estão escritas para tomar vantagem dos índices que você têm.'; +$strShowStatusHandler_rollbackDescr = 'O número de enunciados ROLLBACK internos.'; +$strShowStatusHandler_updateDescr = 'O número de requisições para atualizar uma linha na tabela.'; +$strShowStatusHandler_writeDescr = 'O número de requisições para inserir uma linha na tabela.'; +$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'O número de páginas que contém dados (sujos ou limpos).'; +$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'O número de páginas atualmente sujas.'; +$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'O número de páginas do buffer pool que foram requisitadas para serem niveladas.'; +$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'O número de páginas livres.'; +$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'O número de páginas trancadas no buffer pool do InnoDB. Estas são páginas que estão sendo lidas ou escritas atualmente ou aquela não pode ser nivelada ou removido por alguma outra razão.'; +$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'O número de páginas ocupadas porque foram alocados para rotinas administrativas tais como trancamento de linhas ou índice hash adaptável. Este valor pode também ser calculado como Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; +$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Tamanho total do buffer pool, em páginas.'; +$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'O número de ler-adiante "aleatórios" InnoDB iniciado. Isto acontece quando uma consulta faz a varredura de uma parcela grande de uma tabela mas na ordem aleatória.'; +$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'O número de ler-adiante sequenciais InnoDB iniciado. Isto acontece quando o InnoDB faz uma varredura sequencial completa da tabela.'; +$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'O número de requisições de leitura lógica InnoDB que foram feitas.'; +$strShowStatusInnodb_buffer_pool_readsDescr = 'O número de leituras lógicas que o InnoDB não pode satisfer do buffer pool e teria que fazer uma leitura de página simples'; +$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalmente, escreve para o buffer pool do InnoDB rodando em segundo plano. Entretanto, se for necessário ler ou criar uma página e nenhuma página limpa estiver disponível, é necessário esperar as páginas serem niveladas primeiramente. Este contador conta instâncias dessas esperas. Se o tamanho do buffer pool for ajustado corretamente, este valor deve ser pequeno.'; +$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'O número de escritas feitas para o buffer pool do InnoDB.'; +$strShowStatusInnodb_data_fsyncsDescr = 'O número de operações fsync() à fazer.'; +$strShowStatusInnodb_data_pending_fsyncsDescr = 'O número atual de operações fsync() pendentes.'; +$strShowStatusInnodb_data_pending_readsDescr = 'O número atual de leituras pendentes.'; +$strShowStatusInnodb_data_pending_writesDescr = 'O número atual de escritas pendentes.'; +$strShowStatusInnodb_data_readDescr = 'O montante de leitura de dados à fazer, em bytes.'; +$strShowStatusInnodb_data_readsDescr = 'O número total de dados lidos.'; +$strShowStatusInnodb_data_writesDescr = 'O número total de dados escritos.'; +$strShowStatusInnodb_data_writtenDescr = 'O montante de escrita de dados à fazer, em bytes.'; +$strShowStatusInnodb_dblwr_pages_writtenDescr = 'O número de escritas doublewrite que foram executadas e o número de páginas que foram escritas para esta finalidade.'; +$strShowStatusInnodb_dblwr_writesDescr = 'O número de escritas doublewrite que foram executadas e o número de páginas que foram escritas para esta finalidade.'; +$strShowStatusInnodb_log_waitsDescr = 'O número de esperas geradas porque o buffer do log era muito pequeno e teve que esperar que fosse nivelada antes de continuar.'; +$strShowStatusInnodb_log_write_requestsDescr = 'O número de requisições de escrita de log.'; +$strShowStatusInnodb_log_writesDescr = 'O número de escritas físicas para o arquivo de log.'; +$strShowStatusInnodb_os_log_fsyncsDescr = 'O número de escritas fsyncs feitas no arquivo de log.'; +$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'O número de arquivos de log fsyncs pendentes.'; +$strShowStatusInnodb_os_log_pending_writesDescr = 'Escrita de arquivos de log pendentes.'; +$strShowStatusInnodb_os_log_writtenDescr = 'O número de bytes escritos para o arquivo de log.'; +$strShowStatusInnodb_pages_createdDescr = 'O número de páginas criadas.'; +$strShowStatusInnodb_page_sizeDescr = 'O tamanho de página compilada do InnoDB (padrão 16KB). Muitos valores são contados em páginas; o tamanho de página permite que sejam facilmente convertidos em bytes.'; +$strShowStatusInnodb_pages_readDescr = 'O número de páginas lidas.'; +$strShowStatusInnodb_pages_writtenDescr = 'O número de páginas escritas.'; +$strShowStatusInnodb_row_lock_current_waitsDescr = 'O número de linhas trancadas que estão esperando atualmente.'; +$strShowStatusInnodb_row_lock_time_avgDescr = 'O tempo médio para recuperar uma linha trancada, em milísegundo.'; +$strShowStatusInnodb_row_lock_timeDescr = 'O tempo total gasto para recuperar linhas trancadas, em milísegundo.'; +$strShowStatusInnodb_row_lock_time_maxDescr = 'O máximo de tempo para recuperar uma linha trancada, em milísegundo.'; +$strShowStatusInnodb_row_lock_waitsDescr = 'O número de vezes que uma linhas trancada teve que esperar para ser escrita.'; +$strShowStatusInnodb_rows_deletedDescr = 'O número de linhas deletadas de tabelas InnoDB.'; +$strShowStatusInnodb_rows_insertedDescr = 'O número de linhas inseridas em tabelas InnoDB.'; +$strShowStatusInnodb_rows_readDescr = 'O número de linhas lidas de tabelas InnoDB.'; +$strShowStatusInnodb_rows_updatedDescr = 'O número de linhas atualizadas em tabelas InnoDB.'; +$strShowStatusKey_blocks_not_flushedDescr = 'O número de blocos chave no cache chave que mudaram mas não foram nivelados ainda ao disco. Antes era chamado de Not_flushed_key_blocks.'; +$strShowStatusKey_blocks_unusedDescr = 'O número de blocos não usados no cache chave. Você pode usar este valor para determinar quanto do cache chave está no uso.'; +$strShowStatusKey_blocks_usedDescr = 'O número de blocos usados no cache chave. Este valor é uma marca d\'água que indica o número máximo de blocos que estiveram sempre em uso em algum momento.'; +$strShowStatusKey_read_requestsDescr = 'O número de requisições para ler um bloco chave do cache.'; +$strShowStatusKey_readsDescr = 'O número de leituras físicas de um bloco chave do disco. Se Key_reads for alto, então seu valor do key_buffer_size é provavelmente muito baixo. A taxa de falta de cache pode ser calculada como Key_reads/Key_read_requests.'; +$strShowStatusKey_write_requestsDescr = 'O número de requisições para escrever um bloco chave para o cache.'; +$strShowStatusKey_writesDescr = 'O número de escritas físicas para um bloco chave para o disco.'; +$strShowStatusLast_query_costDescr = 'O custo total da última consulta compilada como computado pelo otimizador de consultas. Útil para comparar o custo de diferentes planos de consulta para a mesma consulta. O valor padrão 0 significa que nenhuma consulta foi compilada ainda.'; +$strShowStatusNot_flushed_delayed_rowsDescr = 'O número de linhas esperando para serem escritas na fila de INSERT DELAY.'; +$strShowStatusOpened_tablesDescr = 'O número de tabelas que devem estar abertas. Se aberta, as tabelas são grandes, o valor do cache de suas tabelas é provavelmente muito pequeno.'; +$strShowStatusOpen_filesDescr = 'O número de arquivos que estão abertos.'; +$strShowStatusOpen_streamsDescr = 'O número de streams que estão abertos (usados principalmente para log).'; +$strShowStatusOpen_tablesDescr = 'O número de tabelas que estão abertas.'; +$strShowStatusQcache_free_blocksDescr = 'O número de blocos de memória livre na consulta do cache.'; +$strShowStatusQcache_free_memoryDescr = 'O montante de memória livre para a consulta do cache.'; +$strShowStatusQcache_hitsDescr = 'O número de hits do cache.'; +$strShowStatusQcache_insertsDescr = 'O número de consultas adicionadas no cache.'; +$strShowStatusQcache_lowmem_prunesDescr = 'O número de consultas que foram removidas do cache para liberar memória para novas consultas. Essa informação pode ajudar você a ajustar o tamanho da consulta do cache. A consulta do cache usa a estratégia do "usado menos recentemente" (LRU - least recently used) para decidir qual consulta remover do cache.'; +$strShowStatusQcache_not_cachedDescr = 'O número de consultas sem cache (não cacheável, ou não pode ser cacheável devido à configuração em query_cache_type).'; +$strShowStatusQcache_queries_in_cacheDescr = 'O número de consultas registradas no cache.'; +$strShowStatusQcache_total_blocksDescr = 'O número total de blocos na consulta do cache.'; +$strShowStatusReset = 'Resetar'; +$strShowStatusRpl_statusDescr = 'O status da replicação à prova de falhas (não implementado).'; +$strShowStatusSelect_full_joinDescr = 'O número de junções que não usaram índices. Se este valor não for 0, você deve cuidadosamente verificar os índices de suas tabelas.'; +$strShowStatusSelect_full_range_joinDescr = 'O número de junções que usaram uma pesquisa de escala na tabela de referência.'; //está correto isso? +$strShowStatusSelect_range_checkDescr = 'O número de junções sem chaves que verificam para ver se há o uso da chave após cada linha. (Se este não for 0, você deve cuidadosamente verificar os índices de suas tabelas.)'; +$strShowStatusSelect_rangeDescr = 'O número de junções que usaram escalas na primeira tabela. (Não é normalmente crítico mesmo se este for grande.)'; +$strShowStatusSelect_scanDescr = 'O número junções que fez uma varredura completa da primeira tabela.'; +$strShowStatusSlave_open_temp_tablesDescr = 'O número de tabelas temporárias abertas atualmente pelo processo SQL escravo.'; +$strShowStatusSlave_retried_transactionsDescr = 'Número total (desde o início) de vezes que o processo SQL escravo de replicação teve que tentar transações.'; +$strShowStatusSlave_runningDescr = 'Isto é ON se este servidor é um escravo conectado à um mestre.'; +$strShowStatusSlow_launch_threadsDescr = 'O número de processos que levaram mais que slow_launch_time segundos para serem criadas.'; +$strShowStatusSlow_queriesDescr = 'O número de consultas que levaram mais que long_query_time segundos.'; +$strShowStatusSort_merge_passesDescr = 'O número de fusões que o algoritmo de ordenação teve que fazer. Se este valor for alto, você deve considerar aumentar o valor da variável sort_buffer_size do sistema.'; +$strShowStatusSort_rangeDescr = 'O número de ordenações que foram feitas com escalas.'; //está correto isso? ranges = escalas?? +$strShowStatusSort_rowsDescr = 'O número de linhas ordenadas.'; +$strShowStatusSort_scanDescr = 'O número de ordenações que foram feitas scaneando a tabela.'; +$strShowStatusTable_locks_immediateDescr = 'O número de vezes que uma tabela trancada foi recuperada imediatamente.'; +$strShowStatusTable_locks_waitedDescr = 'O número de vezes que uma tabela trancada não foi recuperada imediatamente e uma espera foi necessária. Se isso foi alto e você tem problemas de performance, você precisa primeiramente otimizar suas consultas e então, ou dividir sua tabela ou usar replicação.'; +$strShowStatusThreads_cachedDescr = 'O número de processos no cache de processos. A taxa de hits do cache pode ser calculada como Threads_created/conexões. Se este valor for vermelho você deve aumentar seu thread_cache_size'; +$strShowStatusThreads_connectedDescr = 'O número de conexões atualmente abertas.'; +$strShowStatusThreads_createdDescr = 'O número de processos criadas para manipular conexões. Se Threads_created é grande, você deveria aumentar o valor de thread_cache_size. (Normalmente isso não da um aumento notável de performance se você tem uma boa implementação de processos.)'; +$strShowStatusThreads_runningDescr = 'O número de processos que não estão dormindo.'; $strShowTableDimension = 'Mostrar dimensão das tabelas'; $strShowTables = 'Mostrar tabelas'; $strShowThisQuery = ' Mostrar esta consulta SQL novamente '; $strSimplifiedChinese = 'Chinês Simplificado'; $strSingly = '(singularmente)'; $strSize = 'Tamanho'; +$strSkipQueries = 'Número de registros (consultas) ignoradas no início'; $strSlovak = 'Eslováquio'; $strSlovenian = 'Eslovênio'; $strSocketProblem = '(ou o soquete do servidor MySQL local não está configurado corretamente)'; $strSortByKey = 'Ordenar pela chave'; +$strSorting = 'Ordenando'; $strSort = 'Ordenar'; $strSpaceUsage = 'Uso do espaço'; $strSpanish = 'Espanhol'; $strSplitWordsWithSpace = 'Palavras são separadas por um caracter de espaço (" ").'; +$strSQLCompatibility = 'Modo de compatibilidade SQL'; $strSQLExportType = 'Tipo de exportação'; +$strSQLImportOptions = 'Opções SQL'; $strSQLOptions = 'Opções SQL'; $strSQLParserBugMessage = 'Talvez tenha encontrado um bug no analizador (parser) do SQL. Analise a sua Consulta SQL com atenção, e verifique se as aspas estão corretas e não estão desencontradas. Outra possibilidade de falha é o fato de estar tentando subir um arquivo com saída binária de uma área de texto citada. Pode também experimentar a sua consulta SQL no prompt de comandos do MySQL. A saída de erro do MySQL, isto se existir alguma, também poderá ajudar a diagnosticar o problema. Se continuar a ter problemas ou se o analisador (parser) falhar onde a interface da linha de comandos tiver sucesso, reduza por favor a entrada da consulta SQL até aquele que causou o problema, e envie o relatório de bug com os dados do chunk da seção CORTE abaixo:'; $strSQLParserUserError = 'Parece haver um erro na sua consulta SQL. A saída do servidor MySQL abaixo, isto se existir alguma, também poderá ajudar a diagnosticar o problema.'; @@ -663,6 +865,7 @@ $strSQPBugUnknownPunctuation = 'String de pontuação desconhecida'; $strStatCheckTime = 'Última verificação'; $strStatCreateTime = 'Criação'; $strStatement = 'Comandos'; +$strStatisticsOverrun = 'Em servidores ocupados, os contadores de byte podem sobrecarregar, então as estatísticas como relatadas pelo servidor MySQL podem estar incorretas.'; $strStatUpdateTime = 'Última atualização'; $strStatus = 'Status'; $strStorageEngines = 'Storage Engines'; // sem traducao @@ -671,6 +874,7 @@ $strStrucCSV = 'Dados CSV'; $strStrucData = 'Estrutura e dados'; $strStrucExcelCSV = 'CSV para dados MS Excel'; $strStrucNativeExcel = 'Dados nativos do MS Excel'; +$strStrucNativeExcelOptions = 'Opções de exportação nativa do Excel'; $strStrucOnly = 'Somente estrutura'; $strStructPropose = 'Propor estrutura da tabela'; $strStructure = 'Estrutura'; @@ -681,6 +885,7 @@ $strSwedish = 'Suéco'; $strSwitchToDatabase = 'Mudar para o Banco de Dados copiado'; $strSwitchToTable = 'Mudar para a tabela copiada'; +$strTableAlreadyExists = 'Tabela %s já existe!'; $strTableComments = 'Comentários da tabela'; $strTableEmpty = 'O Nome da Tabela está vazio!'; $strTableHasBeenDropped = 'Tabela %s foi eliminada'; @@ -694,20 +899,32 @@ $strTableStructure = 'Estrutura da tabela'; $strTable = 'Tabela'; $strTakeIt = 'tome'; $strTblPrivileges = 'Privilégios específicos da tabela'; +$strTempData = 'Dados temporários'; $strTextAreaLength = ' Por causa da sua largura,
        esse campo pode não ser editável '; $strThai = 'Thailandês'; +$strThemeDefaultNotFound = 'Tema padrão %s não encontrado!'; +$strThemeNoPreviewAvailable = 'Nenhuma pré-visualização disponível.'; +$strThemeNotFound = 'Tema %s não encontrado!'; +$strThemeNoValidImgPath = 'Encontrado caminho inválido para imagens para o tema %s!'; +$strThemePathNotFound = 'Encontrado caminho inválido para o tema %s!'; $strTheme = 'Tema / Estilo'; $strThisHost = 'Esse Host'; $strThisNotDirectory = 'Isso não é um diretório'; -$strThreadSuccessfullyKilled = 'Thread %s foi morta com sucesso.'; +$strThreads = 'Processos'; +$strThreadSuccessfullyKilled = 'Processo %s foi morto com sucesso.'; +$strTimeoutInfo = 'Importação anterior passou do tempo limite, depois de reenviar, irá continuar na posição %d.'; +$strTimeoutNothingParsed = 'Entretanto na última vez nenhum dado foi passado, isso normalmente significa que o phpMyAdmin não é capaz de finalizar essa importação à menos que você aumente o tempo limite do PHP.'; +$strTimeoutPassed = 'Script passou do tempo limite, se você deseja terminar a importação, reenvie o mesmo arquivo que a importação será resumida.'; $strTime = 'Tempo'; -$strToggleScratchboard = 'pino de madeira do quadro de rascunho'; // traducao literal, isso ta muito errado, mas nao descobri o q eh +$strToggleScratchboard = 'mudar o estado do Scratchboard'; //isso está correto? mas nao descobri o q eh $strTotal = 'total'; $strTotalUC = 'Total'; $strTraditionalChinese = 'Chinês Tradicional'; $strTraditionalSpanish = 'Espanhol Traditional'; $strTraffic = 'Tráfego'; +$strTransactionCoordinator = 'Coordenador da transação'; $strTransformation_application_octetstream__download = 'Mostrar o link para baixar os dados binários do campo. Primeira opção é o nome do arquivo binário. Segunda opção é um possível nome de campo de uma linha da tabela que contém o nome do arquivo. Se você usar a segunda opção precisa colocar na primeira opção uma string em branco'; +$strTransformation_application_octetstream__hex = 'Exibir representação hexadecimal dos dados. Primeiro parâmetro opcional especifica como frequentemente espaços serão adicionados (padrão para 2 mordidelas).'; //ta certo isso? nibbles, traduzi como moridelas $strTransformation_image_jpeg__inline = 'Mostrar uma miniatura clicável; opções: largura,altura em pixels (mantém a proporção original)'; $strTransformation_image_jpeg__link = 'Mostrar o link para esta imagem (ex.: blob download direto).'; $strTransformation_image_png__inline = 'Ver imagem/jpeg: inline'; @@ -716,6 +933,7 @@ $strTransformation_text_plain__external = 'LINUX APENAS: Rode uma aplicação ex $strTransformation_text_plain__formatted = 'Preservar a formatação original campo. Sem escape.'; $strTransformation_text_plain__imagelink = 'Mostrar uma imagem e um link, o campo contém um nome de arquivo; primeira opção é um prefixo tipo "http://domain.com/", segunda opção é a largura em pixels, o terceiro é a altura.'; $strTransformation_text_plain__link = 'Mostrar um link, o campo contém o nome do arquivo, primeira opção é um prefixo tipo "http://domain.com/", segunda opção é um título para o link.'; +$strTransformation_text_plain__sql = 'Formatar texto como consulta SQL com síntaxe colorida.'; $strTransformation_text_plain__substr = 'Mostrar apenas parte da string. Primeira opção é um offset para definir onde a saída do seu texto deve iniciar (Padrão: 0). Segunda opção é o quanto do texto deverá ser retornado. Se estiver em branco, retorna todo o restante do texto. Terceira opção define quais caracteres serão acrescentados na substring retornada (Padrão: ...).'; $strTruncateQueries = 'Truncar as consultas SQL exibidas'; $strTurkish = 'Turco'; @@ -727,13 +945,17 @@ $strUnicode = 'Unicode'; $strUnique = 'Único'; $strUnknown = 'desconhecido'; $strUnselectAll = 'Desmarcar Todos'; +$strUnsupportedCompressionDetected = 'Você tentou carregar um arquivo com compressão não suportada (%s). Pode o suporte para isso não ter sido implementado ou pode ter sido desabilitado por sua configuração PHP.'; $strUpdatePrivMessage = 'Você mudou os priviléios para %s.'; $strUpdateProfileMessage = 'A configuração foi atualizada.'; $strUpdateQuery = 'Atualizar a consulta SQL'; $strUpdComTab = 'Consulte a documentação sobre como atualizar sua tabela Column_comments'; $strUpgrade = 'Você deveria atualizar para %s %s ou posterior.'; +$strUploadLimit = 'Você provavelmente tentou carregar um arquivo muito grande. Veja referências na %sdocumentation%s para burlar esses limites.'; +$strUploadsNotAllowed = 'Não é permitido subir arquivos neste servidor.'; $strUsage = 'Uso'; $strUseBackquotes = 'Usar aspas simples nos nomes de tabelas e campos'; +$strUsedPhpExtensions = 'Usadas extensões PHP'; $strUseHostTable = 'Usar Tabela de Host'; $strUserAlreadyExists = 'O usuário %s já existe!'; $strUserEmpty = 'O nome do usuário está em branco!'; @@ -757,6 +979,7 @@ $strViewDumpDatabases = 'Ver dump (esquema) dos Bancos de Dados'; $strViewDumpDB = 'Ver o esquema do Banco de Dados'; $strViewDump = 'Ver o esquema da tabela'; $strViewHasBeenDropped = 'Visão %s foi apagada'; +$strViewMaxExactCount = 'Essa visão tem mais que %s linhas. Veja referências na %sdocumentation%s.'; $strView = 'Visão'; $strWebServerUploadDirectoryError = 'O diretório que você especificou para subir arquivos não foi encontrado.'; @@ -771,6 +994,7 @@ $strWritingCommentNotPossible = 'Não foi possível escrever o comentário'; $strWritingRelationNotPossible = 'Não foi possível escrever a relação'; $strWrongUser = 'Usuário ou senha incorreta. Acesso negado.'; +$strXMLOptions = 'Opções XML'; $strXML = 'XML'; $strYes = 'Sim'; @@ -778,248 +1002,4 @@ $strYes = 'Sim'; $strZeroRemovesTheLimit = 'Nota: Ajustar essa opção para 0 (zero) remove os limites.'; $strZip = '"compactado com zip"'; -// To translate: -$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate -$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate -$strAndThen = 'and then'; //to translate - -$strBookmarkCreated = 'Bookmark %s created'; //to translate -$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate -$strBrowseDistinctValues = 'Browse distinct values'; //to translate - -$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate -$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate -$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate -$strCSV = 'CSV'; //to translate -$strCSVImportOptions = 'CSV options'; //to translate - -$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate - -$strErrorInZipFile = 'Error in ZIP archive:'; //to translate -$strEsperanto = 'Esperanto'; //to translate - -$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate -$strFileNameTemplateDescriptionServer = 'server name'; //to translate -$strFileNameTemplateDescriptionTable = 'table name'; //to translate -$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate -$strFileToImport = 'File to import'; //to translate -$strFlushQueryCache = 'Flush query cache'; //to translate -$strFlushTables = 'Flush (close) all tables'; //to translate - -$strHandler = 'Handler'; //to translate - -$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate -$strImportFormat = 'Format of imported file'; //to translate -$strImport = 'Import'; //to translate -$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate -$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate -$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate -$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate -$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate -$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate -$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate -$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate -$strInvalidFieldCount = 'Table must have at least one field.'; //to translate -$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate -$strInvalidRowNumber = '%d is not valid row number.'; //to translate -$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate -$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate - -$strJoins = 'Joins'; //to translate - -$strKeyCache = 'Key cache'; //to translate - -$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate -$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate -$strLDI = 'CSV using LOAD DATA'; //to translate -$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate -$strLDILocal = 'Use LOCAL keyword'; //to translate - -$strMaxConnects = 'max. concurrent connections'; //to translate -$strMaximalQueryLength = 'Maximal length of created query'; //to translate -$strMysqlClientVersion = 'MySQL client version'; //to translate - -$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate -$strNumberOfFields = 'Number of fields'; //to translate - -$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate - -$strPartialImport = 'Partial import'; //to translate -$strPDFOptions = 'PDF options'; //to translate -$strPDF = 'PDF'; //to translate -$strPDFReportTitle = 'Report title'; //to translate -$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate -$strProtocolVersion = 'Protocol version'; //to translate - -$strQueryCache = 'Query cache'; //to translate - -$strReloadPrivileges = 'Reload privileges'; //to translate -$strReplication = 'Replication'; //to translate -$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate - -$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate -$strShowingBookmark = 'Showing bookmark'; //to translate -$strShowOpenTables = 'Show open tables'; //to translate -$strShowSlaveHosts = 'Show slave hosts'; //to translate -$strShowSlaveStatus = 'Show slave status'; //to translate -$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate -$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate -$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate -$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate -$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate -$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate -$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate -$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate -$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate -$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate -$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate -$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate -$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate -$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate -$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate -$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate -$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate -$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate -$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate -$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate -$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate -$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate -$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate -$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate -$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate -$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate -$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate -$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate -$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate -$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate -$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate -$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate -$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate -$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate -$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate -$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate -$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate -$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate -$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate -$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate -$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate -$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate -$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate -$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate -$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate -$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate -$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate -$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate -$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate -$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate -$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate -$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate -$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate -$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate -$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate -$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate -$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate -$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate -$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate -$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate -$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate -$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate -$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate -$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate -$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate -$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate -$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate -$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate -$strShowStatusReset = 'Reset'; //to translate -$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate -$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate -$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate -$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate -$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate -$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate -$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate -$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate -$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate -$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate -$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate -$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate -$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate -$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate -$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate -$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate -$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate -$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate -$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate -$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate -$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate -$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate -$strSorting = 'Sorting'; //to translate -$strSQLCompatibility = 'SQL compatibility mode'; //to translate -$strSQLImportOptions = 'SQL options'; //to translate -$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate - -$strTableAlreadyExists = 'Table %s already exists!'; //to translate -$strTempData = 'Temporary data'; //to translate -$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate -$strThemeNoPreviewAvailable = 'No preview available.'; //to translate -$strThemeNotFound = 'Theme %s not found!'; //to translate -$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate -$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate -$strThreads = 'Threads'; //to translate -$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate -$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate -$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate -$strTransactionCoordinator = 'Transaction coordinator'; //to translate -$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate -$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate - -$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate -$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate -$strUsedPhpExtensions = 'Used PHP extensions'; //to translate - -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate - -$strQueryResultsOperations = 'Query results operations'; //to translate -$strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strXMLOptions = 'XML options'; //to translate -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php b/lang/bulgarian-koi8-r.inc.php index 671b6640e..2b64b7a61 100644 --- a/lang/bulgarian-koi8-r.inc.php +++ b/lang/bulgarian-koi8-r.inc.php @@ -27,6 +27,7 @@ $strAccessDeniedExplanation = 'phpMyAdmin $strAccessDenied = ' '; $strAction = ''; $strAddAutoIncrement = ' AUTO_INCREMENT'; +$strAddClause = ' %s'; $strAddConstraints = ' '; $strAddDeleteColumn = '/ '; $strAddDeleteRow = '/ '; @@ -34,11 +35,11 @@ $strAddedColumnComment = ' $strAddedColumnRelation = ' '; $strAddFields = ' %s ()'; $strAddHeaderComment = ' (\\n )'; -$strAddIntoComments = ' '; +$strAddIntoComments = ' '; $strAddNewField = ' '; $strAddPrivilegesOnDb = ' '; $strAddPrivilegesOnTbl = ' '; -$strAddSearchConditions = ' ( "where" ):'; +$strAddSearchConditions = ' ( "where" ):'; $strAddToIndex = '  %s () () '; $strAddUserMessage = ' .'; $strAddUser = ' .'; @@ -49,16 +50,16 @@ $strAfterInsertNewInsert = ' $strAfterInsertNext = ' '; $strAfterInsertSame = ' '; $strAfter = ' %s'; -$strAllTableSameWidth = ' ?'; $strAll = ''; +$strAllTableSameWidth = ' ?'; $strAlterOrderBy = ' '; $strAnalyzeTable = ' '; $strAndThen = ' '; $strAnd = ''; $strAnIndex = ' %s'; +$strAny = ''; $strAnyHost = ' '; $strAnyUser = ' '; -$strAny = ''; $strApproximateCount = ' . FAQ 3.11'; $strAPrimaryKey = ' '; $strArabic = ''; @@ -74,8 +75,9 @@ $strBack = ' $strBaltic = ''; $strBeginCut = 'BEGIN CUT'; $strBeginRaw = 'BEGIN RAW'; -$strBinaryDoNotEdit = ' - '; $strBinary = ' '; +$strBinaryDoNotEdit = ' - '; +$strBinLogEventType = ' '; $strBinLogInfo = ''; $strBookmarkAllUsers = ' '; $strBookmarkCreated = ' %s '; @@ -92,29 +94,30 @@ $strBzError = 'phpMyAdmin $strBzip = '"bzip-"'; $strCalendar = ''; +$strCanNotLoadExportPlugins = ' , !'; $strCanNotLoadImportPlugins = 'Plugin- , phpMyAdmin!'; $strCannotLogin = ' MySQL '; -$strCantLoadRecodeIconv = ' iconv recode (charset), PHP , (charset) phpMyAdmin.'; $strCantLoad = ' %s,
        PHP'; +$strCantLoadRecodeIconv = ' iconv recode , PHP , phpMyAdmin.'; $strCantRenameIdxToPrimary = ' PRIMARY!'; $strCantUseRecodeIconv = ' iconv libiconv recode_string . PHP.'; -$strCardinality = ''; +$strCardinality = ''; $strCaseInsensitive = ' '; $strCaseSensitive = ' '; $strCentralEuropean = ' '; $strChangeCopyModeCopy = '... .'; $strChangeCopyModeDeleteAndReload = ' ... .'; $strChangeCopyModeJustDelete = ' ... .'; -$strChangeCopyModeRevoke = ' ... .'; $strChangeCopyMode = ' ...'; +$strChangeCopyModeRevoke = ' ... .'; $strChangeCopyUser = ' / '; $strChangeDisplay = ' '; -$strChangePassword = ' '; $strChange = ''; -$strCharsetOfFile = ' :'; -$strCharsetsAndCollations = ' '; -$strCharsets = ' '; -$strCharset = ' '; +$strChangePassword = ' '; +$strCharsetOfFile = ' :'; +$strCharsetsAndCollations = ' '; +$strCharsets = ' '; +$strCharset = ' '; $strCheckAll = ' '; $strCheckOverhead = ' '; $strCheckPrivsLong = ' "%s".'; @@ -147,38 +150,38 @@ $strCopyTable = ' $strCopy = ''; $strCouldNotKill = 'phpMyAdmin %s. .'; $strCreateDatabaseBeforeCopying = ' CREATE DATABASE '; -$strCreateIndexTopic = ' '; $strCreateIndex = '  %s '; +$strCreateIndexTopic = ' '; $strCreateNewDatabase = ' '; $strCreateNewTable = ' %s'; +$strCreate = ''; $strCreatePage = ' '; $strCreatePdfFeat = ' PDF-'; -$strCreate = ''; $strCreationDates = '// '; $strCriteria = ''; $strCroatian = ''; $strCSVImportOptions = 'CSV '; $strCSVOptions = 'CSV '; $strCyrillic = ''; -$strCzechSlovak = ''; $strCzech = ''; +$strCzechSlovak = ''; $strDanish = ''; +$strDatabase = ''; $strDatabaseEmpty = ' !'; $strDatabaseExportOptions = ' '; $strDatabaseHasBeenDropped = ' %s .'; $strDatabaseNoTable = ' !'; $strDatabasesDropped = '%s .'; $strDatabasesStatsDisable = ' '; -$strDatabasesStatsEnable = ' '; +$strDatabasesStatsEnable = ' '; $strDatabasesStatsHeavyTraffic = ': MySQL .'; $strDatabasesStats = ' '; $strDatabases = ' '; -$strDatabase = ''; $strDataDict = ' '; -$strDataOnly = ' '; -$strDataPages = ' '; $strData = ''; +$strDataOnly = ' '; +$strDataPages = ' '; $strDBComment = ' : '; $strDBCopy = ' '; $strDBGContextID = ' ID'; @@ -200,11 +203,12 @@ $strDefragment = ' $strDelayedInserts = ' '; $strDeleteAndFlushDescr = ' - , .'; $strDeleteAndFlush = ' .'; -$strDeletedRows = ' :'; $strDeleted = ' '; -$strDeleteNoUsersSelected = ' !'; +$strDeletedRows = ' :'; $strDelete = ''; +$strDeleteNoUsersSelected = ' !'; $strDeleting = ' %s'; +$strDelimiter = ''; $strDelOld = ' . ?'; $strDescending = ''; $strDescription = ''; @@ -214,36 +218,37 @@ $strDisableForeignChecks = ' $strDisplayFeat = ' '; $strDisplayOrder = ' :'; $strDisplayPDF = ' PDF '; -$strDoAQuery = ' " " ( : "%")'; +$strDoAQuery = ' " " ( : "%")'; $strDocu = ''; $strDoYouReally = ' '; $strDropDatabaseStrongWarning = ' !'; -$strDropUsersDb = ' .'; $strDrop = ''; +$strDropUsersDb = ' .'; $strDumpingData = ' () '; $strDumpSaved = '() %s.'; $strDumpXRows = '- %s %s.'; $strDynamic = ''; +$strEdit = ''; $strEditPDFPages = ' PDF '; $strEditPrivileges = ' '; -$strEdit = ''; $strEffective = ''; -$strEmptyResultSet = 'MySQL (.. ).'; $strEmpty = ''; +$strEmptyResultSet = 'MySQL (.. ).'; $strEnabled = ''; $strEncloseInTransaction = ' '; $strEndCut = 'END CUT'; -$strEndRaw = 'END RAW'; $strEnd = ''; +$strEndRaw = 'END RAW'; $strEngineAvailable = '%s MySQL .'; $strEngineDisabled = '%s MySQL .'; $strEngines = ''; $strEngineUnsupported = ' MySQL %s.'; -$strEnglishPrivileges = ' : MySQL . '; $strEnglish = ''; +$strEnglishPrivileges = ' : MySQL . '; $strErrorInZipFile = ' ZIP :'; $strError = ''; +$strErrorRenamingTable = ' %1$s %2$s'; $strEsperanto = ''; $strEstonian = ''; $strExcelEdition = ' Excel'; @@ -257,34 +262,39 @@ $strExtra = ' $strFailedAttempts = ' '; $strFieldHasBeenDropped = ' %s '; $strFieldsEmpty = ' ! '; -$strFieldsEnclosedBy = ' '; -$strFieldsEscapedBy = ' '; -$strFieldsTerminatedBy = ' '; +$strFieldsEnclosedBy = ' '; +$strFieldsEscapedBy = ' '; +$strFieldsTerminatedBy = ' '; $strFields = ''; $strField = ''; $strFileAlreadyExists = ' %s , .'; $strFileCouldNotBeRead = ' '; +$strFileNameTemplateDescriptionDatabase = ' '; +$strFileNameTemplateDescriptionServer = ' '; +$strFileNameTemplateDescriptionTable = ' '; $strFileNameTemplateRemember = ' '; $strFileNameTemplate = ' '; $strFileToImport = ' '; $strFixed = ''; $strFlushPrivilegesNote = ': phpMyAdmin MySQL. . , %s %s .'; $strFlushTable = ' ("FLUSH")'; +$strFontSize = ' '; $strFormat = ''; $strFormEmpty = ' !'; $strFullText = ' '; $strFunction = ''; +$strFunctions = ''; $strGenBy = ' '; $strGeneralRelationFeat = ' '; -$strGeneratePassword = ' '; $strGenerate = ''; +$strGeneratePassword = ' '; $strGenTime = ' '; $strGeorgian = ''; $strGerman = ''; +$strGlobal = ''; $strGlobalPrivileges = ' '; $strGlobalValue = ' '; -$strGlobal = ''; $strGo = ''; $strGrantOption = ''; $strGreek = ''; @@ -295,32 +305,34 @@ $strHasBeenCreated = ' $strHaveToShow = ' '; $strHebrew = ''; $strHexForBinary = ' '; -$strHomepageOfficial = ' phpMyAdmin '; $strHome = ''; +$strHomepageOfficial = ' phpMyAdmin '; $strHostEmpty = ' !'; $strHost = ''; $strHTMLExcelOptions = ' Microsoft Excel 2000'; +$strHTMLWordOptions = ' Microsoft Word 2000'; $strHungarian = ''; $strIcelandic = ''; $strId = 'ID'; $strIdxFulltext = ''; +$strIgnore = ''; $strIgnoreDuplicates = ' '; $strIgnoreInserts = ' INSERT IGNORE'; -$strIgnore = ''; $strIgnoringFile = ' %s'; $strImportDocSQL = ' docSQL '; $strImportFiles = ' '; $strImportFormat = ' '; $strImport = ''; +$strImportSuccessfullyFinished = ' . %d .'; $strIndexes = ''; $strIndexHasBeenDropped = ' %s '; $strIndexName = '  :'; +$strIndex = ''; $strIndexType = '  :'; $strIndexWarningMultiple = ' %s `%s`'; $strIndexWarningPrimary = ' `%s` '; $strIndexWarningTable = ' `%s`'; -$strIndex = ''; $strInnoDBPages = ''; $strInnodbStat = 'InnoDB '; $strInsecureMySQL = ' (root ), MySQL . MySQL . .'; @@ -331,11 +343,13 @@ $strInsert = ' $strInternalNotNecessary = '* InnoDB.'; $strInternalRelations = ' '; $strInUse = ''; -$strInvalidColumnCount = ' - .'; $strInvalidColumn = ' (%s)!'; +$strInvalidColumnCount = ' - .'; +$strInvalidDatabase = ' '; $strInvalidFieldAddCount = ' .'; $strInvalidFieldCount = ' .'; $strInvalidRowNumber = '%d .'; +$strInvalidTableName = ' '; $strJapanese = ''; $strJumpToDB = ' "%s".'; @@ -349,6 +363,7 @@ $strKorean = ' $strLandscape = ''; $strLanguageFileNotFound = ' "%1$s" .'; +$strLanguage = ''; $strLatexCaption = ' '; $strLatexContent = ' __TABLE__'; $strLatexContinuedCaption = ' '; @@ -378,7 +393,7 @@ $strLogServer = ' $strLogUsername = ':'; $strLongOperation = ' . ?'; -$strMaxConnects = ' '; +$strMaxConnects = ' '; $strMaximalQueryLength = ' '; $strMaximumSize = ' : %s%s'; $strMIME_available_mime = ' MIME-'; @@ -386,24 +401,24 @@ $strMIME_available_transform = ' $strMIME_description = ''; $strMIME_MIMEtype = 'MIME-'; $strMIME_nodescription = ' .
        %s.'; +$strMIME_transformation = ' '; $strMIME_transformation_note = ' MIME-type %s %s'; $strMIME_transformation_options_note = ' : \'a\',\'b\',\'c\'...
        ("\") ("\'") , ( \'\\\\xyz\' \'a\\\'b\').'; $strMIME_transformation_options = ' '; -$strMIME_transformation = ' '; $strMIMETypesForTable = 'MIME '; $strMIME_without = 'MIME-types '; $strModifications = ' '; $strModifyIndexTopic = ' '; $strModify = ''; +$strMoveTable = ' ( .):'; $strMoveTableOK = ' %s %s.'; $strMoveTableSameNames = ' !'; -$strMoveTable = ' ( .):'; $strMultilingual = ''; $strMyISAMMaxExtraSortFileSize = ' '; $strMyISAMRecoverOptions = ' '; $strMyISAMRepairThreads = ' '; $strMyISAMSortBufferSize = ' '; -$strMySQLCharset = ' MySQL'; +$strMySQLCharset = ' MySQL'; $strMysqlClientVersion = ' MySQL'; $strMySQLConnectionCollation = ' MySQL'; $strMySQLSaid = 'MySQL : '; @@ -413,8 +428,8 @@ $strMySQLShowVars = ' $strName = ''; $strNext = ''; -$strNoDatabasesSelected = ' .'; $strNoDatabases = ' '; +$strNoDatabasesSelected = ' .'; $strNoDescription = ' '; $strNoDetailsForEngine = ' .'; $strNoDropDatabases = '"DROP DATABASE" .'; @@ -425,6 +440,7 @@ $strNoIndexPartsDefined = ' $strNoIndex = ' !'; $strNoModification = ' '; $strNone = ''; +$strNo = ''; $strNoOptions = ' '; $strNoPassword = ' '; $strNoPermission = ' %s.'; @@ -439,9 +455,8 @@ $strNotOK = ' $strNotSet = ' %s %s'; $strNoUsersFound = ' ().'; $strNoValidateSQL = ' Validate SQL'; -$strNo = ''; $strNull = ''; -$strNumberOfFields = ' '; +$strNumberOfFields = ' '; $strNumSearchResultsInTable = '%s () %s'; $strNumSearchResultsTotal = ': %s ()'; $strNumTables = ''; @@ -467,14 +482,16 @@ $strPdfDbSchema = ' $strPdfInvalidTblName = ' "%s" !'; $strPdfNoTables = ' '; $strPDFOptions = 'PDF '; +$strPDFReportExplanation = '( )'; +$strPDFReportTitle = ' '; $strPerHour = ' '; $strPerMinute = ' '; $strPerSecond = ' '; $strPersian = ''; $strPhoneBook = ' '; $strPHP40203 = ' PHP 4.2.3, - (mbstring). PHP 19404. PHP phpMyAdmin.'; -$strPHPVersion = ' PHP'; $strPhp = ' PHP '; +$strPHPVersion = ' PHP'; $strPmaDocumentation = 'phpMyAdmin '; $strPmaUriError = ' $cfg[\'PmaAbsoluteUri\'] !'; $strPolish = ''; @@ -485,9 +502,9 @@ $strPrimaryKeyHasBeenDropped = ' $strPrimaryKeyName = ' ... PRIMARY!'; $strPrimaryKeyWarning = '("PRIMARY" !)'; $strPrimary = 'PRIMARY'; -$strPrintViewFull = ' ( )'; -$strPrintView = ' '; $strPrint = ''; +$strPrintViewFull = ' ( )'; +$strPrintView = ' '; $strPrivDescAllPrivileges = ' GRANT.'; $strPrivDescAlterRoutine = ' .'; $strPrivDescAlter = ' .'; @@ -523,8 +540,9 @@ $strPrivDescShutdown = ' $strPrivDescSuper = ' , ; , .'; $strPrivDescUpdate = ' .'; $strPrivDescUsage = ' .'; -$strPrivilegesReloaded = ' .'; $strPrivileges = ''; +$strPrivilegesReloaded = ' .'; +$strProcedures = ''; $strProcesses = ''; $strProcesslist = ' '; $strProtocolVersion = ' '; @@ -536,8 +554,9 @@ $strQBE = ' $strQueryCache = ' '; $strQueryFrame = ' '; $strQueryOnDb = 'SQL- %s:'; +$strQueryResultsOperations = ' '; $strQuerySQLHistory = 'SQL-'; -$strQueryStatistics = ' : , %s .'; +$strQueryStatistics = ' : %s .'; $strQueryTime = ' %01.4f '; $strQueryType = ' '; $strQueryWindowLock = ' '; @@ -548,18 +567,18 @@ $strReferentialIntegrity = ' $strRefresh = ''; $strRelationalSchema = ' '; $strRelationNotWorking = ' (linked) . %s%s.'; -$strRelationsForTable = ' '; $strRelations = ''; -$strRelationView = ' '; +$strRelationsForTable = ' '; +$strRelationView = ' '; $strReloadingThePrivileges = ' '; $strReloadPrivileges = ' '; $strRemoveSelectedUsers = ' '; $strRenameDatabaseOK = ' %s %s'; -$strRenameTableOK = ' %s %s'; $strRenameTable = ' '; +$strRenameTableOK = ' %s %s'; $strRepairTable = ' '; $strReplaceNULLBy = ' NULL '; -$strReplaceTable = ' '; +$strReplaceTable = ' '; $strReplication = ''; $strReset = ''; $strResourceLimits = ' '; @@ -570,6 +589,7 @@ $strRevokeMessage = ' $strRevoke = ''; $strRomanian = ''; $strRowLength = ' '; +$strRows = ''; $strRowsFrom = ' '; $strRowSize = ' '; $strRowsModeFlippedHorizontal = ' ( )'; @@ -577,11 +597,10 @@ $strRowsModeHorizontal = ' $strRowsModeOptions = ' %s %s
        '; $strRowsModeVertical = ''; $strRowsStatistic = ' '; -$strRows = ''; $strRunning = ' %s'; $strRunQuery = ' '; +$strRunSQLQuery = ' SQL / %s'; $strRunSQLQueryOnServer = ' SQL / %s'; -$strRunSQLQuery = ' SQL / %s'; $strRussian = ''; $strSaveOnServer = ' %s'; @@ -589,32 +608,33 @@ $strSave = ' $strScaleFactorSmall = ' '; $strSearchFormTitle = ' '; $strSearchInTables = ' :'; -$strSearchNeedle = ' ( : "%"):'; +$strSearchNeedle = ' ( : "%"):'; +$strSearch = ''; $strSearchOption1 = ' '; $strSearchOption2 = ' '; $strSearchOption3 = ' '; $strSearchOption4 = ' '; $strSearchResultsFor = ' "%s" %s:'; $strSearchType = ':'; -$strSearch = ''; $strSecretRequired = ' (blowfish_secret).'; $strSelectADb = ' '; $strSelectAll = ' '; $strSelectBinaryLog = ' '; -$strSelectFields = ' ( ):'; +$strSelectFields = ' ( ):'; $strSelectNumRows = ' '; $strSelectTables = ' '; $strSend = ''; $strSent = ''; $strServerChoice = ' '; +$strServer = ''; $strServerNotResponding = ' '; -$strServerStatusUptime = ' MySQL %s. %s.'; +$strServers = ''; $strServerStatus = ' MySQL '; +$strServerStatusUptime = ' MySQL %s. %s.'; $strServerTabVariables = ''; $strServerTrafficNotes = ' : MySQL .'; $strServerVars = ' '; $strServerVersion = ' '; -$strServer = ''; $strSessionValue = ' '; $strSetEnumVal = ' "enum" "set", : \'a\',\'b\',\'c\'...
        ("\") ("\'") , (: \'\\\\xyz\' \'a\\\'b\').'; $strShowAll = ' '; @@ -625,6 +645,14 @@ $strShowGrid = ' $strShowingRecords = ' '; $strShowOpenTables = ' '; $strShowPHPInfo = ' PHP '; +$strShowStatusCreated_tmp_filesDescr = ' mysqld .'; +$strShowStatusDelayed_writesDescr = ' INSERT DELAYED .'; +$strShowStatusHandler_updateDescr = ' .'; +$strShowStatusHandler_writeDescr = ' .'; +$strShowStatusOpen_filesDescr = ' .'; +$strShowStatusOpen_streamsDescr = ' ( ).'; +$strShowStatusOpen_tablesDescr = ' .'; +$strShowStatusSort_rowsDescr = ' .'; $strShowTableDimension = ' '; $strShowTables = ' '; $strShowThisQuery = ' '; @@ -632,6 +660,7 @@ $strShow = ' $strSimplifiedChinese = ' '; $strSingly = '()'; $strSize = ''; +$strSkipQueries = ' (), '; $strSlovak = ''; $strSlovenian = ''; $strSortByKey = ' '; @@ -640,7 +669,9 @@ $strSort = ' $strSpaceUsage = ' '; $strSpanish = ''; $strSplitWordsWithSpace = ' (" ").'; +$strSQLCompatibility = ' SQL'; $strSQLExportType = ' '; +$strSQLImportOptions = 'SQL '; $strSQLOptions = ' SQL'; $strSQLParserBugMessage = ' SQL . -, . , . MySQL. MySQL -, , . , SQL , CUT -:'; $strSQLParserUserError = ', SQL . MySQL , , '; @@ -655,8 +686,8 @@ $strStatCreateTime = ' $strStatement = ''; $strStatUpdateTime = ' '; $strStatus = ''; -$strStorageEngines = ' '; $strStorageEngine = ' '; +$strStorageEngines = ' '; $strStrucCSV = 'CSV '; $strStrucData = ' '; $strStrucExcelCSV = 'CSV MS Excel '; @@ -687,17 +718,21 @@ $strTempData = ' $strTextAreaLength = ' ,
        '; $strThai = ''; $strThemeDefaultNotFound = ' %s !'; +$strThemeNotFound = ' %s !'; +$strThemeNoValidImgPath = ' %s!'; $strTheme = ' / '; +$strThemePathNotFound = ' %s!'; $strThisHost = ' '; $strThisNotDirectory = ' '; $strThreadSuccessfullyKilled = ' %s .'; $strThreads = ''; $strTime = ''; -$strTotalUC = ''; $strTotal = ''; +$strTotalUC = ''; $strTraditionalChinese = ' '; $strTraditionalSpanish = ' '; $strTraffic = ''; +$strTransactionCoordinator = ' '; $strTransformation_application_octetstream__download = ' a . . . , .'; $strTransformation_image_jpeg__inline = ' thumbnail; : , ( )'; $strTransformation_image_jpeg__link = ' ( , i.e.).'; @@ -707,7 +742,7 @@ $strTransformation_text_plain__external = ' $strTransformation_text_plain__formatted = ' .'; $strTransformation_text_plain__imagelink = ' ; "http://domain.com/", , .'; $strTransformation_text_plain__link = ' ; "http://domain.com/", .'; -$strTransformation_text_plain__substr = ' . ( 0). . , . ( : ...) .'; +$strTransformation_text_plain__substr = ' . ( 0). . , . ( : ...) .'; $strTruncateQueries = ' '; $strTurkish = ''; $strType = ''; @@ -723,6 +758,8 @@ $strUpdateProfileMessage = ' $strUpdateQuery = ' '; $strUpdComTab = ' Column_comments '; $strUpgrade = ' %s %s -.'; +$strUploadLimit = ' . , %sd%s .'; +$strUploadsNotAllowed = ' .'; $strUsage = ''; $strUseBackquotes = ' '; $strUsedPhpExtensions = ' PHP '; @@ -745,22 +782,25 @@ $strValidatorError = 'SQL $strValue = ''; $strVar = ''; $strVersionInformation = ' '; +$strView = ''; $strViewDumpDatabases = ' '; $strViewDumpDB = ' '; $strViewDump = ' '; $strViewHasBeenDropped = ' %s '; +$strViewMaxExactCount = ' %s . , %s%s.'; $strWebServerUploadDirectoryError = ' upload '; $strWebServerUploadDirectory = ' upload '; $strWelcome = ' %s'; $strWestEuropean = '-'; -$strWildcard = ' '; +$strWildcard = ' '; $strWindowNotFound = ' . '; $strWithChecked = ' :'; $strWritingCommentNotPossible = ' '; $strWritingRelationNotPossible = ' '; $strWrongUser = ' /. .'; +$strXMLOptions = 'XML '; $strXML = 'XML'; $strYes = ''; @@ -770,11 +810,9 @@ $strZip = '"zip- // To translate: $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate -$strAddClause = 'Add %s'; //to translate $strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strBinaryLog = 'Binary log'; //to translate -$strBinLogEventType = 'Event type'; //to translate $strBinLogName = 'Log name'; //to translate $strBinLogOriginalPosition = 'Original position'; //to translate $strBinLogPosition = 'Position'; //to translate @@ -791,7 +829,7 @@ $strBusyPages = 'Busy pages'; //to translate $strCreateUserDatabase = 'Database for user'; //to translate $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate +$strCreateUserDatabaseNone = ''; //to translate $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate $strCSV = 'CSV'; //to translate @@ -800,9 +838,6 @@ $strDirtyPages = 'Dirty pages'; //to translate $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate -$strFileNameTemplateDescriptionServer = 'server name'; //to translate -$strFileNameTemplateDescriptionTable = 'table name'; //to translate $strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate $strFlushQueryCache = 'Flush query cache'; //to translate $strFlushTables = 'Flush (close) all tables'; //to translate @@ -811,9 +846,7 @@ $strFreePages = 'Free pages'; //to translate $strHandler = 'Handler'; //to translate $strHTMLExcel = 'Microsoft Excel 2000'; //to translate $strHTMLWord = 'Microsoft Word 2000'; //to translate -$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate -$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate @@ -860,11 +893,8 @@ $strOpenDocumentTextOptions = 'Open Document Text options'; //to translate $strPagesToBeFlushed = 'Pages to be flushed'; //to translate $strPasswordHashing = 'Password Hashing'; //to translate $strPDF = 'PDF'; //to translate -$strPDFReportTitle = 'Report title'; //to translate $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate -$strQueryResultsOperations = 'Query results operations'; //to translate - $strReadRequests = 'Read requests'; //to translate $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate @@ -874,11 +904,9 @@ $strShowSlaveStatus = 'Show slave status'; //to translate $strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate $strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate -$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate $strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate -$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate @@ -890,8 +918,6 @@ $strShowStatusHandler_read_prevDescr = 'The number of requests to read the previ $strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate $strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate -$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate -$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate @@ -945,9 +971,6 @@ $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to $strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate $strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate -$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate -$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate -$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate @@ -970,7 +993,6 @@ $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate $strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate -$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate $strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate @@ -978,47 +1000,22 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate $strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate -$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate -$strSQLCompatibility = 'SQL compatibility mode'; //to translate -$strSQLImportOptions = 'SQL '; //to translate $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate $strStrucNativeExcel = 'Native MS Excel data'; //to translate $strStrucNativeExcelOptions = 'Native Excel export options'; //to translate $strTakeIt = 'take it'; //to translate $strThemeNoPreviewAvailable = 'No preview available.'; //to translate -$strThemeNotFound = ' %s !'; //to translate -$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate -$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate $strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate -$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransformation_application_octetstream__hex = ' . Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate -$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate - -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate -$strView = 'View'; //to translate $strWriteRequests = 'Write requests'; //to translate -$strXMLOptions = 'XML options'; //to translate - -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index d71bef659..01d9971a5 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -28,6 +28,7 @@ $strAccessDeniedExplanation = 'phpMyAdmin направи опит да се св $strAccessDenied = 'Отказан достъп'; $strAction = 'Действие'; $strAddAutoIncrement = 'Добавяне на AUTO_INCREMENT'; +$strAddClause = 'Добавяне на %s'; $strAddConstraints = 'Добавяне на ограничение'; $strAddDeleteColumn = 'Добави/изтрий колона по критерий'; $strAddDeleteRow = 'Добави/изтрий ред по критерий'; @@ -35,11 +36,11 @@ $strAddedColumnComment = 'Добавен коментар към колона'; $strAddedColumnRelation = 'Добавена релациа към колона'; $strAddFields = 'Добавяне на %s поле(та)'; $strAddHeaderComment = 'Добавяне на коментар в хедъра (\\n нов ред)'; -$strAddIntoComments = 'Добави в коментарите'; +$strAddIntoComments = 'Добавяне в коментарите'; $strAddNewField = 'Добавяне на ново поле'; $strAddPrivilegesOnDb = 'Добавяне на привилегии към следната база от данни'; $strAddPrivilegesOnTbl = 'Добавяне на привилегии към следната таблица'; -$strAddSearchConditions = 'Добавете условие за търсене (съдържание на "where" клаузата):'; +$strAddSearchConditions = 'Добавяне на условие за търсене (съдържание на "where" клаузата):'; $strAddToIndex = '  %s колона(и) беше(яха)добавени към индекса '; $strAddUserMessage = 'Вие добавихте нов потребител.'; $strAddUser = 'Добавяне на нов потребител.'; @@ -50,16 +51,16 @@ $strAfterInsertNewInsert = 'вмъкване на нов запис'; $strAfterInsertNext = 'редактиране на следващия ред'; $strAfterInsertSame = 'връщане към тази страница'; $strAfter = 'след %s'; -$strAllTableSameWidth = 'показване на всички Таблици с една и съща ширина?'; $strAll = 'всички'; +$strAllTableSameWidth = 'показване на всички Таблици с една и съща ширина?'; $strAlterOrderBy = 'Подреждане на таблицата по'; $strAnalyzeTable = 'Анализиране на таблицата'; $strAndThen = 'и след това'; $strAnd = 'и'; $strAnIndex = 'Беше добавен индекс на %s'; +$strAny = 'всеки'; $strAnyHost = 'Всеки хост'; $strAnyUser = 'Всеки потребител'; -$strAny = 'всеки'; $strApproximateCount = 'Може да има приблизителна стойност. Виж FAQ 3.11'; $strAPrimaryKey = 'Беше добавен първичен ключ към '; $strArabic = 'Арабски'; @@ -75,8 +76,9 @@ $strBack = 'Назад'; $strBaltic = 'Балтийски'; $strBeginCut = 'BEGIN CUT'; $strBeginRaw = 'BEGIN RAW'; -$strBinaryDoNotEdit = ' Двоично - не се редактира '; $strBinary = ' Двоично '; +$strBinaryDoNotEdit = ' Двоично - не се редактира '; +$strBinLogEventType = 'Тип на събитието'; $strBinLogInfo = 'Информация'; $strBookmarkAllUsers = 'Нека всеки потребител има достъп до този показалец'; $strBookmarkCreated = 'Показалец %s беше създаден успешно'; @@ -93,29 +95,30 @@ $strBzError = 'phpMyAdmin не може да компресира схемата $strBzip = '"bzip-нато"'; $strCalendar = 'Календар'; +$strCanNotLoadExportPlugins = 'Приставките за експортиране не могат да бъдат заредени, моля проверете инсталацията!'; $strCanNotLoadImportPlugins = 'Plugin-ите за импортиране не могат да бъдат заредени, моля проверете инсталацията на phpMyAdmin!'; $strCannotLogin = 'Не мога да се логна към MySQL сървъра'; -$strCantLoadRecodeIconv = 'Не може да се заредят iconv или recode разширенията необходими за конвертиране на набора от символи(charset), конфигурирайте PHP така, че да позволява използване на тези разширения или отменете конвертирането на набора от символи(charset) в phpMyAdmin.'; $strCantLoad = 'не мога да заредя разширението %s,
        моля проверете конфигурацията на PHP'; +$strCantLoadRecodeIconv = 'Не може да се заредят iconv или recode разширенията необходими за конвертиране на набора от знаци, конфигурирайте PHP така, че да позволява използване на тези разширения или отменете конвертирането на набора от знаци в phpMyAdmin.'; $strCantRenameIdxToPrimary = 'Не мога да преименувам индекса на PRIMARY!'; $strCantUseRecodeIconv = 'Не може да се използва нито iconv нито libiconv нито recode_string функцията докато протоколите за разширенията са заредени. Проверете конфигурацията на PHP.'; -$strCardinality = 'Надеждност'; +$strCardinality = 'Кардиналност'; $strCaseInsensitive = 'нечувствително към регистъра'; $strCaseSensitive = 'чувствително към регистъра'; $strCentralEuropean = 'Централно европейски'; $strChangeCopyModeCopy = '... запазване на стария.'; $strChangeCopyModeDeleteAndReload = ' ... изтриване на стария от таблицата на потребителите и след това презареждане на привилегиите.'; $strChangeCopyModeJustDelete = ' ... изтриване на стария от таблицата на потребителите.'; -$strChangeCopyModeRevoke = ' ... отменяне на всички активни привилегии от стария и след това изтриване.'; $strChangeCopyMode = 'Създаване нов потребител със същите привилегии и ...'; +$strChangeCopyModeRevoke = ' ... отменяне на всички активни привилегии от стария и след това изтриване.'; $strChangeCopyUser = 'Промяна на логин информацията / Копиране на потребител'; $strChangeDisplay = 'Изберете Полета за показване'; -$strChangePassword = 'Смяна на паролата'; $strChange = 'Променяне'; -$strCharsetOfFile = 'Набор от символи на файла:'; -$strCharsetsAndCollations = 'Набори от символи и колации'; -$strCharsets = 'Набори от символи'; -$strCharset = 'Набор от символи'; +$strChangePassword = 'Смяна на паролата'; +$strCharsetOfFile = 'Набор от знаци на файла:'; +$strCharsetsAndCollations = 'Набори от знаци и колации'; +$strCharsets = 'Набори от знации'; +$strCharset = 'Набор от знаци'; $strCheckAll = 'Маркиране на всичко'; $strCheckOverhead = 'Маркиране на таблиците със загубено място'; $strCheckPrivsLong = 'Провери привилегиите за база от данни "%s".'; @@ -148,38 +151,38 @@ $strCopyTable = 'Копиране на таблица (база от данни< $strCopy = 'Копиране'; $strCouldNotKill = 'phpMyAdmin не можа да спре нишка %s. Вероятно вече е била затворена.'; $strCreateDatabaseBeforeCopying = 'Изпълняване на CREATE DATABASE преди копирането'; -$strCreateIndexTopic = 'Създай нов индекс'; $strCreateIndex = 'Създаване на индекс върху  %s колони'; +$strCreateIndexTopic = 'Създай нов индекс'; $strCreateNewDatabase = 'Създаване на нова БД'; $strCreateNewTable = 'Създаване на нова таблица в БД %s'; +$strCreate = 'Създай'; $strCreatePage = 'Създай нова Страница'; $strCreatePdfFeat = 'Създаване на PDF-и'; -$strCreate = 'Създай'; $strCreationDates = 'Създаване/Обновяване/Проверка на дати'; $strCriteria = 'Критерий'; $strCroatian = 'Хърватски'; $strCSVImportOptions = 'CSV опции'; $strCSVOptions = 'CSV опции'; $strCyrillic = 'Кирилица'; -$strCzechSlovak = 'Чехословашки'; $strCzech = 'Чешки'; +$strCzechSlovak = 'Чехословашки'; $strDanish = 'Датски'; +$strDatabase = 'БД'; $strDatabaseEmpty = 'Името на базата от данни е празно!'; $strDatabaseExportOptions = 'Опции за експортиране на база от данни'; $strDatabaseHasBeenDropped = 'Базата данни %s беше изтрита.'; $strDatabaseNoTable = 'Базата данни не съдържа таблица!'; $strDatabasesDropped = '%s бази от данни бяха изтрити успешно.'; $strDatabasesStatsDisable = 'Забрани статистика'; -$strDatabasesStatsEnable = 'Разреши статистика'; +$strDatabasesStatsEnable = 'Разрешаване на статистика'; $strDatabasesStatsHeavyTraffic = 'Забележка: Разрешаването на статистика на базата от данни може да коства много голям трафик между уеб сървъра и MySQL сървъра.'; $strDatabasesStats = ' Статистика за базите данни'; $strDatabases = 'Бази от данни'; -$strDatabase = 'БД'; $strDataDict = 'Речник на данните'; -$strDataOnly = 'Само данни'; -$strDataPages = 'Страници съдържащи данни'; $strData = 'Данни'; +$strDataOnly = 'Само данните'; +$strDataPages = 'Страници съдържащи данни'; $strDBComment = 'Коментар към базата от данни: '; $strDBCopy = 'Копиране на базата от данни в'; $strDBGContextID = 'Контекстно ID'; @@ -201,11 +204,12 @@ $strDefragment = 'Дефрагментиране на таблица'; $strDelayedInserts = 'Използване на отложени вмъквания'; $strDeleteAndFlushDescr = 'Това е най-чистия начин, но презареждането на привилегиите може да отнеме известно време.'; $strDeleteAndFlush = 'Изтриване на потребителите и след това презареждане на привилегиите.'; -$strDeletedRows = 'Изтрити редове:'; $strDeleted = 'Редът беше изтрит'; -$strDeleteNoUsersSelected = 'Не за избрани потребители за изтриване!'; +$strDeletedRows = 'Изтрити редове:'; $strDelete = 'Изтриване'; +$strDeleteNoUsersSelected = 'Не за избрани потребители за изтриване!'; $strDeleting = 'Изтриване на %s'; +$strDelimiter = 'Разделител'; $strDelOld = 'Текущата Страница има Референции към Таблици които вече не съществуват. Желаете ли да изтриете тези Референции?'; $strDescending = 'Низходящо'; $strDescription = 'Описание'; @@ -215,36 +219,37 @@ $strDisableForeignChecks = 'Забраняване на проверките з $strDisplayFeat = 'Покажи възможностите'; $strDisplayOrder = 'Подреждане по:'; $strDisplayPDF = 'Покажи PDF схема'; -$strDoAQuery = 'Изпълни "заявка по шаблон" (символ за заместване: "%")'; +$strDoAQuery = 'Изпълняване на "заявка по шаблон" (знак за заместване: "%")'; $strDocu = 'Документация'; $strDoYouReally = 'Действително ли желаете да изпълните заявката'; $strDropDatabaseStrongWarning = 'Вие ще УНИЩОЖИТЕ цялата база от данни!'; -$strDropUsersDb = 'Изтриване на базите от данни които имат имена като тези на потребителите.'; $strDrop = 'Унищожаване'; +$strDropUsersDb = 'Изтриване на базите от данни които имат имена като тези на потребителите.'; $strDumpingData = 'Дъмп (схема) на данните в таблицата'; $strDumpSaved = 'Схемата(дъмп) беше записана във файл %s.'; $strDumpXRows = 'Дъмп-ни %s реда като започнеш от %s.'; $strDynamic = 'динамичен'; +$strEdit = 'Редактиране'; $strEditPDFPages = 'Редактиране на PDF Страници'; $strEditPrivileges = 'Редактиране на привилегиите'; -$strEdit = 'Редактиране'; $strEffective = 'Ефективни'; -$strEmptyResultSet = 'MySQL върна празен резултат (т.е. нула редове).'; $strEmpty = 'Изчистване'; +$strEmptyResultSet = 'MySQL върна празен резултат (т.е. нула редове).'; $strEnabled = 'Позволено'; $strEncloseInTransaction = 'Изолиране на експорта в транзакция'; $strEndCut = 'END CUT'; -$strEndRaw = 'END RAW'; $strEnd = 'Край'; +$strEndRaw = 'END RAW'; $strEngineAvailable = '%s е разрешен на този MySQL сървър.'; $strEngineDisabled = '%s е изключен за този MySQL сървър.'; $strEngines = 'Хранилища'; $strEngineUnsupported = 'Този MySQL сървър не поддържа хранилището на данни %s.'; -$strEnglishPrivileges = ' Забележка: Имената на привилегиите на MySQL са показани на английски. '; $strEnglish = 'Английски'; +$strEnglishPrivileges = ' Забележка: Имената на привилегиите на MySQL са показани на английски. '; $strErrorInZipFile = 'Грешка в ZIP архива:'; $strError = 'Грешка'; +$strErrorRenamingTable = 'Грешка при преименуване на таблица %1$s в %2$s'; $strEsperanto = 'Есперанто'; $strEstonian = 'Естонски'; $strExcelEdition = 'Версия на Excel'; @@ -258,34 +263,39 @@ $strExtra = 'Допълнително'; $strFailedAttempts = 'Провалили се опити'; $strFieldHasBeenDropped = 'Полето %s беше изтрито'; $strFieldsEmpty = ' Брояча на полетата е празен! '; -$strFieldsEnclosedBy = 'Полетата са оградени със'; -$strFieldsEscapedBy = 'Представка на специалните символи'; -$strFieldsTerminatedBy = 'Полетата завършват със'; +$strFieldsEnclosedBy = 'Полетата са оградени с'; +$strFieldsEscapedBy = 'Представка на специалните знаци'; +$strFieldsTerminatedBy = 'Полетата завършват с'; $strFields = 'Полета'; $strField = 'Поле'; $strFileAlreadyExists = 'Файлът %s вече съществува на сървъра, сменете името на файла или включете опцията за препокриване.'; $strFileCouldNotBeRead = 'Файлът не може да бъде прочетен'; +$strFileNameTemplateDescriptionDatabase = 'име на базата от данни'; +$strFileNameTemplateDescriptionServer = 'име на сървъра'; +$strFileNameTemplateDescriptionTable = 'име на таблицата'; $strFileNameTemplateRemember = 'запомняне на шаблона'; $strFileNameTemplate = 'Шаблон на файловото име'; $strFileToImport = 'Файл за импортиране'; $strFixed = 'Фиксиран'; $strFlushPrivilegesNote = 'Забележка: phpMyAdmin взема потребителските привилегии директно от таблицата на привилегиите на MySQL. Съдържанието на тази таблица може да се различава от привилегиите които използва сървъра ако към него са направени промени на ръка. В този случай, трябва да %sпрезаредите привилегиите%s преди да продължите.'; $strFlushTable = 'Изчистване на кеша на таблицата ("FLUSH")'; +$strFontSize = 'Размер на шрифта'; $strFormat = 'Формат'; $strFormEmpty = 'Липсва стойност във полето на формата!'; $strFullText = 'Пълни текстове'; $strFunction = 'Функция'; +$strFunctions = 'Функции'; $strGenBy = 'Генерирано от'; $strGeneralRelationFeat = 'Общи възможности на релациите'; -$strGeneratePassword = 'Генериране на парола'; $strGenerate = 'Генериране'; +$strGeneratePassword = 'Генериране на парола'; $strGenTime = 'Време на генериране'; $strGeorgian = 'Грузински'; $strGerman = 'Немски'; +$strGlobal = 'глобален'; $strGlobalPrivileges = 'Глобални привилегии'; $strGlobalValue = 'Глобална стойност'; -$strGlobal = 'глобален'; $strGo = 'Изпълнение'; $strGrantOption = 'Дадени'; $strGreek = 'Гръцки'; @@ -296,32 +306,34 @@ $strHasBeenCreated = 'беше създадена.'; $strHaveToShow = 'Трябва да изберете поне една Колона за показване'; $strHebrew = 'Иврит'; $strHexForBinary = 'Използване на шестнадесетично представяне за двоичните полета'; -$strHomepageOfficial = 'Официалната уеб страница на phpMyAdmin '; $strHome = 'Начало'; +$strHomepageOfficial = 'Официалната уеб страница на phpMyAdmin '; $strHostEmpty = 'Името на хоста е празно!'; $strHost = 'Хост'; $strHTMLExcelOptions = 'Опции за експортиране към Microsoft Excel 2000'; +$strHTMLWordOptions = 'Опции за експортиране на Microsoft Word 2000'; $strHungarian = 'Унгарски'; $strIcelandic = 'Исландски'; $strId = 'ID'; $strIdxFulltext = 'Пълнотекстово'; +$strIgnore = 'Игнориране'; $strIgnoreDuplicates = 'Игнориране на дублиращите се редове'; $strIgnoreInserts = 'Използване на INSERT IGNORE'; -$strIgnore = 'Игнориране'; $strIgnoringFile = 'Игнориране на файл %s'; $strImportDocSQL = 'Импортирай docSQL файловете'; $strImportFiles = 'Импортиране на файлове'; $strImportFormat = 'Формат на импортирания файл'; $strImport = 'Импортиране'; +$strImportSuccessfullyFinished = 'Импортирането приключи успещно. Бяха изпълнени %d заявки.'; $strIndexes = 'Индекси'; $strIndexHasBeenDropped = 'Индекса %s беше изтрит'; $strIndexName = 'Име на индекса :'; +$strIndex = 'Индекс'; $strIndexType = 'Тип на индекса :'; $strIndexWarningMultiple = 'Повече от един %s ключ беше създаден за колона `%s`'; $strIndexWarningPrimary = 'Колона `%s` не може да бъде едновременно първичен и външен ключ'; $strIndexWarningTable = 'Проблем с индексите на таблица `%s`'; -$strIndex = 'Индекс'; $strInnoDBPages = 'страници'; $strInnodbStat = 'InnoDB Състояние'; $strInsecureMySQL = 'Вашият конфигурационен файл съдържа настройки (root без парола), които съответстват на привилегирования акаунт на MySQL по подразбиране. Вашият MySQL сървър е стартиран с това по подразбиране и може да бъде лесно хакнат. Трябва да оправите тази дупка в сигурността.'; @@ -332,11 +344,13 @@ $strInsert = 'Вмъкване'; $strInternalNotNecessary = '* Вътрешната релация не е необходима когато съществува също в InnoDB.'; $strInternalRelations = 'Вътрешни релации'; $strInUse = 'Заето'; -$strInvalidColumnCount = 'Броя на колоните трябва да е по-голям от нула.'; $strInvalidColumn = 'Невалидна колона (%s)!'; +$strInvalidColumnCount = 'Броя на колоните трябва да е по-голям от нула.'; +$strInvalidDatabase = 'Невалидна база от данни'; $strInvalidFieldAddCount = 'Трябва да добавите поне едно поле.'; $strInvalidFieldCount = 'Таблицата трябва да има поне едно поле.'; $strInvalidRowNumber = '%d не е валиден номер на ред.'; +$strInvalidTableName = 'Невалидно име на таблица'; $strJapanese = 'Японски'; $strJumpToDB = 'Скочи към база от данни "%s".'; @@ -350,6 +364,7 @@ $strKorean = 'Корейски'; $strLandscape = 'Пейзажно'; $strLanguageFileNotFound = 'Езиковият файл "%1$s" не е намерен.'; +$strLanguage = 'Език'; $strLatexCaption = 'Заглавие на таблицата'; $strLatexContent = 'Съдържание на таблица __TABLE__'; $strLatexContinuedCaption = 'Продължение на заглавието на таблицата'; @@ -379,7 +394,7 @@ $strLogServer = 'Сървър'; $strLogUsername = 'Име:'; $strLongOperation = 'Операцията може да продължи дълго. Да продължи ли въпреки това?'; -$strMaxConnects = 'максимален брой на едновременните конекции'; +$strMaxConnects = 'Максимален брой на едновременните конекции'; $strMaximalQueryLength = 'Максимална дължина на създадената заявка'; $strMaximumSize = 'Максимален размер: %s%s'; $strMIME_available_mime = 'Достъпни MIME-типове'; @@ -387,24 +402,24 @@ $strMIME_available_transform = 'Достъпни трансформации'; $strMIME_description = 'Описание'; $strMIME_MIMEtype = 'MIME-тип'; $strMIME_nodescription = 'Няма Описание за тази трансформация.
        Моля обърнете се към автора относно това какво прави %s.'; +$strMIME_transformation = 'Браузърна трансформация'; $strMIME_transformation_note = 'За списъка на достъпните опции на трансформацията и техните MIME-type трансформации кликнете на %sописания на трансформацията%s'; $strMIME_transformation_options_note = 'Моля въведете стойностите за опциите на трансформацията като използвате следния формат: \'a\',\'b\',\'c\'...
        Ако трябва да поставите обратно наклонена черта ("\") или единична кавичка ("\'") между тези стойности, поставете пред тях допълнителна обратно наклонена черта (например \'\\\\xyz\' или \'a\\\'b\').'; $strMIME_transformation_options = 'Опции на трансформацията'; -$strMIME_transformation = 'Браузърна трансформация'; $strMIMETypesForTable = 'MIME ТИПОВЕ ЗА ТАБЛИЦА'; $strMIME_without = 'MIME-types показани в наклонен шрифт не притежават отделна функция за трансформация'; $strModifications = 'Промените бяха съхранени'; $strModifyIndexTopic = 'Промяна на индекс'; $strModify = 'Промени'; +$strMoveTable = 'Преместване на таблица към (база от данни.таблица):'; $strMoveTableOK = 'Таблицата %s беше преместена към %s.'; $strMoveTableSameNames = 'Не може да се премести таблицата към себе си!'; -$strMoveTable = 'Преместване на таблица към (база от данни.таблица):'; $strMultilingual = 'многоезичен'; $strMyISAMMaxExtraSortFileSize = 'Максимален размер на временните файлове при създаване на индекс'; $strMyISAMRecoverOptions = 'Режим на автоматично възстановяване'; $strMyISAMRepairThreads = 'Поправка на нишките'; $strMyISAMSortBufferSize = 'Размер на буфера за сортиране'; -$strMySQLCharset = 'Набор от символи на MySQL'; +$strMySQLCharset = 'Набор от знаци на MySQL'; $strMysqlClientVersion = 'Версия на клиента за MySQL'; $strMySQLConnectionCollation = 'Колация на MySQL'; $strMySQLSaid = 'MySQL отговори: '; @@ -414,8 +429,8 @@ $strMySQLShowVars = 'Системни променливи на MySQL'; $strName = 'Име'; $strNext = 'Следващ'; -$strNoDatabasesSelected = 'Няма избрани бази от данни.'; $strNoDatabases = 'Няма бази от данни'; +$strNoDatabasesSelected = 'Няма избрани бази от данни.'; $strNoDescription = 'няма Описание'; $strNoDetailsForEngine = 'Няма детайлна информация за състоянието на това хранилище на данни.'; $strNoDropDatabases = '"DROP DATABASE" заявката е забранена.'; @@ -426,6 +441,7 @@ $strNoIndexPartsDefined = 'Не са дефинирани части на инд $strNoIndex = 'Не е дефиниран индекс!'; $strNoModification = 'Няма промяна'; $strNone = 'Няма'; +$strNo = 'не'; $strNoOptions = 'Този формат няма опции'; $strNoPassword = 'Няма парола'; $strNoPermission = 'Уеб сървъра няма права за запис на файла %s.'; @@ -440,9 +456,8 @@ $strNotOK = 'не е OK'; $strNotSet = 'таблица %s не е намерена или не е установена в %s'; $strNoUsersFound = 'Няма потребител(и).'; $strNoValidateSQL = 'Пропусни Validate SQL'; -$strNo = 'не'; $strNull = 'Празно'; -$strNumberOfFields = 'Брой на полетата'; +$strNumberOfFields = 'Брой полета'; $strNumSearchResultsInTable = '%s съвпадение(я) в таблица %s'; $strNumSearchResultsTotal = 'Общо: %s съвпадение(я)'; $strNumTables = 'Таблици'; @@ -468,14 +483,16 @@ $strPdfDbSchema = 'Схемата на база от данни "%s" - Стра $strPdfInvalidTblName = 'Таблица "%s" не съществува!'; $strPdfNoTables = 'Няма таблици'; $strPDFOptions = 'PDF опции'; +$strPDFReportExplanation = '(Генерира доклад съдържащ данните в определена таблица)'; +$strPDFReportTitle = 'Файл на доклада'; $strPerHour = 'на час'; $strPerMinute = 'на минута'; $strPerSecond = 'на секунда'; $strPersian = 'Персийски'; $strPhoneBook = 'Телефонен бележник'; $strPHP40203 = 'Вие използвате PHP 4.2.3, който има сериозен бъг с много-байтови стрингове (mbstring). Вижте сведението за PHP бъга 19404. Не е препоръчително да използвате тази версия на PHP с phpMyAdmin.'; -$strPHPVersion = 'Версия на PHP'; $strPhp = 'Създаване на PHP код'; +$strPHPVersion = 'Версия на PHP'; $strPmaDocumentation = 'phpMyAdmin документация'; $strPmaUriError = 'На $cfg[\'PmaAbsoluteUri\'] ТРЯБВА да се зададе стойност в конфигурационния файл!'; $strPolish = 'Полски'; @@ -486,9 +503,9 @@ $strPrimaryKeyHasBeenDropped = ' Главния ключ беше изтрит.' $strPrimaryKeyName = 'Името на главния ключ трябва да е... PRIMARY!'; $strPrimaryKeyWarning = '("PRIMARY" трябва да е името на и единствено на главния ключ!)'; $strPrimary = 'PRIMARY'; -$strPrintViewFull = 'Преглед за печат (с пълните текстове)'; -$strPrintView = 'Изглед за печат'; $strPrint = 'Печат'; +$strPrintViewFull = 'Преглед за печат (с пълните текстове)'; +$strPrintView = 'Преглед за печат'; $strPrivDescAllPrivileges = 'Включва всички привилегии освен GRANT.'; $strPrivDescAlterRoutine = 'Позволяване на променяне и издриване на Съхранени Процедури.'; $strPrivDescAlter = 'Позволява променяне на структурата на съществуващи таблици.'; @@ -524,8 +541,9 @@ $strPrivDescShutdown = 'Позволява спиране на сървъра.'; $strPrivDescSuper = 'Позволява конектвне, дори ако е достигнат максималния брой на конекциите; Изисква се за повечето административни операции, като установяване на глобални променливи или спиране на нишка на други потребители.'; $strPrivDescUpdate = 'Позволява промяна на данни.'; $strPrivDescUsage = 'Няма привилегии.'; -$strPrivilegesReloaded = 'Привилегиите бяха презаредени успешно.'; $strPrivileges = 'Привилегии'; +$strPrivilegesReloaded = 'Привилегиите бяха презаредени успешно.'; +$strProcedures = 'Процедури'; $strProcesses = 'Процеси'; $strProcesslist = 'Списък на процесите'; $strProtocolVersion = 'Версия на протокола'; @@ -537,8 +555,9 @@ $strQBE = 'Запитване по пример'; $strQueryCache = 'Кеш на заявките'; $strQueryFrame = 'Прозорец за заявки'; $strQueryOnDb = 'SQL-заявка към базата от данни %s:'; +$strQueryResultsOperations = 'Операции с резулатата от заявката'; $strQuerySQLHistory = 'SQL-хронология'; -$strQueryStatistics = 'Статистика на заявките: От както е стартиран, %s заявки са изпратени към сървъра.'; +$strQueryStatistics = 'Статистика на заявките: От както е стартиран %s заявки са изпратени към сървъра.'; $strQueryTime = 'Заявката отне %01.4f секунди'; $strQueryType = 'Тип на заявката'; $strQueryWindowLock = 'Не препокривайте тази заявка извън този прозорец'; @@ -549,18 +568,18 @@ $strReferentialIntegrity = 'Проверка на интегритета на в $strRefresh = 'Презареждане'; $strRelationalSchema = 'Релационна схема'; $strRelationNotWorking = 'Допълнителните възможности за работа със свързани (linked) таблици са деактивирани. За да разберете защо кликнете %sтук%s.'; -$strRelationsForTable = 'РЕЛАЦИИ ЗА ТАБЛИЦА'; $strRelations = 'Релации'; -$strRelationView = 'Изглед на релациите'; +$strRelationsForTable = 'РЕЛАЦИИ ЗА ТАБЛИЦА'; +$strRelationView = 'Преглед на релациите'; $strReloadingThePrivileges = 'Презареждане на привилегиите'; $strReloadPrivileges = 'Презареждане на привилегиите'; $strRemoveSelectedUsers = 'Отстраняване на избраните потребители'; $strRenameDatabaseOK = 'Базата данни %s беше преименувана на %s'; -$strRenameTableOK = 'Таблица %s беше преименувана на %s'; $strRenameTable = 'Преименуване на таблицата на'; +$strRenameTableOK = 'Таблица %s беше преименувана на %s'; $strRepairTable = 'Поправяне на таблицата'; $strReplaceNULLBy = 'Заменяй NULL с'; -$strReplaceTable = 'Замести данните от таблицата с данните от файла'; +$strReplaceTable = 'Заместване на данните от таблицата с данните от файла'; $strReplication = 'Репликация'; $strReset = 'Изчистване'; $strResourceLimits = 'Ресурсни ограничения'; @@ -571,6 +590,7 @@ $strRevokeMessage = 'Вие отменихте привилегиите за %s' $strRevoke = 'Отменяне'; $strRomanian = 'Румънски'; $strRowLength = 'Дължина на реда'; +$strRows = 'Редове'; $strRowsFrom = 'реда започвайки от'; $strRowSize = ' Размер на ред '; $strRowsModeFlippedHorizontal = 'хоризонтален (обърнати хедъри)'; @@ -578,11 +598,10 @@ $strRowsModeHorizontal = 'хоризонтален'; $strRowsModeOptions = 'в %s вид и повтаряне на имената на колоните през всеки %s
        '; $strRowsModeVertical = 'вертикален'; $strRowsStatistic = 'Статистика за редовете'; -$strRows = 'Редове'; $strRunning = 'работи на %s'; $strRunQuery = 'Изпълни заявката'; +$strRunSQLQuery = 'Изпълнение на SQL заявка/заявки към база от данни %s'; $strRunSQLQueryOnServer = 'Изпълняване на SQL заявка/заявки на сървър %s'; -$strRunSQLQuery = 'Стартиране SQL заявка/заявки към база от данни %s'; $strRussian = 'Руски'; $strSaveOnServer = 'Записване на сървъра в директория %s'; @@ -590,32 +609,33 @@ $strSave = 'Записване'; $strScaleFactorSmall = 'Мащаба е твърде малък за да се събере схемата на една страница'; $strSearchFormTitle = 'Търсене в базата от данни'; $strSearchInTables = 'В таблиците:'; -$strSearchNeedle = 'Думи или стойности за търсене (символ за заместване: "%"):'; +$strSearchNeedle = 'Думи или стойности за търсене (знак за заместване: "%"):'; +$strSearch = 'Търсене'; $strSearchOption1 = 'поне една от думите'; $strSearchOption2 = 'всички думи'; $strSearchOption3 = 'точната фраза'; $strSearchOption4 = 'като регулярен израз'; $strSearchResultsFor = 'Резултати от търсенето на "%s" %s:'; $strSearchType = 'Намери:'; -$strSearch = 'Търсене'; $strSecretRequired = 'Конфигурационния файл има нужда от тайна парола (blowfish_secret).'; $strSelectADb = 'Моля изберете база от данни'; $strSelectAll = 'Селектиране на всичко'; $strSelectBinaryLog = 'Изберете двоичен журнал за преглед'; -$strSelectFields = 'Изберете поле (поне едно):'; +$strSelectFields = 'Избор на поле (поне едно):'; $strSelectNumRows = 'в запитването'; $strSelectTables = 'Избери таблици'; $strSend = 'Изпращане'; $strSent = 'Изпратени'; $strServerChoice = 'Избор на сървър'; +$strServer = 'Сървър'; $strServerNotResponding = 'Няма отговор от сървъра'; -$strServerStatusUptime = 'Този MySQL сървър работи от %s. Стартиран е на %s.'; +$strServers = 'Сървъри'; $strServerStatus = 'Информация за състоянието на MySQL сървъра'; +$strServerStatusUptime = 'Този MySQL сървър работи от %s. Стартиран е на %s.'; $strServerTabVariables = 'Променливи'; $strServerTrafficNotes = 'Трафик на сървъра: Тези таблици показват статистика за мрежовия трафик на MySQL сървъра от както е стартиран.'; $strServerVars = 'Сървърни променливи и настройки'; $strServerVersion = 'Версия на сървъра'; -$strServer = 'Сървър'; $strSessionValue = 'Сесийна стойност'; $strSetEnumVal = 'Ако типа на полето е "enum" или "set", моля въведете стойностите използвайки този формат: \'a\',\'b\',\'c\'...
        Ако е необходимо да сложите обратна черта ("\") или апостроф ("\'") между тези стойности, сложите обратна черта пред тях (например: \'\\\\xyz\' или \'a\\\'b\').'; $strShowAll = 'Покажи всички'; @@ -626,6 +646,14 @@ $strShowGrid = 'Покажи мрежа'; $strShowingRecords = 'Показване на записи '; $strShowOpenTables = 'Показване на отворените теблици'; $strShowPHPInfo = 'Информация за PHP '; +$strShowStatusCreated_tmp_filesDescr = 'Брой на създадените от mysqld временни файлове.'; +$strShowStatusDelayed_writesDescr = 'Брой на вмъкнатите посредством INSERT DELAYED редове.'; +$strShowStatusHandler_updateDescr = 'Брой заявки за обновяване на ред в таблица.'; +$strShowStatusHandler_writeDescr = 'Брой заявки за вмъкване на ред в таблица.'; +$strShowStatusOpen_filesDescr = 'Брой на отворените файлове.'; +$strShowStatusOpen_streamsDescr = 'Брой на отворените потоци (използва се главно за логове).'; +$strShowStatusOpen_tablesDescr = 'Брой на отвотените таблици.'; +$strShowStatusSort_rowsDescr = 'Брой на сортираните редове.'; $strShowTableDimension = 'Покажи размерността на таблиците'; $strShowTables = 'Покажи таблиците'; $strShowThisQuery = ' Показване на заявката отново'; @@ -633,6 +661,7 @@ $strShow = 'Показване'; $strSimplifiedChinese = 'Опростен китайски'; $strSingly = '(еднократно)'; $strSize = 'Размер'; +$strSkipQueries = 'Брой записи(завки), които да бъдат пропуснати от началото'; $strSlovak = 'Словашки'; $strSlovenian = 'Словенски'; $strSortByKey = 'Сортиране по ключ'; @@ -641,7 +670,9 @@ $strSort = 'Сортиране'; $strSpaceUsage = 'Използвано място'; $strSpanish = 'Испански'; $strSplitWordsWithSpace = 'Думите трябва да се разделят с интервал (" ").'; +$strSQLCompatibility = 'Режим на съвместимост на SQL'; $strSQLExportType = 'Тип на експортирането'; +$strSQLImportOptions = 'SQL опции'; $strSQLOptions = 'Опции на експортирания SQL'; $strSQLParserBugMessage = 'Има известна вероятност да сте намерили бъг в SQL парсера. Моля проучете по-добре, и проверете коректността на кавичките. Друга вероятна причина за грешката може да бъде, че ъплоудвате файл с изпълним код извън областта заградена с кавички. Можете също така да се опитате да изпълните заявката чрез интерфейса за команден ред на MySQL. Грешката генерирана от MySQL сървъра по-долу, ако има такава, може също да ви помогне при откриването на проблема. Ако все още имате проблеми или парсера дава грешка там където интерфейса на командния ред не връща такава, моля ограничете вашите SQL заявки само до проблемната заявка, и изпратете съобщение за бъг с парчето от данните в CUT секцията по-долу:'; $strSQLParserUserError = 'Изглежда, че има грешка в SQL заявката ви. Грешката върната от MySQL сървъра по долу, ако има такава, би могла да ви помогне в определянето на проблема'; @@ -656,8 +687,8 @@ $strStatCreateTime = 'Дата на създаване'; $strStatement = 'Заявление'; $strStatUpdateTime = 'Последно обновление'; $strStatus = 'Състояние'; -$strStorageEngines = 'Хранилища на данни'; $strStorageEngine = 'Хранилище на данни'; +$strStorageEngines = 'Хранилища на данни'; $strStrucCSV = 'CSV данни'; $strStrucData = 'Структурата и данните'; $strStrucExcelCSV = 'CSV за MS Excel данни'; @@ -688,17 +719,21 @@ $strTempData = 'Временни данни'; $strTextAreaLength = ' Поради дължината си,
        това поле може да не е редактируемо '; $strThai = 'Тайландски'; $strThemeDefaultNotFound = 'Темата по подразбиране %s не е намерена!'; +$strThemeNotFound = 'Тема %s не е намерена!'; +$strThemeNoValidImgPath = 'Не е открит валиден път на тема %s!'; $strTheme = 'Тема / Стил'; +$strThemePathNotFound = 'Не е открит пътя на тема %s!'; $strThisHost = 'Този Хост'; $strThisNotDirectory = 'Това не беше директория'; $strThreadSuccessfullyKilled = 'Нишка %s беше успешно отстранена.'; $strThreads = 'Нишки'; $strTime = 'Време'; -$strTotalUC = 'Общо'; $strTotal = 'Общо'; +$strTotalUC = 'Общо'; $strTraditionalChinese = 'Традиционен китайски'; $strTraditionalSpanish = 'Традиционен Испански'; $strTraffic = 'Трафик'; +$strTransactionCoordinator = 'Координатор на транзакциите'; $strTransformation_application_octetstream__download = 'Показва връзка за сваляне на двоичните данни нa полето. Първата опция е файловото име на двоичния файл. Втората опция е вероятното име на полето на реда на таблицата съдържащо файловото име. Ако напишете втора опция, трябва първата ви опция да е установена на празен низ.'; $strTransformation_image_jpeg__inline = 'Показва thumbnail; опции: ширина, височина в пиксели (запазва оригиналната пропорция)'; $strTransformation_image_jpeg__link = 'Показва връзката на това изображение (за директно сваляне, i.e.).'; @@ -708,7 +743,7 @@ $strTransformation_text_plain__external = 'САМО ЗА ЛИНУКС: Стар $strTransformation_text_plain__formatted = 'Запазва оригиналното форматиране на полето.'; $strTransformation_text_plain__imagelink = 'Показва изображение и връзка на полето съдържащо файлово име; първата опция е префикс като "http://domain.com/", втората опция е ширината в пиксели, третата е височината.'; $strTransformation_text_plain__link = 'Показва връзката на полето съдържащо файлово име; първата опция е префикс като "http://domain.com/", втората опция е заглавието на връзката.'; -$strTransformation_text_plain__substr = 'Показва част от низ. Първата опция е отместването от което ще се извежда вашият текст (По подразбиране е 0). Втората опция указва колко текст ще се изведе. Ако е празна, се връща целия оставащ текст. Третата опция указва кои символи ще бъдат изведени (По подразбиране: ...) .'; +$strTransformation_text_plain__substr = 'Показва част от низ. Първата опция е отместването от което ще се извежда вашият текст (По подразбиране е 0). Втората опция указва колко текст ще се изведе. Ако е празна, се връща целия оставащ текст. Третата опция указва кои зкаци ще бъдат изведени (По подразбиране: ...) .'; $strTruncateQueries = 'Съкращаване на показаните заявки'; $strTurkish = 'Турски'; $strType = 'Тип'; @@ -724,6 +759,8 @@ $strUpdateProfileMessage = 'Профила беше обновен.'; $strUpdateQuery = 'Допълни Запитването'; $strUpdComTab = 'Моля прегледайте информацията в Документацията относно това как да обновите вашата Column_comments таблица'; $strUpgrade = 'Трябва да ъпгрейднете към %s %s или по-късно.'; +$strUploadLimit = 'Вероятно сте направили опит да качите твърде голям файл. Моля, обърнете се към %sdдокументацията%s за да намерите начин да избегнете това ограничение.'; +$strUploadsNotAllowed = 'На този сървър не е позволени качване на файлове.'; $strUsage = 'Използвани'; $strUseBackquotes = 'Използване на обратни кавички около имена на таблици и полета'; $strUsedPhpExtensions = 'Използвани PHP разширения'; @@ -746,22 +783,25 @@ $strValidatorError = 'SQL валидатора не може да бъде ин $strValue = 'Стойност'; $strVar = 'Променлива'; $strVersionInformation = 'Информация за весията'; +$strView = 'Изглед'; $strViewDumpDatabases = 'Преглед на схемата на базата от данни'; $strViewDumpDB = 'Схема на БД'; $strViewDump = 'Схема на таблицата'; $strViewHasBeenDropped = 'Изглед %s беше изтрит'; +$strViewMaxExactCount = 'Този изглед има повече от %s реда. Моля, обърнете се към %sдокументацията%s.'; $strWebServerUploadDirectoryError = 'Директорията която сте указали за upload не може да бъде достигната'; $strWebServerUploadDirectory = 'директорията за upload на уеб сървъра'; $strWelcome = 'Добре дошли в %s'; $strWestEuropean = 'Западно-европейски'; -$strWildcard = 'символ за заместване'; +$strWildcard = 'знак за заместване'; $strWindowNotFound = 'Прозореца на браузъра не може да бъде обновен. Може би сте затворили отварящият го прозорец или браузърът Ви е блокирал обновяване на данни от един прозорец в друг от съображения за сигурност'; $strWithChecked = 'Когато има отметка:'; $strWritingCommentNotPossible = 'Записа на коментар не е възможен'; $strWritingRelationNotPossible = 'Записа на релацията не е възможен'; $strWrongUser = 'Грешно име/парола. Достъп отказан.'; +$strXMLOptions = 'XML опции'; $strXML = 'XML'; $strYes = 'да'; @@ -771,11 +811,9 @@ $strZip = '"zip-нато"'; // To translate: $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate -$strAddClause = 'Add %s'; //to translate $strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strBinaryLog = 'Binary log'; //to translate -$strBinLogEventType = 'Event type'; //to translate $strBinLogName = 'Log name'; //to translate $strBinLogOriginalPosition = 'Original position'; //to translate $strBinLogPosition = 'Position'; //to translate @@ -792,7 +830,7 @@ $strBusyPages = 'Busy pages'; //to translate $strCreateUserDatabase = 'Database for user'; //to translate $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate +$strCreateUserDatabaseNone = 'Няма'; //to translate $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate $strCSV = 'CSV'; //to translate @@ -801,9 +839,6 @@ $strDirtyPages = 'Dirty pages'; //to translate $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate -$strFileNameTemplateDescriptionServer = 'server name'; //to translate -$strFileNameTemplateDescriptionTable = 'table name'; //to translate $strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate $strFlushQueryCache = 'Flush query cache'; //to translate $strFlushTables = 'Flush (close) all tables'; //to translate @@ -812,9 +847,7 @@ $strFreePages = 'Free pages'; //to translate $strHandler = 'Handler'; //to translate $strHTMLExcel = 'Microsoft Excel 2000'; //to translate $strHTMLWord = 'Microsoft Word 2000'; //to translate -$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate -$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate @@ -861,11 +894,8 @@ $strOpenDocumentTextOptions = 'Open Document Text options'; //to translate $strPagesToBeFlushed = 'Pages to be flushed'; //to translate $strPasswordHashing = 'Password Hashing'; //to translate $strPDF = 'PDF'; //to translate -$strPDFReportTitle = 'Report title'; //to translate $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate -$strQueryResultsOperations = 'Query results operations'; //to translate - $strReadRequests = 'Read requests'; //to translate $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate @@ -875,11 +905,9 @@ $strShowSlaveStatus = 'Show slave status'; //to translate $strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate $strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate -$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate $strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate -$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate @@ -891,8 +919,6 @@ $strShowStatusHandler_read_prevDescr = 'The number of requests to read the previ $strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate $strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate -$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate -$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate @@ -946,9 +972,6 @@ $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to $strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate $strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate -$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate -$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate -$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate @@ -971,7 +994,6 @@ $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate $strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate -$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate $strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate @@ -979,47 +1001,22 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate $strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate -$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate -$strSQLCompatibility = 'SQL compatibility mode'; //to translate -$strSQLImportOptions = 'SQL опции'; //to translate $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate $strStrucNativeExcel = 'Native MS Excel data'; //to translate $strStrucNativeExcelOptions = 'Native Excel export options'; //to translate $strTakeIt = 'take it'; //to translate $strThemeNoPreviewAvailable = 'No preview available.'; //to translate -$strThemeNotFound = 'Тема %s не е намерена!'; //to translate -$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate -$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate $strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate -$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransformation_application_octetstream__hex = 'Показва шестнадесетично представяне на данните. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate -$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate - -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate -$strView = 'View'; //to translate $strWriteRequests = 'Write requests'; //to translate -$strXMLOptions = 'XML options'; //to translate - -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php b/lang/bulgarian-windows-1251.inc.php index 5f1447ede..087372490 100644 --- a/lang/bulgarian-windows-1251.inc.php +++ b/lang/bulgarian-windows-1251.inc.php @@ -27,6 +27,7 @@ $strAccessDeniedExplanation = 'phpMyAdmin $strAccessDenied = ' '; $strAction = ''; $strAddAutoIncrement = ' AUTO_INCREMENT'; +$strAddClause = ' %s'; $strAddConstraints = ' '; $strAddDeleteColumn = '/ '; $strAddDeleteRow = '/ '; @@ -34,11 +35,11 @@ $strAddedColumnComment = ' $strAddedColumnRelation = ' '; $strAddFields = ' %s ()'; $strAddHeaderComment = ' (\\n )'; -$strAddIntoComments = ' '; +$strAddIntoComments = ' '; $strAddNewField = ' '; $strAddPrivilegesOnDb = ' '; $strAddPrivilegesOnTbl = ' '; -$strAddSearchConditions = ' ( "where" ):'; +$strAddSearchConditions = ' ( "where" ):'; $strAddToIndex = '  %s () () '; $strAddUserMessage = ' .'; $strAddUser = ' .'; @@ -49,16 +50,16 @@ $strAfterInsertNewInsert = ' $strAfterInsertNext = ' '; $strAfterInsertSame = ' '; $strAfter = ' %s'; -$strAllTableSameWidth = ' ?'; $strAll = ''; +$strAllTableSameWidth = ' ?'; $strAlterOrderBy = ' '; $strAnalyzeTable = ' '; $strAndThen = ' '; $strAnd = ''; $strAnIndex = ' %s'; +$strAny = ''; $strAnyHost = ' '; $strAnyUser = ' '; -$strAny = ''; $strApproximateCount = ' . FAQ 3.11'; $strAPrimaryKey = ' '; $strArabic = ''; @@ -74,8 +75,9 @@ $strBack = ' $strBaltic = ''; $strBeginCut = 'BEGIN CUT'; $strBeginRaw = 'BEGIN RAW'; -$strBinaryDoNotEdit = ' - '; $strBinary = ' '; +$strBinaryDoNotEdit = ' - '; +$strBinLogEventType = ' '; $strBinLogInfo = ''; $strBookmarkAllUsers = ' '; $strBookmarkCreated = ' %s '; @@ -92,29 +94,30 @@ $strBzError = 'phpMyAdmin $strBzip = '"bzip-"'; $strCalendar = ''; +$strCanNotLoadExportPlugins = ' , !'; $strCanNotLoadImportPlugins = 'Plugin- , phpMyAdmin!'; $strCannotLogin = ' MySQL '; -$strCantLoadRecodeIconv = ' iconv recode (charset), PHP , (charset) phpMyAdmin.'; $strCantLoad = ' %s,
        PHP'; +$strCantLoadRecodeIconv = ' iconv recode , PHP , phpMyAdmin.'; $strCantRenameIdxToPrimary = ' PRIMARY!'; $strCantUseRecodeIconv = ' iconv libiconv recode_string . PHP.'; -$strCardinality = ''; +$strCardinality = ''; $strCaseInsensitive = ' '; $strCaseSensitive = ' '; $strCentralEuropean = ' '; $strChangeCopyModeCopy = '... .'; $strChangeCopyModeDeleteAndReload = ' ... .'; $strChangeCopyModeJustDelete = ' ... .'; -$strChangeCopyModeRevoke = ' ... .'; $strChangeCopyMode = ' ...'; +$strChangeCopyModeRevoke = ' ... .'; $strChangeCopyUser = ' / '; $strChangeDisplay = ' '; -$strChangePassword = ' '; $strChange = ''; -$strCharsetOfFile = ' :'; -$strCharsetsAndCollations = ' '; -$strCharsets = ' '; -$strCharset = ' '; +$strChangePassword = ' '; +$strCharsetOfFile = ' :'; +$strCharsetsAndCollations = ' '; +$strCharsets = ' '; +$strCharset = ' '; $strCheckAll = ' '; $strCheckOverhead = ' '; $strCheckPrivsLong = ' "%s".'; @@ -147,38 +150,38 @@ $strCopyTable = ' $strCopy = ''; $strCouldNotKill = 'phpMyAdmin %s. .'; $strCreateDatabaseBeforeCopying = ' CREATE DATABASE '; -$strCreateIndexTopic = ' '; $strCreateIndex = '  %s '; +$strCreateIndexTopic = ' '; $strCreateNewDatabase = ' '; $strCreateNewTable = ' %s'; +$strCreate = ''; $strCreatePage = ' '; $strCreatePdfFeat = ' PDF-'; -$strCreate = ''; $strCreationDates = '// '; $strCriteria = ''; $strCroatian = ''; $strCSVImportOptions = 'CSV '; $strCSVOptions = 'CSV '; $strCyrillic = ''; -$strCzechSlovak = ''; $strCzech = ''; +$strCzechSlovak = ''; $strDanish = ''; +$strDatabase = ''; $strDatabaseEmpty = ' !'; $strDatabaseExportOptions = ' '; $strDatabaseHasBeenDropped = ' %s .'; $strDatabaseNoTable = ' !'; $strDatabasesDropped = '%s .'; $strDatabasesStatsDisable = ' '; -$strDatabasesStatsEnable = ' '; +$strDatabasesStatsEnable = ' '; $strDatabasesStatsHeavyTraffic = ': MySQL .'; $strDatabasesStats = ' '; $strDatabases = ' '; -$strDatabase = ''; $strDataDict = ' '; -$strDataOnly = ' '; -$strDataPages = ' '; $strData = ''; +$strDataOnly = ' '; +$strDataPages = ' '; $strDBComment = ' : '; $strDBCopy = ' '; $strDBGContextID = ' ID'; @@ -200,11 +203,12 @@ $strDefragment = ' $strDelayedInserts = ' '; $strDeleteAndFlushDescr = ' - , .'; $strDeleteAndFlush = ' .'; -$strDeletedRows = ' :'; $strDeleted = ' '; -$strDeleteNoUsersSelected = ' !'; +$strDeletedRows = ' :'; $strDelete = ''; +$strDeleteNoUsersSelected = ' !'; $strDeleting = ' %s'; +$strDelimiter = ''; $strDelOld = ' . ?'; $strDescending = ''; $strDescription = ''; @@ -214,36 +218,37 @@ $strDisableForeignChecks = ' $strDisplayFeat = ' '; $strDisplayOrder = ' :'; $strDisplayPDF = ' PDF '; -$strDoAQuery = ' " " ( : "%")'; +$strDoAQuery = ' " " ( : "%")'; $strDocu = ''; $strDoYouReally = ' '; $strDropDatabaseStrongWarning = ' !'; -$strDropUsersDb = ' .'; $strDrop = ''; +$strDropUsersDb = ' .'; $strDumpingData = ' () '; $strDumpSaved = '() %s.'; $strDumpXRows = '- %s %s.'; $strDynamic = ''; +$strEdit = ''; $strEditPDFPages = ' PDF '; $strEditPrivileges = ' '; -$strEdit = ''; $strEffective = ''; -$strEmptyResultSet = 'MySQL (.. ).'; $strEmpty = ''; +$strEmptyResultSet = 'MySQL (.. ).'; $strEnabled = ''; $strEncloseInTransaction = ' '; $strEndCut = 'END CUT'; -$strEndRaw = 'END RAW'; $strEnd = ''; +$strEndRaw = 'END RAW'; $strEngineAvailable = '%s MySQL .'; $strEngineDisabled = '%s MySQL .'; $strEngines = ''; $strEngineUnsupported = ' MySQL %s.'; -$strEnglishPrivileges = ' : MySQL . '; $strEnglish = ''; +$strEnglishPrivileges = ' : MySQL . '; $strErrorInZipFile = ' ZIP :'; $strError = ''; +$strErrorRenamingTable = ' %1$s %2$s'; $strEsperanto = ''; $strEstonian = ''; $strExcelEdition = ' Excel'; @@ -257,34 +262,39 @@ $strExtra = ' $strFailedAttempts = ' '; $strFieldHasBeenDropped = ' %s '; $strFieldsEmpty = ' ! '; -$strFieldsEnclosedBy = ' '; -$strFieldsEscapedBy = ' '; -$strFieldsTerminatedBy = ' '; +$strFieldsEnclosedBy = ' '; +$strFieldsEscapedBy = ' '; +$strFieldsTerminatedBy = ' '; $strFields = ''; $strField = ''; $strFileAlreadyExists = ' %s , .'; $strFileCouldNotBeRead = ' '; +$strFileNameTemplateDescriptionDatabase = ' '; +$strFileNameTemplateDescriptionServer = ' '; +$strFileNameTemplateDescriptionTable = ' '; $strFileNameTemplateRemember = ' '; $strFileNameTemplate = ' '; $strFileToImport = ' '; $strFixed = ''; $strFlushPrivilegesNote = ': phpMyAdmin MySQL. . , %s %s .'; $strFlushTable = ' ("FLUSH")'; +$strFontSize = ' '; $strFormat = ''; $strFormEmpty = ' !'; $strFullText = ' '; $strFunction = ''; +$strFunctions = ''; $strGenBy = ' '; $strGeneralRelationFeat = ' '; -$strGeneratePassword = ' '; $strGenerate = ''; +$strGeneratePassword = ' '; $strGenTime = ' '; $strGeorgian = ''; $strGerman = ''; +$strGlobal = ''; $strGlobalPrivileges = ' '; $strGlobalValue = ' '; -$strGlobal = ''; $strGo = ''; $strGrantOption = ''; $strGreek = ''; @@ -295,32 +305,34 @@ $strHasBeenCreated = ' $strHaveToShow = ' '; $strHebrew = ''; $strHexForBinary = ' '; -$strHomepageOfficial = ' phpMyAdmin '; $strHome = ''; +$strHomepageOfficial = ' phpMyAdmin '; $strHostEmpty = ' !'; $strHost = ''; $strHTMLExcelOptions = ' Microsoft Excel 2000'; +$strHTMLWordOptions = ' Microsoft Word 2000'; $strHungarian = ''; $strIcelandic = ''; $strId = 'ID'; $strIdxFulltext = ''; +$strIgnore = ''; $strIgnoreDuplicates = ' '; $strIgnoreInserts = ' INSERT IGNORE'; -$strIgnore = ''; $strIgnoringFile = ' %s'; $strImportDocSQL = ' docSQL '; $strImportFiles = ' '; $strImportFormat = ' '; $strImport = ''; +$strImportSuccessfullyFinished = ' . %d .'; $strIndexes = ''; $strIndexHasBeenDropped = ' %s '; $strIndexName = '  :'; +$strIndex = ''; $strIndexType = '  :'; $strIndexWarningMultiple = ' %s `%s`'; $strIndexWarningPrimary = ' `%s` '; $strIndexWarningTable = ' `%s`'; -$strIndex = ''; $strInnoDBPages = ''; $strInnodbStat = 'InnoDB '; $strInsecureMySQL = ' (root ), MySQL . MySQL . .'; @@ -331,11 +343,13 @@ $strInsert = ' $strInternalNotNecessary = '* InnoDB.'; $strInternalRelations = ' '; $strInUse = ''; -$strInvalidColumnCount = ' - .'; $strInvalidColumn = ' (%s)!'; +$strInvalidColumnCount = ' - .'; +$strInvalidDatabase = ' '; $strInvalidFieldAddCount = ' .'; $strInvalidFieldCount = ' .'; $strInvalidRowNumber = '%d .'; +$strInvalidTableName = ' '; $strJapanese = ''; $strJumpToDB = ' "%s".'; @@ -349,6 +363,7 @@ $strKorean = ' $strLandscape = ''; $strLanguageFileNotFound = ' "%1$s" .'; +$strLanguage = ''; $strLatexCaption = ' '; $strLatexContent = ' __TABLE__'; $strLatexContinuedCaption = ' '; @@ -378,7 +393,7 @@ $strLogServer = ' $strLogUsername = ':'; $strLongOperation = ' . ?'; -$strMaxConnects = ' '; +$strMaxConnects = ' '; $strMaximalQueryLength = ' '; $strMaximumSize = ' : %s%s'; $strMIME_available_mime = ' MIME-'; @@ -386,24 +401,24 @@ $strMIME_available_transform = ' $strMIME_description = ''; $strMIME_MIMEtype = 'MIME-'; $strMIME_nodescription = ' .
        %s.'; +$strMIME_transformation = ' '; $strMIME_transformation_note = ' MIME-type %s %s'; $strMIME_transformation_options_note = ' : \'a\',\'b\',\'c\'...
        ("\") ("\'") , ( \'\\\\xyz\' \'a\\\'b\').'; $strMIME_transformation_options = ' '; -$strMIME_transformation = ' '; $strMIMETypesForTable = 'MIME '; $strMIME_without = 'MIME-types '; $strModifications = ' '; $strModifyIndexTopic = ' '; $strModify = ''; +$strMoveTable = ' ( .):'; $strMoveTableOK = ' %s %s.'; $strMoveTableSameNames = ' !'; -$strMoveTable = ' ( .):'; $strMultilingual = ''; $strMyISAMMaxExtraSortFileSize = ' '; $strMyISAMRecoverOptions = ' '; $strMyISAMRepairThreads = ' '; $strMyISAMSortBufferSize = ' '; -$strMySQLCharset = ' MySQL'; +$strMySQLCharset = ' MySQL'; $strMysqlClientVersion = ' MySQL'; $strMySQLConnectionCollation = ' MySQL'; $strMySQLSaid = 'MySQL : '; @@ -413,8 +428,8 @@ $strMySQLShowVars = ' $strName = ''; $strNext = ''; -$strNoDatabasesSelected = ' .'; $strNoDatabases = ' '; +$strNoDatabasesSelected = ' .'; $strNoDescription = ' '; $strNoDetailsForEngine = ' .'; $strNoDropDatabases = '"DROP DATABASE" .'; @@ -425,6 +440,7 @@ $strNoIndexPartsDefined = ' $strNoIndex = ' !'; $strNoModification = ' '; $strNone = ''; +$strNo = ''; $strNoOptions = ' '; $strNoPassword = ' '; $strNoPermission = ' %s.'; @@ -439,9 +455,8 @@ $strNotOK = ' $strNotSet = ' %s %s'; $strNoUsersFound = ' ().'; $strNoValidateSQL = ' Validate SQL'; -$strNo = ''; $strNull = ''; -$strNumberOfFields = ' '; +$strNumberOfFields = ' '; $strNumSearchResultsInTable = '%s () %s'; $strNumSearchResultsTotal = ': %s ()'; $strNumTables = ''; @@ -467,14 +482,16 @@ $strPdfDbSchema = ' $strPdfInvalidTblName = ' "%s" !'; $strPdfNoTables = ' '; $strPDFOptions = 'PDF '; +$strPDFReportExplanation = '( )'; +$strPDFReportTitle = ' '; $strPerHour = ' '; $strPerMinute = ' '; $strPerSecond = ' '; $strPersian = ''; $strPhoneBook = ' '; $strPHP40203 = ' PHP 4.2.3, - (mbstring). PHP 19404. PHP phpMyAdmin.'; -$strPHPVersion = ' PHP'; $strPhp = ' PHP '; +$strPHPVersion = ' PHP'; $strPmaDocumentation = 'phpMyAdmin '; $strPmaUriError = ' $cfg[\'PmaAbsoluteUri\'] !'; $strPolish = ''; @@ -485,9 +502,9 @@ $strPrimaryKeyHasBeenDropped = ' $strPrimaryKeyName = ' ... PRIMARY!'; $strPrimaryKeyWarning = '("PRIMARY" !)'; $strPrimary = 'PRIMARY'; -$strPrintViewFull = ' ( )'; -$strPrintView = ' '; $strPrint = ''; +$strPrintViewFull = ' ( )'; +$strPrintView = ' '; $strPrivDescAllPrivileges = ' GRANT.'; $strPrivDescAlterRoutine = ' .'; $strPrivDescAlter = ' .'; @@ -523,8 +540,9 @@ $strPrivDescShutdown = ' $strPrivDescSuper = ' , ; , .'; $strPrivDescUpdate = ' .'; $strPrivDescUsage = ' .'; -$strPrivilegesReloaded = ' .'; $strPrivileges = ''; +$strPrivilegesReloaded = ' .'; +$strProcedures = ''; $strProcesses = ''; $strProcesslist = ' '; $strProtocolVersion = ' '; @@ -536,8 +554,9 @@ $strQBE = ' $strQueryCache = ' '; $strQueryFrame = ' '; $strQueryOnDb = 'SQL- %s:'; +$strQueryResultsOperations = ' '; $strQuerySQLHistory = 'SQL-'; -$strQueryStatistics = ' : , %s .'; +$strQueryStatistics = ' : %s .'; $strQueryTime = ' %01.4f '; $strQueryType = ' '; $strQueryWindowLock = ' '; @@ -548,18 +567,18 @@ $strReferentialIntegrity = ' $strRefresh = ''; $strRelationalSchema = ' '; $strRelationNotWorking = ' (linked) . %s%s.'; -$strRelationsForTable = ' '; $strRelations = ''; -$strRelationView = ' '; +$strRelationsForTable = ' '; +$strRelationView = ' '; $strReloadingThePrivileges = ' '; $strReloadPrivileges = ' '; $strRemoveSelectedUsers = ' '; $strRenameDatabaseOK = ' %s %s'; -$strRenameTableOK = ' %s %s'; $strRenameTable = ' '; +$strRenameTableOK = ' %s %s'; $strRepairTable = ' '; $strReplaceNULLBy = ' NULL '; -$strReplaceTable = ' '; +$strReplaceTable = ' '; $strReplication = ''; $strReset = ''; $strResourceLimits = ' '; @@ -570,6 +589,7 @@ $strRevokeMessage = ' $strRevoke = ''; $strRomanian = ''; $strRowLength = ' '; +$strRows = ''; $strRowsFrom = ' '; $strRowSize = ' '; $strRowsModeFlippedHorizontal = ' ( )'; @@ -577,11 +597,10 @@ $strRowsModeHorizontal = ' $strRowsModeOptions = ' %s %s
        '; $strRowsModeVertical = ''; $strRowsStatistic = ' '; -$strRows = ''; $strRunning = ' %s'; $strRunQuery = ' '; +$strRunSQLQuery = ' SQL / %s'; $strRunSQLQueryOnServer = ' SQL / %s'; -$strRunSQLQuery = ' SQL / %s'; $strRussian = ''; $strSaveOnServer = ' %s'; @@ -589,32 +608,33 @@ $strSave = ' $strScaleFactorSmall = ' '; $strSearchFormTitle = ' '; $strSearchInTables = ' :'; -$strSearchNeedle = ' ( : "%"):'; +$strSearchNeedle = ' ( : "%"):'; +$strSearch = ''; $strSearchOption1 = ' '; $strSearchOption2 = ' '; $strSearchOption3 = ' '; $strSearchOption4 = ' '; $strSearchResultsFor = ' "%s" %s:'; $strSearchType = ':'; -$strSearch = ''; $strSecretRequired = ' (blowfish_secret).'; $strSelectADb = ' '; $strSelectAll = ' '; $strSelectBinaryLog = ' '; -$strSelectFields = ' ( ):'; +$strSelectFields = ' ( ):'; $strSelectNumRows = ' '; $strSelectTables = ' '; $strSend = ''; $strSent = ''; $strServerChoice = ' '; +$strServer = ''; $strServerNotResponding = ' '; -$strServerStatusUptime = ' MySQL %s. %s.'; +$strServers = ''; $strServerStatus = ' MySQL '; +$strServerStatusUptime = ' MySQL %s. %s.'; $strServerTabVariables = ''; $strServerTrafficNotes = ' : MySQL .'; $strServerVars = ' '; $strServerVersion = ' '; -$strServer = ''; $strSessionValue = ' '; $strSetEnumVal = ' "enum" "set", : \'a\',\'b\',\'c\'...
        ("\") ("\'") , (: \'\\\\xyz\' \'a\\\'b\').'; $strShowAll = ' '; @@ -625,6 +645,14 @@ $strShowGrid = ' $strShowingRecords = ' '; $strShowOpenTables = ' '; $strShowPHPInfo = ' PHP '; +$strShowStatusCreated_tmp_filesDescr = ' mysqld .'; +$strShowStatusDelayed_writesDescr = ' INSERT DELAYED .'; +$strShowStatusHandler_updateDescr = ' .'; +$strShowStatusHandler_writeDescr = ' .'; +$strShowStatusOpen_filesDescr = ' .'; +$strShowStatusOpen_streamsDescr = ' ( ).'; +$strShowStatusOpen_tablesDescr = ' .'; +$strShowStatusSort_rowsDescr = ' .'; $strShowTableDimension = ' '; $strShowTables = ' '; $strShowThisQuery = ' '; @@ -632,6 +660,7 @@ $strShow = ' $strSimplifiedChinese = ' '; $strSingly = '()'; $strSize = ''; +$strSkipQueries = ' (), '; $strSlovak = ''; $strSlovenian = ''; $strSortByKey = ' '; @@ -640,7 +669,9 @@ $strSort = ' $strSpaceUsage = ' '; $strSpanish = ''; $strSplitWordsWithSpace = ' (" ").'; +$strSQLCompatibility = ' SQL'; $strSQLExportType = ' '; +$strSQLImportOptions = 'SQL '; $strSQLOptions = ' SQL'; $strSQLParserBugMessage = ' SQL . -, . , . MySQL. MySQL -, , . , SQL , CUT -:'; $strSQLParserUserError = ', SQL . MySQL , , '; @@ -655,8 +686,8 @@ $strStatCreateTime = ' $strStatement = ''; $strStatUpdateTime = ' '; $strStatus = ''; -$strStorageEngines = ' '; $strStorageEngine = ' '; +$strStorageEngines = ' '; $strStrucCSV = 'CSV '; $strStrucData = ' '; $strStrucExcelCSV = 'CSV MS Excel '; @@ -687,17 +718,21 @@ $strTempData = ' $strTextAreaLength = ' ,
        '; $strThai = ''; $strThemeDefaultNotFound = ' %s !'; +$strThemeNotFound = ' %s !'; +$strThemeNoValidImgPath = ' %s!'; $strTheme = ' / '; +$strThemePathNotFound = ' %s!'; $strThisHost = ' '; $strThisNotDirectory = ' '; $strThreadSuccessfullyKilled = ' %s .'; $strThreads = ''; $strTime = ''; -$strTotalUC = ''; $strTotal = ''; +$strTotalUC = ''; $strTraditionalChinese = ' '; $strTraditionalSpanish = ' '; $strTraffic = ''; +$strTransactionCoordinator = ' '; $strTransformation_application_octetstream__download = ' a . . . , .'; $strTransformation_image_jpeg__inline = ' thumbnail; : , ( )'; $strTransformation_image_jpeg__link = ' ( , i.e.).'; @@ -707,7 +742,7 @@ $strTransformation_text_plain__external = ' $strTransformation_text_plain__formatted = ' .'; $strTransformation_text_plain__imagelink = ' ; "http://domain.com/", , .'; $strTransformation_text_plain__link = ' ; "http://domain.com/", .'; -$strTransformation_text_plain__substr = ' . ( 0). . , . ( : ...) .'; +$strTransformation_text_plain__substr = ' . ( 0). . , . ( : ...) .'; $strTruncateQueries = ' '; $strTurkish = ''; $strType = ''; @@ -723,6 +758,8 @@ $strUpdateProfileMessage = ' $strUpdateQuery = ' '; $strUpdComTab = ' Column_comments '; $strUpgrade = ' %s %s -.'; +$strUploadLimit = ' . , %sd%s .'; +$strUploadsNotAllowed = ' .'; $strUsage = ''; $strUseBackquotes = ' '; $strUsedPhpExtensions = ' PHP '; @@ -745,22 +782,25 @@ $strValidatorError = 'SQL $strValue = ''; $strVar = ''; $strVersionInformation = ' '; +$strView = ''; $strViewDumpDatabases = ' '; $strViewDumpDB = ' '; $strViewDump = ' '; $strViewHasBeenDropped = ' %s '; +$strViewMaxExactCount = ' %s . , %s%s.'; $strWebServerUploadDirectoryError = ' upload '; $strWebServerUploadDirectory = ' upload '; $strWelcome = ' %s'; $strWestEuropean = '-'; -$strWildcard = ' '; +$strWildcard = ' '; $strWindowNotFound = ' . '; $strWithChecked = ' :'; $strWritingCommentNotPossible = ' '; $strWritingRelationNotPossible = ' '; $strWrongUser = ' /. .'; +$strXMLOptions = 'XML '; $strXML = 'XML'; $strYes = ''; @@ -770,11 +810,9 @@ $strZip = '"zip- // To translate: $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate -$strAddClause = 'Add %s'; //to translate $strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strBinaryLog = 'Binary log'; //to translate -$strBinLogEventType = 'Event type'; //to translate $strBinLogName = 'Log name'; //to translate $strBinLogOriginalPosition = 'Original position'; //to translate $strBinLogPosition = 'Position'; //to translate @@ -791,7 +829,7 @@ $strBusyPages = 'Busy pages'; //to translate $strCreateUserDatabase = 'Database for user'; //to translate $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate +$strCreateUserDatabaseNone = ''; //to translate $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate $strCSV = 'CSV'; //to translate @@ -800,9 +838,6 @@ $strDirtyPages = 'Dirty pages'; //to translate $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate -$strFileNameTemplateDescriptionServer = 'server name'; //to translate -$strFileNameTemplateDescriptionTable = 'table name'; //to translate $strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate $strFlushQueryCache = 'Flush query cache'; //to translate $strFlushTables = 'Flush (close) all tables'; //to translate @@ -811,9 +846,7 @@ $strFreePages = 'Free pages'; //to translate $strHandler = 'Handler'; //to translate $strHTMLExcel = 'Microsoft Excel 2000'; //to translate $strHTMLWord = 'Microsoft Word 2000'; //to translate -$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate -$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate @@ -860,11 +893,8 @@ $strOpenDocumentTextOptions = 'Open Document Text options'; //to translate $strPagesToBeFlushed = 'Pages to be flushed'; //to translate $strPasswordHashing = 'Password Hashing'; //to translate $strPDF = 'PDF'; //to translate -$strPDFReportTitle = 'Report title'; //to translate $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate -$strQueryResultsOperations = 'Query results operations'; //to translate - $strReadRequests = 'Read requests'; //to translate $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate @@ -874,11 +904,9 @@ $strShowSlaveStatus = 'Show slave status'; //to translate $strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate $strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate -$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate $strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate -$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate @@ -890,8 +918,6 @@ $strShowStatusHandler_read_prevDescr = 'The number of requests to read the previ $strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate $strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate -$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate -$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate @@ -945,9 +971,6 @@ $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to $strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate $strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate -$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate -$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate -$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate @@ -970,7 +993,6 @@ $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate $strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate -$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate $strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate @@ -978,47 +1000,22 @@ $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate $strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate -$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate -$strSQLCompatibility = 'SQL compatibility mode'; //to translate -$strSQLImportOptions = 'SQL '; //to translate $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate $strStrucNativeExcel = 'Native MS Excel data'; //to translate $strStrucNativeExcelOptions = 'Native Excel export options'; //to translate $strTakeIt = 'take it'; //to translate $strThemeNoPreviewAvailable = 'No preview available.'; //to translate -$strThemeNotFound = ' %s !'; //to translate -$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate -$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate $strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate -$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransformation_application_octetstream__hex = ' . Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate -$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate - -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate -$strView = 'View'; //to translate $strWriteRequests = 'Write requests'; //to translate -$strXMLOptions = 'XML options'; //to translate - -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php b/lang/catalan-iso-8859-1.inc.php index f9a3c879d..d9be6c09e 100644 --- a/lang/catalan-iso-8859-1.inc.php +++ b/lang/catalan-iso-8859-1.inc.php @@ -2,14 +2,14 @@ /* $Id$ */ $charset = 'iso-8859-1'; -$text_dir = 'ltr'; +$text_dir = 'ltr'; // ('ltr' d'esquerra a dreta, 'rtl' de dreta a esquerra) $number_thousands_separator = '.'; $number_decimal_separator = ','; // abreviatures de Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); $timespanfmt = '%s dies, %s hores, %s minuts i %s segons'; -$day_of_week = array('Diu', 'Dll', 'Dma', 'Dcr', 'Djs', 'Div', 'Dis'); +$day_of_week = array('Diu', 'Dll', 'Dma', 'Dcr', 'Dij', 'Div', 'Dis'); $month = array('Gen', 'Feb', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Oct', 'Nov', 'Dec'); // Veure http://www.php.net/manual/es/function.strftime.php per a definir // la variable seguent @@ -299,6 +299,7 @@ $strFlushPrivilegesNote = 'Nota: phpMyAdmin obt $strFlushQueryCache = 'Buidar la memria intermdia de consultes'; $strFlushTable = 'Buidar la memria cau de la taula ("FLUSH")'; $strFlushTables = 'Sincronitzar (tancar) totes les taules'; +$strFontSize = 'Tamany de lletra'; $strFormat = 'Format'; $strFormEmpty = 'Falta un valor al formulari !'; $strFreePages = 'Pgines lliures'; @@ -404,6 +405,7 @@ $strKorean = 'Core $strLandscape = 'Horitzontal'; $strLanguageFileNotFound = 'Arxiu d\'idioma "%1$s" no trobat.'; +$strLanguage = 'Idioma'; $strLanguageUnknown = 'Idioma desconegut: %1$s.'; $strLatchedPages = 'Pgines inalterables'; $strLatexCaption = 'Titol de Taula'; @@ -911,6 +913,7 @@ $strTraditionalSpanish = 'Espanyol Tradicional'; $strTraffic = 'Trfic'; $strTransactionCoordinator = 'Coordinador de transaccions'; $strTransformation_application_octetstream__download = 'Mostra un enlla per descarregar les dades binries d\'un camp. La primera dada s el nom d\'arxiu binari. La segona dada s un possible nom de camp d\'una taula que contingui el nom d\'arxiu. Si es facilita la segona dada s necessari tenir la primera dada buida'; +$strTransformation_application_octetstream__hex = 'Mostra la representaci hexadecimal de les dades. El primer parmetre s opcional i especifica cm de sovint s\'afegir l\'espai (per defecte a 2 \"nibbles\").'; $strTransformation_image_jpeg__inline = 'Mostra una miniatura amb enlla; opcions: ample,alt en pixels (respecta la proporci original)'; $strTransformation_image_jpeg__link = 'Es mostra com a enlla a la imatge.'; $strTransformation_image_png__inline = 'Veure image/jpeg: en linia'; @@ -988,12 +991,4 @@ $strYes = 'Si'; $strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el limit.'; $strZip = '"comprimit amb zip"'; -// To translate: - -$strFontSize = 'Font size'; //to translate - -$strLanguage = 'Language'; //to translate - -$strTransformation_application_octetstream__hex = 'Mostra la representaci hexadecimal de les dades. El primer parmetre s opcional i especifica cm s\'afegir l\'espai (per defecte a 2 nibbles).'; //to translate - ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index 44ea28bf3..5ccc04f87 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -3,14 +3,14 @@ $charset = 'utf-8'; $allow_recoding = TRUE; -$text_dir = 'ltr'; +$text_dir = 'ltr'; // ('ltr' d'esquerra a dreta, 'rtl' de dreta a esquerra) $number_thousands_separator = '.'; $number_decimal_separator = ','; // abreviatures de Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); $timespanfmt = '%s dies, %s hores, %s minuts i %s segons'; -$day_of_week = array('Diu', 'Dll', 'Dma', 'Dcr', 'Djs', 'Div', 'Dis'); +$day_of_week = array('Diu', 'Dll', 'Dma', 'Dcr', 'Dij', 'Div', 'Dis'); $month = array('Gen', 'Feb', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Oct', 'Nov', 'Dec'); // Veure http://www.php.net/manual/es/function.strftime.php per a definir // la variable seguent @@ -300,6 +300,7 @@ $strFlushPrivilegesNote = 'Nota: phpMyAdmin obté els permissos de l\'usuari dir $strFlushQueryCache = 'Buidar la memòria intermèdia de consultes'; $strFlushTable = 'Buidar la memòria cau de la taula ("FLUSH")'; $strFlushTables = 'Sincronitzar (tancar) totes les taules'; +$strFontSize = 'Tamany de lletra'; $strFormat = 'Format'; $strFormEmpty = 'Falta un valor al formulari !'; $strFreePages = 'Pàgines lliures'; @@ -405,6 +406,7 @@ $strKorean = 'Coreà'; $strLandscape = 'Horitzontal'; $strLanguageFileNotFound = 'Arxiu d\'idioma "%1$s" no trobat.'; +$strLanguage = 'Idioma'; $strLanguageUnknown = 'Idioma desconegut: %1$s.'; $strLatchedPages = 'Pàgines inalterables'; $strLatexCaption = 'Titol de Taula'; @@ -912,6 +914,7 @@ $strTraditionalSpanish = 'Espanyol Tradicional'; $strTraffic = 'Tràfic'; $strTransactionCoordinator = 'Coordinador de transaccions'; $strTransformation_application_octetstream__download = 'Mostra un enllaç per descarregar les dades binàries d\'un camp. La primera dada és el nom d\'arxiu binari. La segona dada és un possible nom de camp d\'una taula que contingui el nom d\'arxiu. Si es facilita la segona dada és necessari tenir la primera dada buida'; +$strTransformation_application_octetstream__hex = 'Mostra la representació hexadecimal de les dades. El primer paràmetre és opcional i especifica cóm de sovint s\'afegirá l\'espai (per defecte a 2 \"nibbles\").'; $strTransformation_image_jpeg__inline = 'Mostra una miniatura amb enllaç; opcions: ample,alt en pixels (respecta la proporció original)'; $strTransformation_image_jpeg__link = 'Es mostra com a enllaç a la imatge.'; $strTransformation_image_png__inline = 'Veure image/jpeg: en linia'; @@ -989,12 +992,4 @@ $strYes = 'Si'; $strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el limit.'; $strZip = '"comprimit amb zip"'; -// To translate: - -$strFontSize = 'Font size'; //to translate - -$strLanguage = 'Language'; //to translate - -$strTransformation_application_octetstream__hex = 'Mostra la representació hexadecimal de les dades. El primer paràmetre és opcional i especifica cóm s\'afegirá l\'espai (per defecte a 2 nibbles).'; //to translate - ?> diff --git a/lang/check_lang.sh b/lang/check_lang.sh index 5cfe0137b..221e98bc6 100755 --- a/lang/check_lang.sh +++ b/lang/check_lang.sh @@ -12,7 +12,7 @@ MASTER="english-iso-8859-1.inc.php" TMPDIR="tmp-check" FILEPAT="*.inc.php" STRINGMATCH='^[[:space:]]*\$[[:alnum:]_]+[[:blank:]]+=' -IGNOREMATCH='strEncto|strKanjiEncodConvert|strXkana|allow_recoding' +IGNOREMATCH='strEncto|strKanjiEncodConvert|strXkana|allow_recoding|doc_lang' if [ "`which diffstat`" = "" ] ; then echo 'You need diffstat to use this!' diff --git a/lang/chinese_simplified-gb2312.inc.php b/lang/chinese_simplified-gb2312.inc.php index acaad37d8..4a1196e97 100644 --- a/lang/chinese_simplified-gb2312.inc.php +++ b/lang/chinese_simplified-gb2312.inc.php @@ -13,6 +13,8 @@ $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('ֽ', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$mysql_5_1_doc_lang = 'zh'; + $day_of_week = array('', 'һ', 'ܶ', '', '', '', ''); $month = array('һ', '', '', '', '', '', '', '', '', 'ʮ', 'ʮһ', 'ʮ'); // See http://www.php.net/manual/en/function.strftime.php to define the diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 42975d6d0..35f9b2c79 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -14,6 +14,8 @@ $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('字节', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$mysql_5_1_doc_lang = 'zh'; + $day_of_week = array('周日', '周一', '周二', '周三', '周四', '周五', '周六'); $month = array('一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'); // See http://www.php.net/manual/en/function.strftime.php to define the @@ -24,8 +26,8 @@ $timespanfmt = '%s 天 %s 小时,%s 分 %s 秒'; $strAbortedClients = '中止'; $strAbsolutePathToDocSqlDir = '请输入 docSQL 目录在网站服务器的绝对路径'; -$strAccessDeniedExplanation = 'phpMyAdmin 试图连接到 MySQL 服务器,但服务器拒绝连接。您应该检查 config.inc.php 中的主机、用户名和密码,并且确定这些信息与 MySQL 服务器的管理员所给出的信息一致。'; $strAccessDenied = '访问被拒绝'; +$strAccessDeniedExplanation = 'phpMyAdmin 试图连接到 MySQL 服务器,但服务器拒绝连接。您应该检查 config.inc.php 中的主机、用户名和密码,并且确定这些信息与 MySQL 服务器的管理员所给出的信息一致。'; $strAction = '操作'; $strAddAutoIncrement = '添加 AUTO_INCREMENT 值'; $strAddConstraints = '强制添加'; @@ -50,15 +52,15 @@ $strAfterInsertNewInsert = '插入新的一行'; $strAfterInsertNext = '编辑下一行'; $strAfterInsertSame = '返回这一页'; $strAfter = '于 %s 之后'; -$strAllTableSameWidth = '以相同宽度显示所有表吗?'; $strAll = '全部'; +$strAllTableSameWidth = '以相同宽度显示所有表吗?'; $strAlterOrderBy = '更改表顺序,依据'; $strAnalyzeTable = '分析表'; $strAnd = '与'; $strAnIndex = '索引已经添加到 %s'; +$strAny = '任意'; $strAnyHost = '任意主机'; $strAnyUser = '任意用户'; -$strAny = '任意'; $strApproximateCount = '可能接近. 请参看 FAQ 3.11'; $strAPrimaryKey = '主键已经添加到 %s'; $strArabic = '阿拉伯语'; @@ -74,9 +76,9 @@ $strBack = '返回'; $strBaltic = '巴拉克语'; $strBeginCut = '开始剪切'; $strBeginRaw = '开始原文'; +$strBinary = '二进制'; $strBinaryDoNotEdit = '二进制 - 无法编辑'; $strBinaryLog = '二进制日志'; -$strBinary = '二进制'; $strBinLogEventType = '事件类型'; $strBinLogInfo = '信息'; $strBinLogName = '日志文件名'; @@ -89,8 +91,8 @@ $strBookmarkLabel = '标签'; $strBookmarkQuery = '已加书签的 SQL 查询'; $strBookmarkThis = '将此 SQL 查询加为书签'; $strBookmarkView = '只查看'; -$strBrowseForeignValues = '浏览不相关的值'; $strBrowse = '浏览'; +$strBrowseForeignValues = '浏览不相关的值'; $strBulgarian = '保加利亚语'; $strBzError = 'phpMyAdmin 无法压缩转存,原因是此版本 php 中的 Bz2 模块损坏。强制将 phpMyAdmin 配置文件中的 $cfg[\'BZipDump\'] 设置为 FALSE。如果您想使用 Bz2 压缩功能,请更新 php 的版本。详情请参看 php 错误报告 %s。'; $strBzip = 'bzip 压缩'; @@ -105,6 +107,7 @@ $strCardinality = '基数'; $strCaseInsensitive = '不区分大小写'; $strCaseSensitive = '区分大小写'; $strCentralEuropean = '中欧'; +$strChange = '更改'; $strChangeCopyModeCopy = '... 保留旧用户。'; $strChangeCopyModeDeleteAndReload = ' ... 从用户表中删除旧用户,然后重新载入权限。'; $strChangeCopyModeJustDelete = ' ... 从用户表中删除旧用户。'; @@ -113,15 +116,14 @@ $strChangeCopyMode = '创建带有相同权限的新用户并 ...'; $strChangeCopyUser = '更改登录信息/复制用户'; $strChangeDisplay = '选择要显示的字段'; $strChangePassword = '更改密码'; -$strChange = '更改'; -$strCharsetOfFile = '文件的字符集:'; -$strCharsetsAndCollations = '字符集和整理'; -$strCharsets = '字符集'; $strCharset = '字符集'; +$strCharsetOfFile = '文件的字符集:'; +$strCharsets = '字符集'; +$strCharsetsAndCollations = '字符集和整理'; $strCheckAll = '全选'; $strCheckOverhead = '彻底检查'; -$strCheckPrivsLong = '检查数据库“%s”的权限。'; $strCheckPrivs = '检查权限'; +$strCheckPrivsLong = '检查数据库“%s”的权限。'; $strCheckTable = '检查表'; $strChoosePage = '请选择需要编辑的页号'; $strColComFeat = '显示列注解'; @@ -142,44 +144,44 @@ $strConstraintsForDumped = '限制导出的表'; $strConstraintsForTable = '限制表'; $strCookiesRequired = 'Cookies 必须启用才能登入。'; $strCopyDatabaseOK = '数据库 %s已经被复制到%s'; +$strCopyTable = '将表复制到(数据库名.表名):'; $strCopyTableOK = '表 %s 已经成功复制为 %s。'; $strCopyTableSameNames = '无法将表复制为相同名称!'; -$strCopyTable = '将表复制到(数据库名.表名):'; $strCouldNotKill = 'phpMyAdmin 无法杀死线程 %s。可能该线程已经关闭。'; -$strCreateIndexTopic = '创建新索引'; +$strCreate = '创建'; $strCreateIndex = '在第 %s 列创建索引'; +$strCreateIndexTopic = '创建新索引'; $strCreateNewDatabase = '创建一个新的数据库'; $strCreateNewTable = '在数据库 %s 中创建一个新表'; $strCreatePage = '创建新页'; $strCreatePdfFeat = '创建 PDF'; -$strCreate = '创建'; $strCreationDates = '创建/更新/日期检查'; $strCriteria = '条件'; $strCroatian = '克罗地亚语'; $strCSVOptions = 'CSV 选项'; $strCyrillic = '西里尔语'; -$strCzechSlovak = '捷克斯洛伐克语'; $strCzech = '捷克语'; +$strCzechSlovak = '捷克斯洛伐克语'; $strDanish = '丹麦语'; +$strData = '数据'; +$strDatabase = '数据库'; $strDatabaseEmpty = '这个数据库名字是空!'; $strDatabaseExportOptions = '数据库导出选项'; $strDatabaseHasBeenDropped = '数据库 %s 已被删除。'; $strDatabaseNoTable = '此数据库中没有表!'; +$strDatabases = '数据库'; $strDatabasesDropped = '已经成功删除了 %s 个数据库。'; +$strDatabasesStats = '数据库统计'; $strDatabasesStatsDisable = '禁用统计'; $strDatabasesStatsEnable = '启用统计'; $strDatabasesStatsHeavyTraffic = '注意:在此启用数据库统计可能导致网站服务器和 MySQL 服务器之间的流量骤增。'; -$strDatabasesStats = '数据库统计'; -$strDatabases = '数据库'; -$strDatabase = '数据库'; $strDataDict = '数据字典'; $strDataOnly = '只有数据'; -$strData = '数据'; $strDBComment = '数据库注释:'; $strDBCopy = '复制数据库到'; -$strDBGContextID = '上下文 ID'; $strDBGContext = '上下文'; +$strDBGContextID = '上下文 ID'; $strDBGHits = '次数'; $strDBGLine = '行'; $strDBGMaxTimeMs = '最大时间,毫秒'; @@ -190,15 +192,15 @@ $strDBGTotalTimeMs = '总计时间,毫秒'; $strDbPrivileges = '按数据库指定权限'; $strDBRename = '重新命名数据库为 '; $strDbSpecific = '按数据库指定'; -$strDefaultValueHelp = '对于默认值,请只输入单个值,不要加反斜线或引号,请用此格式:a'; $strDefault = '默认'; +$strDefaultValueHelp = '对于默认值,请只输入单个值,不要加反斜线或引号,请用此格式:a'; $strDefragment = '整理表碎片'; $strDelayedInserts = '延时插入'; +$strDelete = '删除'; $strDeleteAndFlushDescr = '这是一个最干净的做法,但重新读取权限需一段时间。'; $strDeleteAndFlush = '删除用户并重新读取权限。'; -$strDeletedRows = '已删除行数:'; $strDeleted = '该行已经被删除。'; -$strDelete = '删除'; +$strDeletedRows = '已删除行数:'; $strDeleting = '正在删除 %s'; $strDelOld = '当前页所引用的表不存在了。您是否想要删除这些引用?'; $strDescending = '递减'; @@ -212,27 +214,27 @@ $strDisplayPDF = '显示 PDF 大纲'; $strDoAQuery = '执行“按例查询”(通配符:“%”)'; $strDocu = '文档'; $strDoYouReally = '您真的要'; +$strDrop = '删除'; $strDropDatabaseStrongWarning = '您将要删除一个完整的数据库!'; $strDropUsersDb = '删除与用户名称相同的数据库。'; -$strDrop = '删除'; $strDumpingData = '导出表中的数据'; $strDumpSaved = '转存已经保存到文件 %s 中了。'; $strDumpXRows = '转存 %s 行,从记录 #%s 开始。'; $strDynamic = '动态'; +$strEdit = '编辑'; $strEditPDFPages = '编辑 PDF 页'; $strEditPrivileges = '编辑权限'; -$strEdit = '编辑'; $strEffective = '有效'; -$strEmptyResultSet = 'MySQL 返回的查询结果为空(即零行)。'; $strEmpty = '清空'; +$strEmptyResultSet = 'MySQL 返回的查询结果为空(即零行)。'; $strEnabled = '已启用'; $strEncloseInTransaction = '处理事务中封装输出'; +$strEnd = '结束'; $strEndCut = '结束剪切'; $strEndRaw = '结束原文'; -$strEnd = '结束'; -$strEnglishPrivileges = ' 注意:MySQL 权限名称会以英文显示 '; $strEnglish = '英语'; +$strEnglishPrivileges = ' 注意:MySQL 权限名称会以英文显示 '; $strError = '错误'; $strEscapeWildcards = '通配符 _ 及 % 应正确地加入 \ '; $strEstonian = '爱沙尼亚语'; @@ -245,17 +247,17 @@ $strExtendedInserts = '扩展插入'; $strExtra = '额外'; $strFailedAttempts = '尝试失败'; +$strField = '字段'; $strFieldHasBeenDropped = '字段 %s 已被删除'; +$strFields = '字段数'; $strFieldsEmpty = ' 字段总数是空的!'; $strFieldsEnclosedBy = '包裹字段的字符'; $strFieldsEscapedBy = '转义字段的字符'; $strFieldsTerminatedBy = '分隔字段的字符'; -$strFields = '字段数'; -$strField = '字段'; $strFileAlreadyExists = '文件 %s 已经存在于服务器上,请更改文件名或者选中覆盖选项。'; $strFileCouldNotBeRead = '文件无法读取'; -$strFileNameTemplateRemember = '记住模板'; $strFileNameTemplate = '文件名模板'; +$strFileNameTemplateRemember = '记住模板'; $strFixed = '固定'; $strFlushPrivilegesNote = '注意:phpMyAdmin 直接由 MySQL 权限表取得用户权限。如果用户手动更改表,表内容将可能与服务器使用的用户权限有异。在这种情况下,您应在继续前%s重新载入权限%s。'; $strFlushTable = '强制更新资料表("FLUSH")'; @@ -269,9 +271,9 @@ $strGeneralRelationFeat = '一般关系特性'; $strGenTime = '生成日期'; $strGeorgian = '乔治亚语'; $strGerman = '德语'; +$strGlobal = '全局'; $strGlobalPrivileges = '全局权限'; $strGlobalValue = '全局值'; -$strGlobal = '全局'; $strGo = '执行'; $strGrantOption = '授权'; $strGreek = '希腊语'; @@ -282,20 +284,21 @@ $strHasBeenCreated = '已经建立。'; $strHaveToShow = '您需要最少选择显示一列'; $strHebrew = '希伯来语'; $strHexForBinary = '二进制区域使用十六进制显示'; -$strHomepageOfficial = 'phpMyAdmin 官方网站'; $strHome = '主目录'; -$strHostEmpty = '主机名称是空的!'; +$strHomepageOfficial = 'phpMyAdmin 官方网站'; $strHost = '主机'; +$strHostEmpty = '主机名称是空的!'; $strHungarian = '匈牙利语'; $strIcelandic = '冰岛语'; $strId = 'ID'; // use eng $strIdxFulltext = '全文搜索'; -$strIgnoreInserts = '忽略插入'; $strIgnore = '忽略'; +$strIgnoreInserts = '忽略插入'; $strIgnoringFile = '忽略文件 %s'; $strImportDocSQL = '导入 docSQL 文档'; $strImportFiles = '导入文件'; +$strIndex = '索引'; $strIndexes = '索引'; $strIndexHasBeenDropped = '索引 %s 已被删除'; $strIndexName = '索引名称:'; @@ -304,13 +307,12 @@ $strIndexWarningMultiple = '警告:超过一个 %s 键被设在字段 `%s`中 $strIndexWarningPrimary = '警告:主键PRIMARY与索引键INDEX不应同时设在字段 `%s` 中'; $strIndexWarningTable = '警告:数据表 `%s`的索引存在问题'; $strIndexWarningUnique = '警告:唯一键UNIQUE与索引键INDEX不应同时设在字段 `%s` 中'; -$strIndex = '索引'; $strInnodbStat = 'InnoDB 状态'; $strInsecureMySQL = '您配置文件中的设定与 MySQL 默认权限账户对应(没有密码的 root)。您的 MySQL 服务器使用默认值运行当然没有问题,不过这样的话,被入侵的可能性会很大,您真的应该先补上这个安全漏洞。'; +$strInsert = '插入'; $strInsertAsNewRow = '以新行插入'; $strInsertedRowId = '插入行 id:'; $strInsertedRows = '插入的行数:'; -$strInsert = '插入'; $strInternalNotNecessary = '当 * 也存在于InnoDB中的时候,内部关联并不必要。'; $strInternalRelations = '内在联系'; $strInUse = '使用中'; @@ -328,8 +330,8 @@ $strKorean = '朝鲜语'; $strLandscape = '横向'; $strLatexCaption = '表的标题'; $strLatexContent = '__TABLE__ 表的内容'; -$strLatexContinuedCaption = '延续的表的标题'; $strLatexContinued = '(延续的)'; +$strLatexContinuedCaption = '延续的表的标题'; $strLatexIncludeCaption = '包含表的标题'; $strLatexLabel = '关键标签'; $strLaTeX = 'LaTeX'; // use eng @@ -344,8 +346,8 @@ $strLinksTo = '链接到'; $strLithuanian = '立陶宛语'; $strLocalhost = '本地'; $strLocationTextfile = '文本文件的位置'; -$strLoginInformation = '登入信息'; $strLogin = '登入'; +$strLoginInformation = '登入信息'; $strLogout = '登出'; $strLogPassword = '密码:'; $strLogServer = '服务器'; @@ -366,11 +368,11 @@ $strMIME_transformation = '浏览器变换'; $strMIMETypesForTable = 'MIME 类型表'; $strMIME_without = '以斜体打印的 MIME 类型没有单独的变换函数'; $strModifications = '修改已经保存。'; -$strModifyIndexTopic = '修改索引'; $strModify = '修改'; +$strModifyIndexTopic = '修改索引'; +$strMoveTable = '将表移动到(数据库名.表名):'; $strMoveTableOK = '表 %s 已经移动到 %s。'; $strMoveTableSameNames = '无法将表移动为相同名称!'; -$strMoveTable = '将表移动到(数据库名.表名):'; $strMultilingual = '多语言'; $strMySQLCharset = 'MySQL 字符集'; $strMySQLConnectionCollation = 'MySQL 连接校对'; @@ -381,9 +383,10 @@ $strMySQLShowVars = '显示 MySQL 的系统变量'; $strName = '名字'; $strNext = '下一个'; +$strNo = '否'; $strNoActivity = '持续 %s 秒以上的非活动状态,导致超时,请重新登录'; -$strNoDatabasesSelected = '没有选中数据库。'; $strNoDatabases = '无数据库'; +$strNoDatabasesSelected = '没有选中数据库。'; $strNoDescription = '无描述'; $strNoDropDatabases = '已经禁用“DROP DATABASE”语句。'; $strNoExplain = '略过解释 SQL'; @@ -407,7 +410,6 @@ $strNotOK = '不好'; $strNotSet = '%s 表找不到或还未在 %s 设定'; $strNoUsersFound = '找不到用户。'; $strNoValidateSQL = '略过校验 SQL'; -$strNo = '否'; $strNull = 'Null'; $strNumSearchResultsInTable = '%s 个匹配项 - 于表 %s 中'; $strNumSearchResultsTotal = '总计: %s 个匹配项'; @@ -424,11 +426,11 @@ $strOverwriteExisting = '覆盖已有文件'; $strPageNumber = '页号:'; $strPaperSize = '纸张大小'; $strPartialText = '部分文字'; +$strPassword = '密码'; $strPasswordChanged = '%s 的密码已成功更改。'; $strPasswordEmpty = '密码是空的!'; $strPasswordHashing = '密码哈希'; $strPasswordNotSame = '密码并非相同!'; -$strPassword = '密码'; $strPdfDbSchema = '“%s”数据库大纲 - 第 %s 页'; $strPdfInvalidTblName = '表“%s”不存在!'; $strPdfNoTables = '没有表'; @@ -438,21 +440,21 @@ $strPerSecond = '每秒'; $strPersian = '波斯语'; $strPhoneBook = '电话本'; $strPHP40203 = '您正使用 PHP 版本 4.2.3,该版本有一个双字节字符(mbstring)的严重错误。请参阅 PHP 臭虫报告 19404。phpMyAdmin 并不建议使用这个版本的 PHP。'; -$strPHPVersion = 'PHP 版本'; $strPhp = '创建 PHP 代码'; +$strPHPVersion = 'PHP 版本'; $strPmaDocumentation = 'phpMyAdmin 文档'; $strPmaUriError = '必须在您的配置文件中设定 $cfg[\'PmaAbsoluteUri\'] 指令!'; $strPolish = '波兰语'; $strPortrait = '纵向'; $strPos1 = '开始'; $strPrevious = '前一个'; +$strPrimary = '主键'; $strPrimaryKeyHasBeenDropped = '主键已被删除'; $strPrimaryKeyName = '主键的名称必须称为 PRIMARY!'; $strPrimaryKeyWarning = '(“PRIMARY”必须是主键的名称,并且主键必须唯一!)'; -$strPrimary = '主键'; -$strPrintViewFull = '打印预览 (全文显示)'; -$strPrintView = '打印预览'; $strPrint = '打印'; +$strPrintView = '打印预览'; +$strPrintViewFull = '打印预览 (全文显示)'; $strPrivDescAllPrivileges = '包括所有权限除了授权 (GRANT)。'; $strPrivDescAlter = '允许修改现有表的结构。'; $strPrivDescCreateDb = '允许创建新数据库和表。'; @@ -482,15 +484,15 @@ $strPrivDescShutdown = '允许关闭服务器。'; $strPrivDescSuper = '允许在达到最大允许数目时仍进行连接;对于大多数像设置全局变量或杀死其它用户线程这样的管理操作是必需的。'; $strPrivDescUpdate = '允许更改数据。'; $strPrivDescUsage = '无权限。'; -$strPrivilegesReloaded = '权限已经成功载入。'; $strPrivileges = '权限'; +$strPrivilegesReloaded = '权限已经成功载入。'; $strProcesses = '进程'; $strProcesslist = '进程列表'; $strPutColNames = '将字段名称放在首行'; +$strQBE = '查询'; $strQBEDel = '删除'; $strQBEIns = '添加'; -$strQBE = '查询'; $strQueryFrame = '查询窗口'; $strQueryOnDb = '在数据库 %s 执行 SQL 语句:'; $strQuerySQLHistory = 'SQL 历史'; @@ -505,8 +507,8 @@ $strReferentialIntegrity = '检查引用完整性:'; $strRefresh = '刷新'; $strRelationalSchema = '关系大纲'; $strRelationNotWorking = '使用链接表的额外特性尚未激活。要查出原因,请单击%s此处%s。'; -$strRelationsForTable = '表的关联'; $strRelations = '关系'; +$strRelationsForTable = '表的关联'; $strRelationView = '关系查看'; $strReloadingThePrivileges = '重新载入权限'; $strRemoveSelectedUsers = '删除选中用户'; @@ -519,12 +521,13 @@ $strReplaceTable = '将表的数据用此文件替换:'; $strReset = '重置'; $strResourceLimits = '资源限制'; $strReType = '重新输入'; +$strRevoke = '收回'; $strRevokeAndDeleteDescr = '用户仍然拥有 USAGE 权限,直到权限重载。'; $strRevokeAndDelete = '收回用户的所有激活权限,然后删除用户。'; $strRevokeMessage = '您已收回 %s 的权限'; -$strRevoke = '收回'; $strRomanian = '罗马尼亚语'; $strRowLength = '行长度'; +$strRows = '行数'; $strRowsFrom = '行,开始行数:'; $strRowSize = ' 行大小 '; $strRowsModeFlippedHorizontal = '水平(旋转标题)'; @@ -532,15 +535,15 @@ $strRowsModeHorizontal = '水平'; $strRowsModeOptions = '以 %s 模式显示,并且在 %s 个单元格后重复标题'; $strRowsModeVertical = '垂直'; $strRowsStatistic = '行统计'; -$strRows = '行数'; $strRunning = '运行于 %s'; $strRunQuery = '提交查询'; $strRunSQLQuery = '在数据库 %s 运行 SQL 查询'; $strRussian = '俄语'; -$strSaveOnServer = '保存于服务器的 %s 目录'; $strSave = '保存'; +$strSaveOnServer = '保存于服务器的 %s 目录'; $strScaleFactorSmall = '比例因子太小,无法在一页中显示大纲'; +$strSearch = '搜索'; $strSearchFormTitle = '搜索数据库'; $strSearchInTables = '于以下表:'; $strSearchNeedle = '查找的文字或数值(通配符:“%”):'; @@ -550,7 +553,6 @@ $strSearchOption3 = '精确短语'; $strSearchOption4 = '按正规表达式'; $strSearchResultsFor = '“%s”的搜索结果 %s:'; $strSearchType = '查找:'; -$strSearch = '搜索'; $strSecretRequired = '配置文件现在需要绝密的短语密码(blowfish_secret)。'; $strSelectADb = '请选择数据库'; $strSelectAll = '全选'; @@ -560,6 +562,7 @@ $strSelectNumRows = '查询中'; $strSelectTables = '选择表'; $strSend = '另存为文件'; $strSent = '送出'; +$strServer = '服务器'; $strServerChoice = '选择服务器'; $strServerNotResponding = '服务器没有响应'; $strServerStatusUptime = '此 MySQL 服务器已经运行了 %s,启动时间为 %s。'; @@ -568,9 +571,9 @@ $strServerTabVariables = '变量'; $strServerTrafficNotes = '服务器流量:这些表显示了此 MySQL 服务器自启动以来的网络流量统计。'; $strServerVars = '服务器变量和设置'; $strServerVersion = '服务器版本'; -$strServer = '服务器'; $strSessionValue = '会话值'; $strSetEnumVal = '如字段类型是“enum”或“set”,请使用以下的格式输入:\'a\',\'b\',\'c\'...
        如果您需要在值中输入反斜线(“\”)或者单引号(“\'”),请在前面加上反斜线(如 \'\\\\xyz\' 或 \'a\\\'b\')。'; +$strShow = '显示'; $strShowAll = '全部显示'; $strShowColor = '显示颜色'; $strShowDatadictAs = '数据字典格式'; @@ -581,14 +584,13 @@ $strShowPHPInfo = '显示 PHP 信息'; $strShowTableDimension = '显示表格大小'; $strShowTables = '显示表'; $strShowThisQuery = ' 在此再次显示此查询 '; -$strShow = '显示'; $strSimplifiedChinese = '简体中文'; $strSingly = '(逐一)'; $strSize = '大小'; $strSlovak = '斯洛伐克语'; $strSlovenian = '斯洛文尼亚语'; -$strSortByKey = '主键排序'; $strSort = '排序'; +$strSortByKey = '主键排序'; $strSpaceUsage = '已使用空间'; $strSpanish = '西班牙语'; $strSplitWordsWithSpace = '每个单词以空格 (" ") 分隔。'; @@ -621,6 +623,7 @@ $strSwedish = '瑞典语'; $strSwitchToDatabase = '选择被复制的数据库'; $strSwitchToTable = '切换到复制的表'; +$strTable = '表 '; $strTableComments = '表注释'; $strTableEmpty = '表名称是空的!'; $strTableHasBeenDropped = '表 %s 已被删除'; @@ -631,7 +634,6 @@ $strTableOfContents = '目录'; $strTableOptions = '表选项'; $strTables = '%s 个表'; $strTableStructure = '表的结构'; -$strTable = '表 '; $strTakeIt = '断定'; $strTblPrivileges = '按表指定权限'; $strTextAreaLength = ' 由于长度限制
        此字段可能无法编辑 '; @@ -642,8 +644,8 @@ $strThisNotDirectory = '这并不是一个目录'; $strThreadSuccessfullyKilled = '线程 %s 已成功杀死。'; $strTime = '时间'; $strToggleScratchboard = '切换刮板'; -$strTotalUC = '统计'; $strTotal = '总计'; +$strTotalUC = '统计'; $strTraditionalChinese = '繁体中文'; $strTraditionalSpanish = '传统西班牙语'; $strTraffic = '流量'; diff --git a/lang/chinese_traditional-big5.inc.php b/lang/chinese_traditional-big5.inc.php index 43dbd81b2..b8355070e 100644 --- a/lang/chinese_traditional-big5.inc.php +++ b/lang/chinese_traditional-big5.inc.php @@ -13,6 +13,8 @@ $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$mysql_5_1_doc_lang = 'zh'; + $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); // See http://www.php.net/manual/en/function.strftime.php to define the diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index c19f0e578..0fd51657b 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -14,6 +14,8 @@ $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$mysql_5_1_doc_lang = 'zh'; + $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); // See http://www.php.net/manual/en/function.strftime.php to define the diff --git a/lang/croatian-iso-8859-2.inc.php b/lang/croatian-iso-8859-2.inc.php index 819b18788..37510c080 100644 --- a/lang/croatian-iso-8859-2.inc.php +++ b/lang/croatian-iso-8859-2.inc.php @@ -2,1021 +2,998 @@ /* $Id$ */ /** - * Translation made by: Sime Essert + * Croatian language file by + * Renato Pavii */ $charset = 'iso-8859-2'; $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left) -$number_thousands_separator = ','; -$number_decimal_separator = '.'; +$number_thousands_separator = '.'; +$number_decimal_separator = ','; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('Byteova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$byteUnits = array('B', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB'); $day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', 'et', 'Pet', 'Sub'); -$month = array('Sij', 'Vel', 'Ou', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro'); +$month = array('Sij', 'Velj', 'Ou', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro'); // See http://www.php.net/manual/en/function.strftime.php to define the // variable below -$datefmt = '%d. %B %Y. u %H:%M'; -$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; +$datefmt = '%B %d, %Y u %I:%M %p'; +$timespanfmt = '%s dana, %s sati, %s minuta i %s sekunda'; +$strAbortedClients = 'Prekinuto'; +$strAbsolutePathToDocSqlDir = 'Unesite apsolutnu putanju na web-posluitelju do docSQL mape'; +$strAccessDeniedCreateConfig = 'Vjerojatan razlog je nepostojea konfiguracijska datoteka. Za izradu moete upotrijebiti naredbu %1$ssetup script%2$s'; +$strAccessDeniedExplanation = 'phpMyAdmin pokuao je uspostaviti vezu s MySQL posluiteljem, ali je posluitelj odbio povezivanje. U datoteci config.inc.php provjerite naziv raunala, korisniko ime i lozinku, te provjerite da se odgovaraju podacima koje vam je dao administrator MySQL posluitelja.'; $strAccessDenied = 'Pristup odbijen'; -$strAction = 'Akcija'; -$strAddDeleteColumn = 'Dodaj/izbrii stupac'; -$strAddDeleteRow = 'Dodaj/izbrii polje za kriterij'; -$strAddNewField = 'Dodaj novi stupac'; -$strAddSearchConditions = 'Dodaj uvjete pretraivanja (dio "where" upita):'; -$strAddToIndex = 'Dodaj klju'; +$strAction = 'Aktivnost'; +$strAddAutoIncrement = 'Dodaj vrijednost AUTO_INCREMENT'; +$strAddClause = 'Dodaj %s'; +$strAddConstraints = 'Dodaj prisile'; +$strAddDeleteColumn = 'Dodaj/Izbrii stupce polja'; +$strAddDeleteRow = 'Dodaj/Izbrii redak kriterija'; +$strAddedColumnComment = 'Dodani komentar za stupac'; +$strAddedColumnRelation = 'Dodana relacija za stupac'; +$strAddFields = 'Dodaj %s polja'; +$strAddHeaderComment = 'Dodaj prilagoeni komentar u zaglavlje ("\\n" razdvaja retke)'; +$strAddIntoComments = 'Dodaj u komentare'; +$strAddNewField = 'Dodaj novo polje'; +$strAddPrivilegesOnDb = 'Dodaj privilegije za sljedee baze podataka'; +$strAddPrivilegesOnTbl = 'Dodaj privilegije za sljedeu tablicu'; +$strAddSearchConditions = 'Dodaj uvjete pretrage (sadraj uvjeta "gdje"):'; +$strAddToIndex = 'Dodaj u indeks  %s stupci'; $strAddUser = 'Dodaj novog korisnika'; -$strAddUserMessage = 'Korisnik dodan'; -$strAffectedRows = 'Promijenjeno redaka:'; -$strAfterInsertBack = 'Natrag na prethodnu stranicu'; -$strAfterInsertNewInsert = 'Dodaj jo jedan red'; -$strAfter = 'Nakon %s'; +$strAddUserMessage = 'Dodali ste novog korisnika.'; +$strAdministration = 'Administracija'; +$strAffectedRows = 'Zahvaeni redovi:'; +$strAfterInsertBack = 'Kreni nazad na prethodnu stranicu'; +$strAfterInsertNewInsert = 'Umetni dodatni novi redak'; +$strAfterInsertNext = 'Uredi sljedei redak'; +$strAfterInsertSame = 'Kreni nazad na ovu stranicu'; +$strAfter = 'Poslije %s'; +$strAllowInterrupt = 'Dopusti prekid uvoza u sluaju da skripta otkrije blizinu vremenskog ogranienja. Ovo bi mogao biti dobar nain uvoza velikih datoteka, ali moe prekinuti transakcije.'; $strAll = 'Sve'; -$strAlterOrderBy = 'Promijeni redoslijed u tablici'; +$strAllTableSameWidth = 'Prikazati sve tablice uz istu irinu?'; +$strAlterOrderBy = 'Izmijeni rasporede tablice po'; $strAnalyzeTable = 'Analiziraj tablicu'; -$strAnd = 'i'; -$strAnIndex = 'Klju je upravo dodan %s'; +$strAnd = 'I'; +$strAndThen = 'i potom'; +$strAnIndex = 'Indeks je pridodan na %s'; $strAny = 'Bilo koji'; -$strAnyHost = 'Bilo koji server'; +$strAnyHost = 'Bilo koje raunalo'; $strAnyUser = 'Bilo koji korisnik'; -$strAPrimaryKey = 'Primarni klju je upravo dodan %s'; -$strAscending = 'Rastui'; -$strAtBeginningOfTable = 'Na poetku tablice'; -$strAtEndOfTable = 'Na kraju tablice'; -$strAttr = 'Svojstva'; +$strApproximateCount = 'Moe biti priblino. Pogledajte PP 3.11'; +$strAPrimaryKey = 'Primarni klju je dodan na %s'; +$strArabic = 'Arapski'; +$strArmenian = 'Armenski'; +$strAscending = 'Uzlazno'; +$strAtBeginningOfTable = 'Pri poetku tablice'; +$strAtEndOfTable = 'Pri zavretku tablice'; +$strAttr = 'Atributi'; +$strAutodetect = 'Automatski prepoznaj'; +$strAutomaticLayout = 'Automatski raspored'; $strBack = 'Nazad'; +$strBaltic = 'Baltiki'; +$strBeginCut = 'BEGIN CUT'; +$strBeginRaw = 'BEGIN RAW'; $strBinary = 'Binarno'; -$strBinaryDoNotEdit = 'Binarno - ne mijenjaj'; -$strBookmarkDeleted = 'Oznaka je upravo izbrisana.'; -$strBookmarkLabel = 'Naziv'; -$strBookmarkQuery = 'Oznaeni SQL-upit'; -$strBookmarkThis = 'Oznai SQL-upit'; -$strBookmarkView = 'Vidi samo'; -$strBrowse = 'Pregled'; -$strBzip = '"bzip-ano"'; +$strBinaryDoNotEdit = 'Binarno - ne ureuj'; +$strBinaryLog = 'Binarni zapisnik'; +$strBinLogEventType = 'Vrsta dogaaja'; +$strBinLogInfo = 'Podaci'; +$strBinLogName = 'Naziv zapisnika'; +$strBinLogOriginalPosition = 'Izvorni poloaj'; +$strBinLogPosition = 'Poloaj'; +$strBinLogServerId = 'ID posluitelja'; +$strBookmarkAllUsers = 'Neka svi korisnici imaju pristup ovom favoritu'; +$strBookmarkCreated = 'Izraen je favorit %s'; +$strBookmarkDeleted = 'Favorit je izbrisan.'; +$strBookmarkLabel = 'Oznaka'; +$strBookmarkQuery = 'Favorizirani SQL upit'; +$strBookmarkReplace = 'Zamijeni postojeim favoritom istog naziva'; +$strBookmarkThis = 'Favoriziraj ovaj SQL upit'; +$strBookmarkView = 'Samo prikaz'; +$strBrowseDistinctValues = 'Pretrai prepoznatljive vrijednosti'; +$strBrowseForeignValues = 'Pretrai strane vrijednosti'; +$strBrowse = 'Pretraivanje'; +$strBufferPoolActivity = 'Aktivnost meuspremnika'; +$strBufferPool = 'Meuspremnik'; +$strBufferPoolUsage = 'Iskoristivost meuspremnika'; +$strBufferReadMissesInPercent = 'Proputena itanja pri %'; +$strBufferReadMisses = 'Proputena itanja'; +$strBufferWriteWaitsInPercent = 'Zapisivanje eka pri %'; +$strBufferWriteWaits = 'Zapisivanje eka'; +$strBulgarian = 'Bugarski'; +$strBusyPages = 'Zaposlene stranice'; +$strBzError = 'phpMyAdmin nije bio u mogunosti komprimirati izbacivanje zbog prekinutog Bz2 proirenja u ovoj verziji PHP-a. Snano se preporuuje da postavite $cfg[\'BZipDump\'] direktivu u vaoj phpMyAdmin konfiguracijskoj datoteci na FALSEAko elite upotrebljavati kompresijsku osobinu Bz2, bit e potrebna nadogradnja na noviju verziju PHP-a. Detalje pregledajte u izvjetaju PHP nedostataka: %s.'; +$strBzip = '"bzipano"'; -$strCantRenameIdxToPrimary = 'Ne mogu promijeniti klju u PRIMARY (primarni) !'; -$strCardinality = 'Kardinalnost'; -$strChangePassword = 'Promijeni ifru'; +$strCalendar = 'Kalendar'; +$strCanNotLoadExportPlugins = 'Nije mogue uitati dodatke za izvoz. Provjerite svoju instalaciju!'; +$strCanNotLoadImportPlugins = 'Nije mogue uitati dodatke za uvoz. Provjerite svoju instalaciju!'; +$strCannotLogin = 'Prijavljivanje na MySQL posluitelj nije mogue'; +$strCantLoad = 'Nije mogue uitati proirenje [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] . Provjerite svoju PHP konfiguraciju.'; +$strCantLoadRecodeIconv = 'Nije mogue uitati proirenja iconv ili recode potrebna za pretvaranje znakova. Potrebno je konfigurirati PHP radi omoguavanja ovih proirenja ili unutar phpMyAdmin onemoguiti pretvaranje znakova.'; +$strCantRenameIdxToPrimary = 'Preimenovanje indeksa u PRIMARY nije mogue!'; +$strCantUseRecodeIconv = 'Nije mogue upotrijebiti funkcije iconv, libiconv ili recode_string, iako izgleda da su sva potrebna proirenja uitana. Provjerite svoju PHP konfiguraciju.'; +$strCardinality = 'Najvanije'; +$strCaseInsensitive = 'nebitna veliina znakova'; +$strCaseSensitive = 'veliina znakova je vana'; +$strCentralEuropean = 'Srednjoeuropski'; +$strChangeCopyModeCopy = '... zadrati staru.'; +$strChangeCopyModeDeleteAndReload = ' ... izbrii starog iz korisnikih tablica i potom ponovo uitaj privilegije.'; +$strChangeCopyMode = 'Izradi novog korisnika s istim privilegijama i...'; +$strChangeCopyModeJustDelete = ' ... izbrii starog iz korisnikih tablica.'; +$strChangeCopyModeRevoke = ' ... opozovi sve aktivne privilegije iz stare i potom je izbrii.'; +$strChangeCopyUser = 'Promjena podataka prijave / Kopiranje korisnika'; +$strChangeDisplay = 'Odaberi polje za prikaz'; +$strChangePassword = 'Promijeni lozinku'; $strChange = 'Promijeni'; +$strCharsetOfFile = 'Tablica znakova za datoteku:'; +$strCharsetsAndCollations = 'Tablica znakova i usporeivanja'; +$strCharsets = 'Tablice znakova'; +$strCharset = 'Tablica znakova'; $strCheckAll = 'Oznai sve'; +$strCheckOverhead = 'Provjeri za prepunjene tablice'; +$strCheckPrivsLong = 'Provjeri privilegije za bazu podataka "%s".'; +$strCheckPrivs = 'Provjeri privilegije'; $strCheckTable = 'Provjeri tablicu'; -$strColumnNames = 'Imena stupaca'; -$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)'; -$strCookiesRequired = 'Cookies moraju biti omogueni.'; -$strCopyTable = 'Kopiram tablicu u (baza.tablica):'; -$strCopyTableOK = 'Tablica %s je upravo kopirana u %s.'; -$strCreateIndex = 'Napravi klju sa %s stupcem(aca)'; -$strCreateIndexTopic = 'Napravi novi klju'; -$strCreate = 'Napravi'; -$strCreateNewDatabase = 'Napravi bazu podataka'; -$strCreateNewTable = 'Napravi novu tablicu u bazi '; +$strChoosePage = 'Odaberite tablicu za ureivanje'; +$strColComFeat = 'Prikazivanje stupca komentara'; +$strCollation = 'Usporeivanje'; +$strColumnNames = 'Nazivi stupaca'; +$strColumnPrivileges = 'Privilegije specifine za stupac'; +$strCommand = 'Naredba'; +$strCommentsForTable = 'COMMENTS FOR TABLE'; +$strComments = 'Komentari'; +$strCompatibleHashing = 'MySQL 4.0 kompatibilno'; +$strCompleteInserts = 'Dovri umetanja'; +$strCompression = 'Kompresija'; +$strCompressionWillBeDetected = 'Kompresija uvezene datoteke bit e automatski prepoznata iz: %s'; +$strConfigDefaultFileError = 'Nije mogue uitati zadanu konfiguraciju iz: "%1$s"'; +$strConfigFileError = 'phpMyAdmin nije mogao proitati vau konfiguracijsku datoteku!
        Mogui razlog je ako PHP pronae pogreku u njezinom ralanjivanju ili ako PHP ne moe pronai datoteku.
        Potrebno je izravno pozvati konfiguracijsku datoteku putem donje veze i prouiti prikazane PHP poruke o pogrekama. U veini sluajeva na nekom mjestu nedostaje znak navodnika ili toke-zareza.
        Ako se prikae prazna stranica, sve je u redu.'; +$strConfigureTableCoord = 'Konfigurirajte koordinate tablice %s'; +$strConnectionError = 'Povezivanje nije mogue: neispravna postavka.'; +$strConnections = 'Veze'; +$strConstraintsForDumped = 'Ogranienja za izbaene tablice'; +$strConstraintsForTable = 'Ogranienja za tablicu'; +$strCookiesRequired = 'Od ovog mjesta potrebno je omoguiti kolaie.'; +$strCopyDatabaseOK = 'Baza podataka %s kopirana je u %s'; +$strCopy = 'Kopiraj'; +$strCopyTable = 'Kopiraj tablicu u (bazapodataka.tablica):'; +$strCopyTableOK = 'Tablica %s kopirana je u %s.'; +$strCopyTableSameNames = 'Kopiranje u istu tablicu nije mogue!'; +$strCouldNotKill = 'phpMyAdmin nije mogao ugasiti granu %s. Vjerojatno je ve zatvorena.'; +$strCreateDatabaseBeforeCopying = 'Prije kopiranja izradi bazu podataka (CREATE DATABASE)'; +$strCreateIndex = 'Izradi indeks  %s stupaca'; +$strCreateIndexTopic = 'Izradi novi indeks'; +$strCreate = 'Izradi'; +$strCreateNewDatabase = 'Izradi novu bazu podataka'; +$strCreateNewTable = 'Izradi novu tablicu u bazi podataka %s'; +$strCreatePage = 'Izradi novu stranicu'; +$strCreatePdfFeat = 'Izrada PDF datoteka'; +$strCreateUserDatabase = 'Baza podataka za korisnika'; +$strCreateUserDatabaseName = 'Izradi bazu podataka istog naziva i podari sve privilegije'; +$strCreateUserDatabaseNone = 'Nijedan'; +$strCreateUserDatabaseWildcard = 'Podari sve privilegije imenima s dokerima (korisnikoime_%)'; +$strCreationDates = 'Izrada/Auriranje/Provjera datuma'; $strCriteria = 'Kriterij'; +$strCroatian = 'Hrvatski'; +$strCSV = 'CSV'; +$strCSVImportOptions = 'CSV opcije'; +$strCSVOptions = 'CSV opcije'; +$strCyrillic = 'irilica'; +$strCzech = 'eki'; +$strCzechSlovak = 'eki ili Slovaki'; +$strDanish = 'Danski'; $strDatabase = 'Baza podataka'; -$strDatabaseHasBeenDropped = 'Baza %s je izbrisana.'; -$strDatabases = 'baze'; -$strDatabasesStats = 'Statistika baze'; -$strDataOnly = 'Samo podaci'; +$strDatabaseEmpty = 'Naziv baze podataka je prazan!'; +$strDatabaseExportOptions = 'Opcije izvoza baze podataka'; +$strDatabaseHasBeenDropped = 'Baza podataka %s je odbaena.'; +$strDatabaseNoTable = 'Ova baza podataka ne sadri tablice!'; +$strDatabases = 'Baze podataka'; +$strDatabasesDropped = 'Baza podataka %s uspjeno je odbaena.'; +$strDatabasesStatsDisable = 'Onemogui statistike'; +$strDatabasesStatsEnable = 'Omogui statistike'; +$strDatabasesStatsHeavyTraffic = 'Napomena: Omoguavanja statistika baze podataka moe prouzrokovati izuzetno velik promet izmeu web posluitelja i MySQL posluitelja.'; +$strDatabasesStats = 'Statistike baza podataka'; +$strDataDict = 'Rjenik podataka'; +$strDataOnly = 'Samo podatke'; +$strDataPages = 'Stranice koje sadre podatke'; $strData = 'Podaci'; -$strDefault = 'Default'; -$strDeleted = 'Red je izbrisan'; +$strDBComment = 'Komentar baze podataka: '; +$strDBCopy = 'Kopiraj bazu podataka u'; +$strDBGContextID = 'ID konteksta'; +$strDBGContext = 'Kontekst'; +$strDBGHits = 'Pronalaenja'; +$strDBGLine = 'Redak'; +$strDBGMaxTimeMs = 'Najdulje vrijeme (ms)'; +$strDBGMinTimeMs = 'Najkrae vrijeme (ms)'; +$strDBGModule = 'Modul'; +$strDBGTimePerHitMs = 'Vrijeme/Pronalaenje (ms)'; +$strDBGTotalTimeMs = 'Ukupno vrijeme (ms)'; +$strDbPrivileges = 'Privilegije specifine za bazu podataka'; +$strDBRename = 'Preimenuj bazu podataka u'; +$strDbSpecific = 'specifino za bazu podataka'; +$strDefaultEngine = '%s je zadani pogon pohranjivanja na ovom MySQL posluitelju.'; +$strDefaultValueHelp = 'Za zadane vrijednosti unesite samo jednu vrijednost, bez kosih crta ili navodnika, u sljedeem obliku: a'; +$strDefault = 'Zadano'; +$strDefragment = 'Defragmentiraj tablicu'; +$strDelayedInserts = 'Upotrijebi odgoena umetanja'; +$strDeleteAndFlushDescr = 'Ovo je najii nain, ali ponovno uitavanje privilegija moe potrajati.'; +$strDeleteAndFlush = 'Izbrii korisnike i potom ponovo uitaj privilegije.'; +$strDeleted = 'Redak je izbrisan'; $strDeletedRows = 'Izbrisani redovi:'; $strDelete = 'Izbrii'; -$strDescending = 'Opadajui'; +$strDeleteNoUsersSelected = 'Nema odabranih korisnika za uklanjanje!'; +$strDeleting = 'Brisanje %s'; +$strDelimiter = 'Razgraniavanje'; +$strDelOld = 'Trenutna stranica sadri reference prema tablicama koje vie ne postoje. elite li izbrisati te reference?'; +$strDescending = 'Silazno'; +$strDescription = 'Opis'; +$strDictionary = 'rjenik'; +$strDirtyPages = 'Prljave stranice'; +$strDisabled = 'Onemogueno'; +$strDisableForeignChecks = 'Onemogui provjere stranih znakova'; +$strDisplayFeat = 'Osobine prikaza'; $strDisplayOrder = 'Redoslijed prikaza:'; -$strDoAQuery = 'Napravi "upit po primjeru" (wildcard: "%")'; +$strDisplayPDF = 'Prikai PDF shemu'; +$strDoAQuery = 'Izvedi "upit po primjeru" (doker: "%")'; $strDocu = 'Dokumentacija'; -$strDoYouReally = 'Da li stvarno elite '; -$strDrop = 'Izbrii'; -$strDumpingData = 'Izvoz (dump) podataka tablice'; -$strDynamic = 'dinamino'; +$strDoYouReally = 'elite li zaista '; +$strDropDatabaseStrongWarning = 'UNITIT ETE CJELOKUPNU BAZU PODATAKA!'; +$strDrop = 'Ispusti'; +$strDropUsersDb = 'Ispusti baze podataka koje imaju iste nazive i korisnike.'; +$strDumpingData = 'Izbacivanje podataka za tablicu'; +$strDumpSaved = 'Izbacivanje je spremljeno u datoteku %s.'; +$strDumpXRows = 'Izbaci %s redaka, poevi od zapisa # %s.'; +$strDynamic = 'dinamiki'; -$strEditPrivileges = 'Promijeni privilegije'; -$strEdit = 'Promijeni'; -$strEffective = 'Efektivno'; +$strEditPDFPages = 'Uredi PDF stranice'; +$strEditPrivileges = 'Uredi privilegije'; +$strEdit = 'Ureivanje'; +$strEffective = 'Na snazi'; $strEmpty = 'Isprazni'; -$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redaka).'; -$strEnd = 'Kraj'; -$strEnglishPrivileges = 'Opaska: MySQL imena privilegija moraju biti engleskom '; -$strError = 'Greka'; -$strExtendedInserts = 'Proireni INSERT'; +$strEmptyResultSet = 'MySQL je vratio prazan komplet rezultata (npr. nula redova).'; +$strEnabled = 'Omogueno'; +$strEncloseInTransaction = 'Izvoz ukljui u transakciju'; +$strEndCut = 'END CUT'; +$strEndRaw = 'END RAW'; +$strEnd = 'Zavretak'; +$strEngineAvailable = '%s je raspoloiv na ovom MySQL posluitelju.'; +$strEngineDisabled = '%s je onemoguen za ovaj MySQL posluitelj.'; +$strEngines = 'Pogoni'; +$strEngineUnsupported = 'Ovaj MySQL posluitelj ne podrava pogon pohranjivanja %s.'; +$strEnglish = 'Engleski'; +$strEnglishPrivileges = ' Napomena: Nazivi MySQL privilegija navedeni su na engleskom jeziku '; +$strErrorInZipFile = 'Pogreka u ZIP arhivi:'; +$strError = 'Pogreka'; +$strErrorRenamingTable = 'Pogreka tijekom preimenovanja tablice %1$s u %2$s'; +$strEscapeWildcards = 'Da bi mogli biti upotrebljavani u doslovnom smislu, dokerima \_ i \% mora prethoditi znak \\'; +$strEsperanto = 'Esperanto'; +$strEstonian = 'Estonski'; +$strExcelEdition = 'Excel izdanje'; +$strExcelOptions = 'Excel opcije'; +$strExecuteBookmarked = 'Izvri favorizirani upit'; +$strExplain = 'Objasni SQL'; +$strExport = 'Izvoz'; +$strExportMustBeFile = 'Odabrana vrsta izvoza mora biti spremljena u datoteku!'; +$strExtendedInserts = 'Proirena umetanja'; $strExtra = 'Dodatno'; -$strFieldHasBeenDropped = 'Polje %s izbrisano'; +$strFailedAttempts = 'Neuspjeli pokuaji'; +$strFieldHasBeenDropped = 'Polje %s je odbaeno'; $strField = 'Polje'; -$strFields = 'Broj polja'; -$strFieldsEmpty = ' Broj polja je nula! '; -$strFieldsEnclosedBy = 'Podaci ograeni sa'; -$strFieldsEscapedBy = 'Escape znak      '; -$strFieldsTerminatedBy = 'Podaci razdvojeni sa'; -$strFixed = 'sreeno'; -$strFlushTable = 'Osvjei tablicu'; -$strFormat = 'Format'; -$strFormEmpty = 'Nedostaje vrijednost u formi !'; -$strFullText = 'Pun tekst'; +$strFieldsEmpty = ' Prebrojavanje polja je prazno! '; +$strFieldsEnclosedBy = 'Polja obuhvaena po'; +$strFieldsEscapedBy = 'Polja izostavljena po'; +$strFields = 'Polja'; +$strFieldsTerminatedBy = 'Polja zavrena s'; +$strFileAlreadyExists = 'Datoteka %s ve postoji na posluitelju. Promijenite naziv ili oznaite opciju za prepisivanje.'; +$strFileCouldNotBeRead = 'Datoteku nije mogue proitati'; +$strFileNameTemplateDescriptionDatabase = 'naziv baze podataka'; +$strFileNameTemplateDescriptionServer = 'naziv posluitelja'; +$strFileNameTemplateDescriptionTable = 'naziv tablice'; +$strFileNameTemplateDescription = 'Vrijednost se interpretira pomou %1$sstrftime%2$s, pa moete upotrijebiti naredbe oblikovanja vremena. Dodatno se mogu dogoditi sljedea preoblikovanja: "%3$s". Ostatak teksta bit e zadran u izvornom obliku.'; +$strFileNameTemplate = 'Predloak naziva datoteka'; +$strFileNameTemplateRemember = 'zapamti predloak'; +$strFileToImport = 'Datoteka za uvoz'; +$strFixed = 'fiksirano'; +$strFlushPrivilegesNote = 'Napomena: phpMyAdmin preuzima korisnike privilegije izravno iz MySQL tablica privilegija. U sluaju da su runo mijenjane, sadraj ovih tablica moe se razlikovati od privilegija koje upotrebljava posluitelj. U tom je sluaju potrebno %sponovo uitati privilegije%s prije nastavljanja rada.'; +$strFlushQueryCache = 'Isprazni pohranu upita'; +$strFlushTable = 'Isprazni tablicu ("FLUSH")'; +$strFlushTables = 'Isprazni (zatvori) sve tablice'; +$strFontSize = 'Veliina fonta'; +$strFormat = 'Oblikovanje'; +$strFormEmpty = 'U obrascu nedostaje vrijednost!'; +$strFreePages = 'Slobodne stranice'; +$strFullText = 'Potpuni tekstovi'; $strFunction = 'Funkcija'; +$strFunctions = 'Funkcije'; -$strGenTime = 'Vrijeme podizanja'; +$strGenBy = 'Generirano s'; +$strGeneralRelationFeat = 'Ope osobine relacija'; +$strGenerate = 'Generiraj'; +$strGeneratePassword = 'Generiraj lozinku'; +$strGenTime = 'Vrijeme generiranja'; +$strGeorgian = 'Gruzijski'; +$strGerman = 'Njemaki'; +$strGlobal = 'ope'; +$strGlobalPrivileges = 'Ope privilegije'; +$strGlobalValue = 'Opa vrijednost'; $strGo = 'Kreni'; -$strGzip = '"gzip-ano"'; +$strGrantOption = 'Podarivanje'; +$strGreek = 'Grki'; +$strGzip = '"gzipano"'; -$strHasBeenAltered = 'je promijenjen.'; -$strHasBeenCreated = 'je kreiran/a.'; -$strHomepageOfficial = 'phpMyAdmin WEB site'; +$strHandler = 'Hvatita'; +$strHasBeenAltered = 'izmijenjeno je.'; +$strHasBeenCreated = 'izraeno je.'; +$strHaveToShow = 'Morate odabrati najmanje jedan stupac za prikazivanje'; +$strHebrew = 'Hebrejski'; +$strHexForBinary = 'Upotrijebi heksadecimalno za binarna polja'; +$strHomepageOfficial = 'Slubena stranica programa phpMyAdmin'; $strHome = 'Poetna stranica'; -$strHostEmpty = 'Ime domene je prazno!'; -$strHost = 'Host (domena)'; +$strHostEmpty = 'Naziv raunala je prazan!'; +$strHost = 'Raunalo'; +$strHTMLExcel = 'Microsoft Excel 2000'; +$strHTMLExcelOptions = 'Microsoft Excel 2000 opcije izvoza'; +$strHTMLWord = 'Microsoft Word 2000'; +$strHTMLWordOptions = 'Microsoft Excel 2000 opcije izvoza'; +$strHungarian = 'Maarski'; +$strIcelandic = 'Islandski'; +$strId = 'ID'; $strIdxFulltext = 'Puni tekst'; +$strIgnoreDuplicates = 'Ignoriraj istovjetne redove'; $strIgnore = 'Ignoriraj'; -$strIndexes = 'Kljuevi'; -$strIndexHasBeenDropped = 'Klju %s je izbrisan'; -$strIndex = 'Klju'; -$strIndexName = 'Ime kljua :'; -$strIndexType = 'Vrsta kljua :'; -$strInsertAsNewRow = 'Unesi kao novi redak'; -$strInsertedRows = 'Uneseni reci:'; -$strInsert = 'Novi redak'; -$strInUse = 'se koristi'; +$strIgnoreInserts = 'Upotrijebi ignoriranje umetaka'; +$strIgnoringFile = 'Ignoriranje datoteke %s'; +$strImportDocSQL = 'Uvezi docSQL datoteke'; +$strImportFiles = 'Uvezi datoteke'; +$strImportFormat = 'Oblikovanje uvezene datoteke'; +$strImportSuccessfullyFinished = 'Uvoz je uspjeno dovren. Izvreno upita: %d .'; +$strImport = 'Uvoz'; +$strIndexes = 'Indeksi'; +$strIndexHasBeenDropped = 'Index %s je odbaen'; +$strIndex = 'Indeks'; +$strIndexName = 'Naziv indeksa:'; +$strIndexType = 'Vrsta indeksa:'; +$strIndexWarningMultiple = 'Izraeno je vie od jednog kljua %s za stupac `%s`'; +$strIndexWarningPrimary = 'Kljuevi PRIMARY i INDEX ne bi smjeli istovremeno biti zadani za stupac `%s`'; +$strIndexWarningTable = 'Problemi s indeksima tablice `%s`'; +$strIndexWarningUnique = 'Kljuevi UNIQUE i INDEX ne bi smjeli istovremeno biti zadani za stupac `%s`'; +$strInnoDBAutoextendIncrementDesc = ' Veliina koraka za proirivanje veliine automatski proirujueg prostora tablice u sluaju njezinog ispunjavanja.'; +$strInnoDBAutoextendIncrement = 'Korak autoproirenja'; +$strInnoDBBufferPoolSizeDesc = 'Veliina memorijskog meuspremnika koju InnoDB upotrebljava za privremenu pohranu podataka i indeksa svojih tablica.'; +$strInnoDBBufferPoolSize = 'Veliina meuspremnika'; +$strInnoDBDataFilePath = 'Podatkovne datoteke'; +$strInnoDBDataHomeDirDesc = 'Uobiajeni dio putanje mapa za sve InnoDB podatkovne datoteke.'; +$strInnoDBDataHomeDir = 'Osnovna mapa podataka'; +$strInnoDBPages = 'stranice'; +$strInnodbStat = 'InnoDB stanje'; +$strInsecureMySQL = 'Vaa konfiguracijska datoteka sadri postavke (root korisnik bez lozinke) koja odgovara zadanom privilegiranom nalogu MySQL-a. Va MySQL posluitelj pokrenut je sa zadanim postavkama i kao takav otvoren je upadima. Potrebno je ispraviti ovaj sigurnosni nedostatak.'; +$strInsertAsNewRow = 'Umetni kao novi redak'; +$strInsertedRowId = 'ID umetnutog retka:'; +$strInsertedRows = 'Umetnuti redovi:'; +$strInsert = 'Umetni'; +$strInternalNotNecessary = '* Interna relacija nije potrebna ako takoer postoji unutar InnoDB.'; +$strInternalRelations = 'Interne relacije'; +$strInUse = 'u upotrebi'; +$strInvalidAuthMethod = 'Neispravan komplet naina provjere vjerodostojnosti u konfiguraciji:'; +$strInvalidColumnCount = 'Broj stupaca mora biti vei od nule.'; +$strInvalidColumn = 'Odreen je neispravan stupac (%s) !'; +$strInvalidCSVFieldCount = 'Neispravan broj polja u CSV unosu unutar retka %d.'; +$strInvalidCSVFormat = 'Neispravno oblikovanje u CSV unosu unutar retka %d.'; +$strInvalidCSVParameter = 'Neispravan parametar za CSV uvoz: %s'; +$strInvalidDatabase = 'Neispravna baza podataka'; +$strInvalidFieldAddCount = 'Morate dodati najmanje jedno polje.'; +$strInvalidFieldCount = 'Tablica mora sadravati najmanje jedno polje.'; +$strInvalidLDIImport = 'Ovaj dodatak ne podrava uvoz komprimiranih datoteka!'; +$strInvalidRowNumber = '%d nije valjani broj retka.'; +$strInvalidServerHostname = 'Neispravan naziv za posluitelj %1$s. Molimo, pregledajte svoju konfiguraciju.'; +$strInvalidServerIndex = 'Neispravan indeks posluitelja: "%s"'; +$strInvalidTableName = 'Neispravan naziv tablice'; + +$strJapanese = 'Japanski'; +$strJoins = 'Spojevi'; +$strJumpToDB = 'Skoi do baze podataka "%s".'; +$strJustDeleteDescr = '"Izbrisani" e korisnici i dalje moi pristupati posluitelju sve dok se privilegije ne uitaju ponovo.'; +$strJustDelete = 'Samo izbrii korisnike iz tablice privilegija.'; $strKeepPass = 'Ne mijenjaj lozinku'; -$strKeyname = 'Ime Kljua'; -$strKill = 'Zaustavi'; +$strKeyCache = 'Pohrana kljueva'; +$strKeyname = 'Naziv kljua'; +$strKill = 'Eliminiraj'; +$strKorean = 'Korejski'; -$strLengthSet = 'Duina/Vrijednost*'; +$strLandscape = 'Poloeno'; +$strLanguageFileNotFound = 'Jezina datoteka "%1$s" nije pronaena.'; +$strLanguage = 'Jezik'; +$strLanguageUnknown = 'Nepoznati jezik: %1$s.'; +$strLatchedPages = 'Vezane stranice'; +$strLatexCaption = 'Naslov tablice'; +$strLatexContent = 'Sadraj tablice __TABLE__'; +$strLatexContinuedCaption = 'Nastavljeni naslov tablice'; +$strLatexContinued = '(nastavljeno)'; +$strLatexIncludeCaption = 'Ukljui naslov tablice'; +$strLatexLabel = 'Klju oznake'; +$strLaTeX = 'LaTeX'; +$strLaTeXOptions = 'LaTeX opcije'; +$strLatexStructure = 'Struktura tablice __TABLE__'; +$strLatvian = 'Latvijski'; +$strLDI = 'CSV upotrebom LOAD DATA'; +$strLDIImportOptions = 'Opcije za CSV uvoz upotrebom naredbe LOAD DATA'; +$strLDILocal = 'Upotrijebi lokalnu kljunu rije'; +$strLengthSet = 'Duljina/Vrijednosti'; $strLimitNumRows = 'Broj redaka po stranici'; -$strLinesTerminatedBy = 'Linije zavravaju na'; -$strLinksTo = 'Links to'; -$strLocalhost = 'Local'; +$strLinesTerminatedBy = 'Redovi zavreni s'; +$strLinkNotFound = 'Veza nije pronaena'; +$strLinksTo = 'Povezano s'; +$strLithuanian = 'Litavski'; +$strLocalhost = 'Lokalno'; $strLocationTextfile = 'Lokacija tekstualne datoteke'; +$strLoginInformation = '_Podaci prijave'; $strLogin = 'Prijava'; $strLogout = 'Odjava'; $strLogPassword = 'Lozinka:'; +$strLogServer = 'Posluitelj'; $strLogUsername = 'Korisniko ime:'; +$strLongOperation = 'Ovaj postupak moe potrajati dulje vrijeme. Ipak nastaviti?'; +$strMaxConnects = 'najv. uzastopnih veza'; +$strMaximalQueryLength = 'Najvea duljina izraenog upita'; +$strMaximumSize = 'Najv: %s%s'; +$strMbExtensionMissing = 'PHP proirenje mbstring nije pronaeno i izgleda da upotrebljavate multibyte tablicu znakova. Bez proirenja mbstring, phpMyAdmin nije u mogunosti pravilno razdjeljivati naredbe i moe doi do neoekivanih rezultata.'; +$strMbOverloadWarning = 'Omoguili ste funkciju mbstring.func_overload u vaoj PHP konfiguraciji. Ova opcija nije kompatibilna s programom phpMyAdmin i moe prouzrokovati oteivanje nekih podataka!'; +$strMIME_available_mime = 'Raspoloive MIME vrste'; +$strMIME_available_transform = 'Raspoloiva preoblikovanja'; +$strMIME_description = 'Opis'; +$strMIME_MIMEtype = 'MIME vrsta'; +$strMIME_nodescription = 'Za ovo preoblikovanje ne postoji raspoloiv opis.
        Molimo da od autora zatraite objanjenje rada %s .'; +$strMIME_transformation_note = 'Za popis raspoloivih opcija preoblikovanja i njihovih MIME vrsta oblikovanja, kliknite %sopcije preoblikovanja%s'; +$strMIME_transformation_options_note = 'Unesite vrijednosti za opcije preoblikovanja upotrebom ovog oblika: \'a\',\'b\',\'c\'...
        Ako je potrebno unijeti lijevu kosu crtu ("\") ili jednostruki navodnik ("\'") unutar ovih vrijednosti, ispred znaka stavite lijevu kosu crtu (na primjer: \'\\\\xyz\' ili \'a\\\'B\').'; +$strMIME_transformation_options = 'Opcije preoblikovanja'; +$strMIME_transformation = 'Pretvaranje preglednika'; +$strMIMETypesForTable = 'MIME VRSTE ZA TABLICU'; +$strMIME_without = 'MIME vrste ispisane kurzivom nemaju posebnu funkciju preoblikovanja'; $strModifications = 'Izmjene su spremljene'; -$strModifyIndexTopic = 'Promijeni klju'; -$strModify = 'Promijeni'; -$strMoveTableOK = 'Tablica %s se sada zove %s.'; -$strMoveTable = 'Preimenuj tablicu u (baza.tablica):'; -$strMySQLSaid = 'MySQL poruka: '; -$strMySQLShowProcess = 'Prikai listu procesa'; -$strMySQLShowStatus = 'Prikai MySQL runtime informacije'; +$strModifyIndexTopic = 'Uredi indeks'; +$strModify = 'Uredi'; +$strMoveTableOK = 'Tablica %s premjetena je u %s.'; +$strMoveTable = 'Premjesti tablicu u (bazapodataka.tablica):'; +$strMoveTableSameNames = 'Premjetanje u istu tablicu nije mogue!'; +$strMultilingual = 'viejezino'; +$strMyISAMDataPointerSizeDesc = 'Zadana veliina pokazatelja podataka u bajtovima, koju e upotrijebiti naredba CREATE TABLE za MyISAM tablice ako opcija MAX_ROWS nije odreena.'; +$strMyISAMDataPointerSize = 'Veliina pokazatelja podataka'; +$strMyISAMMaxExtraSortFileSizeDesc = 'Ako bi privremena datoteka za brzu izradu MyISAM indeksa mogla biti vea od pohrane kljueva, uz ovdje navedenu vrijednost, preferiraj nain pohrane kljueva.'; +$strMyISAMMaxExtraSortFileSize = 'Najvea veliina privremenih datoteka pri izradi indeksa'; +$strMyISAMMaxSortFileSizeDesc = 'Najvea veliina privremene datoteke koju MySQL smije upotrijebiti tijekom ponovne izrade MyISAM indeksa (tijekom izvoenja naredbi REPAIR TABLE, ALTER TABLE ili LOAD DATA INFILE).'; +$strMyISAMMaxSortFileSize = 'Najvea veliina datoteke za privremeno preslagivanje'; +$strMyISAMRecoverOptionsDesc = 'Nain rada za automatski povrat sruenih MyISAM tablica, na nain kojim je odreen putem opcije --myisam-recover.'; +$strMyISAMRecoverOptions = 'Rad s automatskim povratom'; +$strMyISAMRepairThreadsDesc = 'Ako je ova vrijednost vea od 1, MyISAM indeksi tablica izrauju se paralelno (svaki indeks unutar vlastite grane) tijekom popravka putem postupka preslagivanja.'; +$strMyISAMRepairThreads = 'Popravi grane'; +$strMyISAMSortBufferSizeDesc = 'Meuspremnik koji je predodreen za potrebe preslagivanja MyISAM indeksa tijekom naredbe REPAIR TABLE ili tijekom izrade indeksa naredbama CREATE INDEX ili ALTER TABLE.'; +$strMyISAMSortBufferSize = 'Veliina meuspremnika preslagivanja'; +$strMySQLCharset = 'MySQL tablica znakova'; +$strMysqlClientVersion = 'MySQL verzija klijenta'; +$strMySQLConnectionCollation = 'MySQL usporeivanje veza'; +$strMySQLSaid = 'MySQL je poruio: '; +$strMySQLShowProcess = 'Prikai procese'; +$strMySQLShowStatus = 'Prikai podatke MySQL pokretanja'; $strMySQLShowVars = 'Prikai MySQL sistemske varijable'; -$strName = 'Ime'; -$strNext = 'Sljedei'; -$strNoDatabases = 'Baza ne postoji'; -$strNoDropDatabases = '"DROP DATABASE" naredba je onemoguena.'; -$strNoFrames = 'phpMyAdmin preferira preglednike koji podravaju frame-ove.'; -$strNoIndex = 'Klju nije definiran!'; -$strNoIndexPartsDefined = 'Dijelovi kljua nisu definirani!'; -$strNoModification = 'Nema nikakvih promjena'; +$strName = 'Naziv'; +$strNext = 'Sljedee'; +$strNoActivity = 'Nije bilo nikakvih aktivnosti tijekom %s sekunda. Prijavite se ponovo.'; +$strNoDatabases = 'Nema baza podataka'; +$strNoDatabasesSelected = 'Nema odabrane baze podataka.'; +$strNoDataReceived = 'Nisu primljeni nikakvi podaci za uvoz. Ili nije dat naziv datoteke ili veliina datoteke prelazi najveu doputenu veliinu od strane vae PHP konfiguracije. Pogledajte PP 1.16.'; +$strNoDescription = 'bez opisa'; +$strNoDetailsForEngine = 'Za ovaj pogon pohranjivanje ne postoje raspoloivi podaci.'; +$strNoDropDatabases = '"DROP DATABASE" izjave su onemoguene.'; +$strNoExplain = 'Preskoi Objasni SQL'; +$strNoFilesFoundInZip = 'Datoteke nisu pronaene unutar ZIP arhive!'; +$strNoFrames = 'phpMyAdmin je jednostavniji za upotrebu s preglednikom koji podrava okvire.'; +$strNoIndex = 'Nema definiranog indeksa!'; +$strNoIndexPartsDefined = 'Nema definiranih dijelova indeksa!'; +$strNoModification = 'Bez izmjena'; $strNo = 'Ne'; -$strNone = 'Nita'; -$strNoPassword = 'Nema lozinke'; -$strNoPrivileges = 'Nema privilegija'; -$strNoRights = 'Nemate dovoljno prava za ovo podruje!'; -$strNoTablesFound = 'Tablica nije pronaena u bazi.'; -$strNotNumber = 'To nije broj!'; -$strNoUsersFound = 'Korisnik(ci) nije pronaen.'; +$strNone = 'bez kompresije'; +$strNoOptions = 'Ovaj oblik nema raspoloive opcije'; +$strNoPassword = 'Bez lozinke'; +$strNoPermission = 'Web posluitelj nema doputenja za spremanje datoteke %s.'; +$strNoPhp = 'Bez PHP koda'; +$strNoPrivileges = 'Bez privilegija'; +$strNoRights = 'Nemate dovoljno privilegija da boravite ovdje!'; +$strNoRowsSelected = 'Nema odabranih redova'; +$strNoSpace = 'Nema dovoljno prostora za spremanje datoteke %s.'; +$strNoTablesFound = 'U bazi podataka nisu pronaene tablice.'; +$strNoThemeSupport = 'Podrka za teme ne postoji. Provjerite vau konfiguraciju i/ili vae teme u mapi %s.'; +$strNotNumber = 'Ovo nije brojka!'; +$strNotOK = 'nije OK'; +$strNotSet = 'tablica %s nije pronaena ili nije zadana u %s'; +$strNoUsersFound = 'Korisnici nisu pronaeni.'; +$strNoValidateSQL = 'Preskoi provjeru valjanosti SQL-a'; $strNull = 'Null'; +$strNumberOfFields = 'Broj polja'; +$strNumSearchResultsInTable = '%s poklapanja unutar tablice %s'; +$strNumSearchResultsTotal = 'Ukupno: %s poklapanja'; +$strNumTables = 'Tablice'; +$strOK = 'U redu '; +$strOpenDocumentSpreadsheetOptions = 'Otvori opcije izraunske tablice dokumenta'; +$strOpenDocumentSpreadsheet = 'Otvori izraunsku tablicu dokumenta'; +$strOpenDocumentTextOptions = 'Otvori opcije teksta dokumenta'; +$strOpenDocumentText = 'Otvori tekst dokumenta'; +$strOpenNewWindow = 'Otvori novi phpMyAdmin prozor'; +$strOperations = 'Operacije'; +$strOperator = 'Operator'; $strOptimizeTable = 'Optimiziraj tablicu'; -$strOr = 'ili'; -$strOverhead = 'Prekoraenje'; +$strOr = 'Ili'; +$strOverhead = 'Prepunjenje'; +$strOverwriteExisting = 'Prepii postojee datoteke'; -$strPartialText = 'Dio teksta'; +$strPageNumber = 'Broj stranice:'; +$strPagesToBeFlushed = 'Stranice za pranjenje'; +$strPaperSize = 'Veliina papira'; +$strPartialImport = 'Djelomian uvoz'; +$strPartialText = 'Djelomini tekstovi'; +$strPasswordChanged = 'Lozinka za %s uspjeno je promijenjena.'; $strPasswordEmpty = 'Lozinka je prazna!'; +$strPasswordHashing = 'Izrada presjeka lozinke'; $strPassword = 'Lozinka'; -$strPasswordNotSame = 'Lozinka se ne podudara!'; -$strPHPVersion = 'verzija PHP-a'; +$strPasswordNotSame = 'Lozinke se ne podudaraju!'; +$strPdfDbSchema = 'Shema "%s" baza podataka - stranica %s'; +$strPdfInvalidTblName = 'Tablica "%s" ne postoji!'; +$strPdfNoTables = 'Nema tablica'; +$strPDFOptions = 'PDF opcije'; +$strPDF = 'PDF'; +$strPDFReportExplanation = '(Generira izvjetaj koji sadri podatke samo jedne tablice)'; +$strPDFReportTitle = 'Naslov izvjetaja'; +$strPerHour = 'po satu'; +$strPerMinute = 'po minuti'; +$strPerSecond = 'po sekundi'; +$strPersian = 'Perzijski'; +$strPhoneBook = 'telefonski imenik'; +$strPHP40203 = 'Upotrebljavate PHP 4.2.3 koji ima ozbiljne potekoe s nizovima od viestrukih bajtova (mbstring). Pogledajte PHP izvjetaj o nedostatku 19404. Ne preporuuje se upotreba ove verzije PHP-a uz program phpMyAdmin.'; +$strPhp = 'Izradi PHP kod'; +$strPHPVersion = 'PHP verzija'; $strPmaDocumentation = 'phpMyAdmin dokumentacija'; -$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] dio mora biti namjeten u konfiguracijskoj datoteci (config.inc.php)!'; -$strPos1 = 'Poetak'; -$strPrevious = 'Prethodna'; -$strPrimaryKeyHasBeenDropped = 'Primarni klju je izbrisan'; -$strPrimaryKeyName = 'Ime primarnog kljua mora biti... PRIMARY!'; -$strPrimaryKeyWarning = '("PRIMARY" mora biti ime i samo ime primarnog kljua!)'; +$strPmaUriError = 'Direktiva $cfg[\'PmaAbsoluteUri\'] MORA BITI postavljena u vaoj konfiguracijskoj datoteci!'; +$strPolish = 'Poljski'; +$strPortrait = 'Portret'; +$strPos1 = 'Na vrh stranice'; +$strPrevious = 'Prethodni'; +$strPrimaryKeyHasBeenDropped = 'Primarni klju je odbaen'; +$strPrimaryKeyName = 'Naziv primarnog kljua mora biti "PRIMARY"!'; +$strPrimaryKeyWarning = '("PRIMARY" mora biti naziv i samo naziv primarnog kljua!)'; $strPrimary = 'Primarni'; -$strPrintView = 'Saetak'; -$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; -$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; -$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; +$strPrint = 'Ispii'; +$strPrintViewFull = 'Prikaz ispisa (s potpunim tekstovima)'; +$strPrintView = 'Prikaz ispisa'; +$strPrivDescAllPrivileges = 'Obuhvaa sve privilegije osim GRANT (Podari).'; +$strPrivDescAlter = 'Doputa izmjenu strukture postojeih tablice.'; +$strPrivDescAlterRoutine = 'Doputa izmjenu i odbacivanje pohranjenih rutina.'; +$strPrivDescCreateDb = 'Doputa izradu novih baze podataka i tablice.'; +$strPrivDescCreateRoutine = 'Doputa izradu pohranjenih rutina.'; +$strPrivDescCreateTbl = 'Doputa izradu novih tablica.'; +$strPrivDescCreateTmpTable = 'Doputa izradu privremenih tablica.'; +$strPrivDescCreateUser = 'Doputa izradu, odbacivanje i preimenovanje korisnikih naloga.'; +$strPrivDescCreateView = 'Doputa izradu novih prikaza.'; +$strPrivDescDelete = 'Doputa brisanje podataka.'; +$strPrivDescDropDb = 'Doputa odbacivanje baza podataka i tablica.'; +$strPrivDescDropTbl = 'Doputa odbacivanje tablica.'; +$strPrivDescExecute5 = 'Doputa pokretanje pohranjenih rutina.'; +$strPrivDescExecute = 'Doputa izvravanje pohranjenih postupaka. Nema uinka u ovoj verziji MySQL-a.'; +$strPrivDescFile = 'Doputa uvoz i izvoz podataka iz datoteka.'; +$strPrivDescGrant = 'Doputa dodavanje korisnika i privilegija bez ponovnog uitavanja tablica.'; +$strPrivDescIndex = 'Doputa izradu i odbacivanje indeksa.'; +$strPrivDescInsert = 'Doputa umetanje i zamjenu podataka.'; +$strPrivDescLockTables = 'Doputa zakljuavanje tablica u trenutnoj grani.'; +$strPrivDescMaxConnections = 'Ograniava broj novih povezivanja koje korisnik moe otvoriti, po satu.'; +$strPrivDescMaxQuestions = 'Ograniava broj upita koje korisnik moe poslati posluitelju, po satu.'; +$strPrivDescMaxUpdates = 'Ograniava broj naredbi koje korisnik moe pokrenuti, a ija je namjena mijenjanje bilo koje tablice ili baze podataka, po satu.'; +$strPrivDescMaxUserConnections = 'Ograniava broj istovremenih povezivanja koje korisnik moe imati.'; +$strPrivDescProcess3 = 'Doputa eliminiranje postupaka drugih korisnika.'; +$strPrivDescProcess4 = 'Doputa pregledavanje cjelokupnih upita u popisu postupaka.'; +$strPrivDescReferences = 'Nema uinka u ovoj verziji MySQL-a.'; +$strPrivDescReload = 'Doputa ponovno uitavanje postavki posluitelja i pranjenje privremene pohrane posluitelja.'; +$strPrivDescReplClient = 'Doputa korisnik postavljanje upita o lokaciji potinjenih i gospodara.'; +$strPrivDescReplSlave = 'Potrebno za replikacijske potinjene.'; +$strPrivDescSelect = 'Doputa itanje podataka.'; +$strPrivDescShowDb = 'Daje pristup cjelokupnom popisu baza podataka.'; +$strPrivDescShowView = 'Doputa izvoenje upita SHOW CREATE VIEW.'; +$strPrivDescShutdown = 'Doputa gaenje posluitelja.'; +$strPrivDescSuper = 'Doputa povezivanje ak i kad je dostignut najvei broj veza. Potrebno za veinu administrativnih operacija poput postavljanja opih varijabli ili eliminiranje grana drugih korisnika.'; +$strPrivDescUpdate = 'Doputa mijenjanje podataka.'; +$strPrivDescUsage = 'Bez privilegija.'; $strPrivileges = 'Privilegije'; +$strPrivilegesReloaded = 'Privilegije su uspjeno uitane.'; +$strProcedures = 'Postupci'; +$strProcesses = 'Procesi'; +$strProcesslist = 'Popis procesa'; +$strProtocolVersion = 'Verzija protokola'; +$strPutColNames = 'Nazive polja stavi u prvi red'; $strQBEDel = 'Del'; $strQBEIns = 'Ins'; -$strQBE = 'Upit po primjeru'; -$strQueryOnDb = 'SQL upit na bazi %s:'; -$strQueryStatistics = 'Query statistics: Since its startup, %s queries have been sent to the server.'; +$strQBE = 'Upit'; +$strQueryCache = 'Pohrana upita'; +$strQueryFrame = 'Prozor za upite'; +$strQueryOnDb = 'SQL upit nad bazom podataka %s:'; +$strQueryResultsOperations = 'Operacije rezultata upita'; +$strQuerySQLHistory = 'SQL povijest'; +$strQueryStatistics = 'Statistike upita: Od pokretanja posluitelju je upueno %s upita.'; +$strQueryTime = 'Upit je trajao %01,4f sek'; +$strQueryType = 'Vrsta upita'; +$strQueryWindowLock = 'Ne prepisuj ovaj upit iz vanjskog prozora'; -$strRecords = 'Reci'; -$strReferentialIntegrity = 'Provjeri ispravnost veza:'; -$strRenameTableOK = 'Tablici %s promjenjeno ime u %s'; -$strRenameTable = 'Promijeni ime tablice u '; +$strReadRequests = 'Proitaj zahtjeve'; +$strReceived = 'Primljeno'; +$strRecords = 'Zapisi'; +$strReferentialIntegrity = 'Provjeri referencijalan integritet:'; +$strRefresh = 'Osvjei'; +$strRelationalSchema = 'Shema relacija'; +$strRelationNotWorking = 'Dodatne osobine za rad s povezanim tablicama su iskljuene. Da biste saznali zato kliknite %sovdje%s.'; +$strRelationsForTable = 'RELACIJE TABLICE'; +$strRelations = 'Relacije'; +$strRelationView = 'Prikaz relacija'; +$strReloadingThePrivileges = 'Ponovno uitavanje privilegija'; +$strReloadPrivileges = 'Ponovno uitaj privilegije'; +$strRemoveSelectedUsers = 'Ukloni odabrane korisnike'; +$strRenameDatabaseOK = 'Baza podataka %s preimenovana je u %s'; +$strRenameTableOK = 'Tablica %s preimenovana je u %s'; +$strRenameTable = 'Preimenuj tablicu u'; $strRepairTable = 'Popravi tablicu'; -$strReplaceTable = 'Zamijeni podatke u tablici sa datotekom'; -$strReset = 'Resetiraj'; -$strReType = 'Ponovite unos'; +$strReplaceNULLBy = 'NULL zamijeni s'; +$strReplaceTable = 'Podatke tablice zamijeni datotekom'; +$strReplication = 'Replikacija'; +$strReset = 'Povrat'; +$strResourceLimits = 'Ogranienja resursa'; +$strReType = 'Ponovite'; +$strRevokeAndDeleteDescr = 'Korisnici e i dalje imati privilegiju USAGE (Upotreba) sve dok se privilegije ponovno ne uitaju.'; +$strRevokeAndDelete = 'Opozovi sve aktivne privilegije korisnika i potom ih izbrii.'; $strRevokeMessage = 'Opozvali ste privilegije za %s'; $strRevoke = 'Opozovi'; -$strRowLength = 'Duina retka'; -$strRowsFrom = ' redaka poevi od retka'; +$strRomanian = 'Rumunjski'; +$strRowLength = 'Duljina retka'; +$strRowsFrom = 'redovi koji zapoinju zapisom #'; $strRowSize = ' Veliina retka '; -$strRowsModeHorizontal = 'horizontalnom'; -$strRowsModeOptions = 'u %s nainu i ispii zaglavlje poslije svakog %s retka'; -$strRowsModeVertical = 'vertikalnom'; +$strRowsModeFlippedHorizontal = 'vodoravno (okrenuta zaglavlja)'; +$strRowsModeHorizontal = 'vodoravno'; +$strRowsModeOptions = 'u nainu %s i ponavljaj zaglavlja nakon %s elija'; +$strRowsModeVertical = 'uspravno'; $strRows = 'Redaka'; -$strRowsStatistic = 'Statistika redaka'; -$strRunning = 'pokrenuto na %s'; -$strRunQuery = 'Izvri SQL upit'; -$strRunSQLQuery = 'Izvri SQL upit(e) na bazi '; +$strRowsStatistic = 'Statistike redova'; +$strRunning = 'Izvrava se pri %s'; +$strRunQuery = 'Podnesi upit'; +$strRunSQLQueryOnServer = 'Pokreni SQL upit na posluitelju %s'; +$strRunSQLQuery = 'Pokreni SQL upit na bazi podataka %s'; +$strRussian = 'Ruski'; +$strSaveOnServer = 'Spremi na posluitelju u mapi %s'; $strSave = 'Spremi'; -$strSelectADb = 'Izaberite bazu'; -$strSelectAll = 'Oznai sve'; -$strSelectFields = 'Izaberite polja (najmanje jedno)'; -$strSelectNumRows = 'u upitu'; -$strSend = 'Spremi u datoteku'; -$strServerChoice = 'Izbor servera'; -$strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.'; -$strServerVersion = 'Verzija servera'; -$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...
        Ako vam zatreba backslash ("\") ili jednostruki navodnik ("\'") navedite ih koristei backslash (npr. \'\\\\xyz\' ili \'a\\\'b\').'; +$strScaleFactorSmall = 'Vrijednost omjera suvie je malen da bi shema stala na jednu stranicu'; +$strSearchFormTitle = 'Trai u bazi podataka'; +$strSearchInTables = 'Unutar tablica:'; +$strSearchNeedle = 'Rijei ili vrijednost za pretraivanje (doker: "%"):'; +$strSearchOption1 = 'najmanje jedna rije'; +$strSearchOption2 = 'sve rijei'; +$strSearchOption3 = 'toan izraz'; +$strSearchOption4 = 'kao regularan izraz'; +$strSearchResultsFor = 'Rezultati pretraivanja za "%s" %s:'; +$strSearch = 'Trai'; +$strSearchType = 'Trai:'; +$strSecretRequired = 'Konfiguracijska datoteka potrauje tajnu lozinku (blowfish_secret).'; +$strSelectADb = 'Odaberite bazu podataka'; +$strSelectAll = 'Odaberi sve'; +$strSelectBinaryLog = 'Odaberite binarni zapisnik za prikaz'; +$strSelectFields = 'Odaberite polja (najmanje jedno):'; +$strSelectNumRows = 'unutar upita'; +$strSelectTables = 'Odaberite tablice'; +$strSend = 'Spremi kao datoteku'; +$strSent = 'Poslano'; +$strServerChoice = 'Odabir posluitelja'; +$strServerNotResponding = 'Posluitelj ne odgovara'; +$strServer = 'Posluitelj'; +$strServers = 'Posluitelji'; +$strServerStatusDelayedInserts = 'Odgoena umetanja'; +$strServerStatus = 'Podaci o razini izvravanja'; +$strServerStatusUptime = 'Ovaj MySQL posluitelj radi tijekom %s. Pokrenut je %s.'; +$strServerTabVariables = 'Varijable'; +$strServerTrafficNotes = 'Promet posluitelja: Ove tablice prikazuju statistike mrenog prometa na ovom MySQL posluitelju od trenutka njegovog pokretanja.'; +$strServerVars = 'Varijable i postavke posluitelja'; +$strServerVersion = 'Verzija posluitelja'; +$strSessionValue = 'Vrijednost sesije'; +$strSetEnumVal = 'Ako je vrata polja "enum" ili "set", unesite vrijednosti u sljedeem obliku: \'a\',\'B\',\'c\'...
        Ako je potrebno unijeti lijevu kosu crtu ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowAll = 'Prikai sve'; -$strShowingRecords = 'Prikaz redaka'; -$strShowPHPInfo = 'Prikai informacije o PHP-u'; +$strShowColor = 'Prikai boju'; +$strShowDatadictAs = 'Oblikovanje rjenika podataka'; +$strShowFullQueries = 'Prikai pune upite'; +$strShowGrid = 'Prikai mreu'; +$strShowingBookmark = 'Prikazivanje oznake'; +$strShowingRecords = 'Prikazivanje redaka'; +$strShowOpenTables = 'Prikai otvorene tablice'; +$strShowPHPInfo = 'Prikai PHP podatke'; $strShow = 'Prikai'; +$strShowSlaveHosts = 'Prikai potinjena raunala'; +$strShowSlaveStatus = 'Prikai stanje potinjenog'; +$strShowStatusBinlog_cache_disk_useDescr = 'Broj transakcija koje su upotrebljavale privremeni binarni zapisnik pohrane, ali su nadmaile vrijednost binlog_cache_size i upotrijebile privremenu datoteku za pohranjivanje izjava transakcija.'; +$strShowStatusBinlog_cache_useDescr = 'Broj transakcija koje su upotrebljavale privremeni binarni zapisnik pohrane.'; +$strShowStatusCreated_tmp_disk_tablesDescr = 'Broj privremenih tablica koje posluitelj automatski izrauje na disku tijekom izvravanja izjava. Ako je stavka Created_tmp_disk_tables velika, moglo bi biti potrebno da poveate vrijednost tmp_table_size, da biste privremene tablice smjestili u radnu memoriju, a ne na tvrdi disk.'; +$strShowStatusCreated_tmp_filesDescr = 'Koliko je privremenih tablica izradio mysqld.'; +$strShowStatusCreated_tmp_tablesDescr = 'Broj privremenih tablica u memoriji koje je posluitelj automatski izradio tijekom izvravanja izjava.'; +$strShowStatusDelayed_errorsDescr = 'Broj redaka upisanih pomou naredbe INSERT DELAYED, a kod kojih je dolo do neke vrste pogreke (vjerojatan razlog je udvojen klju).'; +$strShowStatusDelayed_insert_threadsDescr = 'Broj hvatite grana INSERT DELAYED u upotrebi. Svaka druga tablica na koju se primjeni INSERT DELAYED dobiva vlastitu granu.'; +$strShowStatusDelayed_writesDescr = 'Broj redaka zapisanih pomou INSERT DELAYED.'; +$strShowStatusFlush_commandsDescr = 'Broj izvrenih izjava FLUSH.'; +$strShowStatusHandler_commitDescr = 'Broj internih izjava COMMIT.'; +$strShowStatusHandler_deleteDescr = 'Brojka koja prokazuje koliko puta je redak bio izbrisan iz tablice.'; +$strShowStatusHandler_discoverDescr = 'MySQL posluitelj moe upitati pogon pohranjivanja NDB skupine, zna li za tablicu s traenim nazivom. Ovaj se postupak naziva otkrivanje. Handler_discover naznauje koliko je puta tablica bila otkrivenom.'; +$strShowStatusHandler_read_firstDescr = 'Brojka koja prokazuje koliko puta je prvi unos bio itan iz indeksa. Velik broj je pokazatelj da posluitelj izvodi mnogo potpunih pretraivanja indeksa, npr. SELECT col1 FROM foo, pri emu je col1 indeksiran.'; +$strShowStatusHandler_read_keyDescr = 'Broj zahtjeva za itanje retka zasnovan na kljuu. Velik broj je pokazatelj da su vai upiti i tablice pravilno indeksirani.'; +$strShowStatusHandler_read_nextDescr = 'Broj zahtjeva za itanje sljedeeg retka u redoslijedu kljua. Ovaj se broj poveava ako izvodite upite stupca indeksa s ogranienjem opsega ili ako izvodite pretraivanje indeksa.'; +$strShowStatusHandler_read_prevDescr = 'Broj zahtjeva za itanje prethodnog retka u redoslijedu kljua. Ovaj nain itanja uglavnom se upotrebljava za optimiziranje opcije ORDER BY ... DESC.'; +$strShowStatusHandler_read_rndDescr = 'Broj zahtjeva za itanje retka zasnovanog na fiksnom poloaju. Ovaj iznos je velik ako izvodite mnogo upita koji zahtjevaju preslagivanje rezultata. Vjerojatno imate mnogo upita koji zahtijevaju da MySQL pretrauje cjelokupne tablice ili imate spojeve koji ne upotrebljavaju klju na pravilan nain.'; +$strShowStatusHandler_read_rnd_nextDescr = 'Broj zahtjeva za itanje sljedeeg retka u datoteci s podacima. Ovaj broj je velik ako izvodite mnogo pretraivanja tablice. Openito, ovaj iznos naznauje da vaa tablice nisu pravilno indeksirane ili da vai upiti nisu napisani na nain koji iskoritava prednosti raspoloivih indeksa.'; +$strShowStatusHandler_rollbackDescr = 'Broj internih izjava ROLLBACK.'; +$strShowStatusHandler_updateDescr = 'Broj zahtjeva za auriranje retka u tablici.'; +$strShowStatusHandler_writeDescr = 'Broj zahtjeva za umetanje retka u tablici.'; +$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Broj stranice koje sadre podatke (dirty ili clean).'; +$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Broj stranica koje su trenutno \'dirty\'.'; +$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Broj stranica meuspremnika za koje je podnesen zahtjev za pranjenjem.'; +$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Broj slobodnih stranica.'; +$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Broj vezanih stranica u InnoDB meuspremniku. Ove se stranice trenutno itaju ili zapisuju, ili ih nije mogue isprazniti ili ukloniti iz nekog drugog razloga.'; +$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Broj stranica koje su zauzete jer su dodijeljene za administrativna prepunjenja, poput zakljuavanja redaka ili adaptivni indeks presjeka. Ovu je vrijednost mogue izraunati i kao Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; +$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Ukupna veliina meuspremnika, u stranicama.'; +$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Broj "nasuminih" pripremnih itanja koje je InnoDB inicijalizirao. Dogaa se kad upit mora pretraiti veliki dio tablice, ali nasuminim redoslijedom.'; +$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Broj slijednih pripremnih itanja koje je inicijalizirao InnoDB. Ovo se dogaa kad InnoDB izvodi potpuno pretraivanje tablice.'; +$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Broj logikih zahtjeva za itanjem koje je obavio InnoDB.'; +$strShowStatusInnodb_buffer_pool_readsDescr = 'Broj logikih itanja koje InnoDB nije mogao zadovoljiti iz meuspremnik i morao je izvesti itanje po jedne stranice.'; +$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Uobiajeno, zapisivanja u InnoDB meuspremnik izvode se u pozadini. Ipak, ako je potrebno iitati ili izraditi stranicu, a nema raspoloive prazne stranice, bit e potrebno priekati pranjenje stranice. Ovaj broja prikazuje stanje ovog ekanja. Ako je veliina meuspremnika pravilno postavljena, ova bi vrijednost trebala biti malenom.'; +$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Broj izvrenih zapisivanja u InnoDB meuspremnik.'; +$strShowStatusInnodb_data_fsyncsDescr = 'Broj dosadanjih fsync() operacija.'; +$strShowStatusInnodb_data_pending_fsyncsDescr = 'Trenutan broj fsync() operacija u ekanju.'; +$strShowStatusInnodb_data_pending_readsDescr = 'Trenutan broj itanja u ekanju.'; +$strShowStatusInnodb_data_pending_writesDescr = 'Trenutan broj zapisivanja u ekanju.'; +$strShowStatusInnodb_data_readDescr = 'Koliina podataka proitanih do ovog trenutka, u bajtovima.'; +$strShowStatusInnodb_data_readsDescr = 'Ukupan broj iitavanja podataka.'; +$strShowStatusInnodb_data_writesDescr = 'Ukupan broj zapisivanja podataka.'; +$strShowStatusInnodb_data_writtenDescr = 'Koliina podataka zapisanih do ovog trenutka, u bajtovima.'; +$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Broj dvostrukih zapisivanja do ovog trenutka i broj stranica zapisanih za ovu potrebu.'; +$strShowStatusInnodb_dblwr_writesDescr = 'Broj dvostrukih zapisivanja do ovog trenutka i broj stranica zapisanih za ovu potrebu.'; +$strShowStatusInnodb_log_waitsDescr = 'Broj ekanja koja su se dogodila zbog nedovoljno velikog zapisnika meuspremnika, te je bilo potrebno ekati njegovo pranjenje prije nastavka rada.'; +$strShowStatusInnodb_log_write_requestsDescr = 'Broj zahtjeva za zapisivanje u zapisnik.'; +$strShowStatusInnodb_log_writesDescr = 'Broj fizikih zapisivanja u zapisnik.'; +$strShowStatusInnodb_os_log_fsyncsDescr = 'Broj fsyncs zapisivanja izvrenih u datoteci zapisnika.'; +$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Broj naredbi fsyncs za zapisnik, a koje su na ekanju.'; +$strShowStatusInnodb_os_log_pending_writesDescr = 'Zapisivanja u zapisnik na ekanju.'; +$strShowStatusInnodb_os_log_writtenDescr = 'Broj bajtova zapisanih u zapisnik.'; +$strShowStatusInnodb_pages_createdDescr = 'Broj izraenih stranica.'; +$strShowStatusInnodb_page_sizeDescr = 'Izraena veliina InnoDB stranice (zadana vrijednost je 16kB). Mnoge se vrijednosti prebrojavaju u stranicama. Veliina stranice doputa njihovo jednostavno pretvaranje u bajtove.'; +$strShowStatusInnodb_pages_readDescr = 'Broj iitanih stranica.'; +$strShowStatusInnodb_pages_writtenDescr = 'Broj zapisanih stranica.'; +$strShowStatusInnodb_row_lock_current_waitsDescr = 'Broj zakljuavanja redaka na koje se trenutno eka.'; +$strShowStatusInnodb_row_lock_time_avgDescr = 'Prosjeno vrijeme postizanja zakljuanosti retka, u milisekundama.'; +$strShowStatusInnodb_row_lock_timeDescr = 'Ukupno vrijeme utroeno na postizanja zakljuanosti retka, u milisekundama.'; +$strShowStatusInnodb_row_lock_time_maxDescr = 'Najdulje vrijeme postizanja zakljuanosti retka, u milisekundama.'; +$strShowStatusInnodb_row_lock_waitsDescr = 'Broj okolnosti kad je bilo potrebno ekati na zakljuanost retka.'; +$strShowStatusInnodb_rows_deletedDescr = 'Broj redaka izbrisanih iz InnoDB tablica.'; +$strShowStatusInnodb_rows_insertedDescr = 'Broj redaka umetnutih u InnoDB tablice.'; +$strShowStatusInnodb_rows_readDescr = 'Broj redaka iitanih iz InnoDB tablica.'; +$strShowStatusInnodb_rows_updatedDescr = 'Broj auriranih redaka u InnoDB tablicama.'; +$strShowStatusKey_blocks_not_flushedDescr = 'Broj kljunih blokova u pohrani kljueva koji su izmijenjeni ali jo nisu ispranjeni na disk. Neko se nazivalo: Not_flushed_key_blocks.'; +$strShowStatusKey_blocks_unusedDescr = 'Broj neiskoritenih blokova u pohrani kljueva. Ovu vrijednost moete upotrijebiti za odreivanje veliine pohrane kljueva koja je u upotrebi.'; +$strShowStatusKey_blocks_usedDescr = 'Broj iskoritenih blokova u pohrani kljueva. Ova je vrijednost oznaka gornje razine koja oznauje najvei broj blokova koji su ikad bili u istovremenoj upotrebi.'; +$strShowStatusKey_read_requestsDescr = 'Broj zahtjeva za itanje kljunog bloka iz pohrane.'; +$strShowStatusKey_readsDescr = 'Broj fizikih itanja kljunih blokova s diska. Ako je iznos Key_reads velik, vjerojatno je vaa vrijednost key_buffer_size premala. Stupanj promaivanja pohrane mogue je izraunati putem naredbi Key_reads/Key_read_requests.'; +$strShowStatusKey_write_requestsDescr = 'Broj zahtjeva za zapisivanje kljunog bloka u pohranu.'; +$strShowStatusKey_writesDescr = 'Broj fizikih zapisivanja kljunih blokova na disk. '; +$strShowStatusLast_query_costDescr = 'Ukupan troak posljednjeg sloenog upita, izraunat od strane optimizatora upita. Korisno za usporeivanje trokova razliitih planova upita za isti upit. Zadana vrijednost je 0 i podrazumijeva da jo nema sloenog upita.'; +$strShowStatusNot_flushed_delayed_rowsDescr = 'Broj redaka koji ekaju svoje upisivanje u red ekanja INSERT DELAY.'; +$strShowStatusOpened_tablesDescr = 'Broj tablica koje su otvorene. Ako je iznos otvorenih tablica velik, vaa vrijednost za pohranu tablica vjerojatno je premala.'; +$strShowStatusOpen_filesDescr = 'Broj otvorenih datoteka.'; +$strShowStatusOpen_streamsDescr = 'Broj otvorenih protoka (uglavnom se upotrebljava za voenje zapisnika).'; +$strShowStatusOpen_tablesDescr = 'Broj otvorenih tablica.'; +$strShowStatusQcache_free_blocksDescr = 'Broj slobodnih memorijskih blokova u pohrani upita.'; +$strShowStatusQcache_free_memoryDescr = 'Koliina slobodne memorije za pohranu upita.'; +$strShowStatusQcache_hitsDescr = 'Broj pronalaenja u pohrani.'; +$strShowStatusQcache_insertsDescr = 'Broj upita pridodanih u pohranu.'; +$strShowStatusQcache_lowmem_prunesDescr = 'Broj upita koji su uklonjeni iz pohrane radi oslobaanja memorije za potrebe pohranjivanja novih upita. Ovaj vam podatak moe pomoi pri podeavanju veliine pohrane upita. Pohrana upita upotrebljava strategiju posljednjeg nedavno upotrebljavanog (LRU - least recently used) radi odluivanja koje e upite ukloniti iz pohrane.'; +$strShowStatusQcache_not_cachedDescr = 'Broj upita koji nisu pohranjeni (nisu za pohranu ili nisu pohranjeni zbog postavke query_cache_type).'; +$strShowStatusQcache_queries_in_cacheDescr = 'Broj upita registriranih u pohrani.'; +$strShowStatusQcache_total_blocksDescr = 'Ukupan broj blokova u pohrani upita.'; +$strShowStatusReset = 'Povrat'; +$strShowStatusRpl_statusDescr = 'Stanje replikacije sigurnosti protiv otkaza (jo nije implementirano).'; +$strShowStatusSelect_full_joinDescr = 'Broj spojeva koji ne upotrebljavaju indekse. Ako ovaj iznos nije 0, bit e potrebno da paljivo provjerite indekse vaih tablica.'; +$strShowStatusSelect_full_range_joinDescr = 'Broj spojeva koji nad referentnom tablicom upotrebljavaju opseg traenja.'; +$strShowStatusSelect_range_checkDescr = 'Broj spojeva bez kljueva koji provjeravaju upotrebu kljua nakon svakog retka. (Ako ovaj iznos nije 0, bit e potrebno da paljivo provjerite indekse vaih tablica.'; +$strShowStatusSelect_rangeDescr = 'Broj spojeva koji su upotrijebili opsege nad prvom tablicom. (Openito nije kritino ako je ovaj iznos velik.)'; +$strShowStatusSelect_scanDescr = 'Broj spojeva koji su izveli potpuno pretraivanje prve tablice.'; +$strShowStatusSlave_open_temp_tablesDescr = 'Broj privremenih tablica koje su trenutno otvorene od strane potinjene SQL grane.'; +$strShowStatusSlave_retried_transactionsDescr = 'Ukupna koliina (od pokretanja) ponovnih pokuaja transakcija od strane replikacijske potinjene SQL grane.'; +$strShowStatusSlave_runningDescr = 'Ukljueno (ON) ako je ovaj posluitelj potinjen i povezan na gospodara.'; +$strShowStatusSlow_launch_threadsDescr = 'Broj grana kojima je bilo potrebno vie vremena za izradu, nego to je to definirano u slow_launch_time (sporo vrijeme pokretanja), u sekundama.'; +$strShowStatusSlow_queriesDescr = 'Broj upita kojima je bilo potrebno vie vremena nego to je to definirano u long_query_time (dugo vrijeme upita), u sekundama.'; +$strShowStatusSort_merge_passesDescr = 'Broj prolaza udruivanja koje je algoritam za preslagivanje morao izvesti. Ako je ovaj iznos velik, razmotrite mogunost poveanja vrijednosti sistemske varijable sort_buffer_size.'; +$strShowStatusSort_rangeDescr = 'Broj preslagivanja uinjenih pomou opsega.'; +$strShowStatusSort_rowsDescr = 'Broj presloenih redaka.'; +$strShowStatusSort_scanDescr = 'Broj preslagivanja uinjenih pomou pretraivanja tablice.'; +$strShowStatusTable_locks_immediateDescr = 'Koliina trenutno postignutih zakljuavanja tablica.'; +$strShowStatusTable_locks_waitedDescr = 'Koliina zakljuavanja tablica koji nisu mogli biti trenutno postignuti i bilo je potrebno odreeno ekanje. Ako je ovaj iznos visok i ako imate problema s performansama, bit e potrebno da prvo optimizirate svoje upite i potom ili podijelite svoje tablice ili upotrijebite replikaciju.'; +$strShowStatusThreads_cachedDescr = 'Broj grana u pohrani grana. Stupanj pogodaka u pohrani moe se izraunati kao Threads_created/Connections. Ako je ovaj iznos prikazan crvenom bojom, bit e potrebno da poveate svoju vrijednost thread_cache_size.'; +$strShowStatusThreads_connectedDescr = 'Broj trenutno otvorenih veza.'; +$strShowStatusThreads_createdDescr = 'Broj grana izraenih za rukovanje vezama. Ako je iznos Threads_created velik, moglo bi biti potrebno da poveate vrijednost thread_cache_size. (Uobiajeno, ako imate dobru implementaciju grana, ova opcija nee pruiti primjetna poboljanja performansi.)'; +$strShowStatusThreads_runningDescr = 'Broj grana koje nisu uspavane.'; +$strShowTableDimension = 'Prikai dimenzije tablice'; $strShowTables = 'Prikai tablice'; -$strShowThisQuery = ' Prikai ovaj upit ponovo '; -$strSingly = '(po jednom polju)'; +$strShowThisQuery = 'Ovaj upit ponovno prikai ovdje'; +$strSimplifiedChinese = 'Kineski, pojednostavljen'; +$strSingly = '(pojedinano)'; $strSize = 'Veliina'; -$strSort = 'Sortiranje'; -$strSpaceUsage = 'Zauzee'; -$strSQLQuery = 'SQL-upit'; -$strStatement = 'Ime'; -$strStrucCSV = 'CSV format'; -$strStrucData = 'Struktura i podaci'; +$strSkipQueries = 'Broj zapisa (upita) koje je potrebno preskoiti od poetka'; +$strSlovak = 'Slovaki'; +$strSlovenian = 'Slovenski'; +$strSocketProblem = '(ili prikljuak lokalnog MySQL posluitelja nije ispravno konfiguriran)'; +$strSortByKey = 'Presloi po kljuu'; +$strSorting = 'Preslagivanje'; +$strSort = 'Presloi'; +$strSpaceUsage = 'Iskoritenost prostora'; +$strSpanish = 'panjolski'; +$strSplitWordsWithSpace = 'Rijei su razdvojene znakom razmaka (" ").'; +$strSQLCompatibility = 'Nain rada SQL kompatibilnosti'; +$strSQLExportType = 'Vrsta izvoza'; +$strSQLImportOptions = 'SQL opcije'; +$strSQLOptions = 'SQL opcije'; +$strSQLParserBugMessage = 'Postoji mogunost da ste pronali nedostatak u SQL ralanjivau. Temeljito prouite va upit i provjerite ispravan unos navodnika. Jedan od moguih razloga je i da ste uitali datoteku s binarnim vrijednosti izvan prostora s navodnicima. Va upit takoer moete provjeriti u naredbenom retku MySQL-a. Ispis pogreke MySQL posluitelja moe vam pomoi u dijagnosticiranju problema. Ako i dalje postoje problemi ili ako ralanjiva ne uspijeva u zadacima koji uspijevaju u naredbenom retku, suzite svoj unos SQL upita na samo onaj upit koji izaziva probleme i podnesite prijavu o nedostatku zajedno s dijelom podatka u donjem odjeljku CUT:'; +$strSQLParserUserError = 'Izgleda da postoji pogreka u vaem SQL upitu. Ispis pogreke MySQL posluitelja moe vam pomoi u dijagnosticiranju problema.'; +$strSQLQuery = 'SQL upit'; +$strSQLResult = 'SQL rezultat'; +$strSQL = 'SQL'; +$strSQPBugInvalidIdentifer = 'Neispravna ID oznaka'; +$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren'; +$strSQPBugUnknownPunctuation = 'Nepoznat niz interpunkcija'; +$strStatCheckTime = 'Posljednja provjera'; +$strStatCreateTime = 'Izrada'; +$strStatement = 'Izjave'; +$strStatisticsOverrun = 'Na zaposlenom posluitelju broja bajtova mogao bi preletjeti svoj raspon prikaza, pri emu bi statistike koje prikazuje MySQL posluitelj mogle biti netone.'; +$strStatUpdateTime = 'Posljednje auriranje'; +$strStatus = 'Stanje'; +$strStorageEngine = 'Pogon pohrane'; +$strStorageEngines = 'Pogoni pohrane'; +$strStrucCSV = 'CSV'; +$strStrucData = 'Strukturu i podatke'; $strStrucExcelCSV = 'CSV za MS Excel'; -$strStrucOnly = 'Samo struktura'; -$strSubmit = 'Pokreni'; -$strSuccess = 'Va SQL upit je uspjeno izvren'; -$strSum = 'Ukupno'; +$strStrucNativeExcel = 'Izvorno MS Excel oblikovanje'; +$strStrucNativeExcelOptions = 'Opcije izvornog Excel izvoza'; +$strStrucOnly = 'Samo strukturu'; +$strStructPropose = 'Predloi strukturu tablice'; +$strStructure = 'Strukturu'; +$strSubmit = 'Podnesi'; +$strSuccess = 'Va SQL upit uspjeno je izvren'; +$strSum = 'Zbroj'; +$strSwedish = 'vedski'; +$strSwitchToDatabase = 'Prebaci se na kopiranu bazu podataka'; +$strSwitchToTable = 'Prebaci se na kopiranu tablicu'; -$strTableComments = 'Komentar tablice'; -$strTableEmpty = 'Ime tablice je prazno!'; -$strTableHasBeenDropped = 'Tablica %s je izbrisana'; -$strTableHasBeenEmptied = 'Tablica %s je ispranjena'; -$strTableHasBeenFlushed = 'Tablica %s je osvjeena'; -$strTableMaintenance = 'Radnje na tablici'; -$strTables = '%s tablica/e'; -$strTableStructure = 'Struktura tablice'; +$strTableAlreadyExists = 'Tablica %s ve postoji!'; +$strTableComments = 'Komentari tablice'; +$strTableEmpty = 'Naziv tablice je prazan!'; +$strTableHasBeenDropped = 'Tablica %s je odbaen'; +$strTableHasBeenEmptied = 'Tablica %s je oiena'; +$strTableHasBeenFlushed = 'Tablica %s je ispranjena'; +$strTableMaintenance = 'Odravanje tablice'; +$strTableOfContents = 'Sadraj tablice'; +$strTableOptions = 'Opcije tablice'; +$strTables = '%s tablica'; +$strTableStructure = 'Tablina struktura za tablicu'; $strTable = 'Tablica'; -$strTextAreaLength = ' Zbog veliine ovog polja,
        polje moda neete moi mijenjati '; +$strTakeIt = 'Dodijeli'; +$strTblPrivileges = 'Privilegije specifine za tablicu'; +$strTempData = 'Privremeni podaci'; +$strTextAreaLength = ' Zbog svoje duljine,
        ureivanje ovog polja moda nee biti mogue '; +$strThai = 'Thai'; +$strThemeDefaultNotFound = 'Zadana tema %s nije pronaena!'; +$strThemeNoPreviewAvailable = 'Nema raspoloivog pregleda.'; +$strThemeNotFound = 'Tema %s nije pronaena!'; +$strThemeNoValidImgPath = 'Valjana putanja slika za temu %s nije pronaena!'; +$strThemePathNotFound = 'Za temu %s nije pronaena putanje tema!'; +$strTheme = 'Tema / Stil'; +$strThisHost = 'Ovo raunalo'; +$strThisNotDirectory = 'Ovo nije bila mapa'; +$strThreads = 'Grane'; +$strThreadSuccessfullyKilled = 'Grana %s uspjeno je prekinuta.'; +$strTimeoutInfo = 'Vrijeme prethodnog uvoza je isteklo. Nakon ponovno podnoenja bit e nastavljeno od poloaja %d.'; +$strTimeoutNothingParsed = 'Ipak, pri posljednjem prijelazu nikakvi podaci nisu bili ralanjeni. To znai da phpMyAdmin nee biti u mogunosti zavriti ovaj uvoz sve dok ne poveate vremenska ogranienja unutar php.'; +$strTimeoutPassed = 'Vrijeme za skriptu je isteklo. Ako elite zavriti uvoz, ponovo podnesite istu datoteku i uvoz e nastaviti.'; +$strTime = 'Vrijeme'; +$strToggleScratchboard = 'Ukljui biljeke'; +$strTotalUC = 'Ukupno'; $strTotal = 'ukupno'; +$strTraditionalChinese = 'Kineski, tradicionalan'; +$strTraditionalSpanish = 'panjolski, tradicionalan'; +$strTraffic = 'Promet'; +$strTransactionCoordinator = 'Koordinator transakcije'; +$strTransformation_application_octetstream__download = 'Prikazuje vezu prema preuzimanju binarnih podataka polja. Moete upotrijebiti prvu opciju da biste sami odredili naziv datoteke ili drugu opciju da biste upotrijebili naziv polja koje sadri naziv datoteke. Ako upotrijebite drugu opciju, u prvu opciju morate unijeti prazan niz.'; +$strTransformation_application_octetstream__hex = 'Prikazuje podatke u heksadecimalnom obliku. Opcionalan prvi parametar odreuje koliko esto e prazna mjesta biti dodavana (zadana vrijednost je 2).'; +$strTransformation_image_jpeg__inline = 'Prikazuje sliicu s mogunou klikanja. Opcije su najvea irina i visina u pikselima. Izvorne proporcije su ouvane.'; +$strTransformation_image_jpeg__link = 'Prikazuje vezu za preuzimanje ove slike.'; +$strTransformation_image_png__inline = 'Pogledajte slika/jpeg: inline'; +$strTransformation_text_plain__dateformat = 'Prikazuje polja TIME, TIMESTAMP ili DATETIME (vrijeme, oznaka vremena, datum) sukladno lokalnom obliku datuma i vremena. Prva opcija je razlika (u satima) koja e biti pridodana oznaci vremena (zadano: 0). Upotrijebite drugu opciju za odreivanje razliitog oblikovanja datuma i vremena. Detalje potraite u PHP dokumentaciji, funkcija strftime().'; +$strTransformation_text_plain__external = 'SAMO ZA LINUX: Pokree vanjsku aplikaciju i predaje joj podatke polja putem standardnog unosa. Vraa standardan ispis aplikacije. Zadana aplikacija je Tidy, uredno ispisivanje HTML koda. Iz sigurnosnih razloga morate runo urediti datoteku libraries/transformations/text_plain__external.inc.php i izraditi popis alata koje elite uiniti raspoloivim. Prva opcija e biti redni broj programa kojeg elite upotrebljavati a druga opcija su parametri programa. Ako je trea opcija postavljena na vrijednost 1, pretvorit e ispis pomou htmlspecialchars(), (zadano: 1). Ako je etvrta opcija postavljena na vrijednost 1, sprijeit e omatanje i osigurati prikaz ispisa u jednom retku (zadano: 1).'; +$strTransformation_text_plain__formatted = 'Prikazuje sadraj polje u izvornom obliku, bez njegovog provlaenja kroz htmlspecialchars(). Odnosno, za polje se pretpostavlja da ne sadri valjani HTML kod.'; +$strTransformation_text_plain__imagelink = 'Prikazuje sliku i vezu. Polje sadri naziv datoteke. Prva opcija je URL prefiks, poput "http://www.example.com/". Druga i trea opcija predstavljaju irinu i visinu u pikselima.'; +$strTransformation_text_plain__link = 'Prikazuje vezu. Polje sadri naziv datoteke. Prva opcija je URL prefiks, poput "http://www.example.com/". Druga opcija je naziv veze.'; +$strTransformation_text_plain__sql = 'Oblikuje tekst kao SQL upit s naglaavanjem sintakse.'; +$strTransformation_text_plain__substr = 'Prikazuje dio niza. Prva opcija je broj znakova koje je potrebno preskoiti, od poetka niza (zadano: 0). Druga opcija je broj znakova za povrat (zadano: do zavretka niza). Trea opcija je niz koji je potrebno pridodati iza zavretka i/ili prije poetka kad zapone srezivanje (zadano: "...").'; +$strTruncateQueries = 'Srei prikazane rezultate'; +$strTurkish = 'Turski'; $strType = 'Vrsta'; -$strUncheckAll = 'Makni oznake'; -$strUnique = 'Jedinstveni klju'; -$strUnselectAll = 'Makni oznake'; -$strUpdatePrivMessage = 'Promijenili ste privilegije za %s.'; -$strUpdateProfileMessage = 'Profil je promijenjen.'; -$strUpdateQuery = 'Promijeni SQL-upit'; -$strUsage = 'Zauzee'; -$strUseBackquotes = 'Koristi \' za ograniavanje imena polja'; -$strUserEmpty = 'Ime korisnika je prazno!'; +$strUkrainian = 'Ukrajinski'; +$strUncheckAll = 'Ukloni sve oznake'; +$strUnicode = 'Unicode'; +$strUnique = 'Jedinstveno'; +$strUnknown = 'nepoznato'; +$strUnselectAll = 'Ukloni sav odabir'; +$strUnsupportedCompressionDetected = 'Pokuali ste uitati datoteku s nepodranim nainom komprimiranja (%s). Takva podrka jo nije implementirana ili je onemoguena u vaoj konfiguraciji.'; +$strUpdatePrivMessage = 'Aurirali ste privilegije za %s.'; +$strUpdateProfileMessage = 'Profil je auriran.'; +$strUpdateQuery = 'Auriraj upit'; +$strUpdComTab = 'Pogledajte dokumentaciju radi uputa o auriranju tablice column_comments.'; +$strUpgrade = 'Trebali biste nadograditi na %s %s ili kasniju.'; +$strUploadLimit = 'Vjerojatno ste pokuali s uitavanjem prevelike datoteke. Pogledajte %sdokumentaciju%s radi uputa o nainima rjeavanja ovog ogranienja.'; +$strUploadsNotAllowed = 'Uitavanje datoteka nije doputeno na ovom posluitelju.'; +$strUsage = 'Upotreba'; +$strUseBackquotes = 'Unesi nazive tablica i polja sa stranjim navodnicima'; +$strUsedPhpExtensions = 'Upotrijebljena PHP proirenja'; +$strUseHostTable = 'Upotrijebi tablicu posluitelja'; +$strUserAlreadyExists = 'Korisnik %s ve postoji!'; +$strUserEmpty = 'Korisniko ime je prazno!'; $strUser = 'Korisnik'; -$strUserName = 'Ime korisnika'; -$strUseTables = 'Koristi tablice'; +$strUserName = 'Korisniko ime'; +$strUserNotFound = 'Odabrani korisnik nije pronaen u tablici privilegija.'; +$strUserOverview = 'Pregled korisnika'; +$strUsersDeleted = 'Odabrani korisnici uspjeno su izbrisani.'; +$strUsersHavingAccessToDb = 'Korisnici koji imaju pristup u "%s"'; +$strUseTabKey = 'Pomou tipke TAB premjetate se od jedne vrijednost do druge vrijednost, odnosno s tipkama CTRL+Strelice za premjetanje bilo kamo'; +$strUseTables = 'Upotrijebi tablice'; +$strUseTextField = 'Upotrijebi tekstualno polje'; +$strUseThisValue = 'Upotrijebi ovu vrijednost'; +$strValidateSQL = 'Provjera valjanosti SQL-a'; +$strValidatorError = 'SQL validator nije bilo mogue pokrenuti. Provjerite jeste li instalirali potrebna PHP proirenja, na nain opisan u %sdokumentaciji%s.'; $strValue = 'Vrijednost'; -$strViewDumpDB = 'Prikai dump (shemu) baze'; -$strViewDump = 'Prikai dump (shemu) tablice'; +$strVar = 'Varijabla'; +$strVersionInformation = 'Podaci o verziji'; +$strViewDumpDatabases = 'Prikai ispis (shemu) baza podataka'; +$strViewDumpDB = 'Prikai ispis (shemu) baze podataka'; +$strViewDump = 'Prikai ispis (shemu) tablice'; +$strViewHasBeenDropped = 'Index %s je isputen'; +$strViewMaxExactCount = 'Ovaj prikaz sadri vie od %s redaka. Pogledajte %sdokumentaciju%s.'; +$strView = 'Prikaz'; -$strWelcome = 'Dobrodoli u %s'; -$strWithChecked = 'Oznaeno:'; -$strWrongUser = 'Pogreno korisniko ime/lozinka. Pristup odbijen.'; +$strWebServerUploadDirectoryError = 'Mapu koju ste odabrali za potrebe uitavanja nije mogue dohvatiti'; +$strWebServerUploadDirectory = 'mapa uitavanja web posluitelja'; +$strWelcome = 'Dobro doli u %s'; +$strWestEuropean = 'Zapadno europski'; +$strWildcard = 'doker'; +$strWindowNotFound = 'Ciljani prozor preglednika nije bilo mogue osvjeiti. Moda ste zatvorili nadreeni prozor ili su postavke sigurnosti vaeg preglednika konfigurirane za blokiranje auriranja preko vie prozora.'; +$strWithChecked = 'S odabirom:'; +$strWriteRequests = 'Zahtjevi zapisivanja'; +$strWritingCommentNotPossible = 'Zapisivanje komentara nije mogue'; +$strWritingRelationNotPossible = 'Zapisivanje relacija nije mogue'; +$strWrongUser = 'Pogreno korisniko ime ili lozinka. Pristup odbijen.'; + +$strXMLOptions = 'XML opcije'; +$strXML = 'XML'; $strYes = 'Da'; -$strZip = '"zip-ano"'; +$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na vrijednost 0 (nula) uklanja ogranienje.'; +$strZip = '"zipano"'; -// To translate: -$strAbortedClients = 'Aborted'; //to translate -$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate -$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate -$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate -$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate -$strAddConstraints = 'Add constraints'; //to translate -$strAddedColumnComment = 'Added comment for column'; //to translate -$strAddedColumnRelation = 'Added relation for column'; //to translate -$strAddFields = 'Add %s field(s)'; //to translate -$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate -$strAddIntoComments = 'Add into comments';//to translate -$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate -$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate -$strAdministration = 'Administration'; //to translate -$strAfterInsertNext = 'Edit next row'; //to translate -$strAfterInsertSame = 'Go back to this page'; //to translate -$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate -$strAllTableSameWidth = 'display all Tables with same width?'; //to translate -$strAndThen = 'and then'; //to translate -$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate -$strArabic = 'Arabic'; //to translate -$strArmenian = 'Armenian'; //to translate -$strAutodetect = 'Autodetect'; //to translate -$strAutomaticLayout = 'Automatic layout'; //to translate - -$strBaltic = 'Baltic'; //to translate -$strBeginCut = 'BEGIN CUT'; //to translate -$strBeginRaw = 'BEGIN RAW'; //to translate -$strBinaryLog = 'Binary log'; //to translate -$strBinLogEventType = 'Event type'; //to translate -$strBinLogInfo = 'Information'; //to translate -$strBinLogName = 'Log name'; //to translate -$strBinLogOriginalPosition = 'Original position'; //to translate -$strBinLogPosition = 'Position'; //to translate -$strBinLogServerId = 'Server ID'; //to translate -$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate -$strBookmarkCreated = 'Bookmark %s created'; //to translate -$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate -$strBrowseDistinctValues = 'Browse distinct values'; //to translate -$strBrowseForeignValues = 'Browse foreign values'; //to translate -$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate -$strBufferPool = 'Buffer Pool'; //to translate -$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate -$strBufferReadMissesInPercent = 'Read misses in %'; //to translate -$strBufferReadMisses = 'Read misses'; //to translate -$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate -$strBufferWriteWaits = 'Write waits'; //to translate -$strBulgarian = 'Bulgarian'; //to translate -$strBusyPages = 'Busy pages'; //to translate -$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the $cfg[\'BZipDump\'] directive in your phpMyAdmin configuration file to FALSE. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate - -$strCalendar = 'Calendar'; //to translate -$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate -$strCannotLogin = 'Cannot login to MySQL server'; //to translate -$strCantLoad = 'cannot load %s extension,
        please check PHP Configuration'; //to translate -$strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate -$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate -$strCaseInsensitive = 'case-insensitive'; //to translate -$strCaseSensitive = 'case-sensitive'; //to translate -$strCentralEuropean = 'Central European'; //to translate -$strChangeCopyModeCopy = '... keep the old one.'; //to translate -$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate -$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate -$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate -$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate -$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate -$strChangeDisplay = 'Choose Field to display'; //to translate -$strCharset = 'Charset'; //to translate -$strCharsetOfFile = 'Character set of the file:'; //to translate -$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate -$strCharsets = 'Charsets'; //to translate -$strCheckOverhead = 'Check tables with overhead'; //to translate -$strCheckPrivs = 'Check Privileges'; //to translate -$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate -$strChoosePage = 'Please choose a Page to edit'; //to translate -$strColComFeat = 'Displaying Column Comments'; //to translate -$strCollation = 'Collation'; //to translate -$strColumnPrivileges = 'Column-specific privileges'; //to translate -$strCommand = 'Command'; //to translate -$strComments = 'Comments'; //to translate -$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate -$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate -$strCompression = 'Compression'; //to translate -$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate -$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate -$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
        This might happen if php finds a parse error in it or php cannot find the file.
        Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.
        If you recieve a blank page, everything is fine.'; //to translate -$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate -$strConnectionError = 'Cannot connect: invalid settings.'; //to translate -$strConnections = 'Connections'; //to translate -$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate -$strConstraintsForTable = 'Constraints for table'; //to translate -$strCopy = 'Copy'; //to translate -$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate -$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate -$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate -$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate -$strCreatePage = 'Create a new Page'; //to translate -$strCreatePdfFeat = 'Creation of PDFs'; //to translate -$strCreationDates = 'Creation/Update/Check dates'; //to translate -$strCroatian = 'Croatian'; //to translate -$strCSV = 'CSV'; //to translate -$strCSVImportOptions = 'CSV options'; //to translate -$strCSVOptions = 'CSV options';//to translate -$strCyrillic = 'Cyrillic'; //to translate -$strCzech = 'Czech'; //to translate -$strCzechSlovak = 'Czech-Slovak'; //to translate - -$strDanish = 'Danish'; //to translate -$strDatabaseEmpty = 'The database name is empty!'; //to translate -$strDatabaseExportOptions = 'Database export options';//to translate -$strDatabaseNoTable = 'This database contains no table!';//to translate -$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate -$strDatabasesStatsDisable = 'Disable Statistics'; //to translate -$strDatabasesStatsEnable = 'Enable Statistics'; //to translate -$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate -$strDataDict = 'Data Dictionary'; //to translate -$strDataPages = 'Pages containing data'; //to translate -$strDBComment = 'Database comment: ';//to translate -$strDBCopy = 'Copy database to'; //to translate -$strDBGContext = 'Context'; //to translate -$strDBGContextID = 'Context ID'; //to translate -$strDBGHits = 'Hits'; //to translate -$strDBGLine = 'Line'; //to translate -$strDBGMaxTimeMs = 'Max time, ms'; //to translate -$strDBGMinTimeMs = 'Min time, ms'; //to translate -$strDBGModule = 'Module'; //to translate -$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate -$strDBGTotalTimeMs = 'Total time, ms'; //to translate -$strDbPrivileges = 'Database-specific privileges'; //to translate -$strDBRename = 'Rename database to'; //to translate -$strDbSpecific = 'database-specific'; //to translate -$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate -$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate -$strDefragment = 'Defragment table'; //to translate -$strDelayedInserts = 'Use delayed inserts'; //to translate -$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate -$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate -$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate -$strDeleting = 'Deleting %s'; //to translate -$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate -$strDescription = 'Description'; //to translate -$strDictionary = 'dictionary'; //to translate -$strDirtyPages = 'Dirty pages'; //to translate -$strDisabled = 'Disabled'; //to translate -$strDisableForeignChecks = 'Disable foreign key checks'; //to translate -$strDisplayFeat = 'Display Features'; //to translate -$strDisplayPDF = 'Display PDF schema'; //to translate -$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate -$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate -$strDumpSaved = 'Dump has been saved to file %s.'; //to translate -$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate - -$strEditPDFPages = 'Edit PDF Pages'; //to translate -$strEnabled = 'Enabled'; //to translate -$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate -$strEndCut = 'END CUT'; //to translate -$strEndRaw = 'END RAW'; //to translate -$strEngineAvailable = '%s is available on this MySQL server.'; //to translate -$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate -$strEngines = 'Engines'; //to translate -$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate -$strEnglish = 'English'; //to translate -$strErrorInZipFile = 'Error in ZIP archive:'; //to translate -$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate -$strEsperanto = 'Esperanto'; //to translate -$strEstonian = 'Estonian'; //to translate -$strExcelEdition = 'Excel edition'; //to translate -$strExcelOptions = 'Excel options'; //to translate -$strExecuteBookmarked = 'Execute bookmarked query'; //to translate -$strExplain = 'Explain SQL'; //to translate -$strExport = 'Export'; //to translate - -$strFailedAttempts = 'Failed attempts'; //to translate -$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate -$strFileCouldNotBeRead = 'File could not be read'; //to translate -$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate -$strFileNameTemplateDescriptionServer = 'server name'; //to translate -$strFileNameTemplateDescriptionTable = 'table name'; //to translate -$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate -$strFileNameTemplate = 'File name template';//to translate -$strFileNameTemplateRemember = 'remember template';//to translate -$strFileToImport = 'File to import'; //to translate -$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate -$strFlushQueryCache = 'Flush query cache'; //to translate -$strFlushTables = 'Flush (close) all tables'; //to translate -$strFreePages = 'Free pages'; //to translate - -$strGenBy = 'Generated by'; //to translate -$strGeneralRelationFeat = 'General relation features'; //to translate -$strGenerate = 'Generate'; //to translate -$strGeneratePassword = 'Generate Password'; //to translate -$strGeorgian = 'Georgian'; //to translate -$strGerman = 'German'; //to translate -$strGlobal = 'global'; //to translate -$strGlobalPrivileges = 'Global privileges'; //to translate -$strGlobalValue = 'Global value'; //to translate -$strGrantOption = 'Grant'; //to translate -$strGreek = 'Greek'; //to translate - -$strHandler = 'Handler'; //to translate -$strHaveToShow = 'You have to choose at least one Column to display'; //to translate -$strHebrew = 'Hebrew'; //to translate -$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate -$strHTMLExcel = 'Microsoft Excel 2000'; //to translate -$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate -$strHTMLWord = 'Microsoft Word 2000'; //to translate -$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate -$strHungarian = 'Hungarian'; //to translate - -$strIcelandic = 'Icelandic'; //to translate -$strId = 'ID'; //to translate -$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate -$strIgnoreInserts = 'Use ignore inserts'; //to translate -$strIgnoringFile = 'Ignoring file %s'; //to translate -$strImportDocSQL = 'Import docSQL Files'; //to translate -$strImportFiles = 'Import files'; //to translate -$strImportFormat = 'Format of imported file'; //to translate -$strImport = 'Import'; //to translate -$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate -$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate -$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate -$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate -$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate -$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate -$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate -$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate -$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate -$strInnoDBDataFilePath = 'Data files'; //to translate -$strInnoDBDataHomeDir = 'Data home directory'; //to translate -$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate -$strInnoDBPages = 'pages'; //to translate -$strInnodbStat = 'InnoDB Status'; //to translate -$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate -$strInsertedRowId = 'Inserted row id:'; //to translate -$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate -$strInternalRelations = 'Internal relations'; //to translate -$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate -$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate -$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate -$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate -$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate -$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate -$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate -$strInvalidFieldCount = 'Table must have at least one field.'; //to translate -$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate -$strInvalidRowNumber = '%d is not valid row number.'; //to translate -$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate -$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate - -$strJapanese = 'Japanese'; //to translate -$strJoins = 'Joins'; //to translate -$strJumpToDB = 'Jump to database "%s".'; //to translate -$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate -$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate - -$strKeyCache = 'Key cache'; //to translate -$strKorean = 'Korean'; //to translate - -$strLandscape = 'Landscape'; //to translate -$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate -$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate -$strLatchedPages = 'Latched pages'; //to translate -$strLatexCaption = 'Table caption';//to translate -$strLatexContent = 'Content of table __TABLE__';//to translate -$strLatexContinuedCaption = 'Continued table caption';//to translate -$strLatexContinued = '(continued)';//to translate -$strLatexIncludeCaption = 'Include table caption';//to translate -$strLatexLabel = 'Label key';//to translate -$strLaTeX = 'LaTeX'; //to translate -$strLaTeXOptions = 'LaTeX options'; //to translate -$strLatexStructure = 'Structure of table __TABLE__';//to translate -$strLatvian = 'Latvian'; //to translate -$strLDI = 'CSV using LOAD DATA'; //to translate -$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate -$strLDILocal = 'Use LOCAL keyword'; //to translate -$strLinkNotFound = 'Link not found'; //to translate -$strLithuanian = 'Lithuanian'; //to translate -$strLoginInformation = 'Login Information'; //to translate -$strLogServer = 'Server'; //to translate -$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate - -$strMaxConnects = 'max. concurrent connections'; //to translate -$strMaximalQueryLength = 'Maximal length of created query'; //to translate -$strMaximumSize = 'Maximum size: %s%s'; //to translate -$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate -$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate -$strMIME_available_mime = 'Available MIME-types';//to translate -$strMIME_available_transform = 'Available transformations';//to translate -$strMIME_description = 'Description';//to translate -$strMIME_MIMEtype = 'MIME-type';//to translate -$strMIME_nodescription = 'No Description is available for this transformation.
        Please ask the author, what %s does.';//to translate -$strMIME_transformation = 'Browser transformation';//to translate -$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate -$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
        If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate -$strMIME_transformation_options = 'Transformation options';//to translate -$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate -$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate -$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate -$strMultilingual = 'multilingual'; //to translate -$strMyISAMDataPointerSize = 'Data pointer size'; //to translate -$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate -$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate -$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate -$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate -$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate -$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate -$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate -$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate -$strMyISAMRepairThreads = 'Repair threads'; //to translate -$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate -$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate -$strMySQLCharset = 'MySQL Charset'; //to translate -$strMysqlClientVersion = 'MySQL client version'; //to translate -$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate - -$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate -$strNoDatabasesSelected = 'No databases selected.'; //to translate -$strNoDescription = 'no Description'; //to translate -$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate -$strNoExplain = 'Skip Explain SQL'; //to translate -$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate -$strNoOptions = 'This format has no options';//to translate -$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate -$strNoPhp = 'without PHP Code'; //to translate -$strNoRowsSelected = 'No rows selected'; //to translate -$strNoSpace = 'Insufficient space to save the file %s.'; //to translate -$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate -$strNotOK = 'not OK'; //to translate -$strNotSet = '%s table not found or not set in %s'; //to translate -$strNoValidateSQL = 'Skip Validate SQL'; //to translate -$strNumberOfFields = 'Number of fields'; //to translate -$strNumSearchResultsInTable = '%s match(es) inside table %s';//to translate -$strNumSearchResultsTotal = 'Total: %s match(es)';//to translate -$strNumTables = 'Tables'; //to translate - -$strOK = 'OK'; //to translate -$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate -$strOperations = 'Operations'; //to translate -$strOperator = 'Operator'; //to translate -$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate - -$strPageNumber = 'Page number:'; //to translate -$strPagesToBeFlushed = 'Pages to be flushed'; //to translate -$strPaperSize = 'Paper size'; //to translate -$strPartialImport = 'Partial import'; //to translate -$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate -$strPasswordHashing = 'Password Hashing'; //to translate -$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate -$strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate -$strPdfNoTables = 'No tables'; //to translate -$strPDFOptions = 'PDF options'; //to translate -$strPDF = 'PDF'; //to translate -$strPDFReportTitle = 'Report title'; //to translate -$strPerHour = 'per hour'; //to translate -$strPerMinute = 'per minute';//to translate -$strPerSecond = 'per second';//to translate -$strPersian = 'Persian'; //to translate -$strPhoneBook = 'phone book'; //to translate -$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate -$strPhp = 'Create PHP Code'; //to translate -$strPolish = 'Polish'; //to translate -$strPortrait = 'Portrait'; //to translate -$strPrint = 'Print'; //to translate -$strPrintViewFull = 'Print view (with full texts)'; //to translate -$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate -$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate -$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate -$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate -$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate -$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate -$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate -$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate -$strPrivDescCreateView = 'Allows creating new views.'; //to translate -$strPrivDescDelete = 'Allows deleting data.'; //to translate -$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate -$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate -$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate -$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate -$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate -$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate -$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate -$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate -$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate -$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate -$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate -$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate -$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate -$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate -$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate -$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate -$strPrivDescSelect = 'Allows reading data.'; //to translate -$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate -$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate -$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate -$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate -$strPrivDescUpdate = 'Allows changing data.'; //to translate -$strPrivDescUsage = 'No privileges.'; //to translate -$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate -$strProcesses = 'Processes'; //to translate -$strProcesslist = 'Process list'; //to translate -$strProtocolVersion = 'Protocol version'; //to translate -$strPutColNames = 'Put fields names at first row'; //to translate - -$strQueryCache = 'Query cache'; //to translate -$strQueryFrame = 'Query window';//to translate -$strQuerySQLHistory = 'SQL-history';//to translate -$strQueryTime = 'Query took %01.4f sec';//to translate -$strQueryType = 'Query type'; //to translate -$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate - -$strReadRequests = 'Read requests'; //to translate -$strReceived = 'Received'; //to translate -$strRefresh = 'Refresh'; //to translate -$strRelationalSchema = 'Relational schema'; //to translate -$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate -$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate -$strRelations = 'Relations'; //to translate -$strRelationView = 'Relation view'; //to translate -$strReloadingThePrivileges = 'Reloading the privileges'; //to translate -$strReloadPrivileges = 'Reload privileges'; //to translate -$strRemoveSelectedUsers = 'Remove selected users'; //to translate -$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate -$strReplaceNULLBy = 'Replace NULL by'; //to translate -$strReplication = 'Replication'; //to translate -$strResourceLimits = 'Resource limits'; //to translate -$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate -$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate -$strRomanian = 'Romanian'; //to translate -$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate -$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate -$strRussian = 'Russian'; //to translate - -$strSaveOnServer = 'Save on server in %s directory'; //to translate -$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate -$strSearchFormTitle = 'Search in database';//to translate -$strSearchInTables = 'Inside table(s):';//to translate -$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate -$strSearchOption1 = 'at least one of the words';//to translate -$strSearchOption2 = 'all words';//to translate -$strSearchOption3 = 'the exact phrase';//to translate -$strSearchOption4 = 'as regular expression';//to translate -$strSearchResultsFor = 'Search results for "%s" %s:';//to translate -$strSearch = 'Search';//to translate -$strSearchType = 'Find:';//to translate -$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate -$strSelectBinaryLog = 'Select binary log to view'; //to translate -$strSelectTables = 'Select Tables'; //to translate -$strSent = 'Sent'; //to translate -$strServerNotResponding = 'The server is not responding'; //to translate -$strServer = 'Server'; //to translate -$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate -$strServerStatus = 'Runtime Information'; //to translate -$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate -$strServerTabVariables = 'Variables'; //to translate -$strServerVars = 'Server variables and settings'; //to translate -$strSessionValue = 'Session value'; //to translate -$strShowColor = 'Show color'; //to translate -$strShowDatadictAs = 'Data Dictionary Format'; //to translate -$strShowFullQueries = 'Show Full Queries'; //to translate -$strShowGrid = 'Show grid'; //to translate -$strShowingBookmark = 'Showing bookmark'; //to translate -$strShowOpenTables = 'Show open tables'; //to translate -$strShowSlaveHosts = 'Show slave hosts'; //to translate -$strShowSlaveStatus = 'Show slave status'; //to translate -$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate -$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate -$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate -$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate -$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate -$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate -$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate -$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate -$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate -$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate -$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate -$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate -$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate -$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate -$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate -$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate -$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate -$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate -$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate -$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate -$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate -$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate -$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate -$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate -$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate -$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate -$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate -$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate -$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate -$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate -$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate -$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate -$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate -$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate -$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate -$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate -$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate -$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate -$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate -$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate -$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate -$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate -$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate -$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate -$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate -$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate -$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate -$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate -$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate -$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate -$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate -$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate -$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate -$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate -$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate -$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate -$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate -$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate -$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate -$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate -$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate -$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate -$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate -$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate -$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate -$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate -$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate -$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate -$strShowStatusReset = 'Reset'; //to translate -$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate -$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate -$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate -$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate -$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate -$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate -$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate -$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate -$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate -$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate -$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate -$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate -$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate -$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate -$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate -$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate -$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate -$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate -$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate -$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate -$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate -$strShowTableDimension = 'Show dimension of tables'; //to translate -$strSimplifiedChinese = 'Simplified Chinese'; //to translate -$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate -$strSlovak = 'Slovak'; //to translate -$strSlovenian = 'Slovenian'; //to translate -$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate -$strSortByKey = 'Sort by key'; //to translate -$strSorting = 'Sorting'; //to translate -$strSpanish = 'Spanish'; //to translate -$strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate -$strSQLCompatibility = 'SQL compatibility mode'; //to translate -$strSQLExportType = 'Export type'; //to translate -$strSQLImportOptions = 'SQL options'; //to translate -$strSQLOptions = 'SQL options';//to translate -$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate -$strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; //to translate -$strSQLResult = 'SQL result'; //to translate -$strSQL = 'SQL'; //to translate -$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate -$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate -$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate -$strStatCheckTime = 'Last check';//to translate -$strStatCreateTime = 'Creation';//to translate -$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate -$strStatUpdateTime = 'Last update';//to translate -$strStatus = 'Status'; //to translate -$strStorageEngines = 'Storage Engines'; //to translate -$strStorageEngine = 'Storage Engine'; //to translate -$strStrucNativeExcel = 'Native MS Excel data'; //to translate -$strStructPropose = 'Propose table structure'; //to translate -$strStructure = 'Structure'; //to translate -$strSwedish = 'Swedish'; //to translate -$strSwitchToDatabase = 'Switch to copied database'; //to translate -$strSwitchToTable = 'Switch to copied table'; //to translate - -$strTableAlreadyExists = 'Table %s already exists!'; //to translate -$strTableOfContents = 'Table of contents'; //to translate -$strTableOptions = 'Table options'; //to translate -$strTakeIt = 'take it'; //to translate -$strTblPrivileges = 'Table-specific privileges'; //to translate -$strTempData = 'Temporary data'; //to translate -$strThai = 'Thai'; //to translate -$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate -$strThemeNoPreviewAvailable = 'No preview available.'; //to translate -$strThemeNotFound = 'Theme %s not found!'; //to translate -$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate -$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate -$strTheme = 'Theme / Style'; //to translate -$strThisHost = 'This Host'; //to translate -$strThisNotDirectory = 'This was not a directory'; //to translate -$strThreads = 'Threads'; //to translate -$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate -$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate -$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate -$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate -$strTime = 'Time'; //to translate -$strToggleScratchboard = 'toggle scratchboard'; //to translate -$strTotalUC = 'Total'; //to translate -$strTraditionalChinese = 'Traditional Chinese'; //to translate -$strTraditionalSpanish = 'Traditional Spanish'; //to translate -$strTraffic = 'Traffic'; //to translate -$strTransactionCoordinator = 'Transaction coordinator'; //to translate -$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate -$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate -$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate -$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate -$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate -$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate -$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate -$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate -$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate -$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate -$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate -$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate -$strTruncateQueries = 'Truncate Shown Queries'; //to translate -$strTurkish = 'Turkish'; //to translate - -$strUkrainian = 'Ukrainian'; //to translate -$strUnicode = 'Unicode'; //to translate -$strUnknown = 'unknown'; //to translate -$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate -$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate -$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate -$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate -$strUsedPhpExtensions = 'Used PHP extensions'; //to translate -$strUseHostTable = 'Use Host Table'; //to translate -$strUserAlreadyExists = 'The user %s already exists!'; //to translate -$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate -$strUserOverview = 'User overview'; //to translate -$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate -$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate -$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate -$strUseTextField = 'Use text field'; //to translate -$strUseThisValue = 'Use this value'; //to translate - -$strValidateSQL = 'Validate SQL'; //to translate -$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate -$strVar = 'Variable'; //to translate -$strVersionInformation = 'Version information'; //to translate -$strViewDumpDatabases = 'View dump (schema) of databases';//to translate -$strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate -$strView = 'View'; //to translate - -$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate -$strWebServerUploadDirectory = 'web-server upload directory'; //to translate -$strWestEuropean = 'West European'; //to translate -$strWildcard = 'wildcard'; //to translate -$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate -$strWriteRequests = 'Write requests'; //to translate -$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate -$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate - -$strXML = 'XML';//to translate - -$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate - -$strQueryResultsOperations = 'Query results operations'; //to translate -$strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strXMLOptions = 'XML options'; //to translate -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index bc9b40176..13c2e31d8 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -2,1022 +2,999 @@ /* $Id$ */ /** - * Translation made by: Sime Essert + * Croatian language file by + * Renato Pavičić */ $charset = 'utf-8'; $allow_recoding = TRUE; $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left) -$number_thousands_separator = ','; -$number_decimal_separator = '.'; +$number_thousands_separator = '.'; +$number_decimal_separator = ','; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('Byteova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$byteUnits = array('B', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB'); $day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', 'Čet', 'Pet', 'Sub'); -$month = array('Sij', 'Vel', 'Ožu', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro'); +$month = array('Sij', 'Velj', 'Ožu', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro'); // See http://www.php.net/manual/en/function.strftime.php to define the // variable below -$datefmt = '%d. %B %Y. u %H:%M'; -$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; +$datefmt = '%B %d, %Y u %I:%M %p'; +$timespanfmt = '%s dana, %s sati, %s minuta i %s sekunda'; +$strAbortedClients = 'Prekinuto'; +$strAbsolutePathToDocSqlDir = 'Unesite apsolutnu putanju na web-poslužitelju do docSQL mape'; +$strAccessDeniedCreateConfig = 'Vjerojatan razlog je nepostojeća konfiguracijska datoteka. Za izradu možete upotrijebiti naredbu %1$ssetup script%2$s'; +$strAccessDeniedExplanation = 'phpMyAdmin pokušao je uspostaviti vezu s MySQL poslužiteljem, ali je poslužitelj odbio povezivanje. U datoteci config.inc.php provjerite naziv računala, korisničko ime i lozinku, te provjerite da se odgovaraju podacima koje vam je dao administrator MySQL poslužitelja.'; $strAccessDenied = 'Pristup odbijen'; -$strAction = 'Akcija'; -$strAddDeleteColumn = 'Dodaj/izbriši stupac'; -$strAddDeleteRow = 'Dodaj/izbriši polje za kriterij'; -$strAddNewField = 'Dodaj novi stupac'; -$strAddSearchConditions = 'Dodaj uvjete pretraživanja (dio "where" upita):'; -$strAddToIndex = 'Dodaj ključ'; +$strAction = 'Aktivnost'; +$strAddAutoIncrement = 'Dodaj vrijednost AUTO_INCREMENT'; +$strAddClause = 'Dodaj %s'; +$strAddConstraints = 'Dodaj prisile'; +$strAddDeleteColumn = 'Dodaj/Izbriši stupce polja'; +$strAddDeleteRow = 'Dodaj/Izbriši redak kriterija'; +$strAddedColumnComment = 'Dodani komentar za stupac'; +$strAddedColumnRelation = 'Dodana relacija za stupac'; +$strAddFields = 'Dodaj %s polja'; +$strAddHeaderComment = 'Dodaj prilagođeni komentar u zaglavlje ("\\n" razdvaja retke)'; +$strAddIntoComments = 'Dodaj u komentare'; +$strAddNewField = 'Dodaj novo polje'; +$strAddPrivilegesOnDb = 'Dodaj privilegije za sljedeće baze podataka'; +$strAddPrivilegesOnTbl = 'Dodaj privilegije za sljedeću tablicu'; +$strAddSearchConditions = 'Dodaj uvjete pretrage (sadržaj uvjeta "gdje"):'; +$strAddToIndex = 'Dodaj u indeks  %s stupci'; $strAddUser = 'Dodaj novog korisnika'; -$strAddUserMessage = 'Korisnik dodan'; -$strAffectedRows = 'Promijenjeno redaka:'; -$strAfterInsertBack = 'Natrag na prethodnu stranicu'; -$strAfterInsertNewInsert = 'Dodaj još jedan red'; -$strAfter = 'Nakon %s'; +$strAddUserMessage = 'Dodali ste novog korisnika.'; +$strAdministration = 'Administracija'; +$strAffectedRows = 'Zahvaćeni redovi:'; +$strAfterInsertBack = 'Kreni nazad na prethodnu stranicu'; +$strAfterInsertNewInsert = 'Umetni dodatni novi redak'; +$strAfterInsertNext = 'Uredi sljedeći redak'; +$strAfterInsertSame = 'Kreni nazad na ovu stranicu'; +$strAfter = 'Poslije %s'; +$strAllowInterrupt = 'Dopusti prekid uvoza u slučaju da skripta otkrije blizinu vremenskog ograničenja. Ovo bi mogao biti dobar način uvoza velikih datoteka, ali može prekinuti transakcije.'; $strAll = 'Sve'; -$strAlterOrderBy = 'Promijeni redoslijed u tablici'; +$strAllTableSameWidth = 'Prikazati sve tablice uz istu širinu?'; +$strAlterOrderBy = 'Izmijeni rasporede tablice po'; $strAnalyzeTable = 'Analiziraj tablicu'; -$strAnd = 'i'; -$strAnIndex = 'Ključ je upravo dodan %s'; +$strAnd = 'I'; +$strAndThen = 'i potom'; +$strAnIndex = 'Indeks je pridodan na %s'; $strAny = 'Bilo koji'; -$strAnyHost = 'Bilo koji server'; +$strAnyHost = 'Bilo koje računalo'; $strAnyUser = 'Bilo koji korisnik'; -$strAPrimaryKey = 'Primarni ključ je upravo dodan %s'; -$strAscending = 'Rastući'; -$strAtBeginningOfTable = 'Na početku tablice'; -$strAtEndOfTable = 'Na kraju tablice'; -$strAttr = 'Svojstva'; +$strApproximateCount = 'Može biti približno. Pogledajte ČPP 3.11'; +$strAPrimaryKey = 'Primarni ključ je dodan na %s'; +$strArabic = 'Arapski'; +$strArmenian = 'Armenski'; +$strAscending = 'Uzlazno'; +$strAtBeginningOfTable = 'Pri početku tablice'; +$strAtEndOfTable = 'Pri završetku tablice'; +$strAttr = 'Atributi'; +$strAutodetect = 'Automatski prepoznaj'; +$strAutomaticLayout = 'Automatski raspored'; $strBack = 'Nazad'; +$strBaltic = 'Baltički'; +$strBeginCut = 'BEGIN CUT'; +$strBeginRaw = 'BEGIN RAW'; $strBinary = 'Binarno'; -$strBinaryDoNotEdit = 'Binarno - ne mijenjaj'; -$strBookmarkDeleted = 'Oznaka je upravo izbrisana.'; -$strBookmarkLabel = 'Naziv'; -$strBookmarkQuery = 'Označeni SQL-upit'; -$strBookmarkThis = 'Označi SQL-upit'; -$strBookmarkView = 'Vidi samo'; -$strBrowse = 'Pregled'; -$strBzip = '"bzip-ano"'; +$strBinaryDoNotEdit = 'Binarno - ne uređuj'; +$strBinaryLog = 'Binarni zapisnik'; +$strBinLogEventType = 'Vrsta događaja'; +$strBinLogInfo = 'Podaci'; +$strBinLogName = 'Naziv zapisnika'; +$strBinLogOriginalPosition = 'Izvorni položaj'; +$strBinLogPosition = 'Položaj'; +$strBinLogServerId = 'ID poslužitelja'; +$strBookmarkAllUsers = 'Neka svi korisnici imaju pristup ovom favoritu'; +$strBookmarkCreated = 'Izrađen je favorit %s'; +$strBookmarkDeleted = 'Favorit je izbrisan.'; +$strBookmarkLabel = 'Oznaka'; +$strBookmarkQuery = 'Favorizirani SQL upit'; +$strBookmarkReplace = 'Zamijeni postojećim favoritom istog naziva'; +$strBookmarkThis = 'Favoriziraj ovaj SQL upit'; +$strBookmarkView = 'Samo prikaz'; +$strBrowseDistinctValues = 'Pretraži prepoznatljive vrijednosti'; +$strBrowseForeignValues = 'Pretraži strane vrijednosti'; +$strBrowse = 'Pretraživanje'; +$strBufferPoolActivity = 'Aktivnost međuspremnika'; +$strBufferPool = 'Međuspremnik'; +$strBufferPoolUsage = 'Iskoristivost međuspremnika'; +$strBufferReadMissesInPercent = 'Propuštena čitanja pri %'; +$strBufferReadMisses = 'Propuštena čitanja'; +$strBufferWriteWaitsInPercent = 'Zapisivanje čeka pri %'; +$strBufferWriteWaits = 'Zapisivanje čeka'; +$strBulgarian = 'Bugarski'; +$strBusyPages = 'Zaposlene stranice'; +$strBzError = 'phpMyAdmin nije bio u mogućnosti komprimirati izbacivanje zbog prekinutog Bz2 proširenja u ovoj verziji PHP-a. Snažno se preporučuje da postavite $cfg[\'BZipDump\'] direktivu u vašoj phpMyAdmin konfiguracijskoj datoteci na FALSEAko želite upotrebljavati kompresijsku osobinu Bz2, bit će potrebna nadogradnja na noviju verziju PHP-a. Detalje pregledajte u izvještaju PHP nedostataka: %s.'; +$strBzip = '"bzipano"'; -$strCantRenameIdxToPrimary = 'Ne mogu promijeniti ključ u PRIMARY (primarni) !'; -$strCardinality = 'Kardinalnost'; -$strChangePassword = 'Promijeni šifru'; +$strCalendar = 'Kalendar'; +$strCanNotLoadExportPlugins = 'Nije moguće učitati dodatke za izvoz. Provjerite svoju instalaciju!'; +$strCanNotLoadImportPlugins = 'Nije moguće učitati dodatke za uvoz. Provjerite svoju instalaciju!'; +$strCannotLogin = 'Prijavljivanje na MySQL poslužitelj nije moguće'; +$strCantLoad = 'Nije moguće učitati proširenje [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] . Provjerite svoju PHP konfiguraciju.'; +$strCantLoadRecodeIconv = '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.'; +$strCantRenameIdxToPrimary = 'Preimenovanje indeksa u PRIMARY nije moguće!'; +$strCantUseRecodeIconv = 'Nije moguće upotrijebiti funkcije iconv, libiconv ili recode_string, iako izgleda da su sva potrebna proširenja učitana. Provjerite svoju PHP konfiguraciju.'; +$strCardinality = 'Najvažnije'; +$strCaseInsensitive = 'nebitna veličina znakova'; +$strCaseSensitive = 'veličina znakova je važna'; +$strCentralEuropean = 'Srednjoeuropski'; +$strChangeCopyModeCopy = '... zadržati staru.'; +$strChangeCopyModeDeleteAndReload = ' ... izbriši starog iz korisničkih tablica i potom ponovo učitaj privilegije.'; +$strChangeCopyMode = 'Izradi novog korisnika s istim privilegijama i...'; +$strChangeCopyModeJustDelete = ' ... izbriši starog iz korisničkih tablica.'; +$strChangeCopyModeRevoke = ' ... opozovi sve aktivne privilegije iz stare i potom je izbriši.'; +$strChangeCopyUser = 'Promjena podataka prijave / Kopiranje korisnika'; +$strChangeDisplay = 'Odaberi polje za prikaz'; +$strChangePassword = 'Promijeni lozinku'; $strChange = 'Promijeni'; +$strCharsetOfFile = 'Tablica znakova za datoteku:'; +$strCharsetsAndCollations = 'Tablica znakova i uspoređivanja'; +$strCharsets = 'Tablice znakova'; +$strCharset = 'Tablica znakova'; $strCheckAll = 'Označi sve'; +$strCheckOverhead = 'Provjeri za prepunjene tablice'; +$strCheckPrivsLong = 'Provjeri privilegije za bazu podataka "%s".'; +$strCheckPrivs = 'Provjeri privilegije'; $strCheckTable = 'Provjeri tablicu'; -$strColumnNames = 'Imena stupaca'; -$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)'; -$strCookiesRequired = 'Cookies moraju biti omogućeni.'; -$strCopyTable = 'Kopiram tablicu u (baza.tablica):'; -$strCopyTableOK = 'Tablica %s je upravo kopirana u %s.'; -$strCreateIndex = 'Napravi ključ sa %s stupcem(aca)'; -$strCreateIndexTopic = 'Napravi novi ključ'; -$strCreate = 'Napravi'; -$strCreateNewDatabase = 'Napravi bazu podataka'; -$strCreateNewTable = 'Napravi novu tablicu u bazi '; +$strChoosePage = 'Odaberite tablicu za uređivanje'; +$strColComFeat = 'Prikazivanje stupca komentara'; +$strCollation = 'Uspoređivanje'; +$strColumnNames = 'Nazivi stupaca'; +$strColumnPrivileges = 'Privilegije specifične za stupac'; +$strCommand = 'Naredba'; +$strCommentsForTable = 'COMMENTS FOR TABLE'; +$strComments = 'Komentari'; +$strCompatibleHashing = 'MySQL 4.0 kompatibilno'; +$strCompleteInserts = 'Dovrši umetanja'; +$strCompression = 'Kompresija'; +$strCompressionWillBeDetected = 'Kompresija uvezene datoteke bit će automatski prepoznata iz: %s'; +$strConfigDefaultFileError = 'Nije moguće učitati zadanu konfiguraciju iz: "%1$s"'; +$strConfigFileError = 'phpMyAdmin nije mogao pročitati vašu konfiguracijsku datoteku!
        Mogući razlog je ako PHP pronađe pogrešku u njezinom raščlanjivanju ili ako PHP ne može pronaći datoteku.
        Potrebno je izravno pozvati konfiguracijsku datoteku putem donje veze i proučiti prikazane PHP poruke o pogreškama. U većini slučajeva na nekom mjestu nedostaje znak navodnika ili točke-zareza.
        Ako se prikaže prazna stranica, sve je u redu.'; +$strConfigureTableCoord = 'Konfigurirajte koordinate tablice %s'; +$strConnectionError = 'Povezivanje nije moguće: neispravna postavka.'; +$strConnections = 'Veze'; +$strConstraintsForDumped = 'Ograničenja za izbačene tablice'; +$strConstraintsForTable = 'Ograničenja za tablicu'; +$strCookiesRequired = 'Od ovog mjesta potrebno je omogućiti kolačiće.'; +$strCopyDatabaseOK = 'Baza podataka %s kopirana je u %s'; +$strCopy = 'Kopiraj'; +$strCopyTable = 'Kopiraj tablicu u (bazapodataka.tablica):'; +$strCopyTableOK = 'Tablica %s kopirana je u %s.'; +$strCopyTableSameNames = 'Kopiranje u istu tablicu nije moguće!'; +$strCouldNotKill = 'phpMyAdmin nije mogao ugasiti granu %s. Vjerojatno je već zatvorena.'; +$strCreateDatabaseBeforeCopying = 'Prije kopiranja izradi bazu podataka (CREATE DATABASE)'; +$strCreateIndex = 'Izradi indeks  %s stupaca'; +$strCreateIndexTopic = 'Izradi novi indeks'; +$strCreate = 'Izradi'; +$strCreateNewDatabase = 'Izradi novu bazu podataka'; +$strCreateNewTable = 'Izradi novu tablicu u bazi podataka %s'; +$strCreatePage = 'Izradi novu stranicu'; +$strCreatePdfFeat = 'Izrada PDF datoteka'; +$strCreateUserDatabase = 'Baza podataka za korisnika'; +$strCreateUserDatabaseName = 'Izradi bazu podataka istog naziva i podari sve privilegije'; +$strCreateUserDatabaseNone = 'Nijedan'; +$strCreateUserDatabaseWildcard = 'Podari sve privilegije imenima s džokerima (korisničkoime_%)'; +$strCreationDates = 'Izrada/Ažuriranje/Provjera datuma'; $strCriteria = 'Kriterij'; +$strCroatian = 'Hrvatski'; +$strCSV = 'CSV'; +$strCSVImportOptions = 'CSV opcije'; +$strCSVOptions = 'CSV opcije'; +$strCyrillic = 'Ćirilica'; +$strCzech = 'Češki'; +$strCzechSlovak = 'Češki ili Slovački'; +$strDanish = 'Danski'; $strDatabase = 'Baza podataka'; -$strDatabaseHasBeenDropped = 'Baza %s je izbrisana.'; -$strDatabases = 'baze'; -$strDatabasesStats = 'Statistika baze'; -$strDataOnly = 'Samo podaci'; +$strDatabaseEmpty = 'Naziv baze podataka je prazan!'; +$strDatabaseExportOptions = 'Opcije izvoza baze podataka'; +$strDatabaseHasBeenDropped = 'Baza podataka %s je odbačena.'; +$strDatabaseNoTable = 'Ova baza podataka ne sadrži tablice!'; +$strDatabases = 'Baze podataka'; +$strDatabasesDropped = 'Baza podataka %s uspješno je odbačena.'; +$strDatabasesStatsDisable = 'Onemogući statistike'; +$strDatabasesStatsEnable = 'Omogući statistike'; +$strDatabasesStatsHeavyTraffic = 'Napomena: Omogućavanja statistika baze podataka može prouzrokovati izuzetno velik promet između web poslužitelja i MySQL poslužitelja.'; +$strDatabasesStats = 'Statistike baza podataka'; +$strDataDict = 'Rječnik podataka'; +$strDataOnly = 'Samo podatke'; +$strDataPages = 'Stranice koje sadrže podatke'; $strData = 'Podaci'; -$strDefault = 'Default'; -$strDeleted = 'Red je izbrisan'; +$strDBComment = 'Komentar baze podataka: '; +$strDBCopy = 'Kopiraj bazu podataka u'; +$strDBGContextID = 'ID konteksta'; +$strDBGContext = 'Kontekst'; +$strDBGHits = 'Pronalaženja'; +$strDBGLine = 'Redak'; +$strDBGMaxTimeMs = 'Najdulje vrijeme (ms)'; +$strDBGMinTimeMs = 'Najkraće vrijeme (ms)'; +$strDBGModule = 'Modul'; +$strDBGTimePerHitMs = 'Vrijeme/Pronalaženje (ms)'; +$strDBGTotalTimeMs = 'Ukupno vrijeme (ms)'; +$strDbPrivileges = 'Privilegije specifične za bazu podataka'; +$strDBRename = 'Preimenuj bazu podataka u'; +$strDbSpecific = 'specifično za bazu podataka'; +$strDefaultEngine = '%s je zadani pogon pohranjivanja na ovom MySQL poslužitelju.'; +$strDefaultValueHelp = 'Za zadane vrijednosti unesite samo jednu vrijednost, bez kosih crta ili navodnika, u sljedećem obliku: a'; +$strDefault = 'Zadano'; +$strDefragment = 'Defragmentiraj tablicu'; +$strDelayedInserts = 'Upotrijebi odgođena umetanja'; +$strDeleteAndFlushDescr = 'Ovo je najčišći način, ali ponovno učitavanje privilegija može potrajati.'; +$strDeleteAndFlush = 'Izbriši korisnike i potom ponovo učitaj privilegije.'; +$strDeleted = 'Redak je izbrisan'; $strDeletedRows = 'Izbrisani redovi:'; $strDelete = 'Izbriši'; -$strDescending = 'Opadajući'; +$strDeleteNoUsersSelected = 'Nema odabranih korisnika za uklanjanje!'; +$strDeleting = 'Brisanje %s'; +$strDelimiter = 'Razgraničavanje'; +$strDelOld = 'Trenutna stranica sadrži reference prema tablicama koje više ne postoje. Želite li izbrisati te reference?'; +$strDescending = 'Silazno'; +$strDescription = 'Opis'; +$strDictionary = 'rječnik'; +$strDirtyPages = 'Prljave stranice'; +$strDisabled = 'Onemogućeno'; +$strDisableForeignChecks = 'Onemogući provjere stranih znakova'; +$strDisplayFeat = 'Osobine prikaza'; $strDisplayOrder = 'Redoslijed prikaza:'; -$strDoAQuery = 'Napravi "upit po primjeru" (wildcard: "%")'; +$strDisplayPDF = 'Prikaži PDF shemu'; +$strDoAQuery = 'Izvedi "upit po primjeru" (džoker: "%")'; $strDocu = 'Dokumentacija'; -$strDoYouReally = 'Da li stvarno želite '; -$strDrop = 'Izbriši'; -$strDumpingData = 'Izvoz (dump) podataka tablice'; -$strDynamic = 'dinamično'; +$strDoYouReally = 'Želite li zaista '; +$strDropDatabaseStrongWarning = 'UNIŠTIT ĆETE CJELOKUPNU BAZU PODATAKA!'; +$strDrop = 'Ispusti'; +$strDropUsersDb = 'Ispusti baze podataka koje imaju iste nazive i korisnike.'; +$strDumpingData = 'Izbacivanje podataka za tablicu'; +$strDumpSaved = 'Izbacivanje je spremljeno u datoteku %s.'; +$strDumpXRows = 'Izbaci %s redaka, počevši od zapisa # %s.'; +$strDynamic = 'dinamički'; -$strEditPrivileges = 'Promijeni privilegije'; -$strEdit = 'Promijeni'; -$strEffective = 'Efektivno'; +$strEditPDFPages = 'Uredi PDF stranice'; +$strEditPrivileges = 'Uredi privilegije'; +$strEdit = 'Uređivanje'; +$strEffective = 'Na snazi'; $strEmpty = 'Isprazni'; -$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redaka).'; -$strEnd = 'Kraj'; -$strEnglishPrivileges = 'Opaska: MySQL imena privilegija moraju biti engleskom '; -$strError = 'Greška'; -$strExtendedInserts = 'Prošireni INSERT'; +$strEmptyResultSet = 'MySQL je vratio prazan komplet rezultata (npr. nula redova).'; +$strEnabled = 'Omogućeno'; +$strEncloseInTransaction = 'Izvoz uključi u transakciju'; +$strEndCut = 'END CUT'; +$strEndRaw = 'END RAW'; +$strEnd = 'Završetak'; +$strEngineAvailable = '%s je raspoloživ na ovom MySQL poslužitelju.'; +$strEngineDisabled = '%s je onemogućen za ovaj MySQL poslužitelj.'; +$strEngines = 'Pogoni'; +$strEngineUnsupported = 'Ovaj MySQL poslužitelj ne podržava pogon pohranjivanja %s.'; +$strEnglish = 'Engleski'; +$strEnglishPrivileges = ' Napomena: Nazivi MySQL privilegija navedeni su na engleskom jeziku '; +$strErrorInZipFile = 'Pogreška u ZIP arhivi:'; +$strError = 'Pogreška'; +$strErrorRenamingTable = 'Pogreška tijekom preimenovanja tablice %1$s u %2$s'; +$strEscapeWildcards = 'Da bi mogli biti upotrebljavani u doslovnom smislu, džokerima \_ i \% mora prethoditi znak \\'; +$strEsperanto = 'Esperanto'; +$strEstonian = 'Estonski'; +$strExcelEdition = 'Excel izdanje'; +$strExcelOptions = 'Excel opcije'; +$strExecuteBookmarked = 'Izvrši favorizirani upit'; +$strExplain = 'Objasni SQL'; +$strExport = 'Izvoz'; +$strExportMustBeFile = 'Odabrana vrsta izvoza mora biti spremljena u datoteku!'; +$strExtendedInserts = 'Proširena umetanja'; $strExtra = 'Dodatno'; -$strFieldHasBeenDropped = 'Polje %s izbrisano'; +$strFailedAttempts = 'Neuspjeli pokušaji'; +$strFieldHasBeenDropped = 'Polje %s je odbačeno'; $strField = 'Polje'; -$strFields = 'Broj polja'; -$strFieldsEmpty = ' Broj polja je nula! '; -$strFieldsEnclosedBy = 'Podaci ograđeni sa'; -$strFieldsEscapedBy = 'Escape znak      '; -$strFieldsTerminatedBy = 'Podaci razdvojeni sa'; -$strFixed = 'sređeno'; -$strFlushTable = 'Osvježi tablicu'; -$strFormat = 'Format'; -$strFormEmpty = 'Nedostaje vrijednost u formi !'; -$strFullText = 'Pun tekst'; +$strFieldsEmpty = ' Prebrojavanje polja je prazno! '; +$strFieldsEnclosedBy = 'Polja obuhvaćena po'; +$strFieldsEscapedBy = 'Polja izostavljena po'; +$strFields = 'Polja'; +$strFieldsTerminatedBy = 'Polja završena s'; +$strFileAlreadyExists = 'Datoteka %s već postoji na poslužitelju. Promijenite naziv ili označite opciju za prepisivanje.'; +$strFileCouldNotBeRead = 'Datoteku nije moguće pročitati'; +$strFileNameTemplateDescriptionDatabase = 'naziv baze podataka'; +$strFileNameTemplateDescriptionServer = 'naziv poslužitelja'; +$strFileNameTemplateDescriptionTable = 'naziv tablice'; +$strFileNameTemplateDescription = 'Vrijednost se interpretira pomoću %1$sstrftime%2$s, pa možete upotrijebiti naredbe oblikovanja vremena. Dodatno se mogu dogoditi sljedeća preoblikovanja: "%3$s". Ostatak teksta bit će zadržan u izvornom obliku.'; +$strFileNameTemplate = 'Predložak naziva datoteka'; +$strFileNameTemplateRemember = 'zapamti predložak'; +$strFileToImport = 'Datoteka za uvoz'; +$strFixed = 'fiksirano'; +$strFlushPrivilegesNote = 'Napomena: phpMyAdmin preuzima korisničke privilegije izravno iz MySQL tablica privilegija. U slučaju da su ručno mijenjane, sadržaj ovih tablica može se razlikovati od privilegija koje upotrebljava poslužitelj. U tom je slučaju potrebno %sponovo učitati privilegije%s prije nastavljanja rada.'; +$strFlushQueryCache = 'Isprazni pohranu upita'; +$strFlushTable = 'Isprazni tablicu ("FLUSH")'; +$strFlushTables = 'Isprazni (zatvori) sve tablice'; +$strFontSize = 'Veličina fonta'; +$strFormat = 'Oblikovanje'; +$strFormEmpty = 'U obrascu nedostaje vrijednost!'; +$strFreePages = 'Slobodne stranice'; +$strFullText = 'Potpuni tekstovi'; $strFunction = 'Funkcija'; +$strFunctions = 'Funkcije'; -$strGenTime = 'Vrijeme podizanja'; +$strGenBy = 'Generirano s'; +$strGeneralRelationFeat = 'Opće osobine relacija'; +$strGenerate = 'Generiraj'; +$strGeneratePassword = 'Generiraj lozinku'; +$strGenTime = 'Vrijeme generiranja'; +$strGeorgian = 'Gruzijski'; +$strGerman = 'Njemački'; +$strGlobal = 'opće'; +$strGlobalPrivileges = 'Opće privilegije'; +$strGlobalValue = 'Opća vrijednost'; $strGo = 'Kreni'; -$strGzip = '"gzip-ano"'; +$strGrantOption = 'Podarivanje'; +$strGreek = 'Grčki'; +$strGzip = '"gzipano"'; -$strHasBeenAltered = 'je promijenjen.'; -$strHasBeenCreated = 'je kreiran/a.'; -$strHomepageOfficial = 'phpMyAdmin WEB site'; +$strHandler = 'Hvatišta'; +$strHasBeenAltered = 'izmijenjeno je.'; +$strHasBeenCreated = 'izrađeno je.'; +$strHaveToShow = 'Morate odabrati najmanje jedan stupac za prikazivanje'; +$strHebrew = 'Hebrejski'; +$strHexForBinary = 'Upotrijebi heksadecimalno za binarna polja'; +$strHomepageOfficial = 'Službena stranica programa phpMyAdmin'; $strHome = 'Početna stranica'; -$strHostEmpty = 'Ime domene je prazno!'; -$strHost = 'Host (domena)'; +$strHostEmpty = 'Naziv računala je prazan!'; +$strHost = 'Računalo'; +$strHTMLExcel = 'Microsoft Excel 2000'; +$strHTMLExcelOptions = 'Microsoft Excel 2000 opcije izvoza'; +$strHTMLWord = 'Microsoft Word 2000'; +$strHTMLWordOptions = 'Microsoft Excel 2000 opcije izvoza'; +$strHungarian = 'Mađarski'; +$strIcelandic = 'Islandski'; +$strId = 'ID'; $strIdxFulltext = 'Puni tekst'; +$strIgnoreDuplicates = 'Ignoriraj istovjetne redove'; $strIgnore = 'Ignoriraj'; -$strIndexes = 'Ključevi'; -$strIndexHasBeenDropped = 'Ključ %s je izbrisan'; -$strIndex = 'Ključ'; -$strIndexName = 'Ime ključa :'; -$strIndexType = 'Vrsta ključa :'; -$strInsertAsNewRow = 'Unesi kao novi redak'; -$strInsertedRows = 'Uneseni reci:'; -$strInsert = 'Novi redak'; -$strInUse = 'se koristi'; +$strIgnoreInserts = 'Upotrijebi ignoriranje umetaka'; +$strIgnoringFile = 'Ignoriranje datoteke %s'; +$strImportDocSQL = 'Uvezi docSQL datoteke'; +$strImportFiles = 'Uvezi datoteke'; +$strImportFormat = 'Oblikovanje uvezene datoteke'; +$strImportSuccessfullyFinished = 'Uvoz je uspješno dovršen. Izvršeno upita: %d .'; +$strImport = 'Uvoz'; +$strIndexes = 'Indeksi'; +$strIndexHasBeenDropped = 'Index %s je odbačen'; +$strIndex = 'Indeks'; +$strIndexName = 'Naziv indeksa:'; +$strIndexType = 'Vrsta indeksa:'; +$strIndexWarningMultiple = 'Izrađeno je više od jednog ključa %s za stupac `%s`'; +$strIndexWarningPrimary = 'Ključevi PRIMARY i INDEX ne bi smjeli istovremeno biti zadani za stupac `%s`'; +$strIndexWarningTable = 'Problemi s indeksima tablice `%s`'; +$strIndexWarningUnique = 'Ključevi UNIQUE i INDEX ne bi smjeli istovremeno biti zadani za stupac `%s`'; +$strInnoDBAutoextendIncrementDesc = ' Veličina koraka za proširivanje veličine automatski proširujućeg prostora tablice u slučaju njezinog ispunjavanja.'; +$strInnoDBAutoextendIncrement = 'Korak autoproširenja'; +$strInnoDBBufferPoolSizeDesc = 'Veličina memorijskog međuspremnika koju InnoDB upotrebljava za privremenu pohranu podataka i indeksa svojih tablica.'; +$strInnoDBBufferPoolSize = 'Veličina međuspremnika'; +$strInnoDBDataFilePath = 'Podatkovne datoteke'; +$strInnoDBDataHomeDirDesc = 'Uobičajeni dio putanje mapa za sve InnoDB podatkovne datoteke.'; +$strInnoDBDataHomeDir = 'Osnovna mapa podataka'; +$strInnoDBPages = 'stranice'; +$strInnodbStat = 'InnoDB stanje'; +$strInsecureMySQL = 'Vaša konfiguracijska datoteka sadrži postavke (root korisnik bez lozinke) koja odgovara zadanom privilegiranom nalogu MySQL-a. Vaš MySQL poslužitelj pokrenut je sa zadanim postavkama i kao takav otvoren je upadima. Potrebno je ispraviti ovaj sigurnosni nedostatak.'; +$strInsertAsNewRow = 'Umetni kao novi redak'; +$strInsertedRowId = 'ID umetnutog retka:'; +$strInsertedRows = 'Umetnuti redovi:'; +$strInsert = 'Umetni'; +$strInternalNotNecessary = '* Interna relacija nije potrebna ako također postoji unutar InnoDB.'; +$strInternalRelations = 'Interne relacije'; +$strInUse = 'u upotrebi'; +$strInvalidAuthMethod = 'Neispravan komplet načina provjere vjerodostojnosti u konfiguraciji:'; +$strInvalidColumnCount = 'Broj stupaca mora biti veći od nule.'; +$strInvalidColumn = 'Određen je neispravan stupac (%s) !'; +$strInvalidCSVFieldCount = 'Neispravan broj polja u CSV unosu unutar retka %d.'; +$strInvalidCSVFormat = 'Neispravno oblikovanje u CSV unosu unutar retka %d.'; +$strInvalidCSVParameter = 'Neispravan parametar za CSV uvoz: %s'; +$strInvalidDatabase = 'Neispravna baza podataka'; +$strInvalidFieldAddCount = 'Morate dodati najmanje jedno polje.'; +$strInvalidFieldCount = 'Tablica mora sadržavati najmanje jedno polje.'; +$strInvalidLDIImport = 'Ovaj dodatak ne podržava uvoz komprimiranih datoteka!'; +$strInvalidRowNumber = '%d nije valjani broj retka.'; +$strInvalidServerHostname = 'Neispravan naziv za poslužitelj %1$s. Molimo, pregledajte svoju konfiguraciju.'; +$strInvalidServerIndex = 'Neispravan indeks poslužitelja: "%s"'; +$strInvalidTableName = 'Neispravan naziv tablice'; + +$strJapanese = 'Japanski'; +$strJoins = 'Spojevi'; +$strJumpToDB = 'Skoči do baze podataka "%s".'; +$strJustDeleteDescr = '"Izbrisani" će korisnici i dalje moći pristupati poslužitelju sve dok se privilegije ne učitaju ponovo.'; +$strJustDelete = 'Samo izbriši korisnike iz tablice privilegija.'; $strKeepPass = 'Ne mijenjaj lozinku'; -$strKeyname = 'Ime Ključa'; -$strKill = 'Zaustavi'; +$strKeyCache = 'Pohrana ključeva'; +$strKeyname = 'Naziv ključa'; +$strKill = 'Eliminiraj'; +$strKorean = 'Korejski'; -$strLengthSet = 'Dužina/Vrijednost*'; +$strLandscape = 'Položeno'; +$strLanguageFileNotFound = 'Jezična datoteka "%1$s" nije pronađena.'; +$strLanguage = 'Jezik'; +$strLanguageUnknown = 'Nepoznati jezik: %1$s.'; +$strLatchedPages = 'Vezane stranice'; +$strLatexCaption = 'Naslov tablice'; +$strLatexContent = 'Sadržaj tablice __TABLE__'; +$strLatexContinuedCaption = 'Nastavljeni naslov tablice'; +$strLatexContinued = '(nastavljeno)'; +$strLatexIncludeCaption = 'Uključi naslov tablice'; +$strLatexLabel = 'Ključ oznake'; +$strLaTeX = 'LaTeX'; +$strLaTeXOptions = 'LaTeX opcije'; +$strLatexStructure = 'Struktura tablice __TABLE__'; +$strLatvian = 'Latvijski'; +$strLDI = 'CSV upotrebom LOAD DATA'; +$strLDIImportOptions = 'Opcije za CSV uvoz upotrebom naredbe LOAD DATA'; +$strLDILocal = 'Upotrijebi lokalnu ključnu riječ'; +$strLengthSet = 'Duljina/Vrijednosti'; $strLimitNumRows = 'Broj redaka po stranici'; -$strLinesTerminatedBy = 'Linije završavaju na'; -$strLinksTo = 'Links to'; -$strLocalhost = 'Local'; +$strLinesTerminatedBy = 'Redovi završeni s'; +$strLinkNotFound = 'Veza nije pronađena'; +$strLinksTo = 'Povezano s'; +$strLithuanian = 'Litavski'; +$strLocalhost = 'Lokalno'; $strLocationTextfile = 'Lokacija tekstualne datoteke'; +$strLoginInformation = '_Podaci prijave'; $strLogin = 'Prijava'; $strLogout = 'Odjava'; $strLogPassword = 'Lozinka:'; +$strLogServer = 'Poslužitelj'; $strLogUsername = 'Korisničko ime:'; +$strLongOperation = 'Ovaj postupak može potrajati dulje vrijeme. Ipak nastaviti?'; +$strMaxConnects = 'najv. uzastopnih veza'; +$strMaximalQueryLength = 'Najveća duljina izrađenog upita'; +$strMaximumSize = 'Najv: %s%s'; +$strMbExtensionMissing = 'PHP proširenje mbstring nije pronađeno i izgleda da upotrebljavate multibyte tablicu znakova. Bez proširenja mbstring, phpMyAdmin nije u mogućnosti pravilno razdjeljivati naredbe i može doći do neočekivanih rezultata.'; +$strMbOverloadWarning = 'Omogućili ste funkciju mbstring.func_overload u vašoj PHP konfiguraciji. Ova opcija nije kompatibilna s programom phpMyAdmin i može prouzrokovati oštećivanje nekih podataka!'; +$strMIME_available_mime = 'Raspoložive MIME vrste'; +$strMIME_available_transform = 'Raspoloživa preoblikovanja'; +$strMIME_description = 'Opis'; +$strMIME_MIMEtype = 'MIME vrsta'; +$strMIME_nodescription = 'Za ovo preoblikovanje ne postoji raspoloživ opis.
        Molimo da od autora zatražite objašnjenje rada %s .'; +$strMIME_transformation_note = 'Za popis raspoloživih opcija preoblikovanja i njihovih MIME vrsta oblikovanja, kliknite %sopcije preoblikovanja%s'; +$strMIME_transformation_options_note = 'Unesite vrijednosti za opcije preoblikovanja upotrebom ovog oblika: \'a\',\'b\',\'c\'...
        Ako je potrebno unijeti lijevu kosu crtu ("\") ili jednostruki navodnik ("\'") unutar ovih vrijednosti, ispred znaka stavite lijevu kosu crtu (na primjer: \'\\\\xyz\' ili \'a\\\'B\').'; +$strMIME_transformation_options = 'Opcije preoblikovanja'; +$strMIME_transformation = 'Pretvaranje preglednika'; +$strMIMETypesForTable = 'MIME VRSTE ZA TABLICU'; +$strMIME_without = 'MIME vrste ispisane kurzivom nemaju posebnu funkciju preoblikovanja'; $strModifications = 'Izmjene su spremljene'; -$strModifyIndexTopic = 'Promijeni ključ'; -$strModify = 'Promijeni'; -$strMoveTableOK = 'Tablica %s se sada zove %s.'; -$strMoveTable = 'Preimenuj tablicu u (baza.tablica):'; -$strMySQLSaid = 'MySQL poruka: '; -$strMySQLShowProcess = 'Prikaži listu procesa'; -$strMySQLShowStatus = 'Prikaži MySQL runtime informacije'; +$strModifyIndexTopic = 'Uredi indeks'; +$strModify = 'Uredi'; +$strMoveTableOK = 'Tablica %s premještena je u %s.'; +$strMoveTable = 'Premjesti tablicu u (bazapodataka.tablica):'; +$strMoveTableSameNames = 'Premještanje u istu tablicu nije moguće!'; +$strMultilingual = 'višejezično'; +$strMyISAMDataPointerSizeDesc = 'Zadana veličina pokazatelja podataka u bajtovima, koju će upotrijebiti naredba CREATE TABLE za MyISAM tablice ako opcija MAX_ROWS nije određena.'; +$strMyISAMDataPointerSize = 'Veličina pokazatelja podataka'; +$strMyISAMMaxExtraSortFileSizeDesc = 'Ako bi privremena datoteka za brzu izradu MyISAM indeksa mogla biti veća od pohrane ključeva, uz ovdje navedenu vrijednost, preferiraj način pohrane ključeva.'; +$strMyISAMMaxExtraSortFileSize = 'Najveća veličina privremenih datoteka pri izradi indeksa'; +$strMyISAMMaxSortFileSizeDesc = 'Najveća veličina privremene datoteke koju MySQL smije upotrijebiti tijekom ponovne izrade MyISAM indeksa (tijekom izvođenja naredbi REPAIR TABLE, ALTER TABLE ili LOAD DATA INFILE).'; +$strMyISAMMaxSortFileSize = 'Najveća veličina datoteke za privremeno preslagivanje'; +$strMyISAMRecoverOptionsDesc = 'Način rada za automatski povrat srušenih MyISAM tablica, na način kojim je određen putem opcije --myisam-recover.'; +$strMyISAMRecoverOptions = 'Rad s automatskim povratom'; +$strMyISAMRepairThreadsDesc = 'Ako je ova vrijednost veća od 1, MyISAM indeksi tablica izrađuju se paralelno (svaki indeks unutar vlastite grane) tijekom popravka putem postupka preslagivanja.'; +$strMyISAMRepairThreads = 'Popravi grane'; +$strMyISAMSortBufferSizeDesc = 'Međuspremnik koji je predodređen za potrebe preslagivanja MyISAM indeksa tijekom naredbe REPAIR TABLE ili tijekom izrade indeksa naredbama CREATE INDEX ili ALTER TABLE.'; +$strMyISAMSortBufferSize = 'Veličina međuspremnika preslagivanja'; +$strMySQLCharset = 'MySQL tablica znakova'; +$strMysqlClientVersion = 'MySQL verzija klijenta'; +$strMySQLConnectionCollation = 'MySQL uspoređivanje veza'; +$strMySQLSaid = 'MySQL je poručio: '; +$strMySQLShowProcess = 'Prikaži procese'; +$strMySQLShowStatus = 'Prikaži podatke MySQL pokretanja'; $strMySQLShowVars = 'Prikaži MySQL sistemske varijable'; -$strName = 'Ime'; -$strNext = 'Sljedeći'; -$strNoDatabases = 'Baza ne postoji'; -$strNoDropDatabases = '"DROP DATABASE" naredba je onemogućena.'; -$strNoFrames = 'phpMyAdmin preferira preglednike koji podržavaju frame-ove.'; -$strNoIndex = 'Ključ nije definiran!'; -$strNoIndexPartsDefined = 'Dijelovi ključa nisu definirani!'; -$strNoModification = 'Nema nikakvih promjena'; +$strName = 'Naziv'; +$strNext = 'Sljedeće'; +$strNoActivity = 'Nije bilo nikakvih aktivnosti tijekom %s sekunda. Prijavite se ponovo.'; +$strNoDatabases = 'Nema baza podataka'; +$strNoDatabasesSelected = 'Nema odabrane baze podataka.'; +$strNoDataReceived = 'Nisu primljeni nikakvi podaci za uvoz. Ili nije dat naziv datoteke ili veličina datoteke prelazi najveću dopuštenu veličinu od strane vaše PHP konfiguracije. Pogledajte ČPP 1.16.'; +$strNoDescription = 'bez opisa'; +$strNoDetailsForEngine = 'Za ovaj pogon pohranjivanje ne postoje raspoloživi podaci.'; +$strNoDropDatabases = '"DROP DATABASE" izjave su onemogućene.'; +$strNoExplain = 'Preskoči Objasni SQL'; +$strNoFilesFoundInZip = 'Datoteke nisu pronađene unutar ZIP arhive!'; +$strNoFrames = 'phpMyAdmin je jednostavniji za upotrebu s preglednikom koji podržava okvire.'; +$strNoIndex = 'Nema definiranog indeksa!'; +$strNoIndexPartsDefined = 'Nema definiranih dijelova indeksa!'; +$strNoModification = 'Bez izmjena'; $strNo = 'Ne'; -$strNone = 'Ništa'; -$strNoPassword = 'Nema lozinke'; -$strNoPrivileges = 'Nema privilegija'; -$strNoRights = 'Nemate dovoljno prava za ovo područje!'; -$strNoTablesFound = 'Tablica nije pronađena u bazi.'; -$strNotNumber = 'To nije broj!'; -$strNoUsersFound = 'Korisnik(ci) nije pronađen.'; +$strNone = 'bez kompresije'; +$strNoOptions = 'Ovaj oblik nema raspoložive opcije'; +$strNoPassword = 'Bez lozinke'; +$strNoPermission = 'Web poslužitelj nema dopuštenja za spremanje datoteke %s.'; +$strNoPhp = 'Bez PHP koda'; +$strNoPrivileges = 'Bez privilegija'; +$strNoRights = 'Nemate dovoljno privilegija da boravite ovdje!'; +$strNoRowsSelected = 'Nema odabranih redova'; +$strNoSpace = 'Nema dovoljno prostora za spremanje datoteke %s.'; +$strNoTablesFound = 'U bazi podataka nisu pronađene tablice.'; +$strNoThemeSupport = 'Podrška za teme ne postoji. Provjerite vašu konfiguraciju i/ili vaše teme u mapi %s.'; +$strNotNumber = 'Ovo nije brojka!'; +$strNotOK = 'nije OK'; +$strNotSet = 'tablica %s nije pronađena ili nije zadana u %s'; +$strNoUsersFound = 'Korisnici nisu pronađeni.'; +$strNoValidateSQL = 'Preskoči provjeru valjanosti SQL-a'; $strNull = 'Null'; +$strNumberOfFields = 'Broj polja'; +$strNumSearchResultsInTable = '%s poklapanja unutar tablice %s'; +$strNumSearchResultsTotal = 'Ukupno: %s poklapanja'; +$strNumTables = 'Tablice'; +$strOK = 'U redu '; +$strOpenDocumentSpreadsheetOptions = 'Otvori opcije izračunske tablice dokumenta'; +$strOpenDocumentSpreadsheet = 'Otvori izračunsku tablicu dokumenta'; +$strOpenDocumentTextOptions = 'Otvori opcije teksta dokumenta'; +$strOpenDocumentText = 'Otvori tekst dokumenta'; +$strOpenNewWindow = 'Otvori novi phpMyAdmin prozor'; +$strOperations = 'Operacije'; +$strOperator = 'Operator'; $strOptimizeTable = 'Optimiziraj tablicu'; -$strOr = 'ili'; -$strOverhead = 'Prekoračenje'; +$strOr = 'Ili'; +$strOverhead = 'Prepunjenje'; +$strOverwriteExisting = 'Prepiši postojeće datoteke'; -$strPartialText = 'Dio teksta'; +$strPageNumber = 'Broj stranice:'; +$strPagesToBeFlushed = 'Stranice za pražnjenje'; +$strPaperSize = 'Veličina papira'; +$strPartialImport = 'Djelomičan uvoz'; +$strPartialText = 'Djelomični tekstovi'; +$strPasswordChanged = 'Lozinka za %s uspješno je promijenjena.'; $strPasswordEmpty = 'Lozinka je prazna!'; +$strPasswordHashing = 'Izrada presjeka lozinke'; $strPassword = 'Lozinka'; -$strPasswordNotSame = 'Lozinka se ne podudara!'; -$strPHPVersion = 'verzija PHP-a'; +$strPasswordNotSame = 'Lozinke se ne podudaraju!'; +$strPdfDbSchema = 'Shema "%s" baza podataka - stranica %s'; +$strPdfInvalidTblName = 'Tablica "%s" ne postoji!'; +$strPdfNoTables = 'Nema tablica'; +$strPDFOptions = 'PDF opcije'; +$strPDF = 'PDF'; +$strPDFReportExplanation = '(Generira izvještaj koji sadrži podatke samo jedne tablice)'; +$strPDFReportTitle = 'Naslov izvještaja'; +$strPerHour = 'po satu'; +$strPerMinute = 'po minuti'; +$strPerSecond = 'po sekundi'; +$strPersian = 'Perzijski'; +$strPhoneBook = 'telefonski imenik'; +$strPHP40203 = 'Upotrebljavate PHP 4.2.3 koji ima ozbiljne poteškoće s nizovima od višestrukih bajtova (mbstring). Pogledajte PHP izvještaj o nedostatku 19404. Ne preporučuje se upotreba ove verzije PHP-a uz program phpMyAdmin.'; +$strPhp = 'Izradi PHP kod'; +$strPHPVersion = 'PHP verzija'; $strPmaDocumentation = 'phpMyAdmin dokumentacija'; -$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] dio mora biti namješten u konfiguracijskoj datoteci (config.inc.php)!'; -$strPos1 = 'Početak'; -$strPrevious = 'Prethodna'; -$strPrimaryKeyHasBeenDropped = 'Primarni ključ je izbrisan'; -$strPrimaryKeyName = 'Ime primarnog ključa mora biti... PRIMARY!'; -$strPrimaryKeyWarning = '("PRIMARY" mora biti ime i samo ime primarnog ključa!)'; +$strPmaUriError = 'Direktiva $cfg[\'PmaAbsoluteUri\'] MORA BITI postavljena u vašoj konfiguracijskoj datoteci!'; +$strPolish = 'Poljski'; +$strPortrait = 'Portret'; +$strPos1 = 'Na vrh stranice'; +$strPrevious = 'Prethodni'; +$strPrimaryKeyHasBeenDropped = 'Primarni ključ je odbačen'; +$strPrimaryKeyName = 'Naziv primarnog ključa mora biti "PRIMARY"!'; +$strPrimaryKeyWarning = '("PRIMARY" mora biti naziv i samo naziv primarnog ključa!)'; $strPrimary = 'Primarni'; -$strPrintView = 'Sažetak'; -$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; -$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; -$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; +$strPrint = 'Ispiši'; +$strPrintViewFull = 'Prikaz ispisa (s potpunim tekstovima)'; +$strPrintView = 'Prikaz ispisa'; +$strPrivDescAllPrivileges = 'Obuhvaća sve privilegije osim GRANT (Podari).'; +$strPrivDescAlter = 'Dopušta izmjenu strukture postojećih tablice.'; +$strPrivDescAlterRoutine = 'Dopušta izmjenu i odbacivanje pohranjenih rutina.'; +$strPrivDescCreateDb = 'Dopušta izradu novih baze podataka i tablice.'; +$strPrivDescCreateRoutine = 'Dopušta izradu pohranjenih rutina.'; +$strPrivDescCreateTbl = 'Dopušta izradu novih tablica.'; +$strPrivDescCreateTmpTable = 'Dopušta izradu privremenih tablica.'; +$strPrivDescCreateUser = 'Dopušta izradu, odbacivanje i preimenovanje korisničkih naloga.'; +$strPrivDescCreateView = 'Dopušta izradu novih prikaza.'; +$strPrivDescDelete = 'Dopušta brisanje podataka.'; +$strPrivDescDropDb = 'Dopušta odbacivanje baza podataka i tablica.'; +$strPrivDescDropTbl = 'Dopušta odbacivanje tablica.'; +$strPrivDescExecute5 = 'Dopušta pokretanje pohranjenih rutina.'; +$strPrivDescExecute = 'Dopušta izvršavanje pohranjenih postupaka. Nema učinka u ovoj verziji MySQL-a.'; +$strPrivDescFile = 'Dopušta uvoz i izvoz podataka iz datoteka.'; +$strPrivDescGrant = 'Dopušta dodavanje korisnika i privilegija bez ponovnog učitavanja tablica.'; +$strPrivDescIndex = 'Dopušta izradu i odbacivanje indeksa.'; +$strPrivDescInsert = 'Dopušta umetanje i zamjenu podataka.'; +$strPrivDescLockTables = 'Dopušta zaključavanje tablica u trenutnoj grani.'; +$strPrivDescMaxConnections = 'Ograničava broj novih povezivanja koje korisnik može otvoriti, po satu.'; +$strPrivDescMaxQuestions = 'Ograničava broj upita koje korisnik može poslati poslužitelju, po satu.'; +$strPrivDescMaxUpdates = 'Ograničava broj naredbi koje korisnik može pokrenuti, a čija je namjena mijenjanje bilo koje tablice ili baze podataka, po satu.'; +$strPrivDescMaxUserConnections = 'Ograničava broj istovremenih povezivanja koje korisnik može imati.'; +$strPrivDescProcess3 = 'Dopušta eliminiranje postupaka drugih korisnika.'; +$strPrivDescProcess4 = 'Dopušta pregledavanje cjelokupnih upita u popisu postupaka.'; +$strPrivDescReferences = 'Nema učinka u ovoj verziji MySQL-a.'; +$strPrivDescReload = 'Dopušta ponovno učitavanje postavki poslužitelja i pražnjenje privremene pohrane poslužitelja.'; +$strPrivDescReplClient = 'Dopušta korisnik postavljanje upita o lokaciji potčinjenih i gospodara.'; +$strPrivDescReplSlave = 'Potrebno za replikacijske potčinjene.'; +$strPrivDescSelect = 'Dopušta čitanje podataka.'; +$strPrivDescShowDb = 'Daje pristup cjelokupnom popisu baza podataka.'; +$strPrivDescShowView = 'Dopušta izvođenje upita SHOW CREATE VIEW.'; +$strPrivDescShutdown = 'Dopušta gašenje poslužitelja.'; +$strPrivDescSuper = 'Dopušta povezivanje čak i kad je dostignut najveći broj veza. Potrebno za većinu administrativnih operacija poput postavljanja općih varijabli ili eliminiranje grana drugih korisnika.'; +$strPrivDescUpdate = 'Dopušta mijenjanje podataka.'; +$strPrivDescUsage = 'Bez privilegija.'; $strPrivileges = 'Privilegije'; +$strPrivilegesReloaded = 'Privilegije su uspješno učitane.'; +$strProcedures = 'Postupci'; +$strProcesses = 'Procesi'; +$strProcesslist = 'Popis procesa'; +$strProtocolVersion = 'Verzija protokola'; +$strPutColNames = 'Nazive polja stavi u prvi red'; $strQBEDel = 'Del'; $strQBEIns = 'Ins'; -$strQBE = 'Upit po primjeru'; -$strQueryOnDb = 'SQL upit na bazi %s:'; -$strQueryStatistics = 'Query statistics: Since its startup, %s queries have been sent to the server.'; +$strQBE = 'Upit'; +$strQueryCache = 'Pohrana upita'; +$strQueryFrame = 'Prozor za upite'; +$strQueryOnDb = 'SQL upit nad bazom podataka %s:'; +$strQueryResultsOperations = 'Operacije rezultata upita'; +$strQuerySQLHistory = 'SQL povijest'; +$strQueryStatistics = 'Statistike upita: Od pokretanja poslužitelju je upućeno %s upita.'; +$strQueryTime = 'Upit je trajao %01,4f sek'; +$strQueryType = 'Vrsta upita'; +$strQueryWindowLock = 'Ne prepisuj ovaj upit iz vanjskog prozora'; -$strRecords = 'Reci'; -$strReferentialIntegrity = 'Provjeri ispravnost veza:'; -$strRenameTableOK = 'Tablici %s promjenjeno ime u %s'; -$strRenameTable = 'Promijeni ime tablice u '; +$strReadRequests = 'Pročitaj zahtjeve'; +$strReceived = 'Primljeno'; +$strRecords = 'Zapisi'; +$strReferentialIntegrity = 'Provjeri referencijalan integritet:'; +$strRefresh = 'Osvježi'; +$strRelationalSchema = 'Shema relacija'; +$strRelationNotWorking = 'Dodatne osobine za rad s povezanim tablicama su isključene. Da biste saznali zašto kliknite %sovdje%s.'; +$strRelationsForTable = 'RELACIJE TABLICE'; +$strRelations = 'Relacije'; +$strRelationView = 'Prikaz relacija'; +$strReloadingThePrivileges = 'Ponovno učitavanje privilegija'; +$strReloadPrivileges = 'Ponovno učitaj privilegije'; +$strRemoveSelectedUsers = 'Ukloni odabrane korisnike'; +$strRenameDatabaseOK = 'Baza podataka %s preimenovana je u %s'; +$strRenameTableOK = 'Tablica %s preimenovana je u %s'; +$strRenameTable = 'Preimenuj tablicu u'; $strRepairTable = 'Popravi tablicu'; -$strReplaceTable = 'Zamijeni podatke u tablici sa datotekom'; -$strReset = 'Resetiraj'; -$strReType = 'Ponovite unos'; +$strReplaceNULLBy = 'NULL zamijeni s'; +$strReplaceTable = 'Podatke tablice zamijeni datotekom'; +$strReplication = 'Replikacija'; +$strReset = 'Povrat'; +$strResourceLimits = 'Ograničenja resursa'; +$strReType = 'Ponovite'; +$strRevokeAndDeleteDescr = 'Korisnici će i dalje imati privilegiju USAGE (Upotreba) sve dok se privilegije ponovno ne učitaju.'; +$strRevokeAndDelete = 'Opozovi sve aktivne privilegije korisnika i potom ih izbriši.'; $strRevokeMessage = 'Opozvali ste privilegije za %s'; $strRevoke = 'Opozovi'; -$strRowLength = 'Dužina retka'; -$strRowsFrom = ' redaka počevši od retka'; +$strRomanian = 'Rumunjski'; +$strRowLength = 'Duljina retka'; +$strRowsFrom = 'redovi koji započinju zapisom #'; $strRowSize = ' Veličina retka '; -$strRowsModeHorizontal = 'horizontalnom'; -$strRowsModeOptions = 'u %s načinu i ispiši zaglavlje poslije svakog %s retka'; -$strRowsModeVertical = 'vertikalnom'; +$strRowsModeFlippedHorizontal = 'vodoravno (okrenuta zaglavlja)'; +$strRowsModeHorizontal = 'vodoravno'; +$strRowsModeOptions = 'u načinu %s i ponavljaj zaglavlja nakon %s ćelija'; +$strRowsModeVertical = 'uspravno'; $strRows = 'Redaka'; -$strRowsStatistic = 'Statistika redaka'; -$strRunning = 'pokrenuto na %s'; -$strRunQuery = 'Izvrši SQL upit'; -$strRunSQLQuery = 'Izvrši SQL upit(e) na bazi '; +$strRowsStatistic = 'Statistike redova'; +$strRunning = 'Izvršava se pri %s'; +$strRunQuery = 'Podnesi upit'; +$strRunSQLQueryOnServer = 'Pokreni SQL upit na poslužitelju %s'; +$strRunSQLQuery = 'Pokreni SQL upit na bazi podataka %s'; +$strRussian = 'Ruski'; +$strSaveOnServer = 'Spremi na poslužitelju u mapi %s'; $strSave = 'Spremi'; -$strSelectADb = 'Izaberite bazu'; -$strSelectAll = 'Označi sve'; -$strSelectFields = 'Izaberite polja (najmanje jedno)'; -$strSelectNumRows = 'u upitu'; -$strSend = 'Spremi u datoteku'; -$strServerChoice = 'Izbor servera'; -$strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.'; -$strServerVersion = 'Verzija servera'; -$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...
        Ako vam zatreba backslash ("\") ili jednostruki navodnik ("\'") navedite ih koristeći backslash (npr. \'\\\\xyz\' ili \'a\\\'b\').'; +$strScaleFactorSmall = 'Vrijednost omjera suviše je malen da bi shema stala na jednu stranicu'; +$strSearchFormTitle = 'Traži u bazi podataka'; +$strSearchInTables = 'Unutar tablica:'; +$strSearchNeedle = 'Riječi ili vrijednost za pretraživanje (džoker: "%"):'; +$strSearchOption1 = 'najmanje jedna riječ'; +$strSearchOption2 = 'sve riječi'; +$strSearchOption3 = 'točan izraz'; +$strSearchOption4 = 'kao regularan izraz'; +$strSearchResultsFor = 'Rezultati pretraživanja za "%s" %s:'; +$strSearch = 'Traži'; +$strSearchType = 'Traži:'; +$strSecretRequired = 'Konfiguracijska datoteka potražuje tajnu lozinku (blowfish_secret).'; +$strSelectADb = 'Odaberite bazu podataka'; +$strSelectAll = 'Odaberi sve'; +$strSelectBinaryLog = 'Odaberite binarni zapisnik za prikaz'; +$strSelectFields = 'Odaberite polja (najmanje jedno):'; +$strSelectNumRows = 'unutar upita'; +$strSelectTables = 'Odaberite tablice'; +$strSend = 'Spremi kao datoteku'; +$strSent = 'Poslano'; +$strServerChoice = 'Odabir poslužitelja'; +$strServerNotResponding = 'Poslužitelj ne odgovara'; +$strServer = 'Poslužitelj'; +$strServers = 'Poslužitelji'; +$strServerStatusDelayedInserts = 'Odgođena umetanja'; +$strServerStatus = 'Podaci o razini izvršavanja'; +$strServerStatusUptime = 'Ovaj MySQL poslužitelj radi tijekom %s. Pokrenut je %s.'; +$strServerTabVariables = 'Varijable'; +$strServerTrafficNotes = 'Promet poslužitelja: Ove tablice prikazuju statistike mrežnog prometa na ovom MySQL poslužitelju od trenutka njegovog pokretanja.'; +$strServerVars = 'Varijable i postavke poslužitelja'; +$strServerVersion = 'Verzija poslužitelja'; +$strSessionValue = 'Vrijednost sesije'; +$strSetEnumVal = 'Ako je vrata polja "enum" ili "set", unesite vrijednosti u sljedećem obliku: \'a\',\'B\',\'c\'...
        Ako je potrebno unijeti lijevu kosu crtu ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowAll = 'Prikaži sve'; -$strShowingRecords = 'Prikaz redaka'; -$strShowPHPInfo = 'Prikaži informacije o PHP-u'; +$strShowColor = 'Prikaži boju'; +$strShowDatadictAs = 'Oblikovanje rječnika podataka'; +$strShowFullQueries = 'Prikaži pune upite'; +$strShowGrid = 'Prikaži mrežu'; +$strShowingBookmark = 'Prikazivanje oznake'; +$strShowingRecords = 'Prikazivanje redaka'; +$strShowOpenTables = 'Prikaži otvorene tablice'; +$strShowPHPInfo = 'Prikaži PHP podatke'; $strShow = 'Prikaži'; +$strShowSlaveHosts = 'Prikaži potčinjena računala'; +$strShowSlaveStatus = 'Prikaži stanje potčinjenog'; +$strShowStatusBinlog_cache_disk_useDescr = 'Broj transakcija koje su upotrebljavale privremeni binarni zapisnik pohrane, ali su nadmašile vrijednost binlog_cache_size i upotrijebile privremenu datoteku za pohranjivanje izjava transakcija.'; +$strShowStatusBinlog_cache_useDescr = 'Broj transakcija koje su upotrebljavale privremeni binarni zapisnik pohrane.'; +$strShowStatusCreated_tmp_disk_tablesDescr = 'Broj privremenih tablica koje poslužitelj automatski izrađuje na disku tijekom izvršavanja izjava. Ako je stavka Created_tmp_disk_tables velika, moglo bi biti potrebno da povećate vrijednost tmp_table_size, da biste privremene tablice smjestili u radnu memoriju, a ne na tvrdi disk.'; +$strShowStatusCreated_tmp_filesDescr = 'Koliko je privremenih tablica izradio mysqld.'; +$strShowStatusCreated_tmp_tablesDescr = 'Broj privremenih tablica u memoriji koje je poslužitelj automatski izradio tijekom izvršavanja izjava.'; +$strShowStatusDelayed_errorsDescr = 'Broj redaka upisanih pomoću naredbe INSERT DELAYED, a kod kojih je došlo do neke vrste pogreške (vjerojatan razlog je udvojen ključ).'; +$strShowStatusDelayed_insert_threadsDescr = 'Broj hvatište grana INSERT DELAYED u upotrebi. Svaka druga tablica na koju se primjeni INSERT DELAYED dobiva vlastitu granu.'; +$strShowStatusDelayed_writesDescr = 'Broj redaka zapisanih pomoću INSERT DELAYED.'; +$strShowStatusFlush_commandsDescr = 'Broj izvršenih izjava FLUSH.'; +$strShowStatusHandler_commitDescr = 'Broj internih izjava COMMIT.'; +$strShowStatusHandler_deleteDescr = 'Brojka koja prokazuje koliko puta je redak bio izbrisan iz tablice.'; +$strShowStatusHandler_discoverDescr = 'MySQL poslužitelj može upitati pogon pohranjivanja NDB skupine, zna li za tablicu s traženim nazivom. Ovaj se postupak naziva otkrivanje. Handler_discover naznačuje koliko je puta tablica bila otkrivenom.'; +$strShowStatusHandler_read_firstDescr = 'Brojka koja prokazuje koliko puta je prvi unos bio čitan iz indeksa. Velik broj je pokazatelj da poslužitelj izvodi mnogo potpunih pretraživanja indeksa, npr. SELECT col1 FROM foo, pri čemu je col1 indeksiran.'; +$strShowStatusHandler_read_keyDescr = 'Broj zahtjeva za čitanje retka zasnovan na ključu. Velik broj je pokazatelj da su vaši upiti i tablice pravilno indeksirani.'; +$strShowStatusHandler_read_nextDescr = 'Broj zahtjeva za čitanje sljedećeg retka u redoslijedu ključa. Ovaj se broj povećava ako izvodite upite stupca indeksa s ograničenjem opsega ili ako izvodite pretraživanje indeksa.'; +$strShowStatusHandler_read_prevDescr = 'Broj zahtjeva za čitanje prethodnog retka u redoslijedu ključa. Ovaj način čitanja uglavnom se upotrebljava za optimiziranje opcije ORDER BY ... DESC.'; +$strShowStatusHandler_read_rndDescr = 'Broj zahtjeva za čitanje retka zasnovanog na fiksnom položaju. Ovaj iznos je velik ako izvodite mnogo upita koji zahtjevaju preslagivanje rezultata. Vjerojatno imate mnogo upita koji zahtijevaju da MySQL pretražuje cjelokupne tablice ili imate spojeve koji ne upotrebljavaju ključ na pravilan način.'; +$strShowStatusHandler_read_rnd_nextDescr = 'Broj zahtjeva za čitanje sljedećeg retka u datoteci s podacima. Ovaj broj je velik ako izvodite mnogo pretraživanja tablice. Općenito, ovaj iznos naznačuje da vaša tablice nisu pravilno indeksirane ili da vaši upiti nisu napisani na način koji iskorištava prednosti raspoloživih indeksa.'; +$strShowStatusHandler_rollbackDescr = 'Broj internih izjava ROLLBACK.'; +$strShowStatusHandler_updateDescr = 'Broj zahtjeva za ažuriranje retka u tablici.'; +$strShowStatusHandler_writeDescr = 'Broj zahtjeva za umetanje retka u tablici.'; +$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Broj stranice koje sadrže podatke (dirty ili clean).'; +$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Broj stranica koje su trenutno \'dirty\'.'; +$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Broj stranica međuspremnika za koje je podnesen zahtjev za pražnjenjem.'; +$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Broj slobodnih stranica.'; +$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Broj vezanih stranica u InnoDB međuspremniku. Ove se stranice trenutno čitaju ili zapisuju, ili ih nije moguće isprazniti ili ukloniti iz nekog drugog razloga.'; +$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Broj stranica koje su zauzete jer su dodijeljene za administrativna prepunjenja, poput zaključavanja redaka ili adaptivni indeks presjeka. Ovu je vrijednost moguće izračunati i kao Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; +$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Ukupna veličina međuspremnika, u stranicama.'; +$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Broj "nasumičnih" pripremnih čitanja koje je InnoDB inicijalizirao. Događa se kad upit mora pretražiti veliki dio tablice, ali nasumičnim redoslijedom.'; +$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Broj slijednih pripremnih čitanja koje je inicijalizirao InnoDB. Ovo se događa kad InnoDB izvodi potpuno pretraživanje tablice.'; +$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Broj logičkih zahtjeva za čitanjem koje je obavio InnoDB.'; +$strShowStatusInnodb_buffer_pool_readsDescr = 'Broj logičkih čitanja koje InnoDB nije mogao zadovoljiti iz međuspremnik i morao je izvesti čitanje po jedne stranice.'; +$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Uobičajeno, zapisivanja u InnoDB međuspremnik izvode se u pozadini. Ipak, ako je potrebno iščitati ili izraditi stranicu, a nema raspoložive prazne stranice, bit će potrebno pričekati pražnjenje stranice. Ovaj brojač prikazuje stanje ovog čekanja. Ako je veličina međuspremnika pravilno postavljena, ova bi vrijednost trebala biti malenom.'; +$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Broj izvršenih zapisivanja u InnoDB međuspremnik.'; +$strShowStatusInnodb_data_fsyncsDescr = 'Broj dosadašnjih fsync() operacija.'; +$strShowStatusInnodb_data_pending_fsyncsDescr = 'Trenutan broj fsync() operacija u čekanju.'; +$strShowStatusInnodb_data_pending_readsDescr = 'Trenutan broj čitanja u čekanju.'; +$strShowStatusInnodb_data_pending_writesDescr = 'Trenutan broj zapisivanja u čekanju.'; +$strShowStatusInnodb_data_readDescr = 'Količina podataka pročitanih do ovog trenutka, u bajtovima.'; +$strShowStatusInnodb_data_readsDescr = 'Ukupan broj iščitavanja podataka.'; +$strShowStatusInnodb_data_writesDescr = 'Ukupan broj zapisivanja podataka.'; +$strShowStatusInnodb_data_writtenDescr = 'Količina podataka zapisanih do ovog trenutka, u bajtovima.'; +$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Broj dvostrukih zapisivanja do ovog trenutka i broj stranica zapisanih za ovu potrebu.'; +$strShowStatusInnodb_dblwr_writesDescr = 'Broj dvostrukih zapisivanja do ovog trenutka i broj stranica zapisanih za ovu potrebu.'; +$strShowStatusInnodb_log_waitsDescr = 'Broj čekanja koja su se dogodila zbog nedovoljno velikog zapisnika međuspremnika, te je bilo potrebno čekati njegovo pražnjenje prije nastavka rada.'; +$strShowStatusInnodb_log_write_requestsDescr = 'Broj zahtjeva za zapisivanje u zapisnik.'; +$strShowStatusInnodb_log_writesDescr = 'Broj fizičkih zapisivanja u zapisnik.'; +$strShowStatusInnodb_os_log_fsyncsDescr = 'Broj fsyncs zapisivanja izvršenih u datoteci zapisnika.'; +$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Broj naredbi fsyncs za zapisnik, a koje su na čekanju.'; +$strShowStatusInnodb_os_log_pending_writesDescr = 'Zapisivanja u zapisnik na čekanju.'; +$strShowStatusInnodb_os_log_writtenDescr = 'Broj bajtova zapisanih u zapisnik.'; +$strShowStatusInnodb_pages_createdDescr = 'Broj izrađenih stranica.'; +$strShowStatusInnodb_page_sizeDescr = 'Izrađena veličina InnoDB stranice (zadana vrijednost je 16kB). Mnoge se vrijednosti prebrojavaju u stranicama. Veličina stranice dopušta njihovo jednostavno pretvaranje u bajtove.'; +$strShowStatusInnodb_pages_readDescr = 'Broj iščitanih stranica.'; +$strShowStatusInnodb_pages_writtenDescr = 'Broj zapisanih stranica.'; +$strShowStatusInnodb_row_lock_current_waitsDescr = 'Broj zaključavanja redaka na koje se trenutno čeka.'; +$strShowStatusInnodb_row_lock_time_avgDescr = 'Prosječno vrijeme postizanja zaključanosti retka, u milisekundama.'; +$strShowStatusInnodb_row_lock_timeDescr = 'Ukupno vrijeme utrošeno na postizanja zaključanosti retka, u milisekundama.'; +$strShowStatusInnodb_row_lock_time_maxDescr = 'Najdulje vrijeme postizanja zaključanosti retka, u milisekundama.'; +$strShowStatusInnodb_row_lock_waitsDescr = 'Broj okolnosti kad je bilo potrebno čekati na zaključanost retka.'; +$strShowStatusInnodb_rows_deletedDescr = 'Broj redaka izbrisanih iz InnoDB tablica.'; +$strShowStatusInnodb_rows_insertedDescr = 'Broj redaka umetnutih u InnoDB tablice.'; +$strShowStatusInnodb_rows_readDescr = 'Broj redaka iščitanih iz InnoDB tablica.'; +$strShowStatusInnodb_rows_updatedDescr = 'Broj ažuriranih redaka u InnoDB tablicama.'; +$strShowStatusKey_blocks_not_flushedDescr = 'Broj ključnih blokova u pohrani ključeva koji su izmijenjeni ali još nisu ispražnjeni na disk. Nekoć se nazivalo: Not_flushed_key_blocks.'; +$strShowStatusKey_blocks_unusedDescr = 'Broj neiskorištenih blokova u pohrani ključeva. Ovu vrijednost možete upotrijebiti za određivanje veličine pohrane ključeva koja je u upotrebi.'; +$strShowStatusKey_blocks_usedDescr = 'Broj iskorištenih blokova u pohrani ključeva. Ova je vrijednost oznaka gornje razine koja označuje najveći broj blokova koji su ikad bili u istovremenoj upotrebi.'; +$strShowStatusKey_read_requestsDescr = 'Broj zahtjeva za čitanje ključnog bloka iz pohrane.'; +$strShowStatusKey_readsDescr = 'Broj fizičkih čitanja ključnih blokova s diska. Ako je iznos Key_reads velik, vjerojatno je vaša vrijednost key_buffer_size premala. Stupanj promašivanja pohrane moguće je izračunati putem naredbi Key_reads/Key_read_requests.'; +$strShowStatusKey_write_requestsDescr = 'Broj zahtjeva za zapisivanje ključnog bloka u pohranu.'; +$strShowStatusKey_writesDescr = 'Broj fizičkih zapisivanja ključnih blokova na disk. '; +$strShowStatusLast_query_costDescr = 'Ukupan trošak posljednjeg složenog upita, izračunat od strane optimizatora upita. Korisno za uspoređivanje troškova različitih planova upita za isti upit. Zadana vrijednost je 0 i podrazumijeva da još nema složenog upita.'; +$strShowStatusNot_flushed_delayed_rowsDescr = 'Broj redaka koji čekaju svoje upisivanje u red čekanja INSERT DELAY.'; +$strShowStatusOpened_tablesDescr = 'Broj tablica koje su otvorene. Ako je iznos otvorenih tablica velik, vaša vrijednost za pohranu tablica vjerojatno je premala.'; +$strShowStatusOpen_filesDescr = 'Broj otvorenih datoteka.'; +$strShowStatusOpen_streamsDescr = 'Broj otvorenih protoka (uglavnom se upotrebljava za vođenje zapisnika).'; +$strShowStatusOpen_tablesDescr = 'Broj otvorenih tablica.'; +$strShowStatusQcache_free_blocksDescr = 'Broj slobodnih memorijskih blokova u pohrani upita.'; +$strShowStatusQcache_free_memoryDescr = 'Količina slobodne memorije za pohranu upita.'; +$strShowStatusQcache_hitsDescr = 'Broj pronalaženja u pohrani.'; +$strShowStatusQcache_insertsDescr = 'Broj upita pridodanih u pohranu.'; +$strShowStatusQcache_lowmem_prunesDescr = 'Broj upita koji su uklonjeni iz pohrane radi oslobađanja memorije za potrebe pohranjivanja novih upita. Ovaj vam podatak može pomoći pri podešavanju veličine pohrane upita. Pohrana upita upotrebljava strategiju posljednjeg nedavno upotrebljavanog (LRU - least recently used) radi odlučivanja koje će upite ukloniti iz pohrane.'; +$strShowStatusQcache_not_cachedDescr = 'Broj upita koji nisu pohranjeni (nisu za pohranu ili nisu pohranjeni zbog postavke query_cache_type).'; +$strShowStatusQcache_queries_in_cacheDescr = 'Broj upita registriranih u pohrani.'; +$strShowStatusQcache_total_blocksDescr = 'Ukupan broj blokova u pohrani upita.'; +$strShowStatusReset = 'Povrat'; +$strShowStatusRpl_statusDescr = 'Stanje replikacije sigurnosti protiv otkaza (još nije implementirano).'; +$strShowStatusSelect_full_joinDescr = 'Broj spojeva koji ne upotrebljavaju indekse. Ako ovaj iznos nije 0, bit će potrebno da pažljivo provjerite indekse vaših tablica.'; +$strShowStatusSelect_full_range_joinDescr = 'Broj spojeva koji nad referentnom tablicom upotrebljavaju opseg traženja.'; +$strShowStatusSelect_range_checkDescr = 'Broj spojeva bez ključeva koji provjeravaju upotrebu ključa nakon svakog retka. (Ako ovaj iznos nije 0, bit će potrebno da pažljivo provjerite indekse vaših tablica.'; +$strShowStatusSelect_rangeDescr = 'Broj spojeva koji su upotrijebili opsege nad prvom tablicom. (Općenito nije kritično ako je ovaj iznos velik.)'; +$strShowStatusSelect_scanDescr = 'Broj spojeva koji su izveli potpuno pretraživanje prve tablice.'; +$strShowStatusSlave_open_temp_tablesDescr = 'Broj privremenih tablica koje su trenutno otvorene od strane potčinjene SQL grane.'; +$strShowStatusSlave_retried_transactionsDescr = 'Ukupna količina (od pokretanja) ponovnih pokušaja transakcija od strane replikacijske potčinjene SQL grane.'; +$strShowStatusSlave_runningDescr = 'Uključeno (ON) ako je ovaj poslužitelj potčinjen i povezan na gospodara.'; +$strShowStatusSlow_launch_threadsDescr = 'Broj grana kojima je bilo potrebno više vremena za izradu, nego što je to definirano u slow_launch_time (sporo vrijeme pokretanja), u sekundama.'; +$strShowStatusSlow_queriesDescr = 'Broj upita kojima je bilo potrebno više vremena nego što je to definirano u long_query_time (dugo vrijeme upita), u sekundama.'; +$strShowStatusSort_merge_passesDescr = 'Broj prolaza udruživanja koje je algoritam za preslagivanje morao izvesti. Ako je ovaj iznos velik, razmotrite mogućnost povećanja vrijednosti sistemske varijable sort_buffer_size.'; +$strShowStatusSort_rangeDescr = 'Broj preslagivanja učinjenih pomoću opsega.'; +$strShowStatusSort_rowsDescr = 'Broj presloženih redaka.'; +$strShowStatusSort_scanDescr = 'Broj preslagivanja učinjenih pomoću pretraživanja tablice.'; +$strShowStatusTable_locks_immediateDescr = 'Količina trenutno postignutih zaključavanja tablica.'; +$strShowStatusTable_locks_waitedDescr = 'Količina zaključavanja tablica koji nisu mogli biti trenutno postignuti i bilo je potrebno određeno čekanje. Ako je ovaj iznos visok i ako imate problema s performansama, bit će potrebno da prvo optimizirate svoje upite i potom ili podijelite svoje tablice ili upotrijebite replikaciju.'; +$strShowStatusThreads_cachedDescr = 'Broj grana u pohrani grana. Stupanj pogodaka u pohrani može se izračunati kao Threads_created/Connections. Ako je ovaj iznos prikazan crvenom bojom, bit će potrebno da povećate svoju vrijednost thread_cache_size.'; +$strShowStatusThreads_connectedDescr = 'Broj trenutno otvorenih veza.'; +$strShowStatusThreads_createdDescr = 'Broj grana izrađenih za rukovanje vezama. Ako je iznos Threads_created velik, moglo bi biti potrebno da povećate vrijednost thread_cache_size. (Uobičajeno, ako imate dobru implementaciju grana, ova opcija neće pružiti primjetna poboljšanja performansi.)'; +$strShowStatusThreads_runningDescr = 'Broj grana koje nisu uspavane.'; +$strShowTableDimension = 'Prikaži dimenzije tablice'; $strShowTables = 'Prikaži tablice'; -$strShowThisQuery = ' Prikaži ovaj upit ponovo '; -$strSingly = '(po jednom polju)'; +$strShowThisQuery = 'Ovaj upit ponovno prikaži ovdje'; +$strSimplifiedChinese = 'Kineski, pojednostavljen'; +$strSingly = '(pojedinačno)'; $strSize = 'Veličina'; -$strSort = 'Sortiranje'; -$strSpaceUsage = 'Zauzeće'; -$strSQLQuery = 'SQL-upit'; -$strStatement = 'Ime'; -$strStrucCSV = 'CSV format'; -$strStrucData = 'Struktura i podaci'; +$strSkipQueries = 'Broj zapisa (upita) koje je potrebno preskočiti od početka'; +$strSlovak = 'Slovački'; +$strSlovenian = 'Slovenski'; +$strSocketProblem = '(ili priključak lokalnog MySQL poslužitelja nije ispravno konfiguriran)'; +$strSortByKey = 'Presloži po ključu'; +$strSorting = 'Preslagivanje'; +$strSort = 'Presloži'; +$strSpaceUsage = 'Iskorištenost prostora'; +$strSpanish = 'Španjolski'; +$strSplitWordsWithSpace = 'Riječi su razdvojene znakom razmaka (" ").'; +$strSQLCompatibility = 'Način rada SQL kompatibilnosti'; +$strSQLExportType = 'Vrsta izvoza'; +$strSQLImportOptions = 'SQL opcije'; +$strSQLOptions = 'SQL opcije'; +$strSQLParserBugMessage = 'Postoji mogućnost da ste pronašli nedostatak u SQL raščlanjivaču. Temeljito proučite vaš upit i provjerite ispravan unos navodnika. Jedan od mogućih razloga je i da ste učitali datoteku s binarnim vrijednosti izvan prostora s navodnicima. Vaš upit također možete provjeriti u naredbenom retku MySQL-a. Ispis pogreške MySQL poslužitelja može vam pomoći u dijagnosticiranju problema. Ako i dalje postoje problemi ili ako raščlanjivač ne uspijeva u zadacima koji uspijevaju u naredbenom retku, suzite svoj unos SQL upita na samo onaj upit koji izaziva probleme i podnesite prijavu o nedostatku zajedno s dijelom podatka u donjem odjeljku CUT:'; +$strSQLParserUserError = 'Izgleda da postoji pogreška u vašem SQL upitu. Ispis pogreške MySQL poslužitelja može vam pomoći u dijagnosticiranju problema.'; +$strSQLQuery = 'SQL upit'; +$strSQLResult = 'SQL rezultat'; +$strSQL = 'SQL'; +$strSQPBugInvalidIdentifer = 'Neispravna ID oznaka'; +$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren'; +$strSQPBugUnknownPunctuation = 'Nepoznat niz interpunkcija'; +$strStatCheckTime = 'Posljednja provjera'; +$strStatCreateTime = 'Izrada'; +$strStatement = 'Izjave'; +$strStatisticsOverrun = 'Na zaposlenom poslužitelju brojač bajtova mogao bi preletjeti svoj raspon prikaza, pri čemu bi statistike koje prikazuje MySQL poslužitelj mogle biti netočne.'; +$strStatUpdateTime = 'Posljednje ažuriranje'; +$strStatus = 'Stanje'; +$strStorageEngine = 'Pogon pohrane'; +$strStorageEngines = 'Pogoni pohrane'; +$strStrucCSV = 'CSV'; +$strStrucData = 'Strukturu i podatke'; $strStrucExcelCSV = 'CSV za MS Excel'; -$strStrucOnly = 'Samo struktura'; -$strSubmit = 'Pokreni'; -$strSuccess = 'Vaš SQL upit je uspješno izvršen'; -$strSum = 'Ukupno'; +$strStrucNativeExcel = 'Izvorno MS Excel oblikovanje'; +$strStrucNativeExcelOptions = 'Opcije izvornog Excel izvoza'; +$strStrucOnly = 'Samo strukturu'; +$strStructPropose = 'Predloži strukturu tablice'; +$strStructure = 'Strukturu'; +$strSubmit = 'Podnesi'; +$strSuccess = 'Vaš SQL upit uspješno je izvršen'; +$strSum = 'Zbroj'; +$strSwedish = 'Švedski'; +$strSwitchToDatabase = 'Prebaci se na kopiranu bazu podataka'; +$strSwitchToTable = 'Prebaci se na kopiranu tablicu'; -$strTableComments = 'Komentar tablice'; -$strTableEmpty = 'Ime tablice je prazno!'; -$strTableHasBeenDropped = 'Tablica %s je izbrisana'; -$strTableHasBeenEmptied = 'Tablica %s je ispražnjena'; -$strTableHasBeenFlushed = 'Tablica %s je osvježena'; -$strTableMaintenance = 'Radnje na tablici'; -$strTables = '%s tablica/e'; -$strTableStructure = 'Struktura tablice'; +$strTableAlreadyExists = 'Tablica %s već postoji!'; +$strTableComments = 'Komentari tablice'; +$strTableEmpty = 'Naziv tablice je prazan!'; +$strTableHasBeenDropped = 'Tablica %s je odbačen'; +$strTableHasBeenEmptied = 'Tablica %s je očišćena'; +$strTableHasBeenFlushed = 'Tablica %s je ispražnjena'; +$strTableMaintenance = 'Održavanje tablice'; +$strTableOfContents = 'Sadržaj tablice'; +$strTableOptions = 'Opcije tablice'; +$strTables = '%s tablica'; +$strTableStructure = 'Tablična struktura za tablicu'; $strTable = 'Tablica'; -$strTextAreaLength = ' Zbog veličine ovog polja,
        polje možda nećete moći mijenjati '; +$strTakeIt = 'Dodijeli'; +$strTblPrivileges = 'Privilegije specifične za tablicu'; +$strTempData = 'Privremeni podaci'; +$strTextAreaLength = ' Zbog svoje duljine,
        uređivanje ovog polja možda neće biti moguće '; +$strThai = 'Thai'; +$strThemeDefaultNotFound = 'Zadana tema %s nije pronađena!'; +$strThemeNoPreviewAvailable = 'Nema raspoloživog pregleda.'; +$strThemeNotFound = 'Tema %s nije pronađena!'; +$strThemeNoValidImgPath = 'Valjana putanja slika za temu %s nije pronađena!'; +$strThemePathNotFound = 'Za temu %s nije pronađena putanje tema!'; +$strTheme = 'Tema / Stil'; +$strThisHost = 'Ovo računalo'; +$strThisNotDirectory = 'Ovo nije bila mapa'; +$strThreads = 'Grane'; +$strThreadSuccessfullyKilled = 'Grana %s uspješno je prekinuta.'; +$strTimeoutInfo = 'Vrijeme prethodnog uvoza je isteklo. Nakon ponovno podnošenja bit će nastavljeno od položaja %d.'; +$strTimeoutNothingParsed = 'Ipak, pri posljednjem prijelazu nikakvi podaci nisu bili raščlanjeni. To znači da phpMyAdmin neće biti u mogućnosti završiti ovaj uvoz sve dok ne povećate vremenska ograničenja unutar php.'; +$strTimeoutPassed = 'Vrijeme za skriptu je isteklo. Ako želite završiti uvoz, ponovo podnesite istu datoteku i uvoz će nastaviti.'; +$strTime = 'Vrijeme'; +$strToggleScratchboard = 'Uključi bilješke'; +$strTotalUC = 'Ukupno'; $strTotal = 'ukupno'; +$strTraditionalChinese = 'Kineski, tradicionalan'; +$strTraditionalSpanish = 'Španjolski, tradicionalan'; +$strTraffic = 'Promet'; +$strTransactionCoordinator = 'Koordinator transakcije'; +$strTransformation_application_octetstream__download = 'Prikazuje vezu prema preuzimanju binarnih podataka polja. Možete upotrijebiti prvu opciju da biste sami odredili naziv datoteke ili drugu opciju da biste upotrijebili naziv polja koje sadrži naziv datoteke. Ako upotrijebite drugu opciju, u prvu opciju morate unijeti prazan niz.'; +$strTransformation_application_octetstream__hex = 'Prikazuje podatke u heksadecimalnom obliku. Opcionalan prvi parametar određuje koliko često će prazna mjesta biti dodavana (zadana vrijednost je 2).'; +$strTransformation_image_jpeg__inline = 'Prikazuje sličicu s mogućnošću klikanja. Opcije su najveća širina i visina u pikselima. Izvorne proporcije su očuvane.'; +$strTransformation_image_jpeg__link = 'Prikazuje vezu za preuzimanje ove slike.'; +$strTransformation_image_png__inline = 'Pogledajte slika/jpeg: inline'; +$strTransformation_text_plain__dateformat = 'Prikazuje polja TIME, TIMESTAMP ili DATETIME (vrijeme, oznaka vremena, datum) sukladno lokalnom obliku datuma i vremena. Prva opcija je razlika (u satima) koja će biti pridodana oznaci vremena (zadano: 0). Upotrijebite drugu opciju za određivanje različitog oblikovanja datuma i vremena. Detalje potražite u PHP dokumentaciji, funkcija strftime().'; +$strTransformation_text_plain__external = 'SAMO ZA LINUX: Pokreće vanjsku aplikaciju i predaje joj podatke polja putem standardnog unosa. Vraća standardan ispis aplikacije. Zadana aplikacija je Tidy, uredno ispisivanje HTML koda. Iz sigurnosnih razloga morate ručno urediti datoteku libraries/transformations/text_plain__external.inc.php i izraditi popis alata koje želite učiniti raspoloživim. Prva opcija će biti redni broj programa kojeg želite upotrebljavati a druga opcija su parametri programa. Ako je treća opcija postavljena na vrijednost 1, pretvorit će ispis pomoću htmlspecialchars(), (zadano: 1). Ako je četvrta opcija postavljena na vrijednost 1, spriječit će omatanje i osigurati prikaz ispisa u jednom retku (zadano: 1).'; +$strTransformation_text_plain__formatted = 'Prikazuje sadržaj polje u izvornom obliku, bez njegovog provlačenja kroz htmlspecialchars(). Odnosno, za polje se pretpostavlja da ne sadrži valjani HTML kod.'; +$strTransformation_text_plain__imagelink = 'Prikazuje sliku i vezu. Polje sadrži naziv datoteke. Prva opcija je URL prefiks, poput "http://www.example.com/". Druga i treća opcija predstavljaju širinu i visinu u pikselima.'; +$strTransformation_text_plain__link = 'Prikazuje vezu. Polje sadrži naziv datoteke. Prva opcija je URL prefiks, poput "http://www.example.com/". Druga opcija je naziv veze.'; +$strTransformation_text_plain__sql = 'Oblikuje tekst kao SQL upit s naglašavanjem sintakse.'; +$strTransformation_text_plain__substr = 'Prikazuje dio niza. Prva opcija je broj znakova koje je potrebno preskočiti, od početka niza (zadano: 0). Druga opcija je broj znakova za povrat (zadano: do završetka niza). Treća opcija je niz koji je potrebno pridodati iza završetka i/ili prije početka kad započne srezivanje (zadano: "...").'; +$strTruncateQueries = 'Sreži prikazane rezultate'; +$strTurkish = 'Turski'; $strType = 'Vrsta'; -$strUncheckAll = 'Makni oznake'; -$strUnique = 'Jedinstveni ključ'; -$strUnselectAll = 'Makni oznake'; -$strUpdatePrivMessage = 'Promijenili ste privilegije za %s.'; -$strUpdateProfileMessage = 'Profil je promijenjen.'; -$strUpdateQuery = 'Promijeni SQL-upit'; -$strUsage = 'Zauzeće'; -$strUseBackquotes = 'Koristi \' za ograničavanje imena polja'; -$strUserEmpty = 'Ime korisnika je prazno!'; +$strUkrainian = 'Ukrajinski'; +$strUncheckAll = 'Ukloni sve oznake'; +$strUnicode = 'Unicode'; +$strUnique = 'Jedinstveno'; +$strUnknown = 'nepoznato'; +$strUnselectAll = 'Ukloni sav odabir'; +$strUnsupportedCompressionDetected = 'Pokušali ste učitati datoteku s nepodržanim načinom komprimiranja (%s). Takva podrška još nije implementirana ili je onemogućena u vašoj konfiguraciji.'; +$strUpdatePrivMessage = 'Ažurirali ste privilegije za %s.'; +$strUpdateProfileMessage = 'Profil je ažuriran.'; +$strUpdateQuery = 'Ažuriraj upit'; +$strUpdComTab = 'Pogledajte dokumentaciju radi uputa o ažuriranju tablice column_comments.'; +$strUpgrade = 'Trebali biste nadograditi na %s %s ili kasniju.'; +$strUploadLimit = 'Vjerojatno ste pokušali s učitavanjem prevelike datoteke. Pogledajte %sdokumentaciju%s radi uputa o načinima rješavanja ovog ograničenja.'; +$strUploadsNotAllowed = 'Učitavanje datoteka nije dopušteno na ovom poslužitelju.'; +$strUsage = 'Upotreba'; +$strUseBackquotes = 'Unesi nazive tablica i polja sa stražnjim navodnicima'; +$strUsedPhpExtensions = 'Upotrijebljena PHP proširenja'; +$strUseHostTable = 'Upotrijebi tablicu poslužitelja'; +$strUserAlreadyExists = 'Korisnik %s već postoji!'; +$strUserEmpty = 'Korisničko ime je prazno!'; $strUser = 'Korisnik'; -$strUserName = 'Ime korisnika'; -$strUseTables = 'Koristi tablice'; +$strUserName = 'Korisničko ime'; +$strUserNotFound = 'Odabrani korisnik nije pronađen u tablici privilegija.'; +$strUserOverview = 'Pregled korisnika'; +$strUsersDeleted = 'Odabrani korisnici uspješno su izbrisani.'; +$strUsersHavingAccessToDb = 'Korisnici koji imaju pristup u "%s"'; +$strUseTabKey = 'Pomoću tipke TAB premještate se od jedne vrijednost do druge vrijednost, odnosno s tipkama CTRL+Strelice za premještanje bilo kamo'; +$strUseTables = 'Upotrijebi tablice'; +$strUseTextField = 'Upotrijebi tekstualno polje'; +$strUseThisValue = 'Upotrijebi ovu vrijednost'; +$strValidateSQL = 'Provjera valjanosti SQL-a'; +$strValidatorError = 'SQL validator nije bilo moguće pokrenuti. Provjerite jeste li instalirali potrebna PHP proširenja, na način opisan u %sdokumentaciji%s.'; $strValue = 'Vrijednost'; -$strViewDumpDB = 'Prikaži dump (shemu) baze'; -$strViewDump = 'Prikaži dump (shemu) tablice'; +$strVar = 'Varijabla'; +$strVersionInformation = 'Podaci o verziji'; +$strViewDumpDatabases = 'Prikaži ispis (shemu) baza podataka'; +$strViewDumpDB = 'Prikaži ispis (shemu) baze podataka'; +$strViewDump = 'Prikaži ispis (shemu) tablice'; +$strViewHasBeenDropped = 'Index %s je ispušten'; +$strViewMaxExactCount = 'Ovaj prikaz sadrži više od %s redaka. Pogledajte %sdokumentaciju%s.'; +$strView = 'Prikaz'; -$strWelcome = 'Dobrodošli u %s'; -$strWithChecked = 'Označeno:'; -$strWrongUser = 'Pogrešno korisničko ime/lozinka. Pristup odbijen.'; +$strWebServerUploadDirectoryError = 'Mapu koju ste odabrali za potrebe učitavanja nije moguće dohvatiti'; +$strWebServerUploadDirectory = 'mapa učitavanja web poslužitelja'; +$strWelcome = 'Dobro došli u %s'; +$strWestEuropean = 'Zapadno europski'; +$strWildcard = 'džoker'; +$strWindowNotFound = 'Ciljani prozor preglednika nije bilo moguće osvježiti. Možda ste zatvorili nadređeni prozor ili su postavke sigurnosti vašeg preglednika konfigurirane za blokiranje ažuriranja preko više prozora.'; +$strWithChecked = 'S odabirom:'; +$strWriteRequests = 'Zahtjevi zapisivanja'; +$strWritingCommentNotPossible = 'Zapisivanje komentara nije moguće'; +$strWritingRelationNotPossible = 'Zapisivanje relacija nije moguće'; +$strWrongUser = 'Pogrešno korisničko ime ili lozinka. Pristup odbijen.'; + +$strXMLOptions = 'XML opcije'; +$strXML = 'XML'; $strYes = 'Da'; -$strZip = '"zip-ano"'; +$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na vrijednost 0 (nula) uklanja ograničenje.'; +$strZip = '"zipano"'; -// To translate: -$strAbortedClients = 'Aborted'; //to translate -$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate -$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate -$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate -$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate -$strAddConstraints = 'Add constraints'; //to translate -$strAddedColumnComment = 'Added comment for column'; //to translate -$strAddedColumnRelation = 'Added relation for column'; //to translate -$strAddFields = 'Add %s field(s)'; //to translate -$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate -$strAddIntoComments = 'Add into comments';//to translate -$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate -$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate -$strAdministration = 'Administration'; //to translate -$strAfterInsertNext = 'Edit next row'; //to translate -$strAfterInsertSame = 'Go back to this page'; //to translate -$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate -$strAllTableSameWidth = 'display all Tables with same width?'; //to translate -$strAndThen = 'and then'; //to translate -$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate -$strArabic = 'Arabic'; //to translate -$strArmenian = 'Armenian'; //to translate -$strAutodetect = 'Autodetect'; //to translate -$strAutomaticLayout = 'Automatic layout'; //to translate - -$strBaltic = 'Baltic'; //to translate -$strBeginCut = 'BEGIN CUT'; //to translate -$strBeginRaw = 'BEGIN RAW'; //to translate -$strBinaryLog = 'Binary log'; //to translate -$strBinLogEventType = 'Event type'; //to translate -$strBinLogInfo = 'Information'; //to translate -$strBinLogName = 'Log name'; //to translate -$strBinLogOriginalPosition = 'Original position'; //to translate -$strBinLogPosition = 'Position'; //to translate -$strBinLogServerId = 'Server ID'; //to translate -$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate -$strBookmarkCreated = 'Bookmark %s created'; //to translate -$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate -$strBrowseDistinctValues = 'Browse distinct values'; //to translate -$strBrowseForeignValues = 'Browse foreign values'; //to translate -$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate -$strBufferPool = 'Buffer Pool'; //to translate -$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate -$strBufferReadMissesInPercent = 'Read misses in %'; //to translate -$strBufferReadMisses = 'Read misses'; //to translate -$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate -$strBufferWriteWaits = 'Write waits'; //to translate -$strBulgarian = 'Bulgarian'; //to translate -$strBusyPages = 'Busy pages'; //to translate -$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the $cfg[\'BZipDump\'] directive in your phpMyAdmin configuration file to FALSE. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate - -$strCalendar = 'Calendar'; //to translate -$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate -$strCannotLogin = 'Cannot login to MySQL server'; //to translate -$strCantLoad = 'cannot load %s extension,
        please check PHP Configuration'; //to translate -$strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate -$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate -$strCaseInsensitive = 'case-insensitive'; //to translate -$strCaseSensitive = 'case-sensitive'; //to translate -$strCentralEuropean = 'Central European'; //to translate -$strChangeCopyModeCopy = '... keep the old one.'; //to translate -$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate -$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate -$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate -$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate -$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate -$strChangeDisplay = 'Choose Field to display'; //to translate -$strCharset = 'Charset'; //to translate -$strCharsetOfFile = 'Character set of the file:'; //to translate -$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate -$strCharsets = 'Charsets'; //to translate -$strCheckOverhead = 'Check tables with overhead'; //to translate -$strCheckPrivs = 'Check Privileges'; //to translate -$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate -$strChoosePage = 'Please choose a Page to edit'; //to translate -$strColComFeat = 'Displaying Column Comments'; //to translate -$strCollation = 'Collation'; //to translate -$strColumnPrivileges = 'Column-specific privileges'; //to translate -$strCommand = 'Command'; //to translate -$strComments = 'Comments'; //to translate -$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate -$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate -$strCompression = 'Compression'; //to translate -$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate -$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate -$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
        This might happen if php finds a parse error in it or php cannot find the file.
        Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.
        If you recieve a blank page, everything is fine.'; //to translate -$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate -$strConnectionError = 'Cannot connect: invalid settings.'; //to translate -$strConnections = 'Connections'; //to translate -$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate -$strConstraintsForTable = 'Constraints for table'; //to translate -$strCopy = 'Copy'; //to translate -$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate -$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate -$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate -$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate -$strCreatePage = 'Create a new Page'; //to translate -$strCreatePdfFeat = 'Creation of PDFs'; //to translate -$strCreationDates = 'Creation/Update/Check dates'; //to translate -$strCroatian = 'Croatian'; //to translate -$strCSV = 'CSV'; //to translate -$strCSVImportOptions = 'CSV options'; //to translate -$strCSVOptions = 'CSV options';//to translate -$strCyrillic = 'Cyrillic'; //to translate -$strCzech = 'Czech'; //to translate -$strCzechSlovak = 'Czech-Slovak'; //to translate - -$strDanish = 'Danish'; //to translate -$strDatabaseEmpty = 'The database name is empty!'; //to translate -$strDatabaseExportOptions = 'Database export options';//to translate -$strDatabaseNoTable = 'This database contains no table!';//to translate -$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate -$strDatabasesStatsDisable = 'Disable Statistics'; //to translate -$strDatabasesStatsEnable = 'Enable Statistics'; //to translate -$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate -$strDataDict = 'Data Dictionary'; //to translate -$strDataPages = 'Pages containing data'; //to translate -$strDBComment = 'Database comment: ';//to translate -$strDBCopy = 'Copy database to'; //to translate -$strDBGContext = 'Context'; //to translate -$strDBGContextID = 'Context ID'; //to translate -$strDBGHits = 'Hits'; //to translate -$strDBGLine = 'Line'; //to translate -$strDBGMaxTimeMs = 'Max time, ms'; //to translate -$strDBGMinTimeMs = 'Min time, ms'; //to translate -$strDBGModule = 'Module'; //to translate -$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate -$strDBGTotalTimeMs = 'Total time, ms'; //to translate -$strDbPrivileges = 'Database-specific privileges'; //to translate -$strDBRename = 'Rename database to'; //to translate -$strDbSpecific = 'database-specific'; //to translate -$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate -$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate -$strDefragment = 'Defragment table'; //to translate -$strDelayedInserts = 'Use delayed inserts'; //to translate -$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate -$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate -$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate -$strDeleting = 'Deleting %s'; //to translate -$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate -$strDescription = 'Description'; //to translate -$strDictionary = 'dictionary'; //to translate -$strDirtyPages = 'Dirty pages'; //to translate -$strDisabled = 'Disabled'; //to translate -$strDisableForeignChecks = 'Disable foreign key checks'; //to translate -$strDisplayFeat = 'Display Features'; //to translate -$strDisplayPDF = 'Display PDF schema'; //to translate -$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate -$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate -$strDumpSaved = 'Dump has been saved to file %s.'; //to translate -$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate - -$strEditPDFPages = 'Edit PDF Pages'; //to translate -$strEnabled = 'Enabled'; //to translate -$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate -$strEndCut = 'END CUT'; //to translate -$strEndRaw = 'END RAW'; //to translate -$strEngineAvailable = '%s is available on this MySQL server.'; //to translate -$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate -$strEngines = 'Engines'; //to translate -$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate -$strEnglish = 'English'; //to translate -$strErrorInZipFile = 'Error in ZIP archive:'; //to translate -$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate -$strEsperanto = 'Esperanto'; //to translate -$strEstonian = 'Estonian'; //to translate -$strExcelEdition = 'Excel edition'; //to translate -$strExcelOptions = 'Excel options'; //to translate -$strExecuteBookmarked = 'Execute bookmarked query'; //to translate -$strExplain = 'Explain SQL'; //to translate -$strExport = 'Export'; //to translate - -$strFailedAttempts = 'Failed attempts'; //to translate -$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate -$strFileCouldNotBeRead = 'File could not be read'; //to translate -$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate -$strFileNameTemplateDescriptionServer = 'server name'; //to translate -$strFileNameTemplateDescriptionTable = 'table name'; //to translate -$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate -$strFileNameTemplate = 'File name template';//to translate -$strFileNameTemplateRemember = 'remember template';//to translate -$strFileToImport = 'File to import'; //to translate -$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate -$strFlushQueryCache = 'Flush query cache'; //to translate -$strFlushTables = 'Flush (close) all tables'; //to translate -$strFreePages = 'Free pages'; //to translate - -$strGenBy = 'Generated by'; //to translate -$strGeneralRelationFeat = 'General relation features'; //to translate -$strGenerate = 'Generate'; //to translate -$strGeneratePassword = 'Generate Password'; //to translate -$strGeorgian = 'Georgian'; //to translate -$strGerman = 'German'; //to translate -$strGlobal = 'global'; //to translate -$strGlobalPrivileges = 'Global privileges'; //to translate -$strGlobalValue = 'Global value'; //to translate -$strGrantOption = 'Grant'; //to translate -$strGreek = 'Greek'; //to translate - -$strHandler = 'Handler'; //to translate -$strHaveToShow = 'You have to choose at least one Column to display'; //to translate -$strHebrew = 'Hebrew'; //to translate -$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate -$strHTMLExcel = 'Microsoft Excel 2000'; //to translate -$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate -$strHTMLWord = 'Microsoft Word 2000'; //to translate -$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate -$strHungarian = 'Hungarian'; //to translate - -$strIcelandic = 'Icelandic'; //to translate -$strId = 'ID'; //to translate -$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate -$strIgnoreInserts = 'Use ignore inserts'; //to translate -$strIgnoringFile = 'Ignoring file %s'; //to translate -$strImportDocSQL = 'Import docSQL Files'; //to translate -$strImportFiles = 'Import files'; //to translate -$strImportFormat = 'Format of imported file'; //to translate -$strImport = 'Import'; //to translate -$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate -$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate -$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate -$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate -$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate -$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate -$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate -$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate -$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate -$strInnoDBDataFilePath = 'Data files'; //to translate -$strInnoDBDataHomeDir = 'Data home directory'; //to translate -$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate -$strInnoDBPages = 'pages'; //to translate -$strInnodbStat = 'InnoDB Status'; //to translate -$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate -$strInsertedRowId = 'Inserted row id:'; //to translate -$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate -$strInternalRelations = 'Internal relations'; //to translate -$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate -$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate -$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate -$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate -$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate -$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate -$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate -$strInvalidFieldCount = 'Table must have at least one field.'; //to translate -$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate -$strInvalidRowNumber = '%d is not valid row number.'; //to translate -$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate -$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate - -$strJapanese = 'Japanese'; //to translate -$strJoins = 'Joins'; //to translate -$strJumpToDB = 'Jump to database "%s".'; //to translate -$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate -$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate - -$strKeyCache = 'Key cache'; //to translate -$strKorean = 'Korean'; //to translate - -$strLandscape = 'Landscape'; //to translate -$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate -$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate -$strLatchedPages = 'Latched pages'; //to translate -$strLatexCaption = 'Table caption';//to translate -$strLatexContent = 'Content of table __TABLE__';//to translate -$strLatexContinuedCaption = 'Continued table caption';//to translate -$strLatexContinued = '(continued)';//to translate -$strLatexIncludeCaption = 'Include table caption';//to translate -$strLatexLabel = 'Label key';//to translate -$strLaTeX = 'LaTeX'; //to translate -$strLaTeXOptions = 'LaTeX options'; //to translate -$strLatexStructure = 'Structure of table __TABLE__';//to translate -$strLatvian = 'Latvian'; //to translate -$strLDI = 'CSV using LOAD DATA'; //to translate -$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate -$strLDILocal = 'Use LOCAL keyword'; //to translate -$strLinkNotFound = 'Link not found'; //to translate -$strLithuanian = 'Lithuanian'; //to translate -$strLoginInformation = 'Login Information'; //to translate -$strLogServer = 'Server'; //to translate -$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate - -$strMaxConnects = 'max. concurrent connections'; //to translate -$strMaximalQueryLength = 'Maximal length of created query'; //to translate -$strMaximumSize = 'Maximum size: %s%s'; //to translate -$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate -$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate -$strMIME_available_mime = 'Available MIME-types';//to translate -$strMIME_available_transform = 'Available transformations';//to translate -$strMIME_description = 'Description';//to translate -$strMIME_MIMEtype = 'MIME-type';//to translate -$strMIME_nodescription = 'No Description is available for this transformation.
        Please ask the author, what %s does.';//to translate -$strMIME_transformation = 'Browser transformation';//to translate -$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate -$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
        If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate -$strMIME_transformation_options = 'Transformation options';//to translate -$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate -$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate -$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate -$strMultilingual = 'multilingual'; //to translate -$strMyISAMDataPointerSize = 'Data pointer size'; //to translate -$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate -$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate -$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate -$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate -$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate -$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate -$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate -$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate -$strMyISAMRepairThreads = 'Repair threads'; //to translate -$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate -$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate -$strMySQLCharset = 'MySQL Charset'; //to translate -$strMysqlClientVersion = 'MySQL client version'; //to translate -$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate - -$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate -$strNoDatabasesSelected = 'No databases selected.'; //to translate -$strNoDescription = 'no Description'; //to translate -$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate -$strNoExplain = 'Skip Explain SQL'; //to translate -$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate -$strNoOptions = 'This format has no options';//to translate -$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate -$strNoPhp = 'without PHP Code'; //to translate -$strNoRowsSelected = 'No rows selected'; //to translate -$strNoSpace = 'Insufficient space to save the file %s.'; //to translate -$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate -$strNotOK = 'not OK'; //to translate -$strNotSet = '%s table not found or not set in %s'; //to translate -$strNoValidateSQL = 'Skip Validate SQL'; //to translate -$strNumberOfFields = 'Number of fields'; //to translate -$strNumSearchResultsInTable = '%s match(es) inside table %s';//to translate -$strNumSearchResultsTotal = 'Total: %s match(es)';//to translate -$strNumTables = 'Tables'; //to translate - -$strOK = 'OK'; //to translate -$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate -$strOperations = 'Operations'; //to translate -$strOperator = 'Operator'; //to translate -$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate - -$strPageNumber = 'Page number:'; //to translate -$strPagesToBeFlushed = 'Pages to be flushed'; //to translate -$strPaperSize = 'Paper size'; //to translate -$strPartialImport = 'Partial import'; //to translate -$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate -$strPasswordHashing = 'Password Hashing'; //to translate -$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate -$strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate -$strPdfNoTables = 'No tables'; //to translate -$strPDFOptions = 'PDF options'; //to translate -$strPDF = 'PDF'; //to translate -$strPDFReportTitle = 'Report title'; //to translate -$strPerHour = 'per hour'; //to translate -$strPerMinute = 'per minute';//to translate -$strPerSecond = 'per second';//to translate -$strPersian = 'Persian'; //to translate -$strPhoneBook = 'phone book'; //to translate -$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate -$strPhp = 'Create PHP Code'; //to translate -$strPolish = 'Polish'; //to translate -$strPortrait = 'Portrait'; //to translate -$strPrint = 'Print'; //to translate -$strPrintViewFull = 'Print view (with full texts)'; //to translate -$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate -$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate -$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate -$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate -$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate -$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate -$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate -$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate -$strPrivDescCreateView = 'Allows creating new views.'; //to translate -$strPrivDescDelete = 'Allows deleting data.'; //to translate -$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate -$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate -$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate -$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate -$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate -$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate -$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate -$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate -$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate -$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate -$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate -$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate -$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate -$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate -$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate -$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate -$strPrivDescSelect = 'Allows reading data.'; //to translate -$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate -$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate -$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate -$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate -$strPrivDescUpdate = 'Allows changing data.'; //to translate -$strPrivDescUsage = 'No privileges.'; //to translate -$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate -$strProcesses = 'Processes'; //to translate -$strProcesslist = 'Process list'; //to translate -$strProtocolVersion = 'Protocol version'; //to translate -$strPutColNames = 'Put fields names at first row'; //to translate - -$strQueryCache = 'Query cache'; //to translate -$strQueryFrame = 'Query window';//to translate -$strQuerySQLHistory = 'SQL-history';//to translate -$strQueryTime = 'Query took %01.4f sec';//to translate -$strQueryType = 'Query type'; //to translate -$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate - -$strReadRequests = 'Read requests'; //to translate -$strReceived = 'Received'; //to translate -$strRefresh = 'Refresh'; //to translate -$strRelationalSchema = 'Relational schema'; //to translate -$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate -$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate -$strRelations = 'Relations'; //to translate -$strRelationView = 'Relation view'; //to translate -$strReloadingThePrivileges = 'Reloading the privileges'; //to translate -$strReloadPrivileges = 'Reload privileges'; //to translate -$strRemoveSelectedUsers = 'Remove selected users'; //to translate -$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate -$strReplaceNULLBy = 'Replace NULL by'; //to translate -$strReplication = 'Replication'; //to translate -$strResourceLimits = 'Resource limits'; //to translate -$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate -$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate -$strRomanian = 'Romanian'; //to translate -$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate -$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate -$strRussian = 'Russian'; //to translate - -$strSaveOnServer = 'Save on server in %s directory'; //to translate -$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate -$strSearchFormTitle = 'Search in database';//to translate -$strSearchInTables = 'Inside table(s):';//to translate -$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate -$strSearchOption1 = 'at least one of the words';//to translate -$strSearchOption2 = 'all words';//to translate -$strSearchOption3 = 'the exact phrase';//to translate -$strSearchOption4 = 'as regular expression';//to translate -$strSearchResultsFor = 'Search results for "%s" %s:';//to translate -$strSearch = 'Search';//to translate -$strSearchType = 'Find:';//to translate -$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate -$strSelectBinaryLog = 'Select binary log to view'; //to translate -$strSelectTables = 'Select Tables'; //to translate -$strSent = 'Sent'; //to translate -$strServerNotResponding = 'The server is not responding'; //to translate -$strServer = 'Server'; //to translate -$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate -$strServerStatus = 'Runtime Information'; //to translate -$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate -$strServerTabVariables = 'Variables'; //to translate -$strServerVars = 'Server variables and settings'; //to translate -$strSessionValue = 'Session value'; //to translate -$strShowColor = 'Show color'; //to translate -$strShowDatadictAs = 'Data Dictionary Format'; //to translate -$strShowFullQueries = 'Show Full Queries'; //to translate -$strShowGrid = 'Show grid'; //to translate -$strShowingBookmark = 'Showing bookmark'; //to translate -$strShowOpenTables = 'Show open tables'; //to translate -$strShowSlaveHosts = 'Show slave hosts'; //to translate -$strShowSlaveStatus = 'Show slave status'; //to translate -$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate -$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate -$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate -$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate -$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate -$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate -$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate -$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate -$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate -$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate -$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate -$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate -$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate -$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate -$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate -$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate -$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate -$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate -$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate -$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate -$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate -$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate -$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate -$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate -$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate -$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate -$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate -$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate -$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate -$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate -$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate -$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate -$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate -$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate -$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate -$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate -$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate -$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate -$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate -$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate -$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate -$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate -$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate -$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate -$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate -$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate -$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate -$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate -$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate -$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate -$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate -$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate -$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate -$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate -$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate -$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate -$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate -$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate -$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate -$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate -$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate -$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate -$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate -$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate -$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate -$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate -$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate -$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate -$strShowStatusReset = 'Reset'; //to translate -$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate -$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate -$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate -$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate -$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate -$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate -$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate -$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate -$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate -$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate -$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate -$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate -$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate -$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate -$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate -$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate -$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate -$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate -$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate -$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate -$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate -$strShowTableDimension = 'Show dimension of tables'; //to translate -$strSimplifiedChinese = 'Simplified Chinese'; //to translate -$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate -$strSlovak = 'Slovak'; //to translate -$strSlovenian = 'Slovenian'; //to translate -$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate -$strSortByKey = 'Sort by key'; //to translate -$strSorting = 'Sorting'; //to translate -$strSpanish = 'Spanish'; //to translate -$strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate -$strSQLCompatibility = 'SQL compatibility mode'; //to translate -$strSQLExportType = 'Export type'; //to translate -$strSQLImportOptions = 'SQL options'; //to translate -$strSQLOptions = 'SQL options';//to translate -$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate -$strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; //to translate -$strSQLResult = 'SQL result'; //to translate -$strSQL = 'SQL'; //to translate -$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate -$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate -$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate -$strStatCheckTime = 'Last check';//to translate -$strStatCreateTime = 'Creation';//to translate -$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate -$strStatUpdateTime = 'Last update';//to translate -$strStatus = 'Status'; //to translate -$strStorageEngines = 'Storage Engines'; //to translate -$strStorageEngine = 'Storage Engine'; //to translate -$strStrucNativeExcel = 'Native MS Excel data'; //to translate -$strStructPropose = 'Propose table structure'; //to translate -$strStructure = 'Structure'; //to translate -$strSwedish = 'Swedish'; //to translate -$strSwitchToDatabase = 'Switch to copied database'; //to translate -$strSwitchToTable = 'Switch to copied table'; //to translate - -$strTableAlreadyExists = 'Table %s already exists!'; //to translate -$strTableOfContents = 'Table of contents'; //to translate -$strTableOptions = 'Table options'; //to translate -$strTakeIt = 'take it'; //to translate -$strTblPrivileges = 'Table-specific privileges'; //to translate -$strTempData = 'Temporary data'; //to translate -$strThai = 'Thai'; //to translate -$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate -$strThemeNoPreviewAvailable = 'No preview available.'; //to translate -$strThemeNotFound = 'Theme %s not found!'; //to translate -$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate -$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate -$strTheme = 'Theme / Style'; //to translate -$strThisHost = 'This Host'; //to translate -$strThisNotDirectory = 'This was not a directory'; //to translate -$strThreads = 'Threads'; //to translate -$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate -$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate -$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate -$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate -$strTime = 'Time'; //to translate -$strToggleScratchboard = 'toggle scratchboard'; //to translate -$strTotalUC = 'Total'; //to translate -$strTraditionalChinese = 'Traditional Chinese'; //to translate -$strTraditionalSpanish = 'Traditional Spanish'; //to translate -$strTraffic = 'Traffic'; //to translate -$strTransactionCoordinator = 'Transaction coordinator'; //to translate -$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate -$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate -$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate -$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate -$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate -$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate -$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate -$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate -$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate -$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate -$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate -$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate -$strTruncateQueries = 'Truncate Shown Queries'; //to translate -$strTurkish = 'Turkish'; //to translate - -$strUkrainian = 'Ukrainian'; //to translate -$strUnicode = 'Unicode'; //to translate -$strUnknown = 'unknown'; //to translate -$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate -$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate -$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate -$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate -$strUsedPhpExtensions = 'Used PHP extensions'; //to translate -$strUseHostTable = 'Use Host Table'; //to translate -$strUserAlreadyExists = 'The user %s already exists!'; //to translate -$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate -$strUserOverview = 'User overview'; //to translate -$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate -$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate -$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate -$strUseTextField = 'Use text field'; //to translate -$strUseThisValue = 'Use this value'; //to translate - -$strValidateSQL = 'Validate SQL'; //to translate -$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate -$strVar = 'Variable'; //to translate -$strVersionInformation = 'Version information'; //to translate -$strViewDumpDatabases = 'View dump (schema) of databases';//to translate -$strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate -$strView = 'View'; //to translate - -$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate -$strWebServerUploadDirectory = 'web-server upload directory'; //to translate -$strWestEuropean = 'West European'; //to translate -$strWildcard = 'wildcard'; //to translate -$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate -$strWriteRequests = 'Write requests'; //to translate -$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate -$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate - -$strXML = 'XML';//to translate - -$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate - -$strQueryResultsOperations = 'Query results operations'; //to translate -$strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strXMLOptions = 'XML options'; //to translate -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php b/lang/croatian-windows-1250.inc.php index 9475bd968..6882a342c 100644 --- a/lang/croatian-windows-1250.inc.php +++ b/lang/croatian-windows-1250.inc.php @@ -2,1021 +2,998 @@ /* $Id$ */ /** - * Translation made by: Sime Essert + * Croatian language file by + * Renato Pavii */ $charset = 'windows-1250'; $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left) -$number_thousands_separator = ','; -$number_decimal_separator = '.'; +$number_thousands_separator = '.'; +$number_decimal_separator = ','; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('Byteova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$byteUnits = array('B', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB'); $day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', 'et', 'Pet', 'Sub'); -$month = array('Sij', 'Vel', 'Ou', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro'); +$month = array('Sij', 'Velj', 'Ou', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro'); // See http://www.php.net/manual/en/function.strftime.php to define the // variable below -$datefmt = '%d. %B %Y. u %H:%M'; -$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; +$datefmt = '%B %d, %Y u %I:%M %p'; +$timespanfmt = '%s dana, %s sati, %s minuta i %s sekunda'; +$strAbortedClients = 'Prekinuto'; +$strAbsolutePathToDocSqlDir = 'Unesite apsolutnu putanju na web-posluitelju do docSQL mape'; +$strAccessDeniedCreateConfig = 'Vjerojatan razlog je nepostojea konfiguracijska datoteka. Za izradu moete upotrijebiti naredbu %1$ssetup script%2$s'; +$strAccessDeniedExplanation = 'phpMyAdmin pokuao je uspostaviti vezu s MySQL posluiteljem, ali je posluitelj odbio povezivanje. U datoteci config.inc.php provjerite naziv raunala, korisniko ime i lozinku, te provjerite da se odgovaraju podacima koje vam je dao administrator MySQL posluitelja.'; $strAccessDenied = 'Pristup odbijen'; -$strAction = 'Akcija'; -$strAddDeleteColumn = 'Dodaj/izbrii stupac'; -$strAddDeleteRow = 'Dodaj/izbrii polje za kriterij'; -$strAddNewField = 'Dodaj novi stupac'; -$strAddSearchConditions = 'Dodaj uvjete pretraivanja (dio "where" upita):'; -$strAddToIndex = 'Dodaj klju'; +$strAction = 'Aktivnost'; +$strAddAutoIncrement = 'Dodaj vrijednost AUTO_INCREMENT'; +$strAddClause = 'Dodaj %s'; +$strAddConstraints = 'Dodaj prisile'; +$strAddDeleteColumn = 'Dodaj/Izbrii stupce polja'; +$strAddDeleteRow = 'Dodaj/Izbrii redak kriterija'; +$strAddedColumnComment = 'Dodani komentar za stupac'; +$strAddedColumnRelation = 'Dodana relacija za stupac'; +$strAddFields = 'Dodaj %s polja'; +$strAddHeaderComment = 'Dodaj prilagoeni komentar u zaglavlje ("\\n" razdvaja retke)'; +$strAddIntoComments = 'Dodaj u komentare'; +$strAddNewField = 'Dodaj novo polje'; +$strAddPrivilegesOnDb = 'Dodaj privilegije za sljedee baze podataka'; +$strAddPrivilegesOnTbl = 'Dodaj privilegije za sljedeu tablicu'; +$strAddSearchConditions = 'Dodaj uvjete pretrage (sadraj uvjeta "gdje"):'; +$strAddToIndex = 'Dodaj u indeks  %s stupci'; $strAddUser = 'Dodaj novog korisnika'; -$strAddUserMessage = 'Korisnik dodan'; -$strAffectedRows = 'Promijenjeno redaka:'; -$strAfterInsertBack = 'Natrag na prethodnu stranicu'; -$strAfterInsertNewInsert = 'Dodaj jo jedan red'; -$strAfter = 'Nakon %s'; +$strAddUserMessage = 'Dodali ste novog korisnika.'; +$strAdministration = 'Administracija'; +$strAffectedRows = 'Zahvaeni redovi:'; +$strAfterInsertBack = 'Kreni nazad na prethodnu stranicu'; +$strAfterInsertNewInsert = 'Umetni dodatni novi redak'; +$strAfterInsertNext = 'Uredi sljedei redak'; +$strAfterInsertSame = 'Kreni nazad na ovu stranicu'; +$strAfter = 'Poslije %s'; +$strAllowInterrupt = 'Dopusti prekid uvoza u sluaju da skripta otkrije blizinu vremenskog ogranienja. Ovo bi mogao biti dobar nain uvoza velikih datoteka, ali moe prekinuti transakcije.'; $strAll = 'Sve'; -$strAlterOrderBy = 'Promijeni redoslijed u tablici'; +$strAllTableSameWidth = 'Prikazati sve tablice uz istu irinu?'; +$strAlterOrderBy = 'Izmijeni rasporede tablice po'; $strAnalyzeTable = 'Analiziraj tablicu'; -$strAnd = 'i'; -$strAnIndex = 'Klju je upravo dodan %s'; +$strAnd = 'I'; +$strAndThen = 'i potom'; +$strAnIndex = 'Indeks je pridodan na %s'; $strAny = 'Bilo koji'; -$strAnyHost = 'Bilo koji server'; +$strAnyHost = 'Bilo koje raunalo'; $strAnyUser = 'Bilo koji korisnik'; -$strAPrimaryKey = 'Primarni klju je upravo dodan %s'; -$strAscending = 'Rastui'; -$strAtBeginningOfTable = 'Na poetku tablice'; -$strAtEndOfTable = 'Na kraju tablice'; -$strAttr = 'Svojstva'; +$strApproximateCount = 'Moe biti priblino. Pogledajte PP 3.11'; +$strAPrimaryKey = 'Primarni klju je dodan na %s'; +$strArabic = 'Arapski'; +$strArmenian = 'Armenski'; +$strAscending = 'Uzlazno'; +$strAtBeginningOfTable = 'Pri poetku tablice'; +$strAtEndOfTable = 'Pri zavretku tablice'; +$strAttr = 'Atributi'; +$strAutodetect = 'Automatski prepoznaj'; +$strAutomaticLayout = 'Automatski raspored'; $strBack = 'Nazad'; +$strBaltic = 'Baltiki'; +$strBeginCut = 'BEGIN CUT'; +$strBeginRaw = 'BEGIN RAW'; $strBinary = 'Binarno'; -$strBinaryDoNotEdit = 'Binarno - ne mijenjaj'; -$strBookmarkDeleted = 'Oznaka je upravo izbrisana.'; -$strBookmarkLabel = 'Naziv'; -$strBookmarkQuery = 'Oznaeni SQL-upit'; -$strBookmarkThis = 'Oznai SQL-upit'; -$strBookmarkView = 'Vidi samo'; -$strBrowse = 'Pregled'; -$strBzip = '"bzip-ano"'; +$strBinaryDoNotEdit = 'Binarno - ne ureuj'; +$strBinaryLog = 'Binarni zapisnik'; +$strBinLogEventType = 'Vrsta dogaaja'; +$strBinLogInfo = 'Podaci'; +$strBinLogName = 'Naziv zapisnika'; +$strBinLogOriginalPosition = 'Izvorni poloaj'; +$strBinLogPosition = 'Poloaj'; +$strBinLogServerId = 'ID posluitelja'; +$strBookmarkAllUsers = 'Neka svi korisnici imaju pristup ovom favoritu'; +$strBookmarkCreated = 'Izraen je favorit %s'; +$strBookmarkDeleted = 'Favorit je izbrisan.'; +$strBookmarkLabel = 'Oznaka'; +$strBookmarkQuery = 'Favorizirani SQL upit'; +$strBookmarkReplace = 'Zamijeni postojeim favoritom istog naziva'; +$strBookmarkThis = 'Favoriziraj ovaj SQL upit'; +$strBookmarkView = 'Samo prikaz'; +$strBrowseDistinctValues = 'Pretrai prepoznatljive vrijednosti'; +$strBrowseForeignValues = 'Pretrai strane vrijednosti'; +$strBrowse = 'Pretraivanje'; +$strBufferPoolActivity = 'Aktivnost meuspremnika'; +$strBufferPool = 'Meuspremnik'; +$strBufferPoolUsage = 'Iskoristivost meuspremnika'; +$strBufferReadMissesInPercent = 'Proputena itanja pri %'; +$strBufferReadMisses = 'Proputena itanja'; +$strBufferWriteWaitsInPercent = 'Zapisivanje eka pri %'; +$strBufferWriteWaits = 'Zapisivanje eka'; +$strBulgarian = 'Bugarski'; +$strBusyPages = 'Zaposlene stranice'; +$strBzError = 'phpMyAdmin nije bio u mogunosti komprimirati izbacivanje zbog prekinutog Bz2 proirenja u ovoj verziji PHP-a. Snano se preporuuje da postavite $cfg[\'BZipDump\'] direktivu u vaoj phpMyAdmin konfiguracijskoj datoteci na FALSEAko elite upotrebljavati kompresijsku osobinu Bz2, bit e potrebna nadogradnja na noviju verziju PHP-a. Detalje pregledajte u izvjetaju PHP nedostataka: %s.'; +$strBzip = '"bzipano"'; -$strCantRenameIdxToPrimary = 'Ne mogu promijeniti klju u PRIMARY (primarni) !'; -$strCardinality = 'Kardinalnost'; -$strChangePassword = 'Promijeni ifru'; +$strCalendar = 'Kalendar'; +$strCanNotLoadExportPlugins = 'Nije mogue uitati dodatke za izvoz. Provjerite svoju instalaciju!'; +$strCanNotLoadImportPlugins = 'Nije mogue uitati dodatke za uvoz. Provjerite svoju instalaciju!'; +$strCannotLogin = 'Prijavljivanje na MySQL posluitelj nije mogue'; +$strCantLoad = 'Nije mogue uitati proirenje [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] . Provjerite svoju PHP konfiguraciju.'; +$strCantLoadRecodeIconv = 'Nije mogue uitati proirenja iconv ili recode potrebna za pretvaranje znakova. Potrebno je konfigurirati PHP radi omoguavanja ovih proirenja ili unutar phpMyAdmin onemoguiti pretvaranje znakova.'; +$strCantRenameIdxToPrimary = 'Preimenovanje indeksa u PRIMARY nije mogue!'; +$strCantUseRecodeIconv = 'Nije mogue upotrijebiti funkcije iconv, libiconv ili recode_string, iako izgleda da su sva potrebna proirenja uitana. Provjerite svoju PHP konfiguraciju.'; +$strCardinality = 'Najvanije'; +$strCaseInsensitive = 'nebitna veliina znakova'; +$strCaseSensitive = 'veliina znakova je vana'; +$strCentralEuropean = 'Srednjoeuropski'; +$strChangeCopyModeCopy = '... zadrati staru.'; +$strChangeCopyModeDeleteAndReload = ' ... izbrii starog iz korisnikih tablica i potom ponovo uitaj privilegije.'; +$strChangeCopyMode = 'Izradi novog korisnika s istim privilegijama i...'; +$strChangeCopyModeJustDelete = ' ... izbrii starog iz korisnikih tablica.'; +$strChangeCopyModeRevoke = ' ... opozovi sve aktivne privilegije iz stare i potom je izbrii.'; +$strChangeCopyUser = 'Promjena podataka prijave / Kopiranje korisnika'; +$strChangeDisplay = 'Odaberi polje za prikaz'; +$strChangePassword = 'Promijeni lozinku'; $strChange = 'Promijeni'; +$strCharsetOfFile = 'Tablica znakova za datoteku:'; +$strCharsetsAndCollations = 'Tablica znakova i usporeivanja'; +$strCharsets = 'Tablice znakova'; +$strCharset = 'Tablica znakova'; $strCheckAll = 'Oznai sve'; +$strCheckOverhead = 'Provjeri za prepunjene tablice'; +$strCheckPrivsLong = 'Provjeri privilegije za bazu podataka "%s".'; +$strCheckPrivs = 'Provjeri privilegije'; $strCheckTable = 'Provjeri tablicu'; -$strColumnNames = 'Imena stupaca'; -$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)'; -$strCookiesRequired = 'Cookies moraju biti omogueni.'; -$strCopyTable = 'Kopiram tablicu u (baza.tablica):'; -$strCopyTableOK = 'Tablica %s je upravo kopirana u %s.'; -$strCreateIndex = 'Napravi klju sa %s stupcem(aca)'; -$strCreateIndexTopic = 'Napravi novi klju'; -$strCreate = 'Napravi'; -$strCreateNewDatabase = 'Napravi bazu podataka'; -$strCreateNewTable = 'Napravi novu tablicu u bazi '; +$strChoosePage = 'Odaberite tablicu za ureivanje'; +$strColComFeat = 'Prikazivanje stupca komentara'; +$strCollation = 'Usporeivanje'; +$strColumnNames = 'Nazivi stupaca'; +$strColumnPrivileges = 'Privilegije specifine za stupac'; +$strCommand = 'Naredba'; +$strCommentsForTable = 'COMMENTS FOR TABLE'; +$strComments = 'Komentari'; +$strCompatibleHashing = 'MySQL 4.0 kompatibilno'; +$strCompleteInserts = 'Dovri umetanja'; +$strCompression = 'Kompresija'; +$strCompressionWillBeDetected = 'Kompresija uvezene datoteke bit e automatski prepoznata iz: %s'; +$strConfigDefaultFileError = 'Nije mogue uitati zadanu konfiguraciju iz: "%1$s"'; +$strConfigFileError = 'phpMyAdmin nije mogao proitati vau konfiguracijsku datoteku!
        Mogui razlog je ako PHP pronae pogreku u njezinom ralanjivanju ili ako PHP ne moe pronai datoteku.
        Potrebno je izravno pozvati konfiguracijsku datoteku putem donje veze i prouiti prikazane PHP poruke o pogrekama. U veini sluajeva na nekom mjestu nedostaje znak navodnika ili toke-zareza.
        Ako se prikae prazna stranica, sve je u redu.'; +$strConfigureTableCoord = 'Konfigurirajte koordinate tablice %s'; +$strConnectionError = 'Povezivanje nije mogue: neispravna postavka.'; +$strConnections = 'Veze'; +$strConstraintsForDumped = 'Ogranienja za izbaene tablice'; +$strConstraintsForTable = 'Ogranienja za tablicu'; +$strCookiesRequired = 'Od ovog mjesta potrebno je omoguiti kolaie.'; +$strCopyDatabaseOK = 'Baza podataka %s kopirana je u %s'; +$strCopy = 'Kopiraj'; +$strCopyTable = 'Kopiraj tablicu u (bazapodataka.tablica):'; +$strCopyTableOK = 'Tablica %s kopirana je u %s.'; +$strCopyTableSameNames = 'Kopiranje u istu tablicu nije mogue!'; +$strCouldNotKill = 'phpMyAdmin nije mogao ugasiti granu %s. Vjerojatno je ve zatvorena.'; +$strCreateDatabaseBeforeCopying = 'Prije kopiranja izradi bazu podataka (CREATE DATABASE)'; +$strCreateIndex = 'Izradi indeks  %s stupaca'; +$strCreateIndexTopic = 'Izradi novi indeks'; +$strCreate = 'Izradi'; +$strCreateNewDatabase = 'Izradi novu bazu podataka'; +$strCreateNewTable = 'Izradi novu tablicu u bazi podataka %s'; +$strCreatePage = 'Izradi novu stranicu'; +$strCreatePdfFeat = 'Izrada PDF datoteka'; +$strCreateUserDatabase = 'Baza podataka za korisnika'; +$strCreateUserDatabaseName = 'Izradi bazu podataka istog naziva i podari sve privilegije'; +$strCreateUserDatabaseNone = 'Nijedan'; +$strCreateUserDatabaseWildcard = 'Podari sve privilegije imenima s dokerima (korisnikoime_%)'; +$strCreationDates = 'Izrada/Auriranje/Provjera datuma'; $strCriteria = 'Kriterij'; +$strCroatian = 'Hrvatski'; +$strCSV = 'CSV'; +$strCSVImportOptions = 'CSV opcije'; +$strCSVOptions = 'CSV opcije'; +$strCyrillic = 'irilica'; +$strCzech = 'eki'; +$strCzechSlovak = 'eki ili Slovaki'; +$strDanish = 'Danski'; $strDatabase = 'Baza podataka'; -$strDatabaseHasBeenDropped = 'Baza %s je izbrisana.'; -$strDatabases = 'baze'; -$strDatabasesStats = 'Statistika baze'; -$strDataOnly = 'Samo podaci'; +$strDatabaseEmpty = 'Naziv baze podataka je prazan!'; +$strDatabaseExportOptions = 'Opcije izvoza baze podataka'; +$strDatabaseHasBeenDropped = 'Baza podataka %s je odbaena.'; +$strDatabaseNoTable = 'Ova baza podataka ne sadri tablice!'; +$strDatabases = 'Baze podataka'; +$strDatabasesDropped = 'Baza podataka %s uspjeno je odbaena.'; +$strDatabasesStatsDisable = 'Onemogui statistike'; +$strDatabasesStatsEnable = 'Omogui statistike'; +$strDatabasesStatsHeavyTraffic = 'Napomena: Omoguavanja statistika baze podataka moe prouzrokovati izuzetno velik promet izmeu web posluitelja i MySQL posluitelja.'; +$strDatabasesStats = 'Statistike baza podataka'; +$strDataDict = 'Rjenik podataka'; +$strDataOnly = 'Samo podatke'; +$strDataPages = 'Stranice koje sadre podatke'; $strData = 'Podaci'; -$strDefault = 'Default'; -$strDeleted = 'Red je izbrisan'; +$strDBComment = 'Komentar baze podataka: '; +$strDBCopy = 'Kopiraj bazu podataka u'; +$strDBGContextID = 'ID konteksta'; +$strDBGContext = 'Kontekst'; +$strDBGHits = 'Pronalaenja'; +$strDBGLine = 'Redak'; +$strDBGMaxTimeMs = 'Najdulje vrijeme (ms)'; +$strDBGMinTimeMs = 'Najkrae vrijeme (ms)'; +$strDBGModule = 'Modul'; +$strDBGTimePerHitMs = 'Vrijeme/Pronalaenje (ms)'; +$strDBGTotalTimeMs = 'Ukupno vrijeme (ms)'; +$strDbPrivileges = 'Privilegije specifine za bazu podataka'; +$strDBRename = 'Preimenuj bazu podataka u'; +$strDbSpecific = 'specifino za bazu podataka'; +$strDefaultEngine = '%s je zadani pogon pohranjivanja na ovom MySQL posluitelju.'; +$strDefaultValueHelp = 'Za zadane vrijednosti unesite samo jednu vrijednost, bez kosih crta ili navodnika, u sljedeem obliku: a'; +$strDefault = 'Zadano'; +$strDefragment = 'Defragmentiraj tablicu'; +$strDelayedInserts = 'Upotrijebi odgoena umetanja'; +$strDeleteAndFlushDescr = 'Ovo je najii nain, ali ponovno uitavanje privilegija moe potrajati.'; +$strDeleteAndFlush = 'Izbrii korisnike i potom ponovo uitaj privilegije.'; +$strDeleted = 'Redak je izbrisan'; $strDeletedRows = 'Izbrisani redovi:'; $strDelete = 'Izbrii'; -$strDescending = 'Opadajui'; +$strDeleteNoUsersSelected = 'Nema odabranih korisnika za uklanjanje!'; +$strDeleting = 'Brisanje %s'; +$strDelimiter = 'Razgraniavanje'; +$strDelOld = 'Trenutna stranica sadri reference prema tablicama koje vie ne postoje. elite li izbrisati te reference?'; +$strDescending = 'Silazno'; +$strDescription = 'Opis'; +$strDictionary = 'rjenik'; +$strDirtyPages = 'Prljave stranice'; +$strDisabled = 'Onemogueno'; +$strDisableForeignChecks = 'Onemogui provjere stranih znakova'; +$strDisplayFeat = 'Osobine prikaza'; $strDisplayOrder = 'Redoslijed prikaza:'; -$strDoAQuery = 'Napravi "upit po primjeru" (wildcard: "%")'; +$strDisplayPDF = 'Prikai PDF shemu'; +$strDoAQuery = 'Izvedi "upit po primjeru" (doker: "%")'; $strDocu = 'Dokumentacija'; -$strDoYouReally = 'Da li stvarno elite '; -$strDrop = 'Izbrii'; -$strDumpingData = 'Izvoz (dump) podataka tablice'; -$strDynamic = 'dinamino'; +$strDoYouReally = 'elite li zaista '; +$strDropDatabaseStrongWarning = 'UNITIT ETE CJELOKUPNU BAZU PODATAKA!'; +$strDrop = 'Ispusti'; +$strDropUsersDb = 'Ispusti baze podataka koje imaju iste nazive i korisnike.'; +$strDumpingData = 'Izbacivanje podataka za tablicu'; +$strDumpSaved = 'Izbacivanje je spremljeno u datoteku %s.'; +$strDumpXRows = 'Izbaci %s redaka, poevi od zapisa # %s.'; +$strDynamic = 'dinamiki'; -$strEditPrivileges = 'Promijeni privilegije'; -$strEdit = 'Promijeni'; -$strEffective = 'Efektivno'; +$strEditPDFPages = 'Uredi PDF stranice'; +$strEditPrivileges = 'Uredi privilegije'; +$strEdit = 'Ureivanje'; +$strEffective = 'Na snazi'; $strEmpty = 'Isprazni'; -$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redaka).'; -$strEnd = 'Kraj'; -$strEnglishPrivileges = 'Opaska: MySQL imena privilegija moraju biti engleskom '; -$strError = 'Greka'; -$strExtendedInserts = 'Proireni INSERT'; +$strEmptyResultSet = 'MySQL je vratio prazan komplet rezultata (npr. nula redova).'; +$strEnabled = 'Omogueno'; +$strEncloseInTransaction = 'Izvoz ukljui u transakciju'; +$strEndCut = 'END CUT'; +$strEndRaw = 'END RAW'; +$strEnd = 'Zavretak'; +$strEngineAvailable = '%s je raspoloiv na ovom MySQL posluitelju.'; +$strEngineDisabled = '%s je onemoguen za ovaj MySQL posluitelj.'; +$strEngines = 'Pogoni'; +$strEngineUnsupported = 'Ovaj MySQL posluitelj ne podrava pogon pohranjivanja %s.'; +$strEnglish = 'Engleski'; +$strEnglishPrivileges = ' Napomena: Nazivi MySQL privilegija navedeni su na engleskom jeziku '; +$strErrorInZipFile = 'Pogreka u ZIP arhivi:'; +$strError = 'Pogreka'; +$strErrorRenamingTable = 'Pogreka tijekom preimenovanja tablice %1$s u %2$s'; +$strEscapeWildcards = 'Da bi mogli biti upotrebljavani u doslovnom smislu, dokerima \_ i \% mora prethoditi znak \\'; +$strEsperanto = 'Esperanto'; +$strEstonian = 'Estonski'; +$strExcelEdition = 'Excel izdanje'; +$strExcelOptions = 'Excel opcije'; +$strExecuteBookmarked = 'Izvri favorizirani upit'; +$strExplain = 'Objasni SQL'; +$strExport = 'Izvoz'; +$strExportMustBeFile = 'Odabrana vrsta izvoza mora biti spremljena u datoteku!'; +$strExtendedInserts = 'Proirena umetanja'; $strExtra = 'Dodatno'; -$strFieldHasBeenDropped = 'Polje %s izbrisano'; +$strFailedAttempts = 'Neuspjeli pokuaji'; +$strFieldHasBeenDropped = 'Polje %s je odbaeno'; $strField = 'Polje'; -$strFields = 'Broj polja'; -$strFieldsEmpty = ' Broj polja je nula! '; -$strFieldsEnclosedBy = 'Podaci ograeni sa'; -$strFieldsEscapedBy = 'Escape znak      '; -$strFieldsTerminatedBy = 'Podaci razdvojeni sa'; -$strFixed = 'sreeno'; -$strFlushTable = 'Osvjei tablicu'; -$strFormat = 'Format'; -$strFormEmpty = 'Nedostaje vrijednost u formi !'; -$strFullText = 'Pun tekst'; +$strFieldsEmpty = ' Prebrojavanje polja je prazno! '; +$strFieldsEnclosedBy = 'Polja obuhvaena po'; +$strFieldsEscapedBy = 'Polja izostavljena po'; +$strFields = 'Polja'; +$strFieldsTerminatedBy = 'Polja zavrena s'; +$strFileAlreadyExists = 'Datoteka %s ve postoji na posluitelju. Promijenite naziv ili oznaite opciju za prepisivanje.'; +$strFileCouldNotBeRead = 'Datoteku nije mogue proitati'; +$strFileNameTemplateDescriptionDatabase = 'naziv baze podataka'; +$strFileNameTemplateDescriptionServer = 'naziv posluitelja'; +$strFileNameTemplateDescriptionTable = 'naziv tablice'; +$strFileNameTemplateDescription = 'Vrijednost se interpretira pomou %1$sstrftime%2$s, pa moete upotrijebiti naredbe oblikovanja vremena. Dodatno se mogu dogoditi sljedea preoblikovanja: "%3$s". Ostatak teksta bit e zadran u izvornom obliku.'; +$strFileNameTemplate = 'Predloak naziva datoteka'; +$strFileNameTemplateRemember = 'zapamti predloak'; +$strFileToImport = 'Datoteka za uvoz'; +$strFixed = 'fiksirano'; +$strFlushPrivilegesNote = 'Napomena: phpMyAdmin preuzima korisnike privilegije izravno iz MySQL tablica privilegija. U sluaju da su runo mijenjane, sadraj ovih tablica moe se razlikovati od privilegija koje upotrebljava posluitelj. U tom je sluaju potrebno %sponovo uitati privilegije%s prije nastavljanja rada.'; +$strFlushQueryCache = 'Isprazni pohranu upita'; +$strFlushTable = 'Isprazni tablicu ("FLUSH")'; +$strFlushTables = 'Isprazni (zatvori) sve tablice'; +$strFontSize = 'Veliina fonta'; +$strFormat = 'Oblikovanje'; +$strFormEmpty = 'U obrascu nedostaje vrijednost!'; +$strFreePages = 'Slobodne stranice'; +$strFullText = 'Potpuni tekstovi'; $strFunction = 'Funkcija'; +$strFunctions = 'Funkcije'; -$strGenTime = 'Vrijeme podizanja'; +$strGenBy = 'Generirano s'; +$strGeneralRelationFeat = 'Ope osobine relacija'; +$strGenerate = 'Generiraj'; +$strGeneratePassword = 'Generiraj lozinku'; +$strGenTime = 'Vrijeme generiranja'; +$strGeorgian = 'Gruzijski'; +$strGerman = 'Njemaki'; +$strGlobal = 'ope'; +$strGlobalPrivileges = 'Ope privilegije'; +$strGlobalValue = 'Opa vrijednost'; $strGo = 'Kreni'; -$strGzip = '"gzip-ano"'; +$strGrantOption = 'Podarivanje'; +$strGreek = 'Grki'; +$strGzip = '"gzipano"'; -$strHasBeenAltered = 'je promijenjen.'; -$strHasBeenCreated = 'je kreiran/a.'; -$strHomepageOfficial = 'phpMyAdmin WEB site'; +$strHandler = 'Hvatita'; +$strHasBeenAltered = 'izmijenjeno je.'; +$strHasBeenCreated = 'izraeno je.'; +$strHaveToShow = 'Morate odabrati najmanje jedan stupac za prikazivanje'; +$strHebrew = 'Hebrejski'; +$strHexForBinary = 'Upotrijebi heksadecimalno za binarna polja'; +$strHomepageOfficial = 'Slubena stranica programa phpMyAdmin'; $strHome = 'Poetna stranica'; -$strHostEmpty = 'Ime domene je prazno!'; -$strHost = 'Host (domena)'; +$strHostEmpty = 'Naziv raunala je prazan!'; +$strHost = 'Raunalo'; +$strHTMLExcel = 'Microsoft Excel 2000'; +$strHTMLExcelOptions = 'Microsoft Excel 2000 opcije izvoza'; +$strHTMLWord = 'Microsoft Word 2000'; +$strHTMLWordOptions = 'Microsoft Excel 2000 opcije izvoza'; +$strHungarian = 'Maarski'; +$strIcelandic = 'Islandski'; +$strId = 'ID'; $strIdxFulltext = 'Puni tekst'; +$strIgnoreDuplicates = 'Ignoriraj istovjetne redove'; $strIgnore = 'Ignoriraj'; -$strIndexes = 'Kljuevi'; -$strIndexHasBeenDropped = 'Klju %s je izbrisan'; -$strIndex = 'Klju'; -$strIndexName = 'Ime kljua :'; -$strIndexType = 'Vrsta kljua :'; -$strInsertAsNewRow = 'Unesi kao novi redak'; -$strInsertedRows = 'Uneseni reci:'; -$strInsert = 'Novi redak'; -$strInUse = 'se koristi'; +$strIgnoreInserts = 'Upotrijebi ignoriranje umetaka'; +$strIgnoringFile = 'Ignoriranje datoteke %s'; +$strImportDocSQL = 'Uvezi docSQL datoteke'; +$strImportFiles = 'Uvezi datoteke'; +$strImportFormat = 'Oblikovanje uvezene datoteke'; +$strImportSuccessfullyFinished = 'Uvoz je uspjeno dovren. Izvreno upita: %d .'; +$strImport = 'Uvoz'; +$strIndexes = 'Indeksi'; +$strIndexHasBeenDropped = 'Index %s je odbaen'; +$strIndex = 'Indeks'; +$strIndexName = 'Naziv indeksa:'; +$strIndexType = 'Vrsta indeksa:'; +$strIndexWarningMultiple = 'Izraeno je vie od jednog kljua %s za stupac `%s`'; +$strIndexWarningPrimary = 'Kljuevi PRIMARY i INDEX ne bi smjeli istovremeno biti zadani za stupac `%s`'; +$strIndexWarningTable = 'Problemi s indeksima tablice `%s`'; +$strIndexWarningUnique = 'Kljuevi UNIQUE i INDEX ne bi smjeli istovremeno biti zadani za stupac `%s`'; +$strInnoDBAutoextendIncrementDesc = ' Veliina koraka za proirivanje veliine automatski proirujueg prostora tablice u sluaju njezinog ispunjavanja.'; +$strInnoDBAutoextendIncrement = 'Korak autoproirenja'; +$strInnoDBBufferPoolSizeDesc = 'Veliina memorijskog meuspremnika koju InnoDB upotrebljava za privremenu pohranu podataka i indeksa svojih tablica.'; +$strInnoDBBufferPoolSize = 'Veliina meuspremnika'; +$strInnoDBDataFilePath = 'Podatkovne datoteke'; +$strInnoDBDataHomeDirDesc = 'Uobiajeni dio putanje mapa za sve InnoDB podatkovne datoteke.'; +$strInnoDBDataHomeDir = 'Osnovna mapa podataka'; +$strInnoDBPages = 'stranice'; +$strInnodbStat = 'InnoDB stanje'; +$strInsecureMySQL = 'Vaa konfiguracijska datoteka sadri postavke (root korisnik bez lozinke) koja odgovara zadanom privilegiranom nalogu MySQL-a. Va MySQL posluitelj pokrenut je sa zadanim postavkama i kao takav otvoren je upadima. Potrebno je ispraviti ovaj sigurnosni nedostatak.'; +$strInsertAsNewRow = 'Umetni kao novi redak'; +$strInsertedRowId = 'ID umetnutog retka:'; +$strInsertedRows = 'Umetnuti redovi:'; +$strInsert = 'Umetni'; +$strInternalNotNecessary = '* Interna relacija nije potrebna ako takoer postoji unutar InnoDB.'; +$strInternalRelations = 'Interne relacije'; +$strInUse = 'u upotrebi'; +$strInvalidAuthMethod = 'Neispravan komplet naina provjere vjerodostojnosti u konfiguraciji:'; +$strInvalidColumnCount = 'Broj stupaca mora biti vei od nule.'; +$strInvalidColumn = 'Odreen je neispravan stupac (%s) !'; +$strInvalidCSVFieldCount = 'Neispravan broj polja u CSV unosu unutar retka %d.'; +$strInvalidCSVFormat = 'Neispravno oblikovanje u CSV unosu unutar retka %d.'; +$strInvalidCSVParameter = 'Neispravan parametar za CSV uvoz: %s'; +$strInvalidDatabase = 'Neispravna baza podataka'; +$strInvalidFieldAddCount = 'Morate dodati najmanje jedno polje.'; +$strInvalidFieldCount = 'Tablica mora sadravati najmanje jedno polje.'; +$strInvalidLDIImport = 'Ovaj dodatak ne podrava uvoz komprimiranih datoteka!'; +$strInvalidRowNumber = '%d nije valjani broj retka.'; +$strInvalidServerHostname = 'Neispravan naziv za posluitelj %1$s. Molimo, pregledajte svoju konfiguraciju.'; +$strInvalidServerIndex = 'Neispravan indeks posluitelja: "%s"'; +$strInvalidTableName = 'Neispravan naziv tablice'; + +$strJapanese = 'Japanski'; +$strJoins = 'Spojevi'; +$strJumpToDB = 'Skoi do baze podataka "%s".'; +$strJustDeleteDescr = '"Izbrisani" e korisnici i dalje moi pristupati posluitelju sve dok se privilegije ne uitaju ponovo.'; +$strJustDelete = 'Samo izbrii korisnike iz tablice privilegija.'; $strKeepPass = 'Ne mijenjaj lozinku'; -$strKeyname = 'Ime Kljua'; -$strKill = 'Zaustavi'; +$strKeyCache = 'Pohrana kljueva'; +$strKeyname = 'Naziv kljua'; +$strKill = 'Eliminiraj'; +$strKorean = 'Korejski'; -$strLengthSet = 'Duina/Vrijednost*'; +$strLandscape = 'Poloeno'; +$strLanguageFileNotFound = 'Jezina datoteka "%1$s" nije pronaena.'; +$strLanguage = 'Jezik'; +$strLanguageUnknown = 'Nepoznati jezik: %1$s.'; +$strLatchedPages = 'Vezane stranice'; +$strLatexCaption = 'Naslov tablice'; +$strLatexContent = 'Sadraj tablice __TABLE__'; +$strLatexContinuedCaption = 'Nastavljeni naslov tablice'; +$strLatexContinued = '(nastavljeno)'; +$strLatexIncludeCaption = 'Ukljui naslov tablice'; +$strLatexLabel = 'Klju oznake'; +$strLaTeX = 'LaTeX'; +$strLaTeXOptions = 'LaTeX opcije'; +$strLatexStructure = 'Struktura tablice __TABLE__'; +$strLatvian = 'Latvijski'; +$strLDI = 'CSV upotrebom LOAD DATA'; +$strLDIImportOptions = 'Opcije za CSV uvoz upotrebom naredbe LOAD DATA'; +$strLDILocal = 'Upotrijebi lokalnu kljunu rije'; +$strLengthSet = 'Duljina/Vrijednosti'; $strLimitNumRows = 'Broj redaka po stranici'; -$strLinesTerminatedBy = 'Linije zavravaju na'; -$strLinksTo = 'Links to'; -$strLocalhost = 'Local'; +$strLinesTerminatedBy = 'Redovi zavreni s'; +$strLinkNotFound = 'Veza nije pronaena'; +$strLinksTo = 'Povezano s'; +$strLithuanian = 'Litavski'; +$strLocalhost = 'Lokalno'; $strLocationTextfile = 'Lokacija tekstualne datoteke'; +$strLoginInformation = '_Podaci prijave'; $strLogin = 'Prijava'; $strLogout = 'Odjava'; $strLogPassword = 'Lozinka:'; +$strLogServer = 'Posluitelj'; $strLogUsername = 'Korisniko ime:'; +$strLongOperation = 'Ovaj postupak moe potrajati dulje vrijeme. Ipak nastaviti?'; +$strMaxConnects = 'najv. uzastopnih veza'; +$strMaximalQueryLength = 'Najvea duljina izraenog upita'; +$strMaximumSize = 'Najv: %s%s'; +$strMbExtensionMissing = 'PHP proirenje mbstring nije pronaeno i izgleda da upotrebljavate multibyte tablicu znakova. Bez proirenja mbstring, phpMyAdmin nije u mogunosti pravilno razdjeljivati naredbe i moe doi do neoekivanih rezultata.'; +$strMbOverloadWarning = 'Omoguili ste funkciju mbstring.func_overload u vaoj PHP konfiguraciji. Ova opcija nije kompatibilna s programom phpMyAdmin i moe prouzrokovati oteivanje nekih podataka!'; +$strMIME_available_mime = 'Raspoloive MIME vrste'; +$strMIME_available_transform = 'Raspoloiva preoblikovanja'; +$strMIME_description = 'Opis'; +$strMIME_MIMEtype = 'MIME vrsta'; +$strMIME_nodescription = 'Za ovo preoblikovanje ne postoji raspoloiv opis.
        Molimo da od autora zatraite objanjenje rada %s .'; +$strMIME_transformation_note = 'Za popis raspoloivih opcija preoblikovanja i njihovih MIME vrsta oblikovanja, kliknite %sopcije preoblikovanja%s'; +$strMIME_transformation_options_note = 'Unesite vrijednosti za opcije preoblikovanja upotrebom ovog oblika: \'a\',\'b\',\'c\'...
        Ako je potrebno unijeti lijevu kosu crtu ("\") ili jednostruki navodnik ("\'") unutar ovih vrijednosti, ispred znaka stavite lijevu kosu crtu (na primjer: \'\\\\xyz\' ili \'a\\\'B\').'; +$strMIME_transformation_options = 'Opcije preoblikovanja'; +$strMIME_transformation = 'Pretvaranje preglednika'; +$strMIMETypesForTable = 'MIME VRSTE ZA TABLICU'; +$strMIME_without = 'MIME vrste ispisane kurzivom nemaju posebnu funkciju preoblikovanja'; $strModifications = 'Izmjene su spremljene'; -$strModifyIndexTopic = 'Promijeni klju'; -$strModify = 'Promijeni'; -$strMoveTableOK = 'Tablica %s se sada zove %s.'; -$strMoveTable = 'Preimenuj tablicu u (baza.tablica):'; -$strMySQLSaid = 'MySQL poruka: '; -$strMySQLShowProcess = 'Prikai listu procesa'; -$strMySQLShowStatus = 'Prikai MySQL runtime informacije'; +$strModifyIndexTopic = 'Uredi indeks'; +$strModify = 'Uredi'; +$strMoveTableOK = 'Tablica %s premjetena je u %s.'; +$strMoveTable = 'Premjesti tablicu u (bazapodataka.tablica):'; +$strMoveTableSameNames = 'Premjetanje u istu tablicu nije mogue!'; +$strMultilingual = 'viejezino'; +$strMyISAMDataPointerSizeDesc = 'Zadana veliina pokazatelja podataka u bajtovima, koju e upotrijebiti naredba CREATE TABLE za MyISAM tablice ako opcija MAX_ROWS nije odreena.'; +$strMyISAMDataPointerSize = 'Veliina pokazatelja podataka'; +$strMyISAMMaxExtraSortFileSizeDesc = 'Ako bi privremena datoteka za brzu izradu MyISAM indeksa mogla biti vea od pohrane kljueva, uz ovdje navedenu vrijednost, preferiraj nain pohrane kljueva.'; +$strMyISAMMaxExtraSortFileSize = 'Najvea veliina privremenih datoteka pri izradi indeksa'; +$strMyISAMMaxSortFileSizeDesc = 'Najvea veliina privremene datoteke koju MySQL smije upotrijebiti tijekom ponovne izrade MyISAM indeksa (tijekom izvoenja naredbi REPAIR TABLE, ALTER TABLE ili LOAD DATA INFILE).'; +$strMyISAMMaxSortFileSize = 'Najvea veliina datoteke za privremeno preslagivanje'; +$strMyISAMRecoverOptionsDesc = 'Nain rada za automatski povrat sruenih MyISAM tablica, na nain kojim je odreen putem opcije --myisam-recover.'; +$strMyISAMRecoverOptions = 'Rad s automatskim povratom'; +$strMyISAMRepairThreadsDesc = 'Ako je ova vrijednost vea od 1, MyISAM indeksi tablica izrauju se paralelno (svaki indeks unutar vlastite grane) tijekom popravka putem postupka preslagivanja.'; +$strMyISAMRepairThreads = 'Popravi grane'; +$strMyISAMSortBufferSizeDesc = 'Meuspremnik koji je predodreen za potrebe preslagivanja MyISAM indeksa tijekom naredbe REPAIR TABLE ili tijekom izrade indeksa naredbama CREATE INDEX ili ALTER TABLE.'; +$strMyISAMSortBufferSize = 'Veliina meuspremnika preslagivanja'; +$strMySQLCharset = 'MySQL tablica znakova'; +$strMysqlClientVersion = 'MySQL verzija klijenta'; +$strMySQLConnectionCollation = 'MySQL usporeivanje veza'; +$strMySQLSaid = 'MySQL je poruio: '; +$strMySQLShowProcess = 'Prikai procese'; +$strMySQLShowStatus = 'Prikai podatke MySQL pokretanja'; $strMySQLShowVars = 'Prikai MySQL sistemske varijable'; -$strName = 'Ime'; -$strNext = 'Sljedei'; -$strNoDatabases = 'Baza ne postoji'; -$strNoDropDatabases = '"DROP DATABASE" naredba je onemoguena.'; -$strNoFrames = 'phpMyAdmin preferira preglednike koji podravaju frame-ove.'; -$strNoIndex = 'Klju nije definiran!'; -$strNoIndexPartsDefined = 'Dijelovi kljua nisu definirani!'; -$strNoModification = 'Nema nikakvih promjena'; +$strName = 'Naziv'; +$strNext = 'Sljedee'; +$strNoActivity = 'Nije bilo nikakvih aktivnosti tijekom %s sekunda. Prijavite se ponovo.'; +$strNoDatabases = 'Nema baza podataka'; +$strNoDatabasesSelected = 'Nema odabrane baze podataka.'; +$strNoDataReceived = 'Nisu primljeni nikakvi podaci za uvoz. Ili nije dat naziv datoteke ili veliina datoteke prelazi najveu doputenu veliinu od strane vae PHP konfiguracije. Pogledajte PP 1.16.'; +$strNoDescription = 'bez opisa'; +$strNoDetailsForEngine = 'Za ovaj pogon pohranjivanje ne postoje raspoloivi podaci.'; +$strNoDropDatabases = '"DROP DATABASE" izjave su onemoguene.'; +$strNoExplain = 'Preskoi Objasni SQL'; +$strNoFilesFoundInZip = 'Datoteke nisu pronaene unutar ZIP arhive!'; +$strNoFrames = 'phpMyAdmin je jednostavniji za upotrebu s preglednikom koji podrava okvire.'; +$strNoIndex = 'Nema definiranog indeksa!'; +$strNoIndexPartsDefined = 'Nema definiranih dijelova indeksa!'; +$strNoModification = 'Bez izmjena'; $strNo = 'Ne'; -$strNone = 'Nita'; -$strNoPassword = 'Nema lozinke'; -$strNoPrivileges = 'Nema privilegija'; -$strNoRights = 'Nemate dovoljno prava za ovo podruje!'; -$strNoTablesFound = 'Tablica nije pronaena u bazi.'; -$strNotNumber = 'To nije broj!'; -$strNoUsersFound = 'Korisnik(ci) nije pronaen.'; +$strNone = 'bez kompresije'; +$strNoOptions = 'Ovaj oblik nema raspoloive opcije'; +$strNoPassword = 'Bez lozinke'; +$strNoPermission = 'Web posluitelj nema doputenja za spremanje datoteke %s.'; +$strNoPhp = 'Bez PHP koda'; +$strNoPrivileges = 'Bez privilegija'; +$strNoRights = 'Nemate dovoljno privilegija da boravite ovdje!'; +$strNoRowsSelected = 'Nema odabranih redova'; +$strNoSpace = 'Nema dovoljno prostora za spremanje datoteke %s.'; +$strNoTablesFound = 'U bazi podataka nisu pronaene tablice.'; +$strNoThemeSupport = 'Podrka za teme ne postoji. Provjerite vau konfiguraciju i/ili vae teme u mapi %s.'; +$strNotNumber = 'Ovo nije brojka!'; +$strNotOK = 'nije OK'; +$strNotSet = 'tablica %s nije pronaena ili nije zadana u %s'; +$strNoUsersFound = 'Korisnici nisu pronaeni.'; +$strNoValidateSQL = 'Preskoi provjeru valjanosti SQL-a'; $strNull = 'Null'; +$strNumberOfFields = 'Broj polja'; +$strNumSearchResultsInTable = '%s poklapanja unutar tablice %s'; +$strNumSearchResultsTotal = 'Ukupno: %s poklapanja'; +$strNumTables = 'Tablice'; +$strOK = 'U redu '; +$strOpenDocumentSpreadsheetOptions = 'Otvori opcije izraunske tablice dokumenta'; +$strOpenDocumentSpreadsheet = 'Otvori izraunsku tablicu dokumenta'; +$strOpenDocumentTextOptions = 'Otvori opcije teksta dokumenta'; +$strOpenDocumentText = 'Otvori tekst dokumenta'; +$strOpenNewWindow = 'Otvori novi phpMyAdmin prozor'; +$strOperations = 'Operacije'; +$strOperator = 'Operator'; $strOptimizeTable = 'Optimiziraj tablicu'; -$strOr = 'ili'; -$strOverhead = 'Prekoraenje'; +$strOr = 'Ili'; +$strOverhead = 'Prepunjenje'; +$strOverwriteExisting = 'Prepii postojee datoteke'; -$strPartialText = 'Dio teksta'; +$strPageNumber = 'Broj stranice:'; +$strPagesToBeFlushed = 'Stranice za pranjenje'; +$strPaperSize = 'Veliina papira'; +$strPartialImport = 'Djelomian uvoz'; +$strPartialText = 'Djelomini tekstovi'; +$strPasswordChanged = 'Lozinka za %s uspjeno je promijenjena.'; $strPasswordEmpty = 'Lozinka je prazna!'; +$strPasswordHashing = 'Izrada presjeka lozinke'; $strPassword = 'Lozinka'; -$strPasswordNotSame = 'Lozinka se ne podudara!'; -$strPHPVersion = 'verzija PHP-a'; +$strPasswordNotSame = 'Lozinke se ne podudaraju!'; +$strPdfDbSchema = 'Shema "%s" baza podataka - stranica %s'; +$strPdfInvalidTblName = 'Tablica "%s" ne postoji!'; +$strPdfNoTables = 'Nema tablica'; +$strPDFOptions = 'PDF opcije'; +$strPDF = 'PDF'; +$strPDFReportExplanation = '(Generira izvjetaj koji sadri podatke samo jedne tablice)'; +$strPDFReportTitle = 'Naslov izvjetaja'; +$strPerHour = 'po satu'; +$strPerMinute = 'po minuti'; +$strPerSecond = 'po sekundi'; +$strPersian = 'Perzijski'; +$strPhoneBook = 'telefonski imenik'; +$strPHP40203 = 'Upotrebljavate PHP 4.2.3 koji ima ozbiljne potekoe s nizovima od viestrukih bajtova (mbstring). Pogledajte PHP izvjetaj o nedostatku 19404. Ne preporuuje se upotreba ove verzije PHP-a uz program phpMyAdmin.'; +$strPhp = 'Izradi PHP kod'; +$strPHPVersion = 'PHP verzija'; $strPmaDocumentation = 'phpMyAdmin dokumentacija'; -$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] dio mora biti namjeten u konfiguracijskoj datoteci (config.inc.php)!'; -$strPos1 = 'Poetak'; -$strPrevious = 'Prethodna'; -$strPrimaryKeyHasBeenDropped = 'Primarni klju je izbrisan'; -$strPrimaryKeyName = 'Ime primarnog kljua mora biti... PRIMARY!'; -$strPrimaryKeyWarning = '("PRIMARY" mora biti ime i samo ime primarnog kljua!)'; +$strPmaUriError = 'Direktiva $cfg[\'PmaAbsoluteUri\'] MORA BITI postavljena u vaoj konfiguracijskoj datoteci!'; +$strPolish = 'Poljski'; +$strPortrait = 'Portret'; +$strPos1 = 'Na vrh stranice'; +$strPrevious = 'Prethodni'; +$strPrimaryKeyHasBeenDropped = 'Primarni klju je odbaen'; +$strPrimaryKeyName = 'Naziv primarnog kljua mora biti "PRIMARY"!'; +$strPrimaryKeyWarning = '("PRIMARY" mora biti naziv i samo naziv primarnog kljua!)'; $strPrimary = 'Primarni'; -$strPrintView = 'Saetak'; -$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; -$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; -$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; +$strPrint = 'Ispii'; +$strPrintViewFull = 'Prikaz ispisa (s potpunim tekstovima)'; +$strPrintView = 'Prikaz ispisa'; +$strPrivDescAllPrivileges = 'Obuhvaa sve privilegije osim GRANT (Podari).'; +$strPrivDescAlter = 'Doputa izmjenu strukture postojeih tablice.'; +$strPrivDescAlterRoutine = 'Doputa izmjenu i odbacivanje pohranjenih rutina.'; +$strPrivDescCreateDb = 'Doputa izradu novih baze podataka i tablice.'; +$strPrivDescCreateRoutine = 'Doputa izradu pohranjenih rutina.'; +$strPrivDescCreateTbl = 'Doputa izradu novih tablica.'; +$strPrivDescCreateTmpTable = 'Doputa izradu privremenih tablica.'; +$strPrivDescCreateUser = 'Doputa izradu, odbacivanje i preimenovanje korisnikih naloga.'; +$strPrivDescCreateView = 'Doputa izradu novih prikaza.'; +$strPrivDescDelete = 'Doputa brisanje podataka.'; +$strPrivDescDropDb = 'Doputa odbacivanje baza podataka i tablica.'; +$strPrivDescDropTbl = 'Doputa odbacivanje tablica.'; +$strPrivDescExecute5 = 'Doputa pokretanje pohranjenih rutina.'; +$strPrivDescExecute = 'Doputa izvravanje pohranjenih postupaka. Nema uinka u ovoj verziji MySQL-a.'; +$strPrivDescFile = 'Doputa uvoz i izvoz podataka iz datoteka.'; +$strPrivDescGrant = 'Doputa dodavanje korisnika i privilegija bez ponovnog uitavanja tablica.'; +$strPrivDescIndex = 'Doputa izradu i odbacivanje indeksa.'; +$strPrivDescInsert = 'Doputa umetanje i zamjenu podataka.'; +$strPrivDescLockTables = 'Doputa zakljuavanje tablica u trenutnoj grani.'; +$strPrivDescMaxConnections = 'Ograniava broj novih povezivanja koje korisnik moe otvoriti, po satu.'; +$strPrivDescMaxQuestions = 'Ograniava broj upita koje korisnik moe poslati posluitelju, po satu.'; +$strPrivDescMaxUpdates = 'Ograniava broj naredbi koje korisnik moe pokrenuti, a ija je namjena mijenjanje bilo koje tablice ili baze podataka, po satu.'; +$strPrivDescMaxUserConnections = 'Ograniava broj istovremenih povezivanja koje korisnik moe imati.'; +$strPrivDescProcess3 = 'Doputa eliminiranje postupaka drugih korisnika.'; +$strPrivDescProcess4 = 'Doputa pregledavanje cjelokupnih upita u popisu postupaka.'; +$strPrivDescReferences = 'Nema uinka u ovoj verziji MySQL-a.'; +$strPrivDescReload = 'Doputa ponovno uitavanje postavki posluitelja i pranjenje privremene pohrane posluitelja.'; +$strPrivDescReplClient = 'Doputa korisnik postavljanje upita o lokaciji potinjenih i gospodara.'; +$strPrivDescReplSlave = 'Potrebno za replikacijske potinjene.'; +$strPrivDescSelect = 'Doputa itanje podataka.'; +$strPrivDescShowDb = 'Daje pristup cjelokupnom popisu baza podataka.'; +$strPrivDescShowView = 'Doputa izvoenje upita SHOW CREATE VIEW.'; +$strPrivDescShutdown = 'Doputa gaenje posluitelja.'; +$strPrivDescSuper = 'Doputa povezivanje ak i kad je dostignut najvei broj veza. Potrebno za veinu administrativnih operacija poput postavljanja opih varijabli ili eliminiranje grana drugih korisnika.'; +$strPrivDescUpdate = 'Doputa mijenjanje podataka.'; +$strPrivDescUsage = 'Bez privilegija.'; $strPrivileges = 'Privilegije'; +$strPrivilegesReloaded = 'Privilegije su uspjeno uitane.'; +$strProcedures = 'Postupci'; +$strProcesses = 'Procesi'; +$strProcesslist = 'Popis procesa'; +$strProtocolVersion = 'Verzija protokola'; +$strPutColNames = 'Nazive polja stavi u prvi red'; $strQBEDel = 'Del'; $strQBEIns = 'Ins'; -$strQBE = 'Upit po primjeru'; -$strQueryOnDb = 'SQL upit na bazi %s:'; -$strQueryStatistics = 'Query statistics: Since its startup, %s queries have been sent to the server.'; +$strQBE = 'Upit'; +$strQueryCache = 'Pohrana upita'; +$strQueryFrame = 'Prozor za upite'; +$strQueryOnDb = 'SQL upit nad bazom podataka %s:'; +$strQueryResultsOperations = 'Operacije rezultata upita'; +$strQuerySQLHistory = 'SQL povijest'; +$strQueryStatistics = 'Statistike upita: Od pokretanja posluitelju je upueno %s upita.'; +$strQueryTime = 'Upit je trajao %01,4f sek'; +$strQueryType = 'Vrsta upita'; +$strQueryWindowLock = 'Ne prepisuj ovaj upit iz vanjskog prozora'; -$strRecords = 'Reci'; -$strReferentialIntegrity = 'Provjeri ispravnost veza:'; -$strRenameTableOK = 'Tablici %s promjenjeno ime u %s'; -$strRenameTable = 'Promijeni ime tablice u '; +$strReadRequests = 'Proitaj zahtjeve'; +$strReceived = 'Primljeno'; +$strRecords = 'Zapisi'; +$strReferentialIntegrity = 'Provjeri referencijalan integritet:'; +$strRefresh = 'Osvjei'; +$strRelationalSchema = 'Shema relacija'; +$strRelationNotWorking = 'Dodatne osobine za rad s povezanim tablicama su iskljuene. Da biste saznali zato kliknite %sovdje%s.'; +$strRelationsForTable = 'RELACIJE TABLICE'; +$strRelations = 'Relacije'; +$strRelationView = 'Prikaz relacija'; +$strReloadingThePrivileges = 'Ponovno uitavanje privilegija'; +$strReloadPrivileges = 'Ponovno uitaj privilegije'; +$strRemoveSelectedUsers = 'Ukloni odabrane korisnike'; +$strRenameDatabaseOK = 'Baza podataka %s preimenovana je u %s'; +$strRenameTableOK = 'Tablica %s preimenovana je u %s'; +$strRenameTable = 'Preimenuj tablicu u'; $strRepairTable = 'Popravi tablicu'; -$strReplaceTable = 'Zamijeni podatke u tablici sa datotekom'; -$strReset = 'Resetiraj'; -$strReType = 'Ponovite unos'; +$strReplaceNULLBy = 'NULL zamijeni s'; +$strReplaceTable = 'Podatke tablice zamijeni datotekom'; +$strReplication = 'Replikacija'; +$strReset = 'Povrat'; +$strResourceLimits = 'Ogranienja resursa'; +$strReType = 'Ponovite'; +$strRevokeAndDeleteDescr = 'Korisnici e i dalje imati privilegiju USAGE (Upotreba) sve dok se privilegije ponovno ne uitaju.'; +$strRevokeAndDelete = 'Opozovi sve aktivne privilegije korisnika i potom ih izbrii.'; $strRevokeMessage = 'Opozvali ste privilegije za %s'; $strRevoke = 'Opozovi'; -$strRowLength = 'Duina retka'; -$strRowsFrom = ' redaka poevi od retka'; +$strRomanian = 'Rumunjski'; +$strRowLength = 'Duljina retka'; +$strRowsFrom = 'redovi koji zapoinju zapisom #'; $strRowSize = ' Veliina retka '; -$strRowsModeHorizontal = 'horizontalnom'; -$strRowsModeOptions = 'u %s nainu i ispii zaglavlje poslije svakog %s retka'; -$strRowsModeVertical = 'vertikalnom'; +$strRowsModeFlippedHorizontal = 'vodoravno (okrenuta zaglavlja)'; +$strRowsModeHorizontal = 'vodoravno'; +$strRowsModeOptions = 'u nainu %s i ponavljaj zaglavlja nakon %s elija'; +$strRowsModeVertical = 'uspravno'; $strRows = 'Redaka'; -$strRowsStatistic = 'Statistika redaka'; -$strRunning = 'pokrenuto na %s'; -$strRunQuery = 'Izvri SQL upit'; -$strRunSQLQuery = 'Izvri SQL upit(e) na bazi '; +$strRowsStatistic = 'Statistike redova'; +$strRunning = 'Izvrava se pri %s'; +$strRunQuery = 'Podnesi upit'; +$strRunSQLQueryOnServer = 'Pokreni SQL upit na posluitelju %s'; +$strRunSQLQuery = 'Pokreni SQL upit na bazi podataka %s'; +$strRussian = 'Ruski'; +$strSaveOnServer = 'Spremi na posluitelju u mapi %s'; $strSave = 'Spremi'; -$strSelectADb = 'Izaberite bazu'; -$strSelectAll = 'Oznai sve'; -$strSelectFields = 'Izaberite polja (najmanje jedno)'; -$strSelectNumRows = 'u upitu'; -$strSend = 'Spremi u datoteku'; -$strServerChoice = 'Izbor servera'; -$strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.'; -$strServerVersion = 'Verzija servera'; -$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...
        Ako vam zatreba backslash ("\") ili jednostruki navodnik ("\'") navedite ih koristei backslash (npr. \'\\\\xyz\' ili \'a\\\'b\').'; +$strScaleFactorSmall = 'Vrijednost omjera suvie je malen da bi shema stala na jednu stranicu'; +$strSearchFormTitle = 'Trai u bazi podataka'; +$strSearchInTables = 'Unutar tablica:'; +$strSearchNeedle = 'Rijei ili vrijednost za pretraivanje (doker: "%"):'; +$strSearchOption1 = 'najmanje jedna rije'; +$strSearchOption2 = 'sve rijei'; +$strSearchOption3 = 'toan izraz'; +$strSearchOption4 = 'kao regularan izraz'; +$strSearchResultsFor = 'Rezultati pretraivanja za "%s" %s:'; +$strSearch = 'Trai'; +$strSearchType = 'Trai:'; +$strSecretRequired = 'Konfiguracijska datoteka potrauje tajnu lozinku (blowfish_secret).'; +$strSelectADb = 'Odaberite bazu podataka'; +$strSelectAll = 'Odaberi sve'; +$strSelectBinaryLog = 'Odaberite binarni zapisnik za prikaz'; +$strSelectFields = 'Odaberite polja (najmanje jedno):'; +$strSelectNumRows = 'unutar upita'; +$strSelectTables = 'Odaberite tablice'; +$strSend = 'Spremi kao datoteku'; +$strSent = 'Poslano'; +$strServerChoice = 'Odabir posluitelja'; +$strServerNotResponding = 'Posluitelj ne odgovara'; +$strServer = 'Posluitelj'; +$strServers = 'Posluitelji'; +$strServerStatusDelayedInserts = 'Odgoena umetanja'; +$strServerStatus = 'Podaci o razini izvravanja'; +$strServerStatusUptime = 'Ovaj MySQL posluitelj radi tijekom %s. Pokrenut je %s.'; +$strServerTabVariables = 'Varijable'; +$strServerTrafficNotes = 'Promet posluitelja: Ove tablice prikazuju statistike mrenog prometa na ovom MySQL posluitelju od trenutka njegovog pokretanja.'; +$strServerVars = 'Varijable i postavke posluitelja'; +$strServerVersion = 'Verzija posluitelja'; +$strSessionValue = 'Vrijednost sesije'; +$strSetEnumVal = 'Ako je vrata polja "enum" ili "set", unesite vrijednosti u sljedeem obliku: \'a\',\'B\',\'c\'...
        Ako je potrebno unijeti lijevu kosu crtu ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowAll = 'Prikai sve'; -$strShowingRecords = 'Prikaz redaka'; -$strShowPHPInfo = 'Prikai informacije o PHP-u'; +$strShowColor = 'Prikai boju'; +$strShowDatadictAs = 'Oblikovanje rjenika podataka'; +$strShowFullQueries = 'Prikai pune upite'; +$strShowGrid = 'Prikai mreu'; +$strShowingBookmark = 'Prikazivanje oznake'; +$strShowingRecords = 'Prikazivanje redaka'; +$strShowOpenTables = 'Prikai otvorene tablice'; +$strShowPHPInfo = 'Prikai PHP podatke'; $strShow = 'Prikai'; +$strShowSlaveHosts = 'Prikai potinjena raunala'; +$strShowSlaveStatus = 'Prikai stanje potinjenog'; +$strShowStatusBinlog_cache_disk_useDescr = 'Broj transakcija koje su upotrebljavale privremeni binarni zapisnik pohrane, ali su nadmaile vrijednost binlog_cache_size i upotrijebile privremenu datoteku za pohranjivanje izjava transakcija.'; +$strShowStatusBinlog_cache_useDescr = 'Broj transakcija koje su upotrebljavale privremeni binarni zapisnik pohrane.'; +$strShowStatusCreated_tmp_disk_tablesDescr = 'Broj privremenih tablica koje posluitelj automatski izrauje na disku tijekom izvravanja izjava. Ako je stavka Created_tmp_disk_tables velika, moglo bi biti potrebno da poveate vrijednost tmp_table_size, da biste privremene tablice smjestili u radnu memoriju, a ne na tvrdi disk.'; +$strShowStatusCreated_tmp_filesDescr = 'Koliko je privremenih tablica izradio mysqld.'; +$strShowStatusCreated_tmp_tablesDescr = 'Broj privremenih tablica u memoriji koje je posluitelj automatski izradio tijekom izvravanja izjava.'; +$strShowStatusDelayed_errorsDescr = 'Broj redaka upisanih pomou naredbe INSERT DELAYED, a kod kojih je dolo do neke vrste pogreke (vjerojatan razlog je udvojen klju).'; +$strShowStatusDelayed_insert_threadsDescr = 'Broj hvatite grana INSERT DELAYED u upotrebi. Svaka druga tablica na koju se primjeni INSERT DELAYED dobiva vlastitu granu.'; +$strShowStatusDelayed_writesDescr = 'Broj redaka zapisanih pomou INSERT DELAYED.'; +$strShowStatusFlush_commandsDescr = 'Broj izvrenih izjava FLUSH.'; +$strShowStatusHandler_commitDescr = 'Broj internih izjava COMMIT.'; +$strShowStatusHandler_deleteDescr = 'Brojka koja prokazuje koliko puta je redak bio izbrisan iz tablice.'; +$strShowStatusHandler_discoverDescr = 'MySQL posluitelj moe upitati pogon pohranjivanja NDB skupine, zna li za tablicu s traenim nazivom. Ovaj se postupak naziva otkrivanje. Handler_discover naznauje koliko je puta tablica bila otkrivenom.'; +$strShowStatusHandler_read_firstDescr = 'Brojka koja prokazuje koliko puta je prvi unos bio itan iz indeksa. Velik broj je pokazatelj da posluitelj izvodi mnogo potpunih pretraivanja indeksa, npr. SELECT col1 FROM foo, pri emu je col1 indeksiran.'; +$strShowStatusHandler_read_keyDescr = 'Broj zahtjeva za itanje retka zasnovan na kljuu. Velik broj je pokazatelj da su vai upiti i tablice pravilno indeksirani.'; +$strShowStatusHandler_read_nextDescr = 'Broj zahtjeva za itanje sljedeeg retka u redoslijedu kljua. Ovaj se broj poveava ako izvodite upite stupca indeksa s ogranienjem opsega ili ako izvodite pretraivanje indeksa.'; +$strShowStatusHandler_read_prevDescr = 'Broj zahtjeva za itanje prethodnog retka u redoslijedu kljua. Ovaj nain itanja uglavnom se upotrebljava za optimiziranje opcije ORDER BY ... DESC.'; +$strShowStatusHandler_read_rndDescr = 'Broj zahtjeva za itanje retka zasnovanog na fiksnom poloaju. Ovaj iznos je velik ako izvodite mnogo upita koji zahtjevaju preslagivanje rezultata. Vjerojatno imate mnogo upita koji zahtijevaju da MySQL pretrauje cjelokupne tablice ili imate spojeve koji ne upotrebljavaju klju na pravilan nain.'; +$strShowStatusHandler_read_rnd_nextDescr = 'Broj zahtjeva za itanje sljedeeg retka u datoteci s podacima. Ovaj broj je velik ako izvodite mnogo pretraivanja tablice. Openito, ovaj iznos naznauje da vaa tablice nisu pravilno indeksirane ili da vai upiti nisu napisani na nain koji iskoritava prednosti raspoloivih indeksa.'; +$strShowStatusHandler_rollbackDescr = 'Broj internih izjava ROLLBACK.'; +$strShowStatusHandler_updateDescr = 'Broj zahtjeva za auriranje retka u tablici.'; +$strShowStatusHandler_writeDescr = 'Broj zahtjeva za umetanje retka u tablici.'; +$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Broj stranice koje sadre podatke (dirty ili clean).'; +$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Broj stranica koje su trenutno \'dirty\'.'; +$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Broj stranica meuspremnika za koje je podnesen zahtjev za pranjenjem.'; +$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Broj slobodnih stranica.'; +$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Broj vezanih stranica u InnoDB meuspremniku. Ove se stranice trenutno itaju ili zapisuju, ili ih nije mogue isprazniti ili ukloniti iz nekog drugog razloga.'; +$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Broj stranica koje su zauzete jer su dodijeljene za administrativna prepunjenja, poput zakljuavanja redaka ili adaptivni indeks presjeka. Ovu je vrijednost mogue izraunati i kao Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; +$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Ukupna veliina meuspremnika, u stranicama.'; +$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Broj "nasuminih" pripremnih itanja koje je InnoDB inicijalizirao. Dogaa se kad upit mora pretraiti veliki dio tablice, ali nasuminim redoslijedom.'; +$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Broj slijednih pripremnih itanja koje je inicijalizirao InnoDB. Ovo se dogaa kad InnoDB izvodi potpuno pretraivanje tablice.'; +$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Broj logikih zahtjeva za itanjem koje je obavio InnoDB.'; +$strShowStatusInnodb_buffer_pool_readsDescr = 'Broj logikih itanja koje InnoDB nije mogao zadovoljiti iz meuspremnik i morao je izvesti itanje po jedne stranice.'; +$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Uobiajeno, zapisivanja u InnoDB meuspremnik izvode se u pozadini. Ipak, ako je potrebno iitati ili izraditi stranicu, a nema raspoloive prazne stranice, bit e potrebno priekati pranjenje stranice. Ovaj broja prikazuje stanje ovog ekanja. Ako je veliina meuspremnika pravilno postavljena, ova bi vrijednost trebala biti malenom.'; +$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Broj izvrenih zapisivanja u InnoDB meuspremnik.'; +$strShowStatusInnodb_data_fsyncsDescr = 'Broj dosadanjih fsync() operacija.'; +$strShowStatusInnodb_data_pending_fsyncsDescr = 'Trenutan broj fsync() operacija u ekanju.'; +$strShowStatusInnodb_data_pending_readsDescr = 'Trenutan broj itanja u ekanju.'; +$strShowStatusInnodb_data_pending_writesDescr = 'Trenutan broj zapisivanja u ekanju.'; +$strShowStatusInnodb_data_readDescr = 'Koliina podataka proitanih do ovog trenutka, u bajtovima.'; +$strShowStatusInnodb_data_readsDescr = 'Ukupan broj iitavanja podataka.'; +$strShowStatusInnodb_data_writesDescr = 'Ukupan broj zapisivanja podataka.'; +$strShowStatusInnodb_data_writtenDescr = 'Koliina podataka zapisanih do ovog trenutka, u bajtovima.'; +$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Broj dvostrukih zapisivanja do ovog trenutka i broj stranica zapisanih za ovu potrebu.'; +$strShowStatusInnodb_dblwr_writesDescr = 'Broj dvostrukih zapisivanja do ovog trenutka i broj stranica zapisanih za ovu potrebu.'; +$strShowStatusInnodb_log_waitsDescr = 'Broj ekanja koja su se dogodila zbog nedovoljno velikog zapisnika meuspremnika, te je bilo potrebno ekati njegovo pranjenje prije nastavka rada.'; +$strShowStatusInnodb_log_write_requestsDescr = 'Broj zahtjeva za zapisivanje u zapisnik.'; +$strShowStatusInnodb_log_writesDescr = 'Broj fizikih zapisivanja u zapisnik.'; +$strShowStatusInnodb_os_log_fsyncsDescr = 'Broj fsyncs zapisivanja izvrenih u datoteci zapisnika.'; +$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Broj naredbi fsyncs za zapisnik, a koje su na ekanju.'; +$strShowStatusInnodb_os_log_pending_writesDescr = 'Zapisivanja u zapisnik na ekanju.'; +$strShowStatusInnodb_os_log_writtenDescr = 'Broj bajtova zapisanih u zapisnik.'; +$strShowStatusInnodb_pages_createdDescr = 'Broj izraenih stranica.'; +$strShowStatusInnodb_page_sizeDescr = 'Izraena veliina InnoDB stranice (zadana vrijednost je 16kB). Mnoge se vrijednosti prebrojavaju u stranicama. Veliina stranice doputa njihovo jednostavno pretvaranje u bajtove.'; +$strShowStatusInnodb_pages_readDescr = 'Broj iitanih stranica.'; +$strShowStatusInnodb_pages_writtenDescr = 'Broj zapisanih stranica.'; +$strShowStatusInnodb_row_lock_current_waitsDescr = 'Broj zakljuavanja redaka na koje se trenutno eka.'; +$strShowStatusInnodb_row_lock_time_avgDescr = 'Prosjeno vrijeme postizanja zakljuanosti retka, u milisekundama.'; +$strShowStatusInnodb_row_lock_timeDescr = 'Ukupno vrijeme utroeno na postizanja zakljuanosti retka, u milisekundama.'; +$strShowStatusInnodb_row_lock_time_maxDescr = 'Najdulje vrijeme postizanja zakljuanosti retka, u milisekundama.'; +$strShowStatusInnodb_row_lock_waitsDescr = 'Broj okolnosti kad je bilo potrebno ekati na zakljuanost retka.'; +$strShowStatusInnodb_rows_deletedDescr = 'Broj redaka izbrisanih iz InnoDB tablica.'; +$strShowStatusInnodb_rows_insertedDescr = 'Broj redaka umetnutih u InnoDB tablice.'; +$strShowStatusInnodb_rows_readDescr = 'Broj redaka iitanih iz InnoDB tablica.'; +$strShowStatusInnodb_rows_updatedDescr = 'Broj auriranih redaka u InnoDB tablicama.'; +$strShowStatusKey_blocks_not_flushedDescr = 'Broj kljunih blokova u pohrani kljueva koji su izmijenjeni ali jo nisu ispranjeni na disk. Neko se nazivalo: Not_flushed_key_blocks.'; +$strShowStatusKey_blocks_unusedDescr = 'Broj neiskoritenih blokova u pohrani kljueva. Ovu vrijednost moete upotrijebiti za odreivanje veliine pohrane kljueva koja je u upotrebi.'; +$strShowStatusKey_blocks_usedDescr = 'Broj iskoritenih blokova u pohrani kljueva. Ova je vrijednost oznaka gornje razine koja oznauje najvei broj blokova koji su ikad bili u istovremenoj upotrebi.'; +$strShowStatusKey_read_requestsDescr = 'Broj zahtjeva za itanje kljunog bloka iz pohrane.'; +$strShowStatusKey_readsDescr = 'Broj fizikih itanja kljunih blokova s diska. Ako je iznos Key_reads velik, vjerojatno je vaa vrijednost key_buffer_size premala. Stupanj promaivanja pohrane mogue je izraunati putem naredbi Key_reads/Key_read_requests.'; +$strShowStatusKey_write_requestsDescr = 'Broj zahtjeva za zapisivanje kljunog bloka u pohranu.'; +$strShowStatusKey_writesDescr = 'Broj fizikih zapisivanja kljunih blokova na disk. '; +$strShowStatusLast_query_costDescr = 'Ukupan troak posljednjeg sloenog upita, izraunat od strane optimizatora upita. Korisno za usporeivanje trokova razliitih planova upita za isti upit. Zadana vrijednost je 0 i podrazumijeva da jo nema sloenog upita.'; +$strShowStatusNot_flushed_delayed_rowsDescr = 'Broj redaka koji ekaju svoje upisivanje u red ekanja INSERT DELAY.'; +$strShowStatusOpened_tablesDescr = 'Broj tablica koje su otvorene. Ako je iznos otvorenih tablica velik, vaa vrijednost za pohranu tablica vjerojatno je premala.'; +$strShowStatusOpen_filesDescr = 'Broj otvorenih datoteka.'; +$strShowStatusOpen_streamsDescr = 'Broj otvorenih protoka (uglavnom se upotrebljava za voenje zapisnika).'; +$strShowStatusOpen_tablesDescr = 'Broj otvorenih tablica.'; +$strShowStatusQcache_free_blocksDescr = 'Broj slobodnih memorijskih blokova u pohrani upita.'; +$strShowStatusQcache_free_memoryDescr = 'Koliina slobodne memorije za pohranu upita.'; +$strShowStatusQcache_hitsDescr = 'Broj pronalaenja u pohrani.'; +$strShowStatusQcache_insertsDescr = 'Broj upita pridodanih u pohranu.'; +$strShowStatusQcache_lowmem_prunesDescr = 'Broj upita koji su uklonjeni iz pohrane radi oslobaanja memorije za potrebe pohranjivanja novih upita. Ovaj vam podatak moe pomoi pri podeavanju veliine pohrane upita. Pohrana upita upotrebljava strategiju posljednjeg nedavno upotrebljavanog (LRU - least recently used) radi odluivanja koje e upite ukloniti iz pohrane.'; +$strShowStatusQcache_not_cachedDescr = 'Broj upita koji nisu pohranjeni (nisu za pohranu ili nisu pohranjeni zbog postavke query_cache_type).'; +$strShowStatusQcache_queries_in_cacheDescr = 'Broj upita registriranih u pohrani.'; +$strShowStatusQcache_total_blocksDescr = 'Ukupan broj blokova u pohrani upita.'; +$strShowStatusReset = 'Povrat'; +$strShowStatusRpl_statusDescr = 'Stanje replikacije sigurnosti protiv otkaza (jo nije implementirano).'; +$strShowStatusSelect_full_joinDescr = 'Broj spojeva koji ne upotrebljavaju indekse. Ako ovaj iznos nije 0, bit e potrebno da paljivo provjerite indekse vaih tablica.'; +$strShowStatusSelect_full_range_joinDescr = 'Broj spojeva koji nad referentnom tablicom upotrebljavaju opseg traenja.'; +$strShowStatusSelect_range_checkDescr = 'Broj spojeva bez kljueva koji provjeravaju upotrebu kljua nakon svakog retka. (Ako ovaj iznos nije 0, bit e potrebno da paljivo provjerite indekse vaih tablica.'; +$strShowStatusSelect_rangeDescr = 'Broj spojeva koji su upotrijebili opsege nad prvom tablicom. (Openito nije kritino ako je ovaj iznos velik.)'; +$strShowStatusSelect_scanDescr = 'Broj spojeva koji su izveli potpuno pretraivanje prve tablice.'; +$strShowStatusSlave_open_temp_tablesDescr = 'Broj privremenih tablica koje su trenutno otvorene od strane potinjene SQL grane.'; +$strShowStatusSlave_retried_transactionsDescr = 'Ukupna koliina (od pokretanja) ponovnih pokuaja transakcija od strane replikacijske potinjene SQL grane.'; +$strShowStatusSlave_runningDescr = 'Ukljueno (ON) ako je ovaj posluitelj potinjen i povezan na gospodara.'; +$strShowStatusSlow_launch_threadsDescr = 'Broj grana kojima je bilo potrebno vie vremena za izradu, nego to je to definirano u slow_launch_time (sporo vrijeme pokretanja), u sekundama.'; +$strShowStatusSlow_queriesDescr = 'Broj upita kojima je bilo potrebno vie vremena nego to je to definirano u long_query_time (dugo vrijeme upita), u sekundama.'; +$strShowStatusSort_merge_passesDescr = 'Broj prolaza udruivanja koje je algoritam za preslagivanje morao izvesti. Ako je ovaj iznos velik, razmotrite mogunost poveanja vrijednosti sistemske varijable sort_buffer_size.'; +$strShowStatusSort_rangeDescr = 'Broj preslagivanja uinjenih pomou opsega.'; +$strShowStatusSort_rowsDescr = 'Broj presloenih redaka.'; +$strShowStatusSort_scanDescr = 'Broj preslagivanja uinjenih pomou pretraivanja tablice.'; +$strShowStatusTable_locks_immediateDescr = 'Koliina trenutno postignutih zakljuavanja tablica.'; +$strShowStatusTable_locks_waitedDescr = 'Koliina zakljuavanja tablica koji nisu mogli biti trenutno postignuti i bilo je potrebno odreeno ekanje. Ako je ovaj iznos visok i ako imate problema s performansama, bit e potrebno da prvo optimizirate svoje upite i potom ili podijelite svoje tablice ili upotrijebite replikaciju.'; +$strShowStatusThreads_cachedDescr = 'Broj grana u pohrani grana. Stupanj pogodaka u pohrani moe se izraunati kao Threads_created/Connections. Ako je ovaj iznos prikazan crvenom bojom, bit e potrebno da poveate svoju vrijednost thread_cache_size.'; +$strShowStatusThreads_connectedDescr = 'Broj trenutno otvorenih veza.'; +$strShowStatusThreads_createdDescr = 'Broj grana izraenih za rukovanje vezama. Ako je iznos Threads_created velik, moglo bi biti potrebno da poveate vrijednost thread_cache_size. (Uobiajeno, ako imate dobru implementaciju grana, ova opcija nee pruiti primjetna poboljanja performansi.)'; +$strShowStatusThreads_runningDescr = 'Broj grana koje nisu uspavane.'; +$strShowTableDimension = 'Prikai dimenzije tablice'; $strShowTables = 'Prikai tablice'; -$strShowThisQuery = ' Prikai ovaj upit ponovo '; -$strSingly = '(po jednom polju)'; +$strShowThisQuery = 'Ovaj upit ponovno prikai ovdje'; +$strSimplifiedChinese = 'Kineski, pojednostavljen'; +$strSingly = '(pojedinano)'; $strSize = 'Veliina'; -$strSort = 'Sortiranje'; -$strSpaceUsage = 'Zauzee'; -$strSQLQuery = 'SQL-upit'; -$strStatement = 'Ime'; -$strStrucCSV = 'CSV format'; -$strStrucData = 'Struktura i podaci'; +$strSkipQueries = 'Broj zapisa (upita) koje je potrebno preskoiti od poetka'; +$strSlovak = 'Slovaki'; +$strSlovenian = 'Slovenski'; +$strSocketProblem = '(ili prikljuak lokalnog MySQL posluitelja nije ispravno konfiguriran)'; +$strSortByKey = 'Presloi po kljuu'; +$strSorting = 'Preslagivanje'; +$strSort = 'Presloi'; +$strSpaceUsage = 'Iskoritenost prostora'; +$strSpanish = 'panjolski'; +$strSplitWordsWithSpace = 'Rijei su razdvojene znakom razmaka (" ").'; +$strSQLCompatibility = 'Nain rada SQL kompatibilnosti'; +$strSQLExportType = 'Vrsta izvoza'; +$strSQLImportOptions = 'SQL opcije'; +$strSQLOptions = 'SQL opcije'; +$strSQLParserBugMessage = 'Postoji mogunost da ste pronali nedostatak u SQL ralanjivau. Temeljito prouite va upit i provjerite ispravan unos navodnika. Jedan od moguih razloga je i da ste uitali datoteku s binarnim vrijednosti izvan prostora s navodnicima. Va upit takoer moete provjeriti u naredbenom retku MySQL-a. Ispis pogreke MySQL posluitelja moe vam pomoi u dijagnosticiranju problema. Ako i dalje postoje problemi ili ako ralanjiva ne uspijeva u zadacima koji uspijevaju u naredbenom retku, suzite svoj unos SQL upita na samo onaj upit koji izaziva probleme i podnesite prijavu o nedostatku zajedno s dijelom podatka u donjem odjeljku CUT:'; +$strSQLParserUserError = 'Izgleda da postoji pogreka u vaem SQL upitu. Ispis pogreke MySQL posluitelja moe vam pomoi u dijagnosticiranju problema.'; +$strSQLQuery = 'SQL upit'; +$strSQLResult = 'SQL rezultat'; +$strSQL = 'SQL'; +$strSQPBugInvalidIdentifer = 'Neispravna ID oznaka'; +$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren'; +$strSQPBugUnknownPunctuation = 'Nepoznat niz interpunkcija'; +$strStatCheckTime = 'Posljednja provjera'; +$strStatCreateTime = 'Izrada'; +$strStatement = 'Izjave'; +$strStatisticsOverrun = 'Na zaposlenom posluitelju broja bajtova mogao bi preletjeti svoj raspon prikaza, pri emu bi statistike koje prikazuje MySQL posluitelj mogle biti netone.'; +$strStatUpdateTime = 'Posljednje auriranje'; +$strStatus = 'Stanje'; +$strStorageEngine = 'Pogon pohrane'; +$strStorageEngines = 'Pogoni pohrane'; +$strStrucCSV = 'CSV'; +$strStrucData = 'Strukturu i podatke'; $strStrucExcelCSV = 'CSV za MS Excel'; -$strStrucOnly = 'Samo struktura'; -$strSubmit = 'Pokreni'; -$strSuccess = 'Va SQL upit je uspjeno izvren'; -$strSum = 'Ukupno'; +$strStrucNativeExcel = 'Izvorno MS Excel oblikovanje'; +$strStrucNativeExcelOptions = 'Opcije izvornog Excel izvoza'; +$strStrucOnly = 'Samo strukturu'; +$strStructPropose = 'Predloi strukturu tablice'; +$strStructure = 'Strukturu'; +$strSubmit = 'Podnesi'; +$strSuccess = 'Va SQL upit uspjeno je izvren'; +$strSum = 'Zbroj'; +$strSwedish = 'vedski'; +$strSwitchToDatabase = 'Prebaci se na kopiranu bazu podataka'; +$strSwitchToTable = 'Prebaci se na kopiranu tablicu'; -$strTableComments = 'Komentar tablice'; -$strTableEmpty = 'Ime tablice je prazno!'; -$strTableHasBeenDropped = 'Tablica %s je izbrisana'; -$strTableHasBeenEmptied = 'Tablica %s je ispranjena'; -$strTableHasBeenFlushed = 'Tablica %s je osvjeena'; -$strTableMaintenance = 'Radnje na tablici'; -$strTables = '%s tablica/e'; -$strTableStructure = 'Struktura tablice'; +$strTableAlreadyExists = 'Tablica %s ve postoji!'; +$strTableComments = 'Komentari tablice'; +$strTableEmpty = 'Naziv tablice je prazan!'; +$strTableHasBeenDropped = 'Tablica %s je odbaen'; +$strTableHasBeenEmptied = 'Tablica %s je oiena'; +$strTableHasBeenFlushed = 'Tablica %s je ispranjena'; +$strTableMaintenance = 'Odravanje tablice'; +$strTableOfContents = 'Sadraj tablice'; +$strTableOptions = 'Opcije tablice'; +$strTables = '%s tablica'; +$strTableStructure = 'Tablina struktura za tablicu'; $strTable = 'Tablica'; -$strTextAreaLength = ' Zbog veliine ovog polja,
        polje moda neete moi mijenjati '; +$strTakeIt = 'Dodijeli'; +$strTblPrivileges = 'Privilegije specifine za tablicu'; +$strTempData = 'Privremeni podaci'; +$strTextAreaLength = ' Zbog svoje duljine,
        ureivanje ovog polja moda nee biti mogue '; +$strThai = 'Thai'; +$strThemeDefaultNotFound = 'Zadana tema %s nije pronaena!'; +$strThemeNoPreviewAvailable = 'Nema raspoloivog pregleda.'; +$strThemeNotFound = 'Tema %s nije pronaena!'; +$strThemeNoValidImgPath = 'Valjana putanja slika za temu %s nije pronaena!'; +$strThemePathNotFound = 'Za temu %s nije pronaena putanje tema!'; +$strTheme = 'Tema / Stil'; +$strThisHost = 'Ovo raunalo'; +$strThisNotDirectory = 'Ovo nije bila mapa'; +$strThreads = 'Grane'; +$strThreadSuccessfullyKilled = 'Grana %s uspjeno je prekinuta.'; +$strTimeoutInfo = 'Vrijeme prethodnog uvoza je isteklo. Nakon ponovno podnoenja bit e nastavljeno od poloaja %d.'; +$strTimeoutNothingParsed = 'Ipak, pri posljednjem prijelazu nikakvi podaci nisu bili ralanjeni. To znai da phpMyAdmin nee biti u mogunosti zavriti ovaj uvoz sve dok ne poveate vremenska ogranienja unutar php.'; +$strTimeoutPassed = 'Vrijeme za skriptu je isteklo. Ako elite zavriti uvoz, ponovo podnesite istu datoteku i uvoz e nastaviti.'; +$strTime = 'Vrijeme'; +$strToggleScratchboard = 'Ukljui biljeke'; +$strTotalUC = 'Ukupno'; $strTotal = 'ukupno'; +$strTraditionalChinese = 'Kineski, tradicionalan'; +$strTraditionalSpanish = 'panjolski, tradicionalan'; +$strTraffic = 'Promet'; +$strTransactionCoordinator = 'Koordinator transakcije'; +$strTransformation_application_octetstream__download = 'Prikazuje vezu prema preuzimanju binarnih podataka polja. Moete upotrijebiti prvu opciju da biste sami odredili naziv datoteke ili drugu opciju da biste upotrijebili naziv polja koje sadri naziv datoteke. Ako upotrijebite drugu opciju, u prvu opciju morate unijeti prazan niz.'; +$strTransformation_application_octetstream__hex = 'Prikazuje podatke u heksadecimalnom obliku. Opcionalan prvi parametar odreuje koliko esto e prazna mjesta biti dodavana (zadana vrijednost je 2).'; +$strTransformation_image_jpeg__inline = 'Prikazuje sliicu s mogunou klikanja. Opcije su najvea irina i visina u pikselima. Izvorne proporcije su ouvane.'; +$strTransformation_image_jpeg__link = 'Prikazuje vezu za preuzimanje ove slike.'; +$strTransformation_image_png__inline = 'Pogledajte slika/jpeg: inline'; +$strTransformation_text_plain__dateformat = 'Prikazuje polja TIME, TIMESTAMP ili DATETIME (vrijeme, oznaka vremena, datum) sukladno lokalnom obliku datuma i vremena. Prva opcija je razlika (u satima) koja e biti pridodana oznaci vremena (zadano: 0). Upotrijebite drugu opciju za odreivanje razliitog oblikovanja datuma i vremena. Detalje potraite u PHP dokumentaciji, funkcija strftime().'; +$strTransformation_text_plain__external = 'SAMO ZA LINUX: Pokree vanjsku aplikaciju i predaje joj podatke polja putem standardnog unosa. Vraa standardan ispis aplikacije. Zadana aplikacija je Tidy, uredno ispisivanje HTML koda. Iz sigurnosnih razloga morate runo urediti datoteku libraries/transformations/text_plain__external.inc.php i izraditi popis alata koje elite uiniti raspoloivim. Prva opcija e biti redni broj programa kojeg elite upotrebljavati a druga opcija su parametri programa. Ako je trea opcija postavljena na vrijednost 1, pretvorit e ispis pomou htmlspecialchars(), (zadano: 1). Ako je etvrta opcija postavljena na vrijednost 1, sprijeit e omatanje i osigurati prikaz ispisa u jednom retku (zadano: 1).'; +$strTransformation_text_plain__formatted = 'Prikazuje sadraj polje u izvornom obliku, bez njegovog provlaenja kroz htmlspecialchars(). Odnosno, za polje se pretpostavlja da ne sadri valjani HTML kod.'; +$strTransformation_text_plain__imagelink = 'Prikazuje sliku i vezu. Polje sadri naziv datoteke. Prva opcija je URL prefiks, poput "http://www.example.com/". Druga i trea opcija predstavljaju irinu i visinu u pikselima.'; +$strTransformation_text_plain__link = 'Prikazuje vezu. Polje sadri naziv datoteke. Prva opcija je URL prefiks, poput "http://www.example.com/". Druga opcija je naziv veze.'; +$strTransformation_text_plain__sql = 'Oblikuje tekst kao SQL upit s naglaavanjem sintakse.'; +$strTransformation_text_plain__substr = 'Prikazuje dio niza. Prva opcija je broj znakova koje je potrebno preskoiti, od poetka niza (zadano: 0). Druga opcija je broj znakova za povrat (zadano: do zavretka niza). Trea opcija je niz koji je potrebno pridodati iza zavretka i/ili prije poetka kad zapone srezivanje (zadano: "...").'; +$strTruncateQueries = 'Srei prikazane rezultate'; +$strTurkish = 'Turski'; $strType = 'Vrsta'; -$strUncheckAll = 'Makni oznake'; -$strUnique = 'Jedinstveni klju'; -$strUnselectAll = 'Makni oznake'; -$strUpdatePrivMessage = 'Promijenili ste privilegije za %s.'; -$strUpdateProfileMessage = 'Profil je promijenjen.'; -$strUpdateQuery = 'Promijeni SQL-upit'; -$strUsage = 'Zauzee'; -$strUseBackquotes = 'Koristi \' za ograniavanje imena polja'; -$strUserEmpty = 'Ime korisnika je prazno!'; +$strUkrainian = 'Ukrajinski'; +$strUncheckAll = 'Ukloni sve oznake'; +$strUnicode = 'Unicode'; +$strUnique = 'Jedinstveno'; +$strUnknown = 'nepoznato'; +$strUnselectAll = 'Ukloni sav odabir'; +$strUnsupportedCompressionDetected = 'Pokuali ste uitati datoteku s nepodranim nainom komprimiranja (%s). Takva podrka jo nije implementirana ili je onemoguena u vaoj konfiguraciji.'; +$strUpdatePrivMessage = 'Aurirali ste privilegije za %s.'; +$strUpdateProfileMessage = 'Profil je auriran.'; +$strUpdateQuery = 'Auriraj upit'; +$strUpdComTab = 'Pogledajte dokumentaciju radi uputa o auriranju tablice column_comments.'; +$strUpgrade = 'Trebali biste nadograditi na %s %s ili kasniju.'; +$strUploadLimit = 'Vjerojatno ste pokuali s uitavanjem prevelike datoteke. Pogledajte %sdokumentaciju%s radi uputa o nainima rjeavanja ovog ogranienja.'; +$strUploadsNotAllowed = 'Uitavanje datoteka nije doputeno na ovom posluitelju.'; +$strUsage = 'Upotreba'; +$strUseBackquotes = 'Unesi nazive tablica i polja sa stranjim navodnicima'; +$strUsedPhpExtensions = 'Upotrijebljena PHP proirenja'; +$strUseHostTable = 'Upotrijebi tablicu posluitelja'; +$strUserAlreadyExists = 'Korisnik %s ve postoji!'; +$strUserEmpty = 'Korisniko ime je prazno!'; $strUser = 'Korisnik'; -$strUserName = 'Ime korisnika'; -$strUseTables = 'Koristi tablice'; +$strUserName = 'Korisniko ime'; +$strUserNotFound = 'Odabrani korisnik nije pronaen u tablici privilegija.'; +$strUserOverview = 'Pregled korisnika'; +$strUsersDeleted = 'Odabrani korisnici uspjeno su izbrisani.'; +$strUsersHavingAccessToDb = 'Korisnici koji imaju pristup u "%s"'; +$strUseTabKey = 'Pomou tipke TAB premjetate se od jedne vrijednost do druge vrijednost, odnosno s tipkama CTRL+Strelice za premjetanje bilo kamo'; +$strUseTables = 'Upotrijebi tablice'; +$strUseTextField = 'Upotrijebi tekstualno polje'; +$strUseThisValue = 'Upotrijebi ovu vrijednost'; +$strValidateSQL = 'Provjera valjanosti SQL-a'; +$strValidatorError = 'SQL validator nije bilo mogue pokrenuti. Provjerite jeste li instalirali potrebna PHP proirenja, na nain opisan u %sdokumentaciji%s.'; $strValue = 'Vrijednost'; -$strViewDumpDB = 'Prikai dump (shemu) baze'; -$strViewDump = 'Prikai dump (shemu) tablice'; +$strVar = 'Varijabla'; +$strVersionInformation = 'Podaci o verziji'; +$strViewDumpDatabases = 'Prikai ispis (shemu) baza podataka'; +$strViewDumpDB = 'Prikai ispis (shemu) baze podataka'; +$strViewDump = 'Prikai ispis (shemu) tablice'; +$strViewHasBeenDropped = 'Index %s je isputen'; +$strViewMaxExactCount = 'Ovaj prikaz sadri vie od %s redaka. Pogledajte %sdokumentaciju%s.'; +$strView = 'Prikaz'; -$strWelcome = 'Dobrodoli u %s'; -$strWithChecked = 'Oznaeno:'; -$strWrongUser = 'Pogreno korisniko ime/lozinka. Pristup odbijen.'; +$strWebServerUploadDirectoryError = 'Mapu koju ste odabrali za potrebe uitavanja nije mogue dohvatiti'; +$strWebServerUploadDirectory = 'mapa uitavanja web posluitelja'; +$strWelcome = 'Dobro doli u %s'; +$strWestEuropean = 'Zapadno europski'; +$strWildcard = 'doker'; +$strWindowNotFound = 'Ciljani prozor preglednika nije bilo mogue osvjeiti. Moda ste zatvorili nadreeni prozor ili su postavke sigurnosti vaeg preglednika konfigurirane za blokiranje auriranja preko vie prozora.'; +$strWithChecked = 'S odabirom:'; +$strWriteRequests = 'Zahtjevi zapisivanja'; +$strWritingCommentNotPossible = 'Zapisivanje komentara nije mogue'; +$strWritingRelationNotPossible = 'Zapisivanje relacija nije mogue'; +$strWrongUser = 'Pogreno korisniko ime ili lozinka. Pristup odbijen.'; + +$strXMLOptions = 'XML opcije'; +$strXML = 'XML'; $strYes = 'Da'; -$strZip = '"zip-ano"'; +$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na vrijednost 0 (nula) uklanja ogranienje.'; +$strZip = '"zipano"'; -// To translate: -$strAbortedClients = 'Aborted'; //to translate -$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate -$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate -$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate -$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate -$strAddConstraints = 'Add constraints'; //to translate -$strAddedColumnComment = 'Added comment for column'; //to translate -$strAddedColumnRelation = 'Added relation for column'; //to translate -$strAddFields = 'Add %s field(s)'; //to translate -$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate -$strAddIntoComments = 'Add into comments';//to translate -$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate -$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate -$strAdministration = 'Administration'; //to translate -$strAfterInsertNext = 'Edit next row'; //to translate -$strAfterInsertSame = 'Go back to this page'; //to translate -$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate -$strAllTableSameWidth = 'display all Tables with same width?'; //to translate -$strAndThen = 'and then'; //to translate -$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate -$strArabic = 'Arabic'; //to translate -$strArmenian = 'Armenian'; //to translate -$strAutodetect = 'Autodetect'; //to translate -$strAutomaticLayout = 'Automatic layout'; //to translate - -$strBaltic = 'Baltic'; //to translate -$strBeginCut = 'BEGIN CUT'; //to translate -$strBeginRaw = 'BEGIN RAW'; //to translate -$strBinaryLog = 'Binary log'; //to translate -$strBinLogEventType = 'Event type'; //to translate -$strBinLogInfo = 'Information'; //to translate -$strBinLogName = 'Log name'; //to translate -$strBinLogOriginalPosition = 'Original position'; //to translate -$strBinLogPosition = 'Position'; //to translate -$strBinLogServerId = 'Server ID'; //to translate -$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate -$strBookmarkCreated = 'Bookmark %s created'; //to translate -$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate -$strBrowseDistinctValues = 'Browse distinct values'; //to translate -$strBrowseForeignValues = 'Browse foreign values'; //to translate -$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate -$strBufferPool = 'Buffer Pool'; //to translate -$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate -$strBufferReadMissesInPercent = 'Read misses in %'; //to translate -$strBufferReadMisses = 'Read misses'; //to translate -$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate -$strBufferWriteWaits = 'Write waits'; //to translate -$strBulgarian = 'Bulgarian'; //to translate -$strBusyPages = 'Busy pages'; //to translate -$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the $cfg[\'BZipDump\'] directive in your phpMyAdmin configuration file to FALSE. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate - -$strCalendar = 'Calendar'; //to translate -$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate -$strCannotLogin = 'Cannot login to MySQL server'; //to translate -$strCantLoad = 'cannot load %s extension,
        please check PHP Configuration'; //to translate -$strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate -$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate -$strCaseInsensitive = 'case-insensitive'; //to translate -$strCaseSensitive = 'case-sensitive'; //to translate -$strCentralEuropean = 'Central European'; //to translate -$strChangeCopyModeCopy = '... keep the old one.'; //to translate -$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate -$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate -$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate -$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate -$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate -$strChangeDisplay = 'Choose Field to display'; //to translate -$strCharset = 'Charset'; //to translate -$strCharsetOfFile = 'Character set of the file:'; //to translate -$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate -$strCharsets = 'Charsets'; //to translate -$strCheckOverhead = 'Check tables with overhead'; //to translate -$strCheckPrivs = 'Check Privileges'; //to translate -$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate -$strChoosePage = 'Please choose a Page to edit'; //to translate -$strColComFeat = 'Displaying Column Comments'; //to translate -$strCollation = 'Collation'; //to translate -$strColumnPrivileges = 'Column-specific privileges'; //to translate -$strCommand = 'Command'; //to translate -$strComments = 'Comments'; //to translate -$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate -$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate -$strCompression = 'Compression'; //to translate -$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate -$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate -$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
        This might happen if php finds a parse error in it or php cannot find the file.
        Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.
        If you recieve a blank page, everything is fine.'; //to translate -$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate -$strConnectionError = 'Cannot connect: invalid settings.'; //to translate -$strConnections = 'Connections'; //to translate -$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate -$strConstraintsForTable = 'Constraints for table'; //to translate -$strCopy = 'Copy'; //to translate -$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate -$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate -$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate -$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate -$strCreatePage = 'Create a new Page'; //to translate -$strCreatePdfFeat = 'Creation of PDFs'; //to translate -$strCreationDates = 'Creation/Update/Check dates'; //to translate -$strCroatian = 'Croatian'; //to translate -$strCSV = 'CSV'; //to translate -$strCSVImportOptions = 'CSV options'; //to translate -$strCSVOptions = 'CSV options';//to translate -$strCyrillic = 'Cyrillic'; //to translate -$strCzech = 'Czech'; //to translate -$strCzechSlovak = 'Czech-Slovak'; //to translate - -$strDanish = 'Danish'; //to translate -$strDatabaseEmpty = 'The database name is empty!'; //to translate -$strDatabaseExportOptions = 'Database export options';//to translate -$strDatabaseNoTable = 'This database contains no table!';//to translate -$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate -$strDatabasesStatsDisable = 'Disable Statistics'; //to translate -$strDatabasesStatsEnable = 'Enable Statistics'; //to translate -$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate -$strDataDict = 'Data Dictionary'; //to translate -$strDataPages = 'Pages containing data'; //to translate -$strDBComment = 'Database comment: ';//to translate -$strDBCopy = 'Copy database to'; //to translate -$strDBGContext = 'Context'; //to translate -$strDBGContextID = 'Context ID'; //to translate -$strDBGHits = 'Hits'; //to translate -$strDBGLine = 'Line'; //to translate -$strDBGMaxTimeMs = 'Max time, ms'; //to translate -$strDBGMinTimeMs = 'Min time, ms'; //to translate -$strDBGModule = 'Module'; //to translate -$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate -$strDBGTotalTimeMs = 'Total time, ms'; //to translate -$strDbPrivileges = 'Database-specific privileges'; //to translate -$strDBRename = 'Rename database to'; //to translate -$strDbSpecific = 'database-specific'; //to translate -$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate -$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate -$strDefragment = 'Defragment table'; //to translate -$strDelayedInserts = 'Use delayed inserts'; //to translate -$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate -$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate -$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate -$strDeleting = 'Deleting %s'; //to translate -$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate -$strDescription = 'Description'; //to translate -$strDictionary = 'dictionary'; //to translate -$strDirtyPages = 'Dirty pages'; //to translate -$strDisabled = 'Disabled'; //to translate -$strDisableForeignChecks = 'Disable foreign key checks'; //to translate -$strDisplayFeat = 'Display Features'; //to translate -$strDisplayPDF = 'Display PDF schema'; //to translate -$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate -$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate -$strDumpSaved = 'Dump has been saved to file %s.'; //to translate -$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate - -$strEditPDFPages = 'Edit PDF Pages'; //to translate -$strEnabled = 'Enabled'; //to translate -$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate -$strEndCut = 'END CUT'; //to translate -$strEndRaw = 'END RAW'; //to translate -$strEngineAvailable = '%s is available on this MySQL server.'; //to translate -$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate -$strEngines = 'Engines'; //to translate -$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate -$strEnglish = 'English'; //to translate -$strErrorInZipFile = 'Error in ZIP archive:'; //to translate -$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate -$strEsperanto = 'Esperanto'; //to translate -$strEstonian = 'Estonian'; //to translate -$strExcelEdition = 'Excel edition'; //to translate -$strExcelOptions = 'Excel options'; //to translate -$strExecuteBookmarked = 'Execute bookmarked query'; //to translate -$strExplain = 'Explain SQL'; //to translate -$strExport = 'Export'; //to translate - -$strFailedAttempts = 'Failed attempts'; //to translate -$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate -$strFileCouldNotBeRead = 'File could not be read'; //to translate -$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate -$strFileNameTemplateDescriptionServer = 'server name'; //to translate -$strFileNameTemplateDescriptionTable = 'table name'; //to translate -$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate -$strFileNameTemplate = 'File name template';//to translate -$strFileNameTemplateRemember = 'remember template';//to translate -$strFileToImport = 'File to import'; //to translate -$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate -$strFlushQueryCache = 'Flush query cache'; //to translate -$strFlushTables = 'Flush (close) all tables'; //to translate -$strFreePages = 'Free pages'; //to translate - -$strGenBy = 'Generated by'; //to translate -$strGeneralRelationFeat = 'General relation features'; //to translate -$strGenerate = 'Generate'; //to translate -$strGeneratePassword = 'Generate Password'; //to translate -$strGeorgian = 'Georgian'; //to translate -$strGerman = 'German'; //to translate -$strGlobal = 'global'; //to translate -$strGlobalPrivileges = 'Global privileges'; //to translate -$strGlobalValue = 'Global value'; //to translate -$strGrantOption = 'Grant'; //to translate -$strGreek = 'Greek'; //to translate - -$strHandler = 'Handler'; //to translate -$strHaveToShow = 'You have to choose at least one Column to display'; //to translate -$strHebrew = 'Hebrew'; //to translate -$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate -$strHTMLExcel = 'Microsoft Excel 2000'; //to translate -$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate -$strHTMLWord = 'Microsoft Word 2000'; //to translate -$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate -$strHungarian = 'Hungarian'; //to translate - -$strIcelandic = 'Icelandic'; //to translate -$strId = 'ID'; //to translate -$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate -$strIgnoreInserts = 'Use ignore inserts'; //to translate -$strIgnoringFile = 'Ignoring file %s'; //to translate -$strImportDocSQL = 'Import docSQL Files'; //to translate -$strImportFiles = 'Import files'; //to translate -$strImportFormat = 'Format of imported file'; //to translate -$strImport = 'Import'; //to translate -$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate -$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate -$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate -$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate -$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate -$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate -$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate -$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate -$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate -$strInnoDBDataFilePath = 'Data files'; //to translate -$strInnoDBDataHomeDir = 'Data home directory'; //to translate -$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate -$strInnoDBPages = 'pages'; //to translate -$strInnodbStat = 'InnoDB Status'; //to translate -$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate -$strInsertedRowId = 'Inserted row id:'; //to translate -$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate -$strInternalRelations = 'Internal relations'; //to translate -$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate -$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate -$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate -$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate -$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate -$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate -$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate -$strInvalidFieldCount = 'Table must have at least one field.'; //to translate -$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate -$strInvalidRowNumber = '%d is not valid row number.'; //to translate -$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate -$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate - -$strJapanese = 'Japanese'; //to translate -$strJoins = 'Joins'; //to translate -$strJumpToDB = 'Jump to database "%s".'; //to translate -$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate -$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate - -$strKeyCache = 'Key cache'; //to translate -$strKorean = 'Korean'; //to translate - -$strLandscape = 'Landscape'; //to translate -$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate -$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate -$strLatchedPages = 'Latched pages'; //to translate -$strLatexCaption = 'Table caption';//to translate -$strLatexContent = 'Content of table __TABLE__';//to translate -$strLatexContinuedCaption = 'Continued table caption';//to translate -$strLatexContinued = '(continued)';//to translate -$strLatexIncludeCaption = 'Include table caption';//to translate -$strLatexLabel = 'Label key';//to translate -$strLaTeX = 'LaTeX'; //to translate -$strLaTeXOptions = 'LaTeX options'; //to translate -$strLatexStructure = 'Structure of table __TABLE__';//to translate -$strLatvian = 'Latvian'; //to translate -$strLDI = 'CSV using LOAD DATA'; //to translate -$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate -$strLDILocal = 'Use LOCAL keyword'; //to translate -$strLinkNotFound = 'Link not found'; //to translate -$strLithuanian = 'Lithuanian'; //to translate -$strLoginInformation = 'Login Information'; //to translate -$strLogServer = 'Server'; //to translate -$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate - -$strMaxConnects = 'max. concurrent connections'; //to translate -$strMaximalQueryLength = 'Maximal length of created query'; //to translate -$strMaximumSize = 'Maximum size: %s%s'; //to translate -$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate -$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate -$strMIME_available_mime = 'Available MIME-types';//to translate -$strMIME_available_transform = 'Available transformations';//to translate -$strMIME_description = 'Description';//to translate -$strMIME_MIMEtype = 'MIME-type';//to translate -$strMIME_nodescription = 'No Description is available for this transformation.
        Please ask the author, what %s does.';//to translate -$strMIME_transformation = 'Browser transformation';//to translate -$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate -$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
        If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate -$strMIME_transformation_options = 'Transformation options';//to translate -$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate -$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate -$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate -$strMultilingual = 'multilingual'; //to translate -$strMyISAMDataPointerSize = 'Data pointer size'; //to translate -$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate -$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate -$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate -$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate -$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate -$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate -$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate -$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate -$strMyISAMRepairThreads = 'Repair threads'; //to translate -$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate -$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate -$strMySQLCharset = 'MySQL Charset'; //to translate -$strMysqlClientVersion = 'MySQL client version'; //to translate -$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate - -$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate -$strNoDatabasesSelected = 'No databases selected.'; //to translate -$strNoDescription = 'no Description'; //to translate -$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate -$strNoExplain = 'Skip Explain SQL'; //to translate -$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate -$strNoOptions = 'This format has no options';//to translate -$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate -$strNoPhp = 'without PHP Code'; //to translate -$strNoRowsSelected = 'No rows selected'; //to translate -$strNoSpace = 'Insufficient space to save the file %s.'; //to translate -$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate -$strNotOK = 'not OK'; //to translate -$strNotSet = '%s table not found or not set in %s'; //to translate -$strNoValidateSQL = 'Skip Validate SQL'; //to translate -$strNumberOfFields = 'Number of fields'; //to translate -$strNumSearchResultsInTable = '%s match(es) inside table %s';//to translate -$strNumSearchResultsTotal = 'Total: %s match(es)';//to translate -$strNumTables = 'Tables'; //to translate - -$strOK = 'OK'; //to translate -$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate -$strOperations = 'Operations'; //to translate -$strOperator = 'Operator'; //to translate -$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate - -$strPageNumber = 'Page number:'; //to translate -$strPagesToBeFlushed = 'Pages to be flushed'; //to translate -$strPaperSize = 'Paper size'; //to translate -$strPartialImport = 'Partial import'; //to translate -$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate -$strPasswordHashing = 'Password Hashing'; //to translate -$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate -$strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate -$strPdfNoTables = 'No tables'; //to translate -$strPDFOptions = 'PDF options'; //to translate -$strPDF = 'PDF'; //to translate -$strPDFReportTitle = 'Report title'; //to translate -$strPerHour = 'per hour'; //to translate -$strPerMinute = 'per minute';//to translate -$strPerSecond = 'per second';//to translate -$strPersian = 'Persian'; //to translate -$strPhoneBook = 'phone book'; //to translate -$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate -$strPhp = 'Create PHP Code'; //to translate -$strPolish = 'Polish'; //to translate -$strPortrait = 'Portrait'; //to translate -$strPrint = 'Print'; //to translate -$strPrintViewFull = 'Print view (with full texts)'; //to translate -$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate -$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate -$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate -$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate -$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate -$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate -$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate -$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate -$strPrivDescCreateView = 'Allows creating new views.'; //to translate -$strPrivDescDelete = 'Allows deleting data.'; //to translate -$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate -$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate -$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate -$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate -$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate -$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate -$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate -$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate -$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate -$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate -$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate -$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate -$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate -$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate -$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate -$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate -$strPrivDescSelect = 'Allows reading data.'; //to translate -$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate -$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate -$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate -$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate -$strPrivDescUpdate = 'Allows changing data.'; //to translate -$strPrivDescUsage = 'No privileges.'; //to translate -$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate -$strProcesses = 'Processes'; //to translate -$strProcesslist = 'Process list'; //to translate -$strProtocolVersion = 'Protocol version'; //to translate -$strPutColNames = 'Put fields names at first row'; //to translate - -$strQueryCache = 'Query cache'; //to translate -$strQueryFrame = 'Query window';//to translate -$strQuerySQLHistory = 'SQL-history';//to translate -$strQueryTime = 'Query took %01.4f sec';//to translate -$strQueryType = 'Query type'; //to translate -$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate - -$strReadRequests = 'Read requests'; //to translate -$strReceived = 'Received'; //to translate -$strRefresh = 'Refresh'; //to translate -$strRelationalSchema = 'Relational schema'; //to translate -$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate -$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate -$strRelations = 'Relations'; //to translate -$strRelationView = 'Relation view'; //to translate -$strReloadingThePrivileges = 'Reloading the privileges'; //to translate -$strReloadPrivileges = 'Reload privileges'; //to translate -$strRemoveSelectedUsers = 'Remove selected users'; //to translate -$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate -$strReplaceNULLBy = 'Replace NULL by'; //to translate -$strReplication = 'Replication'; //to translate -$strResourceLimits = 'Resource limits'; //to translate -$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate -$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate -$strRomanian = 'Romanian'; //to translate -$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate -$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate -$strRussian = 'Russian'; //to translate - -$strSaveOnServer = 'Save on server in %s directory'; //to translate -$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate -$strSearchFormTitle = 'Search in database';//to translate -$strSearchInTables = 'Inside table(s):';//to translate -$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate -$strSearchOption1 = 'at least one of the words';//to translate -$strSearchOption2 = 'all words';//to translate -$strSearchOption3 = 'the exact phrase';//to translate -$strSearchOption4 = 'as regular expression';//to translate -$strSearchResultsFor = 'Search results for "%s" %s:';//to translate -$strSearch = 'Search';//to translate -$strSearchType = 'Find:';//to translate -$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate -$strSelectBinaryLog = 'Select binary log to view'; //to translate -$strSelectTables = 'Select Tables'; //to translate -$strSent = 'Sent'; //to translate -$strServerNotResponding = 'The server is not responding'; //to translate -$strServer = 'Server'; //to translate -$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate -$strServerStatus = 'Runtime Information'; //to translate -$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate -$strServerTabVariables = 'Variables'; //to translate -$strServerVars = 'Server variables and settings'; //to translate -$strSessionValue = 'Session value'; //to translate -$strShowColor = 'Show color'; //to translate -$strShowDatadictAs = 'Data Dictionary Format'; //to translate -$strShowFullQueries = 'Show Full Queries'; //to translate -$strShowGrid = 'Show grid'; //to translate -$strShowingBookmark = 'Showing bookmark'; //to translate -$strShowOpenTables = 'Show open tables'; //to translate -$strShowSlaveHosts = 'Show slave hosts'; //to translate -$strShowSlaveStatus = 'Show slave status'; //to translate -$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate -$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate -$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate -$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate -$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate -$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate -$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate -$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate -$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate -$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate -$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate -$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate -$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate -$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate -$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate -$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate -$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate -$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate -$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate -$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate -$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate -$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate -$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate -$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate -$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate -$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate -$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate -$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate -$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate -$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate -$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate -$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate -$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate -$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate -$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate -$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate -$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate -$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate -$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate -$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate -$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate -$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate -$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate -$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate -$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate -$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate -$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate -$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate -$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate -$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate -$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate -$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate -$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate -$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate -$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate -$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate -$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate -$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate -$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate -$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate -$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate -$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate -$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate -$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate -$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate -$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate -$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate -$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate -$strShowStatusReset = 'Reset'; //to translate -$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate -$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate -$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate -$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate -$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate -$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate -$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate -$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate -$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate -$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate -$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate -$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate -$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate -$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate -$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate -$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate -$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate -$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate -$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate -$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate -$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate -$strShowTableDimension = 'Show dimension of tables'; //to translate -$strSimplifiedChinese = 'Simplified Chinese'; //to translate -$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate -$strSlovak = 'Slovak'; //to translate -$strSlovenian = 'Slovenian'; //to translate -$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate -$strSortByKey = 'Sort by key'; //to translate -$strSorting = 'Sorting'; //to translate -$strSpanish = 'Spanish'; //to translate -$strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate -$strSQLCompatibility = 'SQL compatibility mode'; //to translate -$strSQLExportType = 'Export type'; //to translate -$strSQLImportOptions = 'SQL options'; //to translate -$strSQLOptions = 'SQL options';//to translate -$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate -$strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; //to translate -$strSQLResult = 'SQL result'; //to translate -$strSQL = 'SQL'; //to translate -$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate -$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate -$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate -$strStatCheckTime = 'Last check';//to translate -$strStatCreateTime = 'Creation';//to translate -$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate -$strStatUpdateTime = 'Last update';//to translate -$strStatus = 'Status'; //to translate -$strStorageEngines = 'Storage Engines'; //to translate -$strStorageEngine = 'Storage Engine'; //to translate -$strStrucNativeExcel = 'Native MS Excel data'; //to translate -$strStructPropose = 'Propose table structure'; //to translate -$strStructure = 'Structure'; //to translate -$strSwedish = 'Swedish'; //to translate -$strSwitchToDatabase = 'Switch to copied database'; //to translate -$strSwitchToTable = 'Switch to copied table'; //to translate - -$strTableAlreadyExists = 'Table %s already exists!'; //to translate -$strTableOfContents = 'Table of contents'; //to translate -$strTableOptions = 'Table options'; //to translate -$strTakeIt = 'take it'; //to translate -$strTblPrivileges = 'Table-specific privileges'; //to translate -$strTempData = 'Temporary data'; //to translate -$strThai = 'Thai'; //to translate -$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate -$strThemeNoPreviewAvailable = 'No preview available.'; //to translate -$strThemeNotFound = 'Theme %s not found!'; //to translate -$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate -$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate -$strTheme = 'Theme / Style'; //to translate -$strThisHost = 'This Host'; //to translate -$strThisNotDirectory = 'This was not a directory'; //to translate -$strThreads = 'Threads'; //to translate -$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate -$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate -$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate -$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate -$strTime = 'Time'; //to translate -$strToggleScratchboard = 'toggle scratchboard'; //to translate -$strTotalUC = 'Total'; //to translate -$strTraditionalChinese = 'Traditional Chinese'; //to translate -$strTraditionalSpanish = 'Traditional Spanish'; //to translate -$strTraffic = 'Traffic'; //to translate -$strTransactionCoordinator = 'Transaction coordinator'; //to translate -$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate -$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate -$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate -$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate -$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate -$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate -$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate -$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate -$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate -$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate -$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate -$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate -$strTruncateQueries = 'Truncate Shown Queries'; //to translate -$strTurkish = 'Turkish'; //to translate - -$strUkrainian = 'Ukrainian'; //to translate -$strUnicode = 'Unicode'; //to translate -$strUnknown = 'unknown'; //to translate -$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate -$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate -$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate -$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate -$strUsedPhpExtensions = 'Used PHP extensions'; //to translate -$strUseHostTable = 'Use Host Table'; //to translate -$strUserAlreadyExists = 'The user %s already exists!'; //to translate -$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate -$strUserOverview = 'User overview'; //to translate -$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate -$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate -$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate -$strUseTextField = 'Use text field'; //to translate -$strUseThisValue = 'Use this value'; //to translate - -$strValidateSQL = 'Validate SQL'; //to translate -$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate -$strVar = 'Variable'; //to translate -$strVersionInformation = 'Version information'; //to translate -$strViewDumpDatabases = 'View dump (schema) of databases';//to translate -$strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate -$strView = 'View'; //to translate - -$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate -$strWebServerUploadDirectory = 'web-server upload directory'; //to translate -$strWestEuropean = 'West European'; //to translate -$strWildcard = 'wildcard'; //to translate -$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate -$strWriteRequests = 'Write requests'; //to translate -$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate -$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate - -$strXML = 'XML';//to translate - -$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate - -$strQueryResultsOperations = 'Query results operations'; //to translate -$strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strXMLOptions = 'XML options'; //to translate -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php b/lang/czech-iso-8859-2.inc.php index 47f036283..723431509 100644 --- a/lang/czech-iso-8859-2.inc.php +++ b/lang/czech-iso-8859-2.inc.php @@ -411,6 +411,7 @@ $strKorean = 'Korej $strLandscape = 'Na ku'; $strLanguageFileNotFound = 'Jazykov soubor "%1$s" nebyl nalezen.'; +$strLanguage = 'Jazyk'; $strLanguageUnknown = 'Neznm jazyk: %1$s.'; $strLatchedPages = 'Zamench strnek'; $strLatexCaption = 'Titulek tabulky'; @@ -996,5 +997,4 @@ $strYes = 'Ano'; $strZeroRemovesTheLimit = 'Poznmka: Nastaven tchto parametr na 0 (nulu) odstran omezen.'; $strZip = '„zazipovno“'; -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 4322065f9..911d8bae4 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -412,6 +412,7 @@ $strKorean = 'Korejština'; $strLandscape = 'Na šířku'; $strLanguageFileNotFound = 'Jazykový soubor "%1$s" nebyl nalezen.'; +$strLanguage = 'Jazyk'; $strLanguageUnknown = 'Neznámý jazyk: %1$s.'; $strLatchedPages = 'Zamčených stránek'; $strLatexCaption = 'Titulek tabulky'; @@ -997,5 +998,4 @@ $strYes = 'Ano'; $strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.'; $strZip = '„zazipováno“'; -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php b/lang/czech-windows-1250.inc.php index 795cfd4e2..d37801906 100644 --- a/lang/czech-windows-1250.inc.php +++ b/lang/czech-windows-1250.inc.php @@ -411,6 +411,7 @@ $strKorean = 'Korej $strLandscape = 'Na ku'; $strLanguageFileNotFound = 'Jazykov soubor "%1$s" nebyl nalezen.'; +$strLanguage = 'Jazyk'; $strLanguageUnknown = 'Neznm jazyk: %1$s.'; $strLatchedPages = 'Zamench strnek'; $strLatexCaption = 'Titulek tabulky'; @@ -996,5 +997,4 @@ $strYes = 'Ano'; $strZeroRemovesTheLimit = 'Poznmka: Nastaven tchto parametr na 0 (nulu) odstran omezen.'; $strZip = '„zazipovno“'; -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php b/lang/danish-iso-8859-1.inc.php index d0470a319..9fc993980 100644 --- a/lang/danish-iso-8859-1.inc.php +++ b/lang/danish-iso-8859-1.inc.php @@ -1,5 +1,5 @@ */ +/* $Id$ */ /* danish - Dansk v 2.162 (based on english 2.159) 2006/09/25 01:23:45 - overstter AlleyKat kan kontaktes p < phpmyadmin (at) phpbb2.dk > */ $charset = 'iso-8859-1'; $text_dir = 'ltr'; @@ -8,6 +8,12 @@ $number_decimal_separator = ','; // forkortelser for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('Bytes', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB'); +// MySQL manual sprogdefinition, ikke pkrvet, en bruges hvis +// ikke defineret - da findes endnu ikke +$mysql_4_1_doc_lang = 'en'; +$mysql_5_0_doc_lang = 'en'; +$mysql_5_1_doc_lang = 'en'; + $day_of_week = array('sn', 'man', 'tir', 'ons', 'tor', 'fre', 'lr'); $month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec'); // Se http://www.php.net/manual/en/function.strftime.php @@ -18,7 +24,7 @@ $timespanfmt = '%s dage, %s timer, %s minutter og %s sekunder'; $strAbortedClients = 'Afbrudt'; $strAbsolutePathToDocSqlDir = 'Indtast venligst absolut sti p webserveren til docSQL mappen'; $strAccessDenied = 'Adgang Ngtet'; -$strAccessDeniedCreateConfig = 'Sandsynlig rsag til dette er at du ikke har oprettet en konfigurationsfil. Du kan bruge %1$ssetupscriptet%2$s til at oprette en.'; +$strAccessDeniedCreateConfig = 'Sandsynlig rsag til dette er at du ikke har oprettet en konfigurationsfil. Du kan bruge %1$sopstningsscriptet%2$s til at oprette en.'; $strAccessDeniedExplanation = 'phpMyAdmin forsgte at forbinde til MySQL-serveren, og serveren afviste forbindelsen. Du br tjekke host, brugernavn og kodeord i config.inc.php og sikre dig at de svarer til den information du har fet af administratoren af MySQL-serveren.'; $strAction = 'Handling'; $strAddAutoIncrement = 'Tilfj AUTO_INCREMENT vrdi'; @@ -89,7 +95,7 @@ $strBookmarkReplace = 'Erstat eksisterende bogm $strBookmarkThis = 'Lav bogmrke til denne SQL-foresprgsel'; $strBookmarkView = 'Kun oversigt'; $strBrowseDistinctValues = 'Gennemse bestemte vrdier'; -$strBrowseForeignValues = 'Bladr i fremmede vrdier'; +$strBrowseForeignValues = 'Bladre i fremmedvrdier'; $strBrowse = 'Vis'; $strBufferPoolActivity = 'Buffer Pool Aktivitet'; $strBufferPool = 'Buffer Pool'; @@ -100,17 +106,17 @@ $strBufferWriteWaitsInPercent = 'Write waits i %'; $strBufferWriteWaits = 'Write waits'; $strBulgarian = 'Bulgarsk'; $strBusyPages = 'Travle sider'; -$strBzError = 'phpMyAdmin kunne ikke komprimere dumpet p grund af en delagt Bz2 extension i denne PHP version. Det anbefales kraftigt at stte $cfg[\'BZipDump\'] direktivet i din phpMyAdmin konfigurationsfil til FALSE. Hvis du vil bruge Bz2 komprimeringsfeatures, br du opdatere til en nyere PHP version. Se PHP bug report %s for detaljer.'; +$strBzError = 'phpMyAdmin kunne ikke komprimere dumpet p grund af en delagt Bz2 extension i denne PHP-version. Det anbefales kraftigt at stte $cfg[\'BZipDump\'] direktivet i din phpMyAdmin konfigurationsfil til FALSE. Hvis du vil bruge Bz2 komprimeringsfeatures, br du opdatere til en nyere PHP-version. Se PHP bug report %s for detaljer.'; $strBzip = '"bzipped"'; $strCalendar = 'Kalender'; $strCanNotLoadExportPlugins = 'Kunne ikke indlse eksportplugins, check venligst din installation!'; $strCanNotLoadImportPlugins = 'Kunne ikke indlse importplugins, check venligst din installation!'; $strCannotLogin = 'Kan ikke logge ind p MySQL-serveren'; -$strCantLoad = 'Kan ikke indlse [a@http://php.net/%1$s@Dokumentation][em]%1$s[/em][/a] udvidelsen. Tjek venligst din PHP konfiguration.'; -$strCantLoadRecodeIconv = 'Kan ikke indlse iconv eller omkode ndvendig udvidelse til tegnst-konvertering, konfigurer php til at tillade brug af disse udvidelser eller sl tegnst-konvertering fra i phpMyAdmin.'; +$strCantLoad = 'Kan ikke indlse [a@http://php.net/%1$s@Dokumentation][em]%1$s[/em][/a] udvidelsen. Tjek venligst din PHP-konfiguration.'; +$strCantLoadRecodeIconv = 'Kan ikke indlse iconv eller omkode ndvendig udvidelse til tegnst-konvertering, konfigurer PHP til at tillade brug af disse udvidelser eller sl tegnst-konvertering fra i phpMyAdmin.'; $strCantRenameIdxToPrimary = 'Kan ikke omdbe indeks til PRIMARY!'; -$strCantUseRecodeIconv = 'Kan ikke bruge iconv ejheller libiconv eller recode_string funktionen omend udvidelsen ser ud til at vre indlst. Check din php-konfiguration.'; +$strCantUseRecodeIconv = 'Kan ikke bruge iconv ejheller libiconv eller recode_string funktionen omend udvidelsen ser ud til at vre indlst. Check din PHP-konfiguration.'; $strCardinality = 'Kardinalitet'; $strCaseInsensitive = 'ingen forskel p store/sm bogstaver'; $strCaseSensitive = 'forskel p store/sm bogstaver'; @@ -145,8 +151,8 @@ $strCompatibleHashing = 'MySQL 4.0 kompatibel'; $strCompleteInserts = 'Komplette inserts'; $strCompression = 'Komprimering'; $strCompressionWillBeDetected = 'Importeret fil-komprimering vil blive automatisk registreret fra: %s'; -$strConfigDefaultFileError = 'Kunne ikke indlse standardkonfiguration fra: \"%1$s\"'; -$strConfigFileError = 'phpMyAdmin kunne ikke lse din konfigurationsfil!
        Dette kan ske hvis php finder en parser-fejl i den, eller php kan ikke finde filen.
        Kald konfigurationsfilen direkte fra nedenstende link og ls de(n) phpfejlmeddelse(r) du fr. I de fleste tilflde mangler der et anfrselstegn eller et semikolon et sted.
        Hvis du fr en blank side, er alt i orden.'; +$strConfigDefaultFileError = 'Kunne ikke indlse standardkonfiguration fra: "%1$s"'; +$strConfigFileError = 'phpMyAdmin kunne ikke lse din konfigurationsfil!
        Dette kan ske hvis PHP finder en parser-fejl i den, eller PHP ikke kan finde filen.
        Kald konfigurationsfilen direkte fra nedenstende link og ls de(n) PHP-fejlmeddelelse(r) du fr. I de fleste tilflde mangler der et anfrselstegn eller et semikolon et sted.
        Hvis du fr en blank side, er alt i orden.'; $strConfigureTableCoord = 'Konfigurr venligst koordinaterne for tabel %s'; $strConnectionError = 'Kan ikke forbinde: ugyldige indstillinger.'; $strConnections = 'Forbindelser'; @@ -175,7 +181,7 @@ $strCreationDates = 'Oprettet/Opdateret/Check datoer'; $strCriteria = 'Kriterier'; $strCroatian = 'Kroatisk'; $strCSV = 'CSV (kommasepareret)'; -$strCSVImportOptions = 'CSV indstillinger'; +$strCSVImportOptions = 'CSV-indstillinger'; $strCSVOptions = 'CSV-indstillinger'; $strCyrillic = 'Kyrillisk'; $strCzechSlovak = 'Tjekkisk-Slovakisk'; @@ -192,7 +198,7 @@ $strDatabasesDropped = '%s databaser er blevet droppet korrekt.'; $strDatabasesStats = 'Databasestatistik'; $strDatabasesStatsDisable = 'Sl Statistikker fra'; $strDatabasesStatsEnable = 'Sl Statistikker til'; -$strDatabasesStatsHeavyTraffic = 'Bemrk: At sl databasestatistikkerne til her kan forrsage tung trafik mellem webserveren og MySQL-serveren.'; +$strDatabasesStatsHeavyTraffic = 'Bemrk: Aktivering af databasestatistikkerne hr kan forrsage tung trafik mellem webserveren og MySQL-serveren.'; $strData = 'Data'; $strDataDict = 'Data Dictionary'; $strDataOnly = 'Kun data'; @@ -233,7 +239,7 @@ $strDisabled = 'Sl $strDisableForeignChecks = 'Sl fremmedngle-checks fra'; $strDisplayFeat = 'Vis muligheder'; $strDisplayOrder = 'Rkkeflge af visning:'; -$strDisplayPDF = 'Vis PDF skematik'; +$strDisplayPDF = 'Vis PDF-skematik'; $strDoAQuery = 'Kr en foresprgsel p felter (jokertegn: "%")'; $strDocu = 'Dokumentation'; $strDoYouReally = 'Er du sikker p at du vil '; @@ -285,7 +291,7 @@ $strFieldsEnclosedBy = 'Felter indrammet med'; $strFieldsEscapedBy = 'Felter escaped med'; $strFields = 'Felter'; $strFieldsTerminatedBy = 'Felter afsluttet med'; -$strFileAlreadyExists = 'Filen %s findes allerede p serveren, ndr filnavn eller tillad at der overskrives.'; +$strFileAlreadyExists = 'Filen %s findes allerede p serveren, lav filnavnet om eller tillad at der overskrives.'; $strFileCouldNotBeRead = 'Filen kunne ikke lses'; $strFileNameTemplateDescriptionDatabase = 'databasenavn'; $strFileNameTemplateDescription = 'Denne vrdi fortolkes via %1$sstrftime%2$s, s du kan bruge tidsformatterede strenge. Ydermere vil flgende transformationer foreg: %3$s. Anden tekst vil blive bevaret som det er.'; @@ -295,7 +301,7 @@ $strFileNameTemplateRemember = 'husk skabelonen'; $strFileNameTemplate = 'Skabelon for filnavn'; $strFileToImport = 'Fil til import'; $strFixed = 'ordnet'; -$strFlushPrivilegesNote = 'Bemrk: phpMyAdmin henter brugernes privilegier direkte fra MySQLs privilegietabeller. Indholdet af disse tabeller kan vre forskelligt fra privilegierne serveren bruger hvis der er lavet manuelle ndringer i den. Hvis det er tilfldet, br du %sgenindlse privilegierne%s fr du fortstter.'; +$strFlushPrivilegesNote = 'Bemrk: phpMyAdmin henter brugernes privilegier direkte fra MySQLs privilegietabeller. Indholdet af disse tabeller kan vre forskelligt fra privilegierne serveren i jeblikket bruger hvis der er lavet manuelle ndringer i den. Hvis dette er tilfldet, br du %sgenindlse privilegierne%s fr du fortstter.'; $strFlushQueryCache = 'Flush foresprgsel-mellemlager (query cache)'; $strFlushTable = 'Flush tabellen ("FLUSH")'; $strFlushTables = 'Flush (luk) alle tabeller'; @@ -362,13 +368,13 @@ $strIndexWarningUnique = 'UNIQUE og INDEX n $strInnoDBAutoextendIncrement = 'Autoextend forgelse'; $strInnoDBAutoextendIncrementDesc = ' Strrelsen p den udvidelse der vil forekomme, nr pladsen i en autoudvidende tabel udvides fordi den lber fuld.'; $strInnoDBBufferPoolSize = 'Buffer pool strrelse'; -$strInnoDBBufferPoolSizeDesc = 'Strrelse p memorybufferen InnoDB bruger til at cache data og indeks p dets tabeller.'; +$strInnoDBBufferPoolSizeDesc = 'Strrelse p memorybufferen InnoDB bruger til at mellemlagre data og indeks p dens tabeller.'; $strInnoDBDataFilePath = 'Datafiler'; $strInnoDBDataHomeDir = 'Data hovedmappe'; $strInnoDBDataHomeDirDesc = 'Den flles del af stien til mappen med alle InnoDB datafiler.'; $strInnoDBPages = 'sider'; $strInnodbStat = 'InnoDB status'; -$strInsecureMySQL = 'Din konfigurationsfil indeholder indstillinger (root og uden kodeord) som svarer til en standard MySQL priviligeret brugerkonto. Din MySQL server krer med denne standardindstilling, er ben for indtrngen, og du br virkelig gre noget ved dette sikkerhedshul.'; +$strInsecureMySQL = 'Din konfigurationsfil indeholder indstillinger (root og intet kodeord) som svarer til en standard MySQL-priviligeret brugerkonto. Din MySQL server krer med denne standardindstilling, er ben for indtrngen, og du opfordres strkt til at gre noget ved dette sikkerhedshul.'; $strInsertAsNewRow = 'Indst som ny rkke'; $strInsertedRowId = 'Indsat rkke-id:'; $strInsertedRows = 'Indsatte rkker:'; @@ -377,18 +383,18 @@ $strInternalNotNecessary = '* En intern relation er ikke n $strInternalRelations = 'Interne relationer'; $strInUse = 'i brug'; $strInvalidAuthMethod = 'Ugyldig autorisationsmetode sat i konfiguration:'; -$strInvalidColumnCount = 'Kolonnetlling skal vre strre end nul.'; -$strInvalidColumn = 'Ugyldig kolonne (%s) specificeret!'; +$strInvalidColumnCount = 'Kolonneantal skal vre strre end nul.'; +$strInvalidColumn = 'Ugyldig kolonne (%s) angivet!'; $strInvalidCSVFieldCount = 'Ugyldigt feltantal i CSV-input p linie %d.'; $strInvalidCSVFormat = 'Ugyldigt format for CSV-input p linie %d.'; $strInvalidCSVParameter = 'Ugyldigt parameter for CSV-import: %s'; $strInvalidDatabase = 'Ugyldig database'; $strInvalidFieldAddCount = 'Du skal tilfje mindst t felt.'; $strInvalidFieldCount = 'Tabellen skal indeholde mindst t felt.'; -$strInvalidLDIImport = 'Denne plugin understtter ikke komprimerede importer!'; -$strInvalidRowNumber = '%d er ikke gyldigt rkkenummer.'; +$strInvalidLDIImport = 'Denne plugin understtter ikke komprimeret import!'; +$strInvalidRowNumber = '%d er ikke et gyldigt rkkenummer.'; $strInvalidServerHostname = 'Ugyldigt hostnavn for server %1$s. Gennemg venligst din konfiguration.'; -$strInvalidServerIndex = 'Ugyldigt server indeks: \"%s\"'; +$strInvalidServerIndex = 'Ugyldigt server indeks: "%s"'; $strInvalidTableName = 'Ugyldigt tabelnavn'; $strJapanese = 'Japansk'; @@ -555,7 +561,7 @@ $strPersian = 'Persisk'; $strPhoneBook = 'telefonbog'; $strPHP40203 = 'Du bruger PHP 4.2.3, som har en alvorlig fejl med multi-byte strenge (mbstring). Se PHP bug report 19404. Denne version af PHP kan ikke anbefales at bruge med phpMyAdmin.'; $strPhp = 'Fremstil PHP-kode'; -$strPHPVersion = 'PHP version'; +$strPHPVersion = 'PHP-version'; $strPmaDocumentation = 'phpMyAdmin dokumentation'; $strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] direktivet SKAL vre sat i din konfigurationsfil!'; $strPolish = 'Polsk'; @@ -650,7 +656,7 @@ $strReset = 'Nulstil'; $strResourceLimits = 'Ressourcebegrnsninger'; $strReType = 'Skriv igen'; $strRevokeAndDeleteDescr = 'Bruger(e) vil fortsat have USAGE-privilegiet indtil privilegierne genindlses.'; -$strRevokeAndDelete = 'Tilbagekald alle aktive privileiger fra brugerne og slet dem efterflgende.'; +$strRevokeAndDelete = 'Tilbagekald alle aktive privilegier fra brugerne og slet dem efterflgende.'; $strRevokeMessage = 'Du har tilbagekaldt privilegierne for %s'; $strRevoke = 'Tilbagekald'; $strRomanian = 'Rumnsk'; @@ -704,7 +710,7 @@ $strServerVars = 'Server-variabler og indstillinger'; $strServerVersion = 'Serverversion'; $strSessionValue = 'Sessionsvrdi'; $strSetEnumVal = 'Hvis et felt er af typen "enum" eller "set", skal vrdierne angives p formen: \'a\',\'b\',\'c\'...
        Skulle du f brug for en backslash ("\") eller et enkelt anfrselstegn ("\'") blandt disse vrdier, s tilfj en ekstra backslash (fx \'\\\\xyz\' eller \'a\\\'b\').'; -$strShowAll = 'Vis alt'; +$strShowAll = 'Vis alle'; $strShowColor = 'Vis farve'; $strShowDatadictAs = 'Data Dictionary-format'; $strShowFullQueries = 'Vis fuldstndige foresprgsler'; @@ -712,16 +718,16 @@ $strShowGrid = 'Vis gitter'; $strShowingBookmark = 'Viser bogmrke'; $strShowingRecords = 'Viser poster '; $strShowOpenTables = 'Vis bne tabeller'; -$strShowPHPInfo = 'Vis PHP information'; -$strShowSlaveHosts = 'Vis slave vrter'; -$strShowSlaveStatus = 'Vis slave status'; -$strShowStatusBinlog_cache_disk_useDescr = 'Antal transaktioner der brugte det midlertidige binre log mellemlager men overskred vrdien for binlog_cache_size og brugte en midlertidig fil til at gemme statements fra transaktionen.'; +$strShowPHPInfo = 'Vis PHP-information'; +$strShowSlaveHosts = 'Vis slavevrter'; +$strShowSlaveStatus = 'Vis slavestatus'; +$strShowStatusBinlog_cache_disk_useDescr = 'Antal transaktioner der brugte det midlertidige binre log mellemlager, men overskred vrdien for binlog_cache_size og brugte en midlertidig fil til at gemme statements fra transaktionen.'; $strShowStatusBinlog_cache_useDescr = 'Antal transaktioner der brugte det midlertidige binre log mellemlager.'; $strShowStatusCreated_tmp_disk_tablesDescr = 'Antal midlertidige tabeller p disken oprettet automatisk af serveren under udfrelse af statements. Hvis Created_tmp_disk_tables er stor, skal du overveje at forge tmp_table_size vrdien for at gre midlertidige tabeller hukommelses-baserede i stedet for disk-baserede.'; $strShowStatusCreated_tmp_filesDescr = 'Hvor mange midlertidige filer mysqld har oprettet.'; $strShowStatusCreated_tmp_tablesDescr = 'Antal i-hukommelsen midlertidige tabeller oprettet automatisk af serveren under udfrelse af statements.'; $strShowStatusDelayed_errorsDescr = 'Antal rkker skrevet med INSERT DELAYED (forsinket indsttelse) under hvilke der opstod fejl (sandsynligvis dublerede ngler).'; -$strShowStatusDelayed_insert_threadsDescr = 'Antallet af INSERT DELAYED handler trde i brug. Hver forskellig tabel hvorp en bruger INSERT DELAYED fr sin egen trd.'; +$strShowStatusDelayed_insert_threadsDescr = 'Antallet af INSERT DELAYED handler-trde i brug. Hver forskellig tabel hvorp en bruger INSERT DELAYED fr sin egen trd.'; $strShowStatusDelayed_writesDescr = 'Antallet af INSERT DELAYED rkker skrevet.'; $strShowStatusFlush_commandsDescr = 'Antallet af udfrte FLUSH statements.'; $strShowStatusHandler_commitDescr = 'Antallet af interne COMMIT statements.'; @@ -804,7 +810,7 @@ $strShowStatusReset = 'Nulstil'; $strShowStatusRpl_statusDescr = 'Status p failsafe replikering (endnu ikke implementeret).'; $strShowStatusSelect_full_joinDescr = 'Antallet af joins der ikke bruger indeks. Hvis denne vrdi ikke er 0, br du nje tjekke indeksene p dine tabeller.'; $strShowStatusSelect_full_range_joinDescr = 'Antallet af joins der brugte en range sgning p en reference tabel.'; -$strShowStatusSelect_range_checkDescr = 'Antallet af joins uden ngler der tjekker for nglebrug efter hver rkke. (Hvis denne ikek er 0, br du nje tjekke indeks p dine tabeller.)'; +$strShowStatusSelect_range_checkDescr = 'Antallet af joins uden ngler der tjekker for nglebrug efter hver rkke. (Hvis denne ikke er 0, br du nje tjekke indeks p dine tabeller.)'; $strShowStatusSelect_rangeDescr = 'Antallet af joins der brugte ranges p den frste tabel. (Normalt ikke kritisk selvom tallet er stort.)'; $strShowStatusSelect_scanDescr = 'Antallet af joins som lavede en fuld scan af den frste tabel.'; $strShowStatusSlave_open_temp_tablesDescr = 'Antallet af midlertidige tabeller i jeblikket bne af SQL trden.'; @@ -816,7 +822,7 @@ $strShowStatusSort_merge_passesDescr = 'Antallet af sammenl $strShowStatusSort_rangeDescr = 'Antallet af sorteringer lavet med ranges.'; $strShowStatusSort_rowsDescr = 'Antallet af sorterede rkker.'; $strShowStatusSort_scanDescr = 'Antallet af sorteringer udfrt ved scanning af tabellen.'; -$strShowStatusTable_locks_immediateDescr = 'Antallet af gange en tabells blev givet jeblikkeligt.'; +$strShowStatusTable_locks_immediateDescr = 'Antallet af gange en tabells blev givet jeblikkeligt.'; $strShowStatusTable_locks_waitedDescr = 'Antallet af gange en tabells ikke kunne fs jeblikkeligt og en wait var ndvendig. Hvis denne er hj, og du har ydelsesproblemer, br du frst optimere dine foresprgsler, og derefter enten opdele din tabel eller tabeller, eller bruge replikering.'; $strShowStatusThreads_cachedDescr = 'Antallet af trde i trd-mellemlageret. Mellemlager-hitraten kan udregnes som Threads_created/Forbindelser. Hvis denne vrdi er rd br du forge din thread_cache_size.'; $strShowStatusThreads_connectedDescr = 'Antallet af i jeblikket bne forbindelser.'; @@ -902,7 +908,7 @@ $strThisNotDirectory = 'Dette var ikke en mappe'; $strThreads = 'Trde'; $strThreadSuccessfullyKilled = 'Trd %s blev stoppet.'; $strTimeoutInfo = 'Foregende import timede ud, efter genindsendelse vil fortstte fra position %d.'; -$strTimeoutNothingParsed = 'Desvrre blev der ikke parset nogen data ved sidste krsel, dette betyder normalt at phpMyAdmin ikke vil vre i stand til at gennemfre importen med mindre du forger php tidsbegrnsningerne.'; +$strTimeoutNothingParsed = 'Desvrre blev der ikke parset nogen data ved sidste krsel, dette betyder normalt at phpMyAdmin ikke vil vre i stand til at gennemfre importen med mindre du forger PHP-tidsbegrnsningerne.'; $strTimeoutPassed = 'Script timeout net, hvis du vil afslutte importen, indsend venligst samme fil igen og importen vil fortstte hvor den slap.'; $strTime = 'Tid'; $strToggleScratchboard = 'tegnebrt til/fra'; @@ -912,18 +918,18 @@ $strTraditionalChinese = 'Traditionelt Kinesisk'; $strTraditionalSpanish = 'Traditionelt Spansk'; $strTraffic = 'Trafik'; $strTransactionCoordinator = 'Transaktionskoordinator'; -$strTransformation_application_octetstream__download = 'Viser et link til at downloade et felts binre data. Frste mulighed er filnavnet p den binre fil. Anden mulighed er et muligt feltnavn fra en tabelrkke indeholdende filnavnet. Hvis du bruger anden mulighed, er feltet til den frste mulighed ndt til at vre sat til en tom streng.'; -$strTransformation_application_octetstream__hex = 'Viser hexadecimal udgave af data. Valgfrit frsteparameter hvor meget plads der tilfjes (standard er 2 nibbles).'; -$strTransformation_image_jpeg__inline = 'Viser et klikbart minibilled; indstillinger: bredde,hjde i pixel (bevarer det originale perspektiv)'; +$strTransformation_application_octetstream__download = 'Viser et link til at downloade et felts binre data. Frste indstilling er filnavnet p den binre fil. Anden indstilling er et muligt feltnavn fra en tabelrkke indeholdende filnavnet. Hvis du bruger anden indstilling, skal feltet i den frste indstilling vre sat til en tom streng.'; +$strTransformation_application_octetstream__hex = 'Viser hexadecimal udgave af data. Valgfrit frsteparameter angiver hvor meget plads der tilfjes (standard er 2 nibbles).'; +$strTransformation_image_jpeg__inline = 'Viser et klikbart minibillede; indstillinger: bredde,hjde i pixel. Det originale perspektiv bevares.'; $strTransformation_image_jpeg__link = 'Viser et link til dette billede (f.eks. direkte blob-download).'; -$strTransformation_image_png__inline = 'Se image/jpeg: inline'; -$strTransformation_text_plain__dateformat = 'Tager et TIME, TIMESTAMP eller DATETIME-felt og formatterer det til dit lokale datoformat. Frste parameter er offset (i timer) som lgges til tidsstemplet (Default: 0). Andte parameter er et andet datoformat ud fra PHPs strftime() definition.'; -$strTransformation_text_plain__external = 'KUN LINUX: Starter en ekstern applikation og fder feltdata via standard input. Returnerer standardoutputtet for applikationen. Default er Tidy, for korrekt printet HTML-kode. Af sikkerhedsrsager er du ndt til manuelt at redigere filen libraries/transformations/text_plain__external.inc.php og indstte de vrktjer du vil tillade krsel af. Frste indstilling er s nummeret p det program du vil bruge og den anden indstilling er parametrene for det program. Tredie parameter, hvis sat til 1 vil konvertere outputtet vha. htmlspecialchars() (Default er 1). Et fjerde parameter, hvis sat til 1 vil stte et NOWRAP om cellens indhold s hele outputtet bliver vist uden omformattering (Default 1)'; +$strTransformation_image_png__inline = 'Se under image/jpeg: inline'; +$strTransformation_text_plain__dateformat = 'Tager et TIME, TIMESTAMP eller DATETIME-felt og formatterer det til dit lokale datoformat. Frste parameter er offset (i timer) som lgges til tidsstemplet (Default: 0). Andet parameter er et andet datoformat ud fra PHPs strftime() definition.'; +$strTransformation_text_plain__external = 'KUN LINUX: Starter en ekstern applikation og fder feltdata via standard input. Returnerer standardoutputtet for applikationen. Standard er Tidy, for korrekt udskrivning af HTML-kode. Af sikkerhedsrsager er du ndt til manuelt at redigere filen libraries/transformations/text_plain__external.inc.php og indstte de vrktjer du vil tillade krsel af. Frste indstilling er s nummeret p det program du vil bruge og den anden indstilling er parametrene for dette program. Tredie parameter vil, hvis sat til 1, konvertere outputtet vha. htmlspecialchars() (Standard er 1). Et fjerde parameter vil, hvis sat til 1, stte et NOWRAP om cellens indhold s hele outputtet bliver vist uden omformattering (Standard 1)'; $strTransformation_text_plain__formatted = 'Bevarer original formattering af feltet. Der laves ikke nogen Escaping.'; -$strTransformation_text_plain__imagelink = 'Viser et billed og et link, feltet indeholder filnavnet; frste indstilling er et prfiks som "http://domain.com/", anden indstilling er bredde i pixel, tredie er hjden.'; +$strTransformation_text_plain__imagelink = 'Viser et billede og et link, feltet indeholder filnavnet; frste indstilling er et prfiks som "http://domain.com/", anden indstilling er bredde i pixel, tredie er hjden.'; $strTransformation_text_plain__link = 'Viser et link, feltet indeholder filnavnet; frste indstilling er et prfiks som "http://domain.com/", anden indstilling er en titel p linket.'; $strTransformation_text_plain__sql = 'Formatterer tekst som SQL-foresprgsel med syntaks farvemarkering.'; -$strTransformation_text_plain__substr = 'Viser en del af en streng. Frste parameter er antal tegn der skal springes over fra begyndelsen af en streng (Standard 0). Andet parameter er antal tegn der returneres (Standard indtil enden af strengen). Det tredie parameter definerer hvilke karakterer der skal fjes til foran eller efter outputtet nr en substring (understreng) returneres (Standard: "...") .'; +$strTransformation_text_plain__substr = 'Viser en del af en streng. Frste parameter er antal tegn der skal springes over fra begyndelsen af en streng (Standard 0). Andet parameter er antal tegn der returneres (Standard indtil enden af strengen). Det tredie parameter definerer hvilke tegn der skal fjes til foran eller efter outputtet nr en substring (understreng) returneres (Standard: "...") .'; $strTruncateQueries = 'Trunkr viste foresprgsler'; $strTurkish = 'Tyrkisk'; $strType = 'Datatype'; @@ -954,13 +960,13 @@ $strUserNotFound = 'Den valgte bruger blev ikke fundet i privilegietabellen.'; $strUserOverview = 'Brugeroversigt'; $strUsersDeleted = 'De valgte brugere er blevet korrekt slettet.'; $strUsersHavingAccessToDb = 'Brugere med adgang til "%s"'; -$strUseTabKey = 'Brug TAB tasten for at flytte dig fra vrdi til vrdi, eller CTRL+piletasterne til at flytte frit omkring'; +$strUseTabKey = 'Brug TAB-tasten for at flytte dig fra vrdi til vrdi, eller CTRL+piletasterne til at flytte frit omkring'; $strUseTables = 'Benyt tabeller'; $strUseTextField = 'Brug tekstfelt'; $strUseThisValue = 'Brug denne vrdi'; $strValidateSQL = 'Validr SQL'; -$strValidatorError = 'SQL-validatoren kunne ikke initialiseres. Check venligst at du har de ndvendige php-udvidelser installeret som beskrevet i %sdokumentationen%s.'; +$strValidatorError = 'SQL-validatoren kunne ikke initialiseres. Check venligst at du har de ndvendige PHP-udvidelser installeret som beskrevet i %sdokumentationen%s.'; $strValue = 'Vrdi'; $strVar = 'Variabel'; $strVersionInformation = 'Versionsinformation'; @@ -972,7 +978,7 @@ $strViewMaxExactCount = 'Denne visning har mere end %d r $strView = 'Visning'; $strWebServerUploadDirectoryError = 'Mappen du har sat til upload-arbejde kan ikke findes'; -$strWebServerUploadDirectory = 'web-server upload mappe'; +$strWebServerUploadDirectory = 'webserver upload-mappe'; $strWelcome = 'Velkommen til %s'; $strWestEuropean = 'Vesteuropisk'; $strWildcard = 'jokertegn'; diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index 3fb8eb846..47f7ec646 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -1,5 +1,5 @@ */ +/* $Id$ */ /* danish - Dansk v 2.162 (based on english 2.159) 2006/09/25 01:23:45 - oversætter AlleyKat kan kontaktes på < phpmyadmin (at) phpbb2.dk > */ $charset = 'utf-8'; $allow_recoding = TRUE; @@ -9,6 +9,12 @@ $number_decimal_separator = ','; // forkortelser for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('Bytes', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB'); +// MySQL manual sprogdefinition, ikke påkrævet, en bruges hvis +// ikke defineret - da findes endnu ikke +$mysql_4_1_doc_lang = 'en'; +$mysql_5_0_doc_lang = 'en'; +$mysql_5_1_doc_lang = 'en'; + $day_of_week = array('søn', 'man', 'tir', 'ons', 'tor', 'fre', 'lør'); $month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec'); // Se http://www.php.net/manual/en/function.strftime.php @@ -19,7 +25,7 @@ $timespanfmt = '%s dage, %s timer, %s minutter og %s sekunder'; $strAbortedClients = 'Afbrudt'; $strAbsolutePathToDocSqlDir = 'Indtast venligst absolut sti på webserveren til docSQL mappen'; $strAccessDenied = 'Adgang Nægtet'; -$strAccessDeniedCreateConfig = 'Sandsynlig årsag til dette er at du ikke har oprettet en konfigurationsfil. Du kan bruge %1$ssetupscriptet%2$s til at oprette en.'; +$strAccessDeniedCreateConfig = 'Sandsynlig årsag til dette er at du ikke har oprettet en konfigurationsfil. Du kan bruge %1$sopsætningsscriptet%2$s til at oprette en.'; $strAccessDeniedExplanation = 'phpMyAdmin forsøgte at forbinde til MySQL-serveren, og serveren afviste forbindelsen. Du bør tjekke host, brugernavn og kodeord i config.inc.php og sikre dig at de svarer til den information du har fået af administratoren af MySQL-serveren.'; $strAction = 'Handling'; $strAddAutoIncrement = 'Tilføj AUTO_INCREMENT værdi'; @@ -90,7 +96,7 @@ $strBookmarkReplace = 'Erstat eksisterende bogmærke af samme navn'; $strBookmarkThis = 'Lav bogmærke til denne SQL-forespørgsel'; $strBookmarkView = 'Kun oversigt'; $strBrowseDistinctValues = 'Gennemse bestemte værdier'; -$strBrowseForeignValues = 'Bladr i fremmede værdier'; +$strBrowseForeignValues = 'Bladre i fremmedværdier'; $strBrowse = 'Vis'; $strBufferPoolActivity = 'Buffer Pool Aktivitet'; $strBufferPool = 'Buffer Pool'; @@ -101,17 +107,17 @@ $strBufferWriteWaitsInPercent = 'Write waits i %'; $strBufferWriteWaits = 'Write waits'; $strBulgarian = 'Bulgarsk'; $strBusyPages = 'Travle sider'; -$strBzError = 'phpMyAdmin kunne ikke komprimere dumpet på grund af en ødelagt Bz2 extension i denne PHP version. Det anbefales kraftigt at sætte $cfg[\'BZipDump\'] direktivet i din phpMyAdmin konfigurationsfil til FALSE. Hvis du vil bruge Bz2 komprimeringsfeatures, bør du opdatere til en nyere PHP version. Se PHP bug report %s for detaljer.'; +$strBzError = 'phpMyAdmin kunne ikke komprimere dumpet på grund af en ødelagt Bz2 extension i denne PHP-version. Det anbefales kraftigt at sætte $cfg[\'BZipDump\'] direktivet i din phpMyAdmin konfigurationsfil til FALSE. Hvis du vil bruge Bz2 komprimeringsfeatures, bør du opdatere til en nyere PHP-version. Se PHP bug report %s for detaljer.'; $strBzip = '"bzipped"'; $strCalendar = 'Kalender'; $strCanNotLoadExportPlugins = 'Kunne ikke indlæse eksportplugins, check venligst din installation!'; $strCanNotLoadImportPlugins = 'Kunne ikke indlæse importplugins, check venligst din installation!'; $strCannotLogin = 'Kan ikke logge ind på MySQL-serveren'; -$strCantLoad = 'Kan ikke indlæse [a@http://php.net/%1$s@Dokumentation][em]%1$s[/em][/a] udvidelsen. Tjek venligst din PHP konfiguration.'; -$strCantLoadRecodeIconv = '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.'; +$strCantLoad = 'Kan ikke indlæse [a@http://php.net/%1$s@Dokumentation][em]%1$s[/em][/a] udvidelsen. Tjek venligst din PHP-konfiguration.'; +$strCantLoadRecodeIconv = '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.'; $strCantRenameIdxToPrimary = 'Kan ikke omdøbe indeks til PRIMARY!'; -$strCantUseRecodeIconv = 'Kan ikke bruge iconv ejheller libiconv eller recode_string funktionen omend udvidelsen ser ud til at være indlæst. Check din php-konfiguration.'; +$strCantUseRecodeIconv = 'Kan ikke bruge iconv ejheller libiconv eller recode_string funktionen omend udvidelsen ser ud til at være indlæst. Check din PHP-konfiguration.'; $strCardinality = 'Kardinalitet'; $strCaseInsensitive = 'ingen forskel på store/små bogstaver'; $strCaseSensitive = 'forskel på store/små bogstaver'; @@ -146,8 +152,8 @@ $strCompatibleHashing = 'MySQL 4.0 kompatibel'; $strCompleteInserts = 'Komplette inserts'; $strCompression = 'Komprimering'; $strCompressionWillBeDetected = 'Importeret fil-komprimering vil blive automatisk registreret fra: %s'; -$strConfigDefaultFileError = 'Kunne ikke indlæse standardkonfiguration fra: \"%1$s\"'; -$strConfigFileError = 'phpMyAdmin kunne ikke læse din konfigurationsfil!
        Dette kan ske hvis php finder en parser-fejl i den, eller php kan ikke finde filen.
        Kald konfigurationsfilen direkte fra nedenstående link og læs de(n) phpfejlmeddelse(r) du får. I de fleste tilfælde mangler der et anførselstegn eller et semikolon et sted.
        Hvis du får en blank side, er alt i orden.'; +$strConfigDefaultFileError = 'Kunne ikke indlæse standardkonfiguration fra: "%1$s"'; +$strConfigFileError = 'phpMyAdmin kunne ikke læse din konfigurationsfil!
        Dette kan ske hvis PHP finder en parser-fejl i den, eller PHP ikke kan finde filen.
        Kald konfigurationsfilen direkte fra nedenstående link og læs de(n) PHP-fejlmeddelelse(r) du får. I de fleste tilfælde mangler der et anførselstegn eller et semikolon et sted.
        Hvis du får en blank side, er alt i orden.'; $strConfigureTableCoord = 'Konfigurér venligst koordinaterne for tabel %s'; $strConnectionError = 'Kan ikke forbinde: ugyldige indstillinger.'; $strConnections = 'Forbindelser'; @@ -176,7 +182,7 @@ $strCreationDates = 'Oprettet/Opdateret/Check datoer'; $strCriteria = 'Kriterier'; $strCroatian = 'Kroatisk'; $strCSV = 'CSV (kommasepareret)'; -$strCSVImportOptions = 'CSV indstillinger'; +$strCSVImportOptions = 'CSV-indstillinger'; $strCSVOptions = 'CSV-indstillinger'; $strCyrillic = 'Kyrillisk'; $strCzechSlovak = 'Tjekkisk-Slovakisk'; @@ -193,7 +199,7 @@ $strDatabasesDropped = '%s databaser er blevet droppet korrekt.'; $strDatabasesStats = 'Databasestatistik'; $strDatabasesStatsDisable = 'Slå Statistikker fra'; $strDatabasesStatsEnable = 'Slå Statistikker til'; -$strDatabasesStatsHeavyTraffic = 'Bemærk: At slå databasestatistikkerne til her kan forårsage tung trafik mellem webserveren og MySQL-serveren.'; +$strDatabasesStatsHeavyTraffic = 'Bemærk: Aktivering af databasestatistikkerne hér kan forårsage tung trafik mellem webserveren og MySQL-serveren.'; $strData = 'Data'; $strDataDict = 'Data Dictionary'; $strDataOnly = 'Kun data'; @@ -234,7 +240,7 @@ $strDisabled = 'Slået fra'; $strDisableForeignChecks = 'Slå fremmednøgle-checks fra'; $strDisplayFeat = 'Vis muligheder'; $strDisplayOrder = 'Rækkefølge af visning:'; -$strDisplayPDF = 'Vis PDF skematik'; +$strDisplayPDF = 'Vis PDF-skematik'; $strDoAQuery = 'Kør en forespørgsel på felter (jokertegn: "%")'; $strDocu = 'Dokumentation'; $strDoYouReally = 'Er du sikker på at du vil '; @@ -286,7 +292,7 @@ $strFieldsEnclosedBy = 'Felter indrammet med'; $strFieldsEscapedBy = 'Felter escaped med'; $strFields = 'Felter'; $strFieldsTerminatedBy = 'Felter afsluttet med'; -$strFileAlreadyExists = 'Filen %s findes allerede på serveren, ændr filnavn eller tillad at der overskrives.'; +$strFileAlreadyExists = 'Filen %s findes allerede på serveren, lav filnavnet om eller tillad at der overskrives.'; $strFileCouldNotBeRead = 'Filen kunne ikke læses'; $strFileNameTemplateDescriptionDatabase = 'databasenavn'; $strFileNameTemplateDescription = 'Denne værdi fortolkes via %1$sstrftime%2$s, så du kan bruge tidsformatterede strenge. Ydermere vil følgende transformationer foregå: %3$s. Anden tekst vil blive bevaret som det er.'; @@ -296,7 +302,7 @@ $strFileNameTemplateRemember = 'husk skabelonen'; $strFileNameTemplate = 'Skabelon for filnavn'; $strFileToImport = 'Fil til import'; $strFixed = 'ordnet'; -$strFlushPrivilegesNote = 'Bemærk: phpMyAdmin henter brugernes privilegier direkte fra MySQLs privilegietabeller. Indholdet af disse tabeller kan være forskelligt fra privilegierne serveren bruger hvis der er lavet manuelle ændringer i den. Hvis det er tilfældet, bør du %sgenindlæse privilegierne%s før du fortsætter.'; +$strFlushPrivilegesNote = 'Bemærk: phpMyAdmin henter brugernes privilegier direkte fra MySQLs privilegietabeller. Indholdet af disse tabeller kan være forskelligt fra privilegierne serveren i øjeblikket bruger hvis der er lavet manuelle ændringer i den. Hvis dette er tilfældet, bør du %sgenindlæse privilegierne%s før du fortsætter.'; $strFlushQueryCache = 'Flush forespørgsel-mellemlager (query cache)'; $strFlushTable = 'Flush tabellen ("FLUSH")'; $strFlushTables = 'Flush (luk) alle tabeller'; @@ -363,13 +369,13 @@ $strIndexWarningUnique = 'UNIQUE og INDEX nøgler burde ikke begge være sat for $strInnoDBAutoextendIncrement = 'Autoextend forøgelse'; $strInnoDBAutoextendIncrementDesc = ' Størrelsen på den udvidelse der vil forekomme, når pladsen i en autoudvidende tabel udvides fordi den løber fuld.'; $strInnoDBBufferPoolSize = 'Buffer pool størrelse'; -$strInnoDBBufferPoolSizeDesc = 'Størrelse på memorybufferen InnoDB bruger til at cache data og indeks på dets tabeller.'; +$strInnoDBBufferPoolSizeDesc = 'Størrelse på memorybufferen InnoDB bruger til at mellemlagre data og indeks på dens tabeller.'; $strInnoDBDataFilePath = 'Datafiler'; $strInnoDBDataHomeDir = 'Data hovedmappe'; $strInnoDBDataHomeDirDesc = 'Den fælles del af stien til mappen med alle InnoDB datafiler.'; $strInnoDBPages = 'sider'; $strInnodbStat = 'InnoDB status'; -$strInsecureMySQL = 'Din konfigurationsfil indeholder indstillinger (root og uden kodeord) som svarer til en standard MySQL priviligeret brugerkonto. Din MySQL server kører med denne standardindstilling, er åben for indtrængen, og du bør virkelig gøre noget ved dette sikkerhedshul.'; +$strInsecureMySQL = 'Din konfigurationsfil indeholder indstillinger (root og intet kodeord) som svarer til en standard MySQL-priviligeret brugerkonto. Din MySQL server kører med denne standardindstilling, er åben for indtrængen, og du opfordres stærkt til at gøre noget ved dette sikkerhedshul.'; $strInsertAsNewRow = 'Indsæt som ny række'; $strInsertedRowId = 'Indsat række-id:'; $strInsertedRows = 'Indsatte rækker:'; @@ -378,18 +384,18 @@ $strInternalNotNecessary = '* En intern relation er ikke nødvendig når den ogs $strInternalRelations = 'Interne relationer'; $strInUse = 'i brug'; $strInvalidAuthMethod = 'Ugyldig autorisationsmetode sat i konfiguration:'; -$strInvalidColumnCount = 'Kolonnetælling skal være større end nul.'; -$strInvalidColumn = 'Ugyldig kolonne (%s) specificeret!'; +$strInvalidColumnCount = 'Kolonneantal skal være større end nul.'; +$strInvalidColumn = 'Ugyldig kolonne (%s) angivet!'; $strInvalidCSVFieldCount = 'Ugyldigt feltantal i CSV-input på linie %d.'; $strInvalidCSVFormat = 'Ugyldigt format for CSV-input på linie %d.'; $strInvalidCSVParameter = 'Ugyldigt parameter for CSV-import: %s'; $strInvalidDatabase = 'Ugyldig database'; $strInvalidFieldAddCount = 'Du skal tilføje mindst ét felt.'; $strInvalidFieldCount = 'Tabellen skal indeholde mindst ét felt.'; -$strInvalidLDIImport = 'Denne plugin understøtter ikke komprimerede importer!'; -$strInvalidRowNumber = '%d er ikke gyldigt rækkenummer.'; +$strInvalidLDIImport = 'Denne plugin understøtter ikke komprimeret import!'; +$strInvalidRowNumber = '%d er ikke et gyldigt rækkenummer.'; $strInvalidServerHostname = 'Ugyldigt hostnavn for server %1$s. Gennemgå venligst din konfiguration.'; -$strInvalidServerIndex = 'Ugyldigt server indeks: \"%s\"'; +$strInvalidServerIndex = 'Ugyldigt server indeks: "%s"'; $strInvalidTableName = 'Ugyldigt tabelnavn'; $strJapanese = 'Japansk'; @@ -556,7 +562,7 @@ $strPersian = 'Persisk'; $strPhoneBook = 'telefonbog'; $strPHP40203 = 'Du bruger PHP 4.2.3, som har en alvorlig fejl med multi-byte strenge (mbstring). Se PHP bug report 19404. Denne version af PHP kan ikke anbefales at bruge med phpMyAdmin.'; $strPhp = 'Fremstil PHP-kode'; -$strPHPVersion = 'PHP version'; +$strPHPVersion = 'PHP-version'; $strPmaDocumentation = 'phpMyAdmin dokumentation'; $strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] direktivet SKAL være sat i din konfigurationsfil!'; $strPolish = 'Polsk'; @@ -651,7 +657,7 @@ $strReset = 'Nulstil'; $strResourceLimits = 'Ressourcebegrænsninger'; $strReType = 'Skriv igen'; $strRevokeAndDeleteDescr = 'Bruger(e) vil fortsat have USAGE-privilegiet indtil privilegierne genindlæses.'; -$strRevokeAndDelete = 'Tilbagekald alle aktive privileiger fra brugerne og slet dem efterfølgende.'; +$strRevokeAndDelete = 'Tilbagekald alle aktive privilegier fra brugerne og slet dem efterfølgende.'; $strRevokeMessage = 'Du har tilbagekaldt privilegierne for %s'; $strRevoke = 'Tilbagekald'; $strRomanian = 'Rumænsk'; @@ -705,7 +711,7 @@ $strServerVars = 'Server-variabler og indstillinger'; $strServerVersion = 'Serverversion'; $strSessionValue = 'Sessionsværdi'; $strSetEnumVal = 'Hvis et felt er af typen "enum" eller "set", skal værdierne angives på formen: \'a\',\'b\',\'c\'...
        Skulle du få brug for en backslash ("\") eller et enkelt anførselstegn ("\'") blandt disse værdier, så tilføj en ekstra backslash (fx \'\\\\xyz\' eller \'a\\\'b\').'; -$strShowAll = 'Vis alt'; +$strShowAll = 'Vis alle'; $strShowColor = 'Vis farve'; $strShowDatadictAs = 'Data Dictionary-format'; $strShowFullQueries = 'Vis fuldstændige forespørgsler'; @@ -713,16 +719,16 @@ $strShowGrid = 'Vis gitter'; $strShowingBookmark = 'Viser bogmærke'; $strShowingRecords = 'Viser poster '; $strShowOpenTables = 'Vis åbne tabeller'; -$strShowPHPInfo = 'Vis PHP information'; -$strShowSlaveHosts = 'Vis slave værter'; -$strShowSlaveStatus = 'Vis slave status'; -$strShowStatusBinlog_cache_disk_useDescr = 'Antal transaktioner der brugte det midlertidige binære log mellemlager men overskred værdien for binlog_cache_size og brugte en midlertidig fil til at gemme statements fra transaktionen.'; +$strShowPHPInfo = 'Vis PHP-information'; +$strShowSlaveHosts = 'Vis slaveværter'; +$strShowSlaveStatus = 'Vis slavestatus'; +$strShowStatusBinlog_cache_disk_useDescr = 'Antal transaktioner der brugte det midlertidige binære log mellemlager, men overskred værdien for binlog_cache_size og brugte en midlertidig fil til at gemme statements fra transaktionen.'; $strShowStatusBinlog_cache_useDescr = 'Antal transaktioner der brugte det midlertidige binære log mellemlager.'; $strShowStatusCreated_tmp_disk_tablesDescr = 'Antal midlertidige tabeller på disken oprettet automatisk af serveren under udførelse af statements. Hvis Created_tmp_disk_tables er stor, skal du overveje at forøge tmp_table_size værdien for at gøre midlertidige tabeller hukommelses-baserede i stedet for disk-baserede.'; $strShowStatusCreated_tmp_filesDescr = 'Hvor mange midlertidige filer mysqld har oprettet.'; $strShowStatusCreated_tmp_tablesDescr = 'Antal i-hukommelsen midlertidige tabeller oprettet automatisk af serveren under udførelse af statements.'; $strShowStatusDelayed_errorsDescr = 'Antal rækker skrevet med INSERT DELAYED (forsinket indsættelse) under hvilke der opstod fejl (sandsynligvis dublerede nøgler).'; -$strShowStatusDelayed_insert_threadsDescr = 'Antallet af INSERT DELAYED handler tråde i brug. Hver forskellig tabel hvorpå en bruger INSERT DELAYED får sin egen tråd.'; +$strShowStatusDelayed_insert_threadsDescr = 'Antallet af INSERT DELAYED handler-tråde i brug. Hver forskellig tabel hvorpå en bruger INSERT DELAYED får sin egen tråd.'; $strShowStatusDelayed_writesDescr = 'Antallet af INSERT DELAYED rækker skrevet.'; $strShowStatusFlush_commandsDescr = 'Antallet af udførte FLUSH statements.'; $strShowStatusHandler_commitDescr = 'Antallet af interne COMMIT statements.'; @@ -805,7 +811,7 @@ $strShowStatusReset = 'Nulstil'; $strShowStatusRpl_statusDescr = 'Status på failsafe replikering (endnu ikke implementeret).'; $strShowStatusSelect_full_joinDescr = 'Antallet af joins der ikke bruger indeks. Hvis denne værdi ikke er 0, bør du nøje tjekke indeksene på dine tabeller.'; $strShowStatusSelect_full_range_joinDescr = 'Antallet af joins der brugte en range søgning på en reference tabel.'; -$strShowStatusSelect_range_checkDescr = 'Antallet af joins uden nøgler der tjekker for nøglebrug efter hver række. (Hvis denne ikek er 0, bør du nøje tjekke indeks på dine tabeller.)'; +$strShowStatusSelect_range_checkDescr = 'Antallet af joins uden nøgler der tjekker for nøglebrug efter hver række. (Hvis denne ikke er 0, bør du nøje tjekke indeks på dine tabeller.)'; $strShowStatusSelect_rangeDescr = 'Antallet af joins der brugte ranges på den første tabel. (Normalt ikke kritisk selvom tallet er stort.)'; $strShowStatusSelect_scanDescr = 'Antallet af joins som lavede en fuld scan af den første tabel.'; $strShowStatusSlave_open_temp_tablesDescr = 'Antallet af midlertidige tabeller i øjeblikket åbne af SQL tråden.'; @@ -817,7 +823,7 @@ $strShowStatusSort_merge_passesDescr = 'Antallet af sammenlægningskørsler sort $strShowStatusSort_rangeDescr = 'Antallet af sorteringer lavet med ranges.'; $strShowStatusSort_rowsDescr = 'Antallet af sorterede rækker.'; $strShowStatusSort_scanDescr = 'Antallet af sorteringer udført ved scanning af tabellen.'; -$strShowStatusTable_locks_immediateDescr = 'Antallet af gange en tabellås blev givet æjeblikkeligt.'; +$strShowStatusTable_locks_immediateDescr = 'Antallet af gange en tabellås blev givet øjeblikkeligt.'; $strShowStatusTable_locks_waitedDescr = 'Antallet af gange en tabellås ikke kunne fås øjeblikkeligt og en wait var nødvendig. Hvis denne er høj, og du har ydelsesproblemer, bør du først optimere dine forespørgsler, og derefter enten opdele din tabel eller tabeller, eller bruge replikering.'; $strShowStatusThreads_cachedDescr = 'Antallet af tråde i tråd-mellemlageret. Mellemlager-hitraten kan udregnes som Threads_created/Forbindelser. Hvis denne værdi er rød bør du forøge din thread_cache_size.'; $strShowStatusThreads_connectedDescr = 'Antallet af i øjeblikket åbne forbindelser.'; @@ -903,7 +909,7 @@ $strThisNotDirectory = 'Dette var ikke en mappe'; $strThreads = 'Tråde'; $strThreadSuccessfullyKilled = 'Tråd %s blev stoppet.'; $strTimeoutInfo = 'Foregående import timede ud, efter genindsendelse vil fortsætte fra position %d.'; -$strTimeoutNothingParsed = 'Desværre blev der ikke parset nogen data ved sidste kørsel, dette betyder normalt at phpMyAdmin ikke vil være i stand til at gennemføre importen med mindre du forøger php tidsbegrænsningerne.'; +$strTimeoutNothingParsed = 'Desværre blev der ikke parset nogen data ved sidste kørsel, dette betyder normalt at phpMyAdmin ikke vil være i stand til at gennemføre importen med mindre du forøger PHP-tidsbegrænsningerne.'; $strTimeoutPassed = 'Script timeout nået, hvis du vil afslutte importen, indsend venligst samme fil igen og importen vil fortsætte hvor den slap.'; $strTime = 'Tid'; $strToggleScratchboard = 'tegnebræt til/fra'; @@ -913,18 +919,18 @@ $strTraditionalChinese = 'Traditionelt Kinesisk'; $strTraditionalSpanish = 'Traditionelt Spansk'; $strTraffic = 'Trafik'; $strTransactionCoordinator = 'Transaktionskoordinator'; -$strTransformation_application_octetstream__download = 'Viser et link til at downloade et felts binære data. Første mulighed er filnavnet på den binære fil. Anden mulighed er et muligt feltnavn fra en tabelrække indeholdende filnavnet. Hvis du bruger anden mulighed, er feltet til den første mulighed nødt til at være sat til en tom streng.'; -$strTransformation_application_octetstream__hex = 'Viser hexadecimal udgave af data. Valgfrit førsteparameter hvor meget plads der tilføjes (standard er 2 nibbles).'; -$strTransformation_image_jpeg__inline = 'Viser et klikbart minibilled; indstillinger: bredde,højde i pixel (bevarer det originale perspektiv)'; +$strTransformation_application_octetstream__download = 'Viser et link til at downloade et felts binære data. Første indstilling er filnavnet på den binære fil. Anden indstilling er et muligt feltnavn fra en tabelrække indeholdende filnavnet. Hvis du bruger anden indstilling, skal feltet i den første indstilling være sat til en tom streng.'; +$strTransformation_application_octetstream__hex = 'Viser hexadecimal udgave af data. Valgfrit førsteparameter angiver hvor meget plads der tilføjes (standard er 2 nibbles).'; +$strTransformation_image_jpeg__inline = 'Viser et klikbart minibillede; indstillinger: bredde,højde i pixel. Det originale perspektiv bevares.'; $strTransformation_image_jpeg__link = 'Viser et link til dette billede (f.eks. direkte blob-download).'; -$strTransformation_image_png__inline = 'Se image/jpeg: inline'; -$strTransformation_text_plain__dateformat = 'Tager et TIME, TIMESTAMP eller DATETIME-felt og formatterer det til dit lokale datoformat. Første parameter er offset (i timer) som lægges til tidsstemplet (Default: 0). Andte parameter er et andet datoformat ud fra PHPs strftime() definition.'; -$strTransformation_text_plain__external = 'KUN LINUX: Starter en ekstern applikation og føder feltdata via standard input. Returnerer standardoutputtet for applikationen. Default er Tidy, for korrekt printet HTML-kode. Af sikkerhedsårsager er du nødt til manuelt at redigere filen libraries/transformations/text_plain__external.inc.php og indsætte de værktøjer du vil tillade kørsel af. Første indstilling er så nummeret på det program du vil bruge og den anden indstilling er parametrene for det program. Tredie parameter, hvis sat til 1 vil konvertere outputtet vha. htmlspecialchars() (Default er 1). Et fjerde parameter, hvis sat til 1 vil sætte et NOWRAP om cellens indhold så hele outputtet bliver vist uden omformattering (Default 1)'; +$strTransformation_image_png__inline = 'Se under image/jpeg: inline'; +$strTransformation_text_plain__dateformat = 'Tager et TIME, TIMESTAMP eller DATETIME-felt og formatterer det til dit lokale datoformat. Første parameter er offset (i timer) som lægges til tidsstemplet (Default: 0). Andet parameter er et andet datoformat ud fra PHPs strftime() definition.'; +$strTransformation_text_plain__external = 'KUN LINUX: Starter en ekstern applikation og føder feltdata via standard input. Returnerer standardoutputtet for applikationen. Standard er Tidy, for korrekt udskrivning af HTML-kode. Af sikkerhedsårsager er du nødt til manuelt at redigere filen libraries/transformations/text_plain__external.inc.php og indsætte de værktøjer du vil tillade kørsel af. Første indstilling er så nummeret på det program du vil bruge og den anden indstilling er parametrene for dette program. Tredie parameter vil, hvis sat til 1, konvertere outputtet vha. htmlspecialchars() (Standard er 1). Et fjerde parameter vil, hvis sat til 1, sætte et NOWRAP om cellens indhold så hele outputtet bliver vist uden omformattering (Standard 1)'; $strTransformation_text_plain__formatted = 'Bevarer original formattering af feltet. Der laves ikke nogen Escaping.'; -$strTransformation_text_plain__imagelink = 'Viser et billed og et link, feltet indeholder filnavnet; første indstilling er et præfiks som "http://domain.com/", anden indstilling er bredde i pixel, tredie er højden.'; +$strTransformation_text_plain__imagelink = 'Viser et billede og et link, feltet indeholder filnavnet; første indstilling er et præfiks som "http://domain.com/", anden indstilling er bredde i pixel, tredie er højden.'; $strTransformation_text_plain__link = 'Viser et link, feltet indeholder filnavnet; første indstilling er et præfiks som "http://domain.com/", anden indstilling er en titel på linket.'; $strTransformation_text_plain__sql = 'Formatterer tekst som SQL-forespørgsel med syntaks farvemarkering.'; -$strTransformation_text_plain__substr = 'Viser en del af en streng. Første parameter er antal tegn der skal springes over fra begyndelsen af en streng (Standard 0). Andet parameter er antal tegn der returneres (Standard indtil enden af strengen). Det tredie parameter definerer hvilke karakterer der skal føjes til foran eller efter outputtet når en substring (understreng) returneres (Standard: "...") .'; +$strTransformation_text_plain__substr = 'Viser en del af en streng. Første parameter er antal tegn der skal springes over fra begyndelsen af en streng (Standard 0). Andet parameter er antal tegn der returneres (Standard indtil enden af strengen). Det tredie parameter definerer hvilke tegn der skal føjes til foran eller efter outputtet når en substring (understreng) returneres (Standard: "...") .'; $strTruncateQueries = 'Trunkér viste forespørgsler'; $strTurkish = 'Tyrkisk'; $strType = 'Datatype'; @@ -955,13 +961,13 @@ $strUserNotFound = 'Den valgte bruger blev ikke fundet i privilegietabellen.'; $strUserOverview = 'Brugeroversigt'; $strUsersDeleted = 'De valgte brugere er blevet korrekt slettet.'; $strUsersHavingAccessToDb = 'Brugere med adgang til "%s"'; -$strUseTabKey = 'Brug TAB tasten for at flytte dig fra værdi til værdi, eller CTRL+piletasterne til at flytte frit omkring'; +$strUseTabKey = 'Brug TAB-tasten for at flytte dig fra værdi til værdi, eller CTRL+piletasterne til at flytte frit omkring'; $strUseTables = 'Benyt tabeller'; $strUseTextField = 'Brug tekstfelt'; $strUseThisValue = 'Brug denne værdi'; $strValidateSQL = 'Validér SQL'; -$strValidatorError = 'SQL-validatoren kunne ikke initialiseres. Check venligst at du har de nødvendige php-udvidelser installeret som beskrevet i %sdokumentationen%s.'; +$strValidatorError = 'SQL-validatoren kunne ikke initialiseres. Check venligst at du har de nødvendige PHP-udvidelser installeret som beskrevet i %sdokumentationen%s.'; $strValue = 'Værdi'; $strVar = 'Variabel'; $strVersionInformation = 'Versionsinformation'; @@ -973,7 +979,7 @@ $strViewMaxExactCount = 'Denne visning har mere end %d rækker. Se venligst %sdo $strView = 'Visning'; $strWebServerUploadDirectoryError = 'Mappen du har sat til upload-arbejde kan ikke findes'; -$strWebServerUploadDirectory = 'web-server upload mappe'; +$strWebServerUploadDirectory = 'webserver upload-mappe'; $strWelcome = 'Velkommen til %s'; $strWestEuropean = 'Vesteuropæisk'; $strWildcard = 'jokertegn'; diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index 21debb89d..0c4cfb1c6 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -8,6 +8,12 @@ $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB'); +// MySQL manual language definition, this is optional, en will be used +// if not defined +$mysql_4_1_doc_lang = 'en'; +$mysql_5_0_doc_lang = 'en'; +$mysql_5_1_doc_lang = 'en'; + $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); // See http://www.php.net/manual/en/function.strftime.php to define the diff --git a/lang/english-iso-8859-15.inc.php b/lang/english-iso-8859-15.inc.php index 801b6bc6b..9e3a00c13 100644 --- a/lang/english-iso-8859-15.inc.php +++ b/lang/english-iso-8859-15.inc.php @@ -8,6 +8,12 @@ $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB'); +// MySQL manual language definition, this is optional, en will be used +// if not defined +$mysql_4_1_doc_lang = 'en'; +$mysql_5_0_doc_lang = 'en'; +$mysql_5_1_doc_lang = 'en'; + $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); // See http://www.php.net/manual/en/function.strftime.php to define the diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 7a7ea279e..cd83570c1 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -9,6 +9,12 @@ $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB'); +// MySQL manual language definition, this is optional, en will be used +// if not defined +$mysql_4_1_doc_lang = 'en'; +$mysql_5_0_doc_lang = 'en'; +$mysql_5_1_doc_lang = 'en'; + $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); // See http://www.php.net/manual/en/function.strftime.php to define the diff --git a/lang/finnish-iso-8859-1.inc.php b/lang/finnish-iso-8859-1.inc.php index 39a3e76c3..91a47d720 100644 --- a/lang/finnish-iso-8859-1.inc.php +++ b/lang/finnish-iso-8859-1.inc.php @@ -21,8 +21,6 @@ $datefmt = '%d.%m.%Y klo %H:%M'; $timespanfmt = '%s piv, %s tuntia, %s minuuttia ja %s sekuntia'; -'Kertoo, kuinka monesti replikaation SQL-alisie on uudelleen yrittnyt transkatioita kaikkiaan kynnistyksest lhtien.'; - $strAbortedClients = 'Keskeytetty'; $strAbsolutePathToDocSqlDir = 'Anna tydellinen polku docSQL-hakemistoon Internet-palvelimella'; $strAccessDeniedCreateConfig = 'Todennkinen syy tlle on se, ettet ole luonut asetustiedostoa. Voit kytt %1$sasetusskripti%2$s asetustiedoston luomiseen.'; @@ -56,7 +54,7 @@ $strAfter = 'J $strAll = 'Kaikki'; $strAllowInterrupt = 'Salli tuonnin keskeyttminen, mikli skripti huomaa ylittvns aikarajoituksen. Tt kannattaa kytt suurten tiedostojen tuomiseen; se voi kuitenkin aiheuttaa hiriit transaktioihin.'; $strAllTableSameWidth = 'Nyt kaikki taulut samanlevyisin?'; -$strAlterOrderBy = 'Jrjest taulu'; +$strAlterOrderBy = 'Lajittele taulu'; $strAnalyzeTable = 'Analysoi taulu'; $strAnd = 'Ja'; $strAndThen = 'ja sen jlkeen'; @@ -90,11 +88,11 @@ $strBinLogPosition = 'Sijainti'; $strBinLogServerId = 'Palvelimen ID'; $strBookmarkAllUsers = 'Anna kaikkien kyttjien pst ksiksi thn kirjanmerkkiin'; $strBookmarkCreated = 'Kirjanmerkki %s luotu'; -$strBookmarkDeleted = 'Tallennettu SQL-lause on poistettu.'; +$strBookmarkDeleted = 'Kirjanmerkki on poistettu.'; $strBookmarkLabel = 'Tunniste'; -$strBookmarkQuery = 'Tallennettu SQL-lause'; +$strBookmarkQuery = 'Tallennettu SQL-kysely'; $strBookmarkReplace = 'Korvaa saman niminen, olemassa oleva kirjanmerkki'; -$strBookmarkThis = 'Tallenna SQL-lause'; +$strBookmarkThis = 'Tallenna SQL-kysely'; $strBookmarkView = 'Nyt'; $strBrowseDistinctValues = 'Selaa erillisi arvoja'; $strBrowseForeignValues = 'Selaa vieraita arvoja'; @@ -109,9 +107,10 @@ $strBufferWriteWaits = 'Viive ennen kirjoitusta'; $strBulgarian = 'Bulgarialainen'; $strBusyPages = "Kytss olevat sivut"; $strBzError = 'phpMyAdmin ei voinut pakata vedosta johtuen rikkinisest Bz2-laajennuksesta tss php:n versiossa. On suositeltavaa asettaa $cfg[\'BZipDump\']-direktiivi phpMyAdminin konfigurointitiedostosta arvoksi FALSE. Jos haluat kytt Bz2-pakkauksen toimintoja, sinun pit pivitt uusimpaan php:n versioon. Katso listietoja php bug reportista: %s .'; -$strBzip = '"bzip-pakattu"'; +$strBzip = '"bzip-pakkaus"'; $strCalendar = 'Kalenteri'; +$strCanNotLoadExportPlugins = 'Vientilisosia ei voitu ladata; tarkista asennuksesi!'; $strCanNotLoadImportPlugins = 'Tuontiin tarvittavaa lisosaa ei voida tuoda, tarkista asennuksen asetukset!'; $strCannotLogin = 'MySQL-palvelimelle ei voitu kirjautua sisn'; $strCantLoad = 'en voi ladata laajennusta %s,
        ole hyv, ja tarkista PHP:n asetukset'; @@ -174,6 +173,10 @@ $strCreateNewDatabase = 'Luo uusi tietokanta'; $strCreateNewTable = 'Luo uusi taulu tietokantaan %s'; $strCreatePage = 'Luo uusi sivu'; $strCreatePdfFeat = 'PDF-tiedostojen luonti'; +$strCreateUserDatabaseName = 'Luo saman niminen tietokanta ja anna kaikki oikeudet'; +$strCreateUserDatabaseNone = 'Ei mitn'; +$strCreateUserDatabase = 'Tietokanta kyttjlle'; +$strCreateUserDatabaseWildcard = 'Anna kaikki oikeudet tietokannalle jokerimerkki kytten (username_%)'; $strCreationDates = 'Luonti/pivitys/tarkistus -pivykset'; $strCriteria = 'Hakuehdot'; $strCroatian = 'Kroaatti'; @@ -192,7 +195,7 @@ $strDatabaseNoTable = 'T $strDatabasesDropped = '%s tietokantaa pudotettiin onnistuneesti.'; $strDatabasesStatsDisable = 'Poista tilastot kytst'; $strDatabasesStatsEnable = 'Ota tilastot kyttn'; -$strDatabasesStatsHeavyTraffic = 'Huom: Tietokantatilastojen kyttnotto tlt ksin saattaa aiheuttaa runsaasti liikennett Internet-palvelimen ja MySQL-palvelimen vlill.'; +$strDatabasesStatsHeavyTraffic = 'Huom: Tietokantatilastojen kyttnotto tlt ksin saattaa aiheuttaa runsaasti liikennett Internet-palvelimen ja MySQL-palvelimen vlille.'; $strDatabasesStats = 'Tietokantatilastot'; $strDatabases = 'Tietokannat'; $strDatabase = 'Tietokanta'; @@ -226,6 +229,7 @@ $strDeletedRows = 'Poistetut rivit:'; $strDeleteNoUsersSelected = 'Yhtn kyttj ei valittu poistettavaksi!'; $strDelete = 'Poista'; $strDeleting = 'Poistetaan: %s'; +$strDelimiter = 'Rajamerkki'; $strDelOld = 'Nykyisell sivulla on viittauksia tauluihin, joita ei en ole olemassa. Haluatko poistaa nuo viittaukset?'; $strDescending = 'Laskeva'; $strDescription = 'Kuvaus'; @@ -265,6 +269,7 @@ $strEngineUnsupported = "T $strEnglish = 'Englantilainen'; $strEnglishPrivileges = ' Huom! MySQL-kyttoikeuksien nimet ovat englanniksi! '; $strErrorInZipFile = 'Virhe ZIP-paketissa:'; +$strErrorRenamingTable = 'Virhe annettaessa taululle %1$s nime %2$s'; $strError = 'Virhe'; $strEscapeWildcards = 'Jokerimerkkien _ ja % eteen on listtv \-merkki, jotta ne nkyisivt oikein'; $strEsperanto = 'Esperanto'; @@ -272,9 +277,10 @@ $strEstonian = 'Virolainen'; $strExcelEdition = 'Excel-muokkaus'; $strExcelOptions = 'Excel-valinnat'; $strExecuteBookmarked = 'Suorita kirjanmerkkeihin listty kysynt'; -$strExplain = 'Selit SQL-lause'; +$strExplain = 'Selit SQL-kysely'; +$strExportMustBeFile = 'Valittu vientityyppi on tallennettava tiedostoon!'; $strExport = 'Vienti'; -$strExtendedInserts = 'Yhteinen insert-lause'; +$strExtendedInserts = 'Laajennetut insert-lauseet'; $strExtra = 'Listiedot'; $strFailedAttempts = 'Eponnistuneet yritykset'; @@ -290,7 +296,7 @@ $strFileCouldNotBeRead = 'Tiedostoa ei voida lukea'; $strFileNameTemplateDescriptionDatabase = 'tietokannan nimi'; $strFileNameTemplateDescriptionServer = 'palvelimen nimi'; $strFileNameTemplateDescriptionTable = 'taulukon nimi'; -$strFileNameTemplateDescription = 'Tm arvo on %1$sstrftime%2$s-funktion mukainen, joten voit kytt ajanmuodostostukseen kytettyj merkkijonoja. Lisksi tapahtuu seuraavat muutokset: %3$s. Muu teksti pysyy alkuperisen.'; +$strFileNameTemplateDescription = 'Tm arvo on %1$sstrftime%2$s-funktion mukainen, joten voit kytt ajanmuodostostukseen kytettvi merkkijonoja. Lisksi tapahtuu seuraavat muutokset: %3$s. Muu teksti pysyy alkuperisen.'; $strFileNameTemplateRemember = 'muista pohja'; $strFileNameTemplate = 'Tiedostonimen pohja'; $strFileToImport = 'Tuotava tiedosto'; @@ -299,11 +305,13 @@ $strFlushPrivilegesNote = 'Huom: phpMyAdmin hakee k $strFlushQueryCache = 'Tyhjenn kyselymuisti'; $strFlushTables = 'Tyhjenn (sulje) kaikki taulut'; $strFlushTable = 'Tyhjenn taulun vlimuisti ("FLUSH")'; +$strFontSize = 'Fonttikoko'; $strFormat = 'Muoto'; $strFormEmpty = 'Tarvittava tieto puuttuu lomakkeesta!'; $strFreePages = "Vapaat sivut"; $strFullText = 'Koko tekstit'; $strFunction = 'Funktio'; +$strFunctions = 'Funktiot'; $strGenBy = 'Luontiymprist'; $strGeneralRelationFeat = 'Yleiset relaatio-ominaisuudet'; @@ -316,9 +324,9 @@ $strGlobal = 'globaali'; $strGlobalPrivileges = 'Globaalit kyttoikeudet'; $strGlobalValue = 'Globaali arvo'; $strGo = 'Siirry'; -$strGrantOption = 'Oikeus (Grant)'; +$strGrantOption = 'Saantioikeus (Grant)'; $strGreek = 'Kreikkalainen'; -$strGzip = '"gzip-pakattu"'; +$strGzip = '"gzip-pakkaus"'; $strHandler = 'Ksittelij'; $strHasBeenAltered = 'on muutettu.'; @@ -380,12 +388,14 @@ $strInvalidColumn = 'Virheellinen sarake (%s) m $strInvalidCSVFieldCount = 'Virheellinen kenttien mr CSV-sytteess rivill %d.'; $strInvalidCSVFormat = 'Virheellinen muoto CSV-sytteess rivill %d.'; $strInvalidCSVParameter = 'Virheellinen parametri CSV-tuonnille: %s'; +$strInvalidDatabase = 'Virheellinen tietokanta'; $strInvalidFieldAddCount = 'Sinun on listtv vhintn yksi kentt.'; $strInvalidFieldCount = 'Taulussa tytyy olla vhintn yksi kentt.'; $strInvalidLDIImport = 'Tm lisosa ei tue pakattujen tuontien kytt!'; $strInvalidRowNumber = '%d on virheellinen rivinumero.'; -$strInvalidServerHostname = 'Virheellinen nimi palvelimelle %1$s. Tarkista asetukset.'; +$strInvalidServerHostname = 'Palvelimella %1$s virheellinen nimi. Tarkista asetukset.'; $strInvalidServerIndex = 'Virheellinen palvelinindeksi: "%s"'; +$strInvalidTableName = 'Virheellinen taulun nimi'; $strJapanese = 'Japanilainen'; $strJoins = 'Liitokset'; @@ -401,6 +411,7 @@ $strKorean = 'Korealainen'; $strLandscape = 'Landscape'; $strLanguageFileNotFound = 'Kielitiedostoa "%1$s" ei lydy.'; +$strLanguage = 'Kieli'; $strLanguageUnknown = 'Tuntematon kieli: %1$s.'; $strLatchedPages = "Lukitut sivut"; $strLatexCaption = 'Taulun otsikko'; @@ -433,7 +444,7 @@ $strLogUsername = 'K $strLongOperation = "Tm toimenpide saattaa kest pitkn. Jatketaanko silti?"; $strMaxConnects = 'enim. yhtaikaisia yhteyksi'; -$strMaximalQueryLength = 'Luotavan kyselyn enimmispituus'; +$strMaximalQueryLength = 'Luodun kyselyn enimmispituus'; $strMaximumSize = 'Enimmiskoko: %s%s'; $strMbExtensionMissing = 'PHP-laajennusta mbstring ei lytynyt ja vaikuttaa silt, ett kytt multibyte-merkistkoodausta. Ilman mbstring-laajennusta phpMyAdmin ei osaa jaotella merkkijonoja oikein, ja tm saattaa johtaa odottamattomiin tuloksiin.'; $strMbOverloadWarning = 'PHP:n asetuksissa on "mbstring.func_overload" -valinta pll. Tm valinta ei sovi yhteen phpMyAdminin kanssa ja saattaa aiheuttaa jonkin datan hajoamiseen!'; @@ -480,11 +491,12 @@ $strNext = 'Seuraava'; $strNoActivity = 'Ollut toimettomana %s sekuntia tai enemmn. Kirjaudu sisn uudestaan.'; $strNoDatabases = 'Ei tietokantoja'; $strNoDatabasesSelected = 'Et valinnut yhtn tietokantaa.'; +$strNoDataReceived = 'Mitn tietoa ei ole saatu tuotavaksi. Joko mitn tiedostonime ei annettu tai tiedoston koko ylitti PHP:n asetusten salliman enimmiskoon. Katso FAQ 1.16.'; $strNoDescription = 'ei selityst'; $strNoDetailsForEngine = "Tmn tallennustilamoottorin tilasta ei ole saatavilla tarkkoja tietoja."; $strNoDropDatabases = '"DROP DATABASE"-lauseiden kytt on estetty.'; $strNo = 'Ei'; -$strNoExplain = 'l selit SQL-lausetta'; +$strNoExplain = 'l selit SQL-kysely'; $strNoFilesFoundInZip = 'ZIP-paketista ei lytynyt yhtn tiedostoa!'; $strNoFrames = 'phpMyAdmin toimii parhaiten kehyksi tukevalla selaimella.'; $strNoIndex = 'Indeksi ei ole mritelty!'; @@ -500,12 +512,12 @@ $strNoRights = 'Sinulla ei ole tarpeeksi oikeuksia!'; $strNoRowsSelected = 'Ei yhtn rivi valittu'; $strNoSpace = 'Liian vhn tilaa tiedoston %s tallentamiseen.'; $strNoTablesFound = 'Tietokannasta ei lytynyt yhtn taulua.'; -$strNoThemeSupport = 'Ei tukea teemojen kyttn. Tarkista konfiguraatiot ja/tai teemasi hakemistosta %s.'; +$strNoThemeSupport = 'Ei tukea teemojen kyttn. Tarkista asetukset ja/tai teemasi hakemistosta %s.'; $strNotNumber = 'Tm ei ole numero!'; $strNotOK = 'Ei kunnossa'; $strNotSet = '%s-taulua ei lytynyt tai sit ei ole mritelty %s-tiedostossa'; $strNoUsersFound = 'Kyttji ei lytynyt.'; -$strNoValidateSQL = 'l tarkista SQL-lausetta'; +$strNoValidateSQL = 'l tarkista SQL-kysely'; $strNull = 'Tyhj'; $strNumberOfFields = 'Kenttien lukumr'; $strNumSearchResultsInTable = '%s hakutulosta taulussa %s'; @@ -513,6 +525,10 @@ $strNumSearchResultsTotal = 'Yhteens $strNumTables = 'Taulut'; $strOK = 'Kunnossa'; +$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; +$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet -valinnat'; +$strOpenDocumentText = 'Open Document Text'; +$strOpenDocumentTextOptions = 'Open Document Text -valinnat'; $strOpenNewWindow = 'Avaa uusi phpMyAdmin-ikkuna'; $strOperations = 'Toiminnot'; $strOperator = 'Operaattori'; @@ -536,6 +552,7 @@ $strPdfInvalidTblName = 'Taulua "%s" ei l $strPdfNoTables = 'Ei tauluja'; $strPDFOptions = 'PDF-valinnat'; $strPDF = 'PDF'; +$strPDFReportExplanation = '(Luo raportin, joka sislt yksittisen taulun tiedot'; $strPDFReportTitle = 'Raportin otsikko'; $strPerHour = 'tunnissa'; $strPerMinute = 'minuutissa'; @@ -596,6 +613,7 @@ $strPrivDescUpdate = 'Sallii datan muuttamisen.'; $strPrivDescUsage = 'Ei kyttoikeuksia.'; $strPrivileges = 'Kyttoikeudet'; $strPrivilegesReloaded = 'Kyttoikeuksien uudelleen lataus onnistui.'; +$strProcedures = 'Proseduurit'; $strProcesses = 'Prosessit'; $strProcesslist = 'Prosessilista'; $strProtocolVersion = 'Protokollan versio'; @@ -606,7 +624,7 @@ $strQBE = 'Haku'; $strQBEIns = 'Lis'; $strQueryCache = 'Kyselyvlimuisti'; $strQueryFrame = 'Kyselyikkuna'; -$strQueryOnDb = 'Suorita SQL-lause tietokannassa %s:'; +$strQueryOnDb = 'Suorita SQL-kysely tietokannassa %s:'; $strQueryResultsOperations = 'Kyselytulosten toimenpiteet'; $strQuerySQLHistory = 'SQL-historia'; $strQueryStatistics = 'Kyselytilastot: Tlle palvelimelle on lhetetty viime kynnistyksest lhtien %s kysely.'; @@ -653,8 +671,8 @@ $strRowsModeVertical = 'pystysuorassa'; $strRowsStatistic = 'Rivitilastot'; $strRunning = 'palvelimella %s'; $strRunQuery = 'Suorita'; -$strRunSQLQueryOnServer = 'Suorita SQL-lause(ita) palvelimella %s'; -$strRunSQLQuery = 'Suorita SQL-lauseita tietokannassa %s'; +$strRunSQLQueryOnServer = 'Suorita SQL-kysey(it) palvelimella %s'; +$strRunSQLQuery = 'Suorita SQL-kyselyit tietokannassa %s'; $strRussian = 'Venlinen'; $strSaveOnServer = 'Tallenna palvelimelle hakemistoon %s'; @@ -670,7 +688,7 @@ $strSearchOption3 = 'koko lause'; $strSearchOption4 = 'regexp-haku'; $strSearchResultsFor = 'Tulokset hakusanalla "%s" %s:'; $strSearchType = 'Hae:'; -$strSecretRequired = 'Konfiguraatiotiedosto vaatii nyt salatunnusta (blowfish_secret).'; +$strSecretRequired = 'Asetustiedosto vaatii nyt salalausetta (blowfish_secret).'; $strSelectADb = 'Valitse tietokanta'; $strSelectAll = 'Valitse kaikki'; $strSelectBinaryLog = 'Valitse nytettv binriloki'; @@ -682,6 +700,7 @@ $strSent = 'L $strServerChoice = 'Valitse palvelin'; $strServerNotResponding = 'Palvelin ei vastaa'; $strServer = 'Palvelin'; +$strServers = 'Palvelimet'; $strServerStatus = 'Ajonaikaiset tiedot'; $strServerStatusDelayedInserts = 'Viivstetyt insert-lauseet'; $strServerStatusUptime = 'Tm MySQL-palvelin on ollut kynniss %s. Se kynnistettiin %s.'; @@ -724,17 +743,17 @@ $strShowStatusHandler_read_rnd_nextDescr = 'Sellaisten pyynt $strShowStatusHandler_rollbackDescr = 'Sisisten ROLLBACK-lausekkeiden lukumr.'; $strShowStatusHandler_updateDescr = 'Taulun rivien pivityspyyntjen lukumr.'; $strShowStatusHandler_writeDescr = 'Niiden pyyntjen lukumr, jotka sijoittavat (INSERT) rivin taulukkoon.'; -$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Jotakin dataa (epsiisti tai siisti) sisltvien sivujen lukumr,'; +$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Jotakin dataa (epsiisti tai siisti) sisltvien sivujen lukumr'; $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Tll hetkell epsiistin olevien sivujen lukumr.'; -$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Puskurisilin sivujen lukumr, jotka on pyydetty siisti.'; -$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Vapaitten sivujen lukumr.'; +$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Siistittviksi pyydettyjen, puskurisiliss olevien sivujen lukumr.'; +$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Vapaiden sivujen lukumr.'; $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDB-puskurisilin lukittujen sivujen lukumr. Nm ovat sivuja, joita parhaillaan luetaan tai kirjoitetaan tai joita ei voida poistaa tai joiden vlimuistia ei voida tyhjent syyst tai toisesta.'; -$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Kertoo niiden sivujen lukumrn, jotka on kytss johtuen administratiivisen ylijmn, kuten rivinlukitusten tai mukautuvien hash-indeksien, varaamisesta. Tm arvo voidaan laskea mys nin: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; -$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Puskurisilin kokonaiskoko, sivuina.'; +$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Kertoo niiden sivujen lukumrn, jotka ovat kytss administratiivisen ylijmn, kuten rivinlukitusten tai mukautuvien hash-indeksien, varaamisesta johtuen. Tm arvo voidaan laskea mys nin: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; +$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Puskurisilin kokonaiskoko sivuina.'; $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDB:n alullepanemien umpimhkisten ennakkolukutapausten lukumr. Tm tapahtuu silloin kun suoritetaan kysely, joka ky lpi suuria alueita taulukosta umpimhkisess jrjestyksess.'; $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDB:n alullepanemien perttisten ennakkolukutapausten lukumr. Tm tapahtuu silloin kun InnoDB ky lpi kokonaisen taulun jrjestyksess.'; $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB:n suorittamien loogisten lukupyyntjen lukumr.'; -$strShowStatusInnodb_buffer_pool_readsDescr = 'Niiden loogisten lukutapausten lukumr, joihin InnoDB ei voinut vastata puskurisilist ja sen takia jouduttiin suorittamaan yksisivuinen luku.'; //? +$strShowStatusInnodb_buffer_pool_readsDescr = 'Loogisten lukukertojen mr, joita InnoDB ei voinut toteuttaa puskurisilist, ja InnoDB joutui lukemaan yhden sivun kerrallaan.'; $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Tavallisesti kirjoituspyynnt InnoDB-puskurisilin suoritetaan taustalla. Jos on kuitenkin luettava tai luotava sivu ja puhtaita sivuja ei ole saatavilla, joudutaan odottamaan, ett sivuja ensin tyhjennetn. Tm laskuri laskee tllaisten odotustapausten mrn. Jos puskurisilin koko on asetettu sopivaksi, tmn arvon pitisi olla alhainen.'; $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'InnoDB:n puskurisilin tehtyjen kirjoituspyyntjen lukumr.'; $strShowStatusInnodb_data_fsyncsDescr = 'fsync()-toimenpiteit thn menness.'; @@ -755,7 +774,7 @@ $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'K $strShowStatusInnodb_os_log_pending_writesDescr = 'Kynnis olevat lokitiedostokirjoitukset.'; $strShowStatusInnodb_os_log_writtenDescr = 'Lokitiedostoon kirjoitettujen tavujen mr.'; $strShowStatusInnodb_pages_createdDescr = 'Luotujen sivujen lukumr.'; -$strShowStatusInnodb_page_sizeDescr = 'InnoDB-sivun koko knnettyn (oletuksena 16KB). Useita arvoja lasketaan sivuina; ne voidaan sivun koon avulla muuttaa helposti tavuiksi.'; +$strShowStatusInnodb_page_sizeDescr = 'InnoDB-sivun koko knnettyn (oletuksena 16KB). Useita arvoja lasketaan sivuina; sivun koko sallii niiden helpon muuttamisen tavuiksi.'; $strShowStatusInnodb_pages_readDescr = 'Luettujen rivien lukumr.'; $strShowStatusInnodb_pages_writtenDescr = 'Kirjoitettujen sivujen lukumr.'; $strShowStatusInnodb_row_lock_current_waitsDescr = 'Tll hetkell odotettavien rivilukitusten lukumr.'; @@ -781,22 +800,22 @@ $strShowStatusOpen_filesDescr = 'Avoinna olevien tiedostojen lukum $strShowStatusOpen_streamsDescr = 'Avoinna olevien sikeiden lukumr (kytetn enimmkseen kirjaukseen).'; $strShowStatusOpen_tablesDescr = 'Avoinna olevien taulujen lukumr.'; $strShowStatusQcache_free_blocksDescr = 'Vapaitten muistilohkojen lukumr kyselyvlimuistissa.'; -$strShowStatusQcache_free_memoryDescr = 'Vapaan muistin mr kyselyvlimuistin kyttn.'; +$strShowStatusQcache_free_memoryDescr = 'Kyselyvlimuistin vapaan muistin mr.'; $strShowStatusQcache_hitsDescr = 'Vlimuistiosumien lukumr.'; $strShowStatusQcache_insertsDescr = 'Vlimuistiin sijoitettujen kyselyjen lukumr.'; -$strShowStatusQcache_lowmem_prunesDescr = 'Niiden kyselyjen lukumr, jotka on poistettu vlimuistista muistin vapauttamiseksi, jotta uusia kyselyj voitaisiin tallentaa vlimuistiin. Tmn tiedon avulla voit asettaa kyselyvlimuistin koon sopivaksi. Kyselyvlimuisti kytt LRU- eli "viimeksi vhiten kytetyt" -strategiaa pttmn, mitk kyselyt poistetaan vlimuistista.'; +$strShowStatusQcache_lowmem_prunesDescr = 'Niiden kyselyjen lukumr, jotka on poistettu vlimuistista muistin vapauttamiseksi, jotta uusia kyselyj voitaisiin tallentaa vlimuistiin. Tmn tiedon avulla voit asettaa kyselyvlimuistin koon sopivaksi. Kyselyvlimuisti kytt LRU- eli "viimeksi vhiten kytetyt" -toimintamallia pttkseen, mitk kyselyt poistetaan vlimuistista.'; $strShowStatusQcache_not_cachedDescr = 'Niiden kyselyjen lukumr, joita ei ole tallennettu vlimuistiin (ei ole voitu tallentaa vlimuistiin, tai ei muuten vain ole tallennettu sinne query_cache_type-asetuksesta johtuen).'; $strShowStatusQcache_queries_in_cacheDescr = 'Rekisterityjen kyselyjen lukumr vlimuistissa.'; $strShowStatusQcache_total_blocksDescr = 'Lohkojen kokonaislukumr kyselyvlimuistissa.'; $strShowStatusReset = 'Nollaa'; -$strShowStatusRpl_statusDescr = 'Replikaation vikasietotila (ei toteutettu viel).'; +$strShowStatusRpl_statusDescr = 'Replikaation vikasietotila (ei viel toteutettu).'; $strShowStatusSelect_full_joinDescr = 'Indeksej kyttmttmien liitosten lukumr. Jos tm arvo ei ole 0, sinun tulisi tarkistaa taulujesi indeksit tarkkaan.'; $strShowStatusSelect_full_range_joinDescr = 'Niiden liitosten lukumr, jotka kyttivt aluehakua viitetaulussa (reference table).'; $strShowStatusSelect_range_checkDescr = 'Avaimittomien liitosten lukumr, jotka varmistavat avaimien kytn joka rivin jlkeen. (Jos tm ei ole 0, sinun tulisi tarkistaa taulujesi indeksit huolella.)'; $strShowStatusSelect_rangeDescr = 'Niiden liitosten lukumr, jotka kyttivt alueita ensimmiseen tauluun. (Yleens ei ole vakavaa, vaikka tm arvo olisikin suuri.)'; $strShowStatusSelect_scanDescr = 'Liitosten lukumr, jotka suorittivat ensimmisest taulusta tydellisen tarkistuksen.'; $strShowStatusSlave_open_temp_tablesDescr = 'SQL-alisikeen avointen vliaikaistaulujen lukumr tll hetkell.'; -$strShowStatusSlave_retried_transactionsDescr = 'Replikaation SQL-alisikeen uudelleen yrittmien transkatioiden kokonaislukumr kynnistykses lhtien'; +$strShowStatusSlave_retried_transactionsDescr = 'Kertoo, kuinka monesti replikaation SQL-alisie on kaikkiaan uudelleen yrittnyt transkatioita kynnistyksest lhtien.'; $strShowStatusSlave_runningDescr = 'Tm on ON, mikli kyseinen palvelin on ppalvelimeen kytketty alipalvelin.'; $strShowStatusSlow_launch_threadsDescr = 'Niiden sikeiden lukumr, joiden luomiseen on kulunut aikaa enemmn kuin slow_launch_time sekuntia.'; $strShowStatusSlow_queriesDescr = 'Niiden kyselyjen lukumr, joiden suorittamiseen on kulunut aikaa enemmn kuin long_query_time sekuntia.'; @@ -812,11 +831,11 @@ $strShowStatusThreads_createdDescr = 'Yhteyksien k $strShowStatusThreads_runningDescr = 'Niiden sikeiden lukumr, jotka eivt ole unessa.'; $strShowTableDimension = 'Nyt taulujen ulottuvuus'; $strShowTables = 'Nyt taulut'; -$strShowThisQuery = ' Nyt lause uudelleen '; +$strShowThisQuery = ' Nyt kyselylause uudelleen '; $strSimplifiedChinese = 'Yksinkertaistettu kiina'; $strSingly = '(yksitellen)'; $strSize = 'Koko'; -$strSkipQueries = 'Tiedoston alusta ohitettavien merkintjen (kyselyjen) mr'; +$strSkipQueries = 'Tiedoston alusta ohitettavien tietueiden (kyselyjen) mr'; $strSlovak = 'Slovakialainen'; $strSlovenian = 'Slovenialainen'; $strSocketProblem = "(tai paikallisen MySQL-palvelimen sockettia ei ole konfiguroitu oikein)"; @@ -830,10 +849,10 @@ $strSQLCompatibility = 'SQL-yhteensopiva tila'; $strSQLExportType = 'Vientityyppi'; $strSQLImportOptions = 'SQL-valinnat'; $strSQLOptions = 'SQL-valinnat'; -$strSQLParserBugMessage = 'Olet mahdollisesti lytnyt ohjelmointivirheen SQL-parserista. Tarkista SQL-lauseesi, erityisesti lainausmerkit merkkijonojen alusta ja lopusta. Toinen mahdollinen virheen aiheuttaja on se, ett olet siirtmss tiedostoa, jossa on binridataa lainausmerkkien ulkopuolella. Jos mahdollista, kokeile SQL-lausettasi suoraan komentorivilt. MySQL:n antama virheilmoitus nkyy alla, jos palvelin sellaisen antoi. Jos lause toimi komentorivill, mutta ei phpMyAdminissa, kokeile etsi se rivi, joka virheilmoituksen aiheutti ja lhet meille bugiraportti, johon liitt alla olevan koodin:'; -$strSQLParserUserError = 'SQL-lauseessasi oli virhe. SQL-haussasi nytt olevan jokin virhe. MySQL:n antama virheilmoitus nkyy alla, jos palvelin sellaisen antoi.'; -$strSQLQuery = 'SQL-lause'; -$strSQLResult = 'SQL-lauseen tulos'; +$strSQLParserBugMessage = 'Olet mahdollisesti lytnyt ohjelmointivirheen SQL-parserista. Tarkista SQL-lauseesi, erityisesti lainausmerkit merkkijonojen alusta ja lopusta. Toinen mahdollinen virheen aiheuttaja on se, ett olet siirtmss tiedostoa, jossa on binridataa lainausmerkkien ulkopuolella. Jos mahdollista, kokeile SQL-lausettasi suoraan komentorivilt. MySQL:n antama virheilmoitus nkyy alla, mikli palvelin sellaisen antoi. Jos lause toimi komentorivilt, mutta ei phpMyAdminista, etsi se rivi jolla virheilmoitus ilmeni ja lhet meille virheraportti, johon liitt alla olevan koodin:'; +$strSQLParserUserError = 'SQL-lauseessasi nytt olevan jokin virhe. MySQL-palvelimen antama virheilmoitus nkyy alla, mikli palvelin sellaisen antoi.'; +$strSQLQuery = 'SQL-kysely'; +$strSQLResult = 'SQL-kyselyn tulos'; $strSQL = 'SQL'; $strSQPBugInvalidIdentifer = 'Tunniste ei kelpaa'; $strSQPBugUnclosedQuote = 'Toinen lainausmerkki puuttuu merkkijonon lopusta'; @@ -850,11 +869,12 @@ $strStrucCSV = 'CSV-muotoinen data'; $strStrucData = 'Rakenne ja data'; $strStrucExcelCSV = 'MS Excelin CSV-muoto'; $strStrucNativeExcel = 'Natiivi MS Excel -data'; +$strStrucNativeExcelOptions = 'Natiivin Excel-viennin valinnat'; $strStrucOnly = 'Vain rakenne'; $strStructPropose = 'Esit taulun rakenne'; $strStructure = 'Rakenne'; $strSubmit = 'Lhet'; -$strSuccess = 'SQL-lause suoritettu'; +$strSuccess = 'SQL-kysely suoritettu onnistuneesti'; $strSum = 'Summa'; $strSwedish = 'Ruotsalainen'; $strSwitchToDatabase = 'Siirry kopioituun tietokantaan'; @@ -899,6 +919,7 @@ $strTraditionalSpanish = 'Perinteinen espanja'; $strTraffic = 'Liikenne'; $strTransactionCoordinator = 'Transaktion koordinaattori'; $strTransformation_application_octetstream__download = 'Nyt linkki kentn binridatan imurointiin. Ensimminen valinta on binritiedoston tiedostonimi. Toinen valinta on mahdollisen taulun rivin kenttnimi, jolla tiedostonimi sijaitsee. Jos kytt toista (2) valintaa, sinun on asetettava ensimminen valinta tyhjksi.'; +$strTransformation_application_octetstream__hex = 'Nytt tiedon heksalukuina. Valinnainen, ensimminen parametri mrittelee, kuinka usein vlilynti listn (oletusarvo on 2).'; $strTransformation_image_jpeg__inline = 'Nytt klikattavan pikkukuvan; valinnat: leveyden,korkeuden pikselein (silytt alkuperisen suhteen)'; $strTransformation_image_jpeg__link = 'Nytt linkin thn kuvaan (eli suora blob-imurointi).'; $strTransformation_image_png__inline = 'Katso image/jpeg: inline'; @@ -925,7 +946,8 @@ $strUpdateProfileMessage = 'Profiili on p $strUpdateQuery = 'Pivit kysely'; $strUpdComTab = 'Tarkista dokumentaatiosta, kuinka voit pivitt Column_comments-taulusi'; $strUpgrade = 'Sinun pitisi pivitt versioon %s %s tai myhempn.'; -$strUploadLimit = 'Yritit todennkisesti ladata palvelimelle liian suurta tiedostoa. Viittaa %sdokumentaatioon%s saadaksesi tietoja tmn rajoituksen muuttamisesta.'; +$strUploadLimit = 'Yritit todennkisesti lhett palvelimelle liian suurta tiedostoa. Katso listietoja %sdokumentaatiosta%s tmn rajoituksen muuttamiseksi.'; +$strUploadsNotAllowed = 'Tiedostojen lhetyst ei ole sallittu tll palvelimella.'; $strUsage = 'Kytt'; $strUseBackquotes = 'Pane taulujen ja sarakkeiden nimet lainausmerkkeihin'; $strUsedPhpExtensions = 'Kytss olevat PHP-laajennukset'; @@ -944,7 +966,7 @@ $strUseTextField = 'K $strUseThisValue = 'Kyt tt arvoa'; $strValidateSQL = 'Tarkista SQL-lause'; -$strValidatorError = 'SQL-validaattoria ei voitu kynnist. Tarkista, ett olet asentanut tarpeelliset PHP-laajennukset. Lis tietoa lytyy %sdokumentaatiosta%s.'; +$strValidatorError = 'SQL-validaattoria ei voitu kynnist. Tarkista, ett olet asentanut tarpeelliset PHP-laajennukset. Listietoa lytyy %sdokumentaatiosta%s.'; $strValue = 'Arvo'; $strVar = 'Muuttuja'; $strVersionInformation = "Versiotiedot"; @@ -967,6 +989,7 @@ $strWritingCommentNotPossible = 'Kommentin kirjoittaminen ei ole mahdollista'; $strWritingRelationNotPossible = 'Relaation kirjoittaminen ei ole mahdollista'; $strWrongUser = 'Vr kyttjtunnus tai salasana. Psy kielletty.'; +$strXMLOptions = 'XML-valinnat'; $strXML = 'XML'; $strYes = 'Kyll'; @@ -974,39 +997,4 @@ $strYes = 'Kyll $strZeroRemovesTheLimit = 'Huom: Niden valintojen asettaminen nollaksi (0) poistaa rajoituksen.'; $strZip = '"zip-pakattu"'; -// To translate: - -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate - -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate - -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate - -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate - -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate - -$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate - -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate - -$strXMLOptions = 'XML options'; //to translate - -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/finnish-iso-8859-15.inc.php b/lang/finnish-iso-8859-15.inc.php index 9f1ca7531..2ee019d5f 100644 --- a/lang/finnish-iso-8859-15.inc.php +++ b/lang/finnish-iso-8859-15.inc.php @@ -21,8 +21,6 @@ $datefmt = '%d.%m.%Y klo %H:%M'; $timespanfmt = '%s piv, %s tuntia, %s minuuttia ja %s sekuntia'; -'Kertoo, kuinka monesti replikaation SQL-alisie on uudelleen yrittnyt transkatioita kaikkiaan kynnistyksest lhtien.'; - $strAbortedClients = 'Keskeytetty'; $strAbsolutePathToDocSqlDir = 'Anna tydellinen polku docSQL-hakemistoon Internet-palvelimella'; $strAccessDeniedCreateConfig = 'Todennkinen syy tlle on se, ettet ole luonut asetustiedostoa. Voit kytt %1$sasetusskripti%2$s asetustiedoston luomiseen.'; @@ -56,7 +54,7 @@ $strAfter = 'J $strAll = 'Kaikki'; $strAllowInterrupt = 'Salli tuonnin keskeyttminen, mikli skripti huomaa ylittvns aikarajoituksen. Tt kannattaa kytt suurten tiedostojen tuomiseen; se voi kuitenkin aiheuttaa hiriit transaktioihin.'; $strAllTableSameWidth = 'Nyt kaikki taulut samanlevyisin?'; -$strAlterOrderBy = 'Jrjest taulu'; +$strAlterOrderBy = 'Lajittele taulu'; $strAnalyzeTable = 'Analysoi taulu'; $strAnd = 'Ja'; $strAndThen = 'ja sen jlkeen'; @@ -90,11 +88,11 @@ $strBinLogPosition = 'Sijainti'; $strBinLogServerId = 'Palvelimen ID'; $strBookmarkAllUsers = 'Anna kaikkien kyttjien pst ksiksi thn kirjanmerkkiin'; $strBookmarkCreated = 'Kirjanmerkki %s luotu'; -$strBookmarkDeleted = 'Tallennettu SQL-lause on poistettu.'; +$strBookmarkDeleted = 'Kirjanmerkki on poistettu.'; $strBookmarkLabel = 'Tunniste'; -$strBookmarkQuery = 'Tallennettu SQL-lause'; +$strBookmarkQuery = 'Tallennettu SQL-kysely'; $strBookmarkReplace = 'Korvaa saman niminen, olemassa oleva kirjanmerkki'; -$strBookmarkThis = 'Tallenna SQL-lause'; +$strBookmarkThis = 'Tallenna SQL-kysely'; $strBookmarkView = 'Nyt'; $strBrowseDistinctValues = 'Selaa erillisi arvoja'; $strBrowseForeignValues = 'Selaa vieraita arvoja'; @@ -109,9 +107,10 @@ $strBufferWriteWaits = 'Viive ennen kirjoitusta'; $strBulgarian = 'Bulgarialainen'; $strBusyPages = "Kytss olevat sivut"; $strBzError = 'phpMyAdmin ei voinut pakata vedosta johtuen rikkinisest Bz2-laajennuksesta tss php:n versiossa. On suositeltavaa asettaa $cfg[\'BZipDump\']-direktiivi phpMyAdminin konfigurointitiedostosta arvoksi FALSE. Jos haluat kytt Bz2-pakkauksen toimintoja, sinun pit pivitt uusimpaan php:n versioon. Katso listietoja php bug reportista: %s .'; -$strBzip = '"bzip-pakattu"'; +$strBzip = '"bzip-pakkaus"'; $strCalendar = 'Kalenteri'; +$strCanNotLoadExportPlugins = 'Vientilisosia ei voitu ladata; tarkista asennuksesi!'; $strCanNotLoadImportPlugins = 'Tuontiin tarvittavaa lisosaa ei voida tuoda, tarkista asennuksen asetukset!'; $strCannotLogin = 'MySQL-palvelimelle ei voitu kirjautua sisn'; $strCantLoad = 'en voi ladata laajennusta %s,
        ole hyv, ja tarkista PHP:n asetukset'; @@ -174,6 +173,10 @@ $strCreateNewDatabase = 'Luo uusi tietokanta'; $strCreateNewTable = 'Luo uusi taulu tietokantaan %s'; $strCreatePage = 'Luo uusi sivu'; $strCreatePdfFeat = 'PDF-tiedostojen luonti'; +$strCreateUserDatabaseName = 'Luo saman niminen tietokanta ja anna kaikki oikeudet'; +$strCreateUserDatabaseNone = 'Ei mitn'; +$strCreateUserDatabase = 'Tietokanta kyttjlle'; +$strCreateUserDatabaseWildcard = 'Anna kaikki oikeudet tietokannalle jokerimerkki kytten (username_%)'; $strCreationDates = 'Luonti/pivitys/tarkistus -pivykset'; $strCriteria = 'Hakuehdot'; $strCroatian = 'Kroaatti'; @@ -192,7 +195,7 @@ $strDatabaseNoTable = 'T $strDatabasesDropped = '%s tietokantaa pudotettiin onnistuneesti.'; $strDatabasesStatsDisable = 'Poista tilastot kytst'; $strDatabasesStatsEnable = 'Ota tilastot kyttn'; -$strDatabasesStatsHeavyTraffic = 'Huom: Tietokantatilastojen kyttnotto tlt ksin saattaa aiheuttaa runsaasti liikennett Internet-palvelimen ja MySQL-palvelimen vlill.'; +$strDatabasesStatsHeavyTraffic = 'Huom: Tietokantatilastojen kyttnotto tlt ksin saattaa aiheuttaa runsaasti liikennett Internet-palvelimen ja MySQL-palvelimen vlille.'; $strDatabasesStats = 'Tietokantatilastot'; $strDatabases = 'Tietokannat'; $strDatabase = 'Tietokanta'; @@ -226,6 +229,7 @@ $strDeletedRows = 'Poistetut rivit:'; $strDeleteNoUsersSelected = 'Yhtn kyttj ei valittu poistettavaksi!'; $strDelete = 'Poista'; $strDeleting = 'Poistetaan: %s'; +$strDelimiter = 'Rajamerkki'; $strDelOld = 'Nykyisell sivulla on viittauksia tauluihin, joita ei en ole olemassa. Haluatko poistaa nuo viittaukset?'; $strDescending = 'Laskeva'; $strDescription = 'Kuvaus'; @@ -265,6 +269,7 @@ $strEngineUnsupported = "T $strEnglish = 'Englantilainen'; $strEnglishPrivileges = ' Huom! MySQL-kyttoikeuksien nimet ovat englanniksi! '; $strErrorInZipFile = 'Virhe ZIP-paketissa:'; +$strErrorRenamingTable = 'Virhe annettaessa taululle %1$s nime %2$s'; $strError = 'Virhe'; $strEscapeWildcards = 'Jokerimerkkien _ ja % eteen on listtv \-merkki, jotta ne nkyisivt oikein'; $strEsperanto = 'Esperanto'; @@ -272,9 +277,10 @@ $strEstonian = 'Virolainen'; $strExcelEdition = 'Excel-muokkaus'; $strExcelOptions = 'Excel-valinnat'; $strExecuteBookmarked = 'Suorita kirjanmerkkeihin listty kysynt'; -$strExplain = 'Selit SQL-lause'; +$strExplain = 'Selit SQL-kysely'; +$strExportMustBeFile = 'Valittu vientityyppi on tallennettava tiedostoon!'; $strExport = 'Vienti'; -$strExtendedInserts = 'Yhteinen insert-lause'; +$strExtendedInserts = 'Laajennetut insert-lauseet'; $strExtra = 'Listiedot'; $strFailedAttempts = 'Eponnistuneet yritykset'; @@ -290,7 +296,7 @@ $strFileCouldNotBeRead = 'Tiedostoa ei voida lukea'; $strFileNameTemplateDescriptionDatabase = 'tietokannan nimi'; $strFileNameTemplateDescriptionServer = 'palvelimen nimi'; $strFileNameTemplateDescriptionTable = 'taulukon nimi'; -$strFileNameTemplateDescription = 'Tm arvo on %1$sstrftime%2$s-funktion mukainen, joten voit kytt ajanmuodostostukseen kytettyj merkkijonoja. Lisksi tapahtuu seuraavat muutokset: %3$s. Muu teksti pysyy alkuperisen.'; +$strFileNameTemplateDescription = 'Tm arvo on %1$sstrftime%2$s-funktion mukainen, joten voit kytt ajanmuodostostukseen kytettvi merkkijonoja. Lisksi tapahtuu seuraavat muutokset: %3$s. Muu teksti pysyy alkuperisen.'; $strFileNameTemplateRemember = 'muista pohja'; $strFileNameTemplate = 'Tiedostonimen pohja'; $strFileToImport = 'Tuotava tiedosto'; @@ -299,11 +305,13 @@ $strFlushPrivilegesNote = 'Huom: phpMyAdmin hakee k $strFlushQueryCache = 'Tyhjenn kyselymuisti'; $strFlushTables = 'Tyhjenn (sulje) kaikki taulut'; $strFlushTable = 'Tyhjenn taulun vlimuisti ("FLUSH")'; +$strFontSize = 'Fonttikoko'; $strFormat = 'Muoto'; $strFormEmpty = 'Tarvittava tieto puuttuu lomakkeesta!'; $strFreePages = "Vapaat sivut"; $strFullText = 'Koko tekstit'; $strFunction = 'Funktio'; +$strFunctions = 'Funktiot'; $strGenBy = 'Luontiymprist'; $strGeneralRelationFeat = 'Yleiset relaatio-ominaisuudet'; @@ -316,9 +324,9 @@ $strGlobal = 'globaali'; $strGlobalPrivileges = 'Globaalit kyttoikeudet'; $strGlobalValue = 'Globaali arvo'; $strGo = 'Siirry'; -$strGrantOption = 'Oikeus (Grant)'; +$strGrantOption = 'Saantioikeus (Grant)'; $strGreek = 'Kreikkalainen'; -$strGzip = '"gzip-pakattu"'; +$strGzip = '"gzip-pakkaus"'; $strHandler = 'Ksittelij'; $strHasBeenAltered = 'on muutettu.'; @@ -380,12 +388,14 @@ $strInvalidColumn = 'Virheellinen sarake (%s) m $strInvalidCSVFieldCount = 'Virheellinen kenttien mr CSV-sytteess rivill %d.'; $strInvalidCSVFormat = 'Virheellinen muoto CSV-sytteess rivill %d.'; $strInvalidCSVParameter = 'Virheellinen parametri CSV-tuonnille: %s'; +$strInvalidDatabase = 'Virheellinen tietokanta'; $strInvalidFieldAddCount = 'Sinun on listtv vhintn yksi kentt.'; $strInvalidFieldCount = 'Taulussa tytyy olla vhintn yksi kentt.'; $strInvalidLDIImport = 'Tm lisosa ei tue pakattujen tuontien kytt!'; $strInvalidRowNumber = '%d on virheellinen rivinumero.'; -$strInvalidServerHostname = 'Virheellinen nimi palvelimelle %1$s. Tarkista asetukset.'; +$strInvalidServerHostname = 'Palvelimella %1$s virheellinen nimi. Tarkista asetukset.'; $strInvalidServerIndex = 'Virheellinen palvelinindeksi: "%s"'; +$strInvalidTableName = 'Virheellinen taulun nimi'; $strJapanese = 'Japanilainen'; $strJoins = 'Liitokset'; @@ -401,6 +411,7 @@ $strKorean = 'Korealainen'; $strLandscape = 'Landscape'; $strLanguageFileNotFound = 'Kielitiedostoa "%1$s" ei lydy.'; +$strLanguage = 'Kieli'; $strLanguageUnknown = 'Tuntematon kieli: %1$s.'; $strLatchedPages = "Lukitut sivut"; $strLatexCaption = 'Taulun otsikko'; @@ -433,7 +444,7 @@ $strLogUsername = 'K $strLongOperation = "Tm toimenpide saattaa kest pitkn. Jatketaanko silti?"; $strMaxConnects = 'enim. yhtaikaisia yhteyksi'; -$strMaximalQueryLength = 'Luotavan kyselyn enimmispituus'; +$strMaximalQueryLength = 'Luodun kyselyn enimmispituus'; $strMaximumSize = 'Enimmiskoko: %s%s'; $strMbExtensionMissing = 'PHP-laajennusta mbstring ei lytynyt ja vaikuttaa silt, ett kytt multibyte-merkistkoodausta. Ilman mbstring-laajennusta phpMyAdmin ei osaa jaotella merkkijonoja oikein, ja tm saattaa johtaa odottamattomiin tuloksiin.'; $strMbOverloadWarning = 'PHP:n asetuksissa on "mbstring.func_overload" -valinta pll. Tm valinta ei sovi yhteen phpMyAdminin kanssa ja saattaa aiheuttaa jonkin datan hajoamiseen!'; @@ -480,11 +491,12 @@ $strNext = 'Seuraava'; $strNoActivity = 'Ollut toimettomana %s sekuntia tai enemmn. Kirjaudu sisn uudestaan.'; $strNoDatabases = 'Ei tietokantoja'; $strNoDatabasesSelected = 'Et valinnut yhtn tietokantaa.'; +$strNoDataReceived = 'Mitn tietoa ei ole saatu tuotavaksi. Joko mitn tiedostonime ei annettu tai tiedoston koko ylitti PHP:n asetusten salliman enimmiskoon. Katso FAQ 1.16.'; $strNoDescription = 'ei selityst'; $strNoDetailsForEngine = "Tmn tallennustilamoottorin tilasta ei ole saatavilla tarkkoja tietoja."; $strNoDropDatabases = '"DROP DATABASE"-lauseiden kytt on estetty.'; $strNo = 'Ei'; -$strNoExplain = 'l selit SQL-lausetta'; +$strNoExplain = 'l selit SQL-kysely'; $strNoFilesFoundInZip = 'ZIP-paketista ei lytynyt yhtn tiedostoa!'; $strNoFrames = 'phpMyAdmin toimii parhaiten kehyksi tukevalla selaimella.'; $strNoIndex = 'Indeksi ei ole mritelty!'; @@ -500,12 +512,12 @@ $strNoRights = 'Sinulla ei ole tarpeeksi oikeuksia!'; $strNoRowsSelected = 'Ei yhtn rivi valittu'; $strNoSpace = 'Liian vhn tilaa tiedoston %s tallentamiseen.'; $strNoTablesFound = 'Tietokannasta ei lytynyt yhtn taulua.'; -$strNoThemeSupport = 'Ei tukea teemojen kyttn. Tarkista konfiguraatiot ja/tai teemasi hakemistosta %s.'; +$strNoThemeSupport = 'Ei tukea teemojen kyttn. Tarkista asetukset ja/tai teemasi hakemistosta %s.'; $strNotNumber = 'Tm ei ole numero!'; $strNotOK = 'Ei kunnossa'; $strNotSet = '%s-taulua ei lytynyt tai sit ei ole mritelty %s-tiedostossa'; $strNoUsersFound = 'Kyttji ei lytynyt.'; -$strNoValidateSQL = 'l tarkista SQL-lausetta'; +$strNoValidateSQL = 'l tarkista SQL-kysely'; $strNull = 'Tyhj'; $strNumberOfFields = 'Kenttien lukumr'; $strNumSearchResultsInTable = '%s hakutulosta taulussa %s'; @@ -513,6 +525,10 @@ $strNumSearchResultsTotal = 'Yhteens $strNumTables = 'Taulut'; $strOK = 'Kunnossa'; +$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; +$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet -valinnat'; +$strOpenDocumentText = 'Open Document Text'; +$strOpenDocumentTextOptions = 'Open Document Text -valinnat'; $strOpenNewWindow = 'Avaa uusi phpMyAdmin-ikkuna'; $strOperations = 'Toiminnot'; $strOperator = 'Operaattori'; @@ -536,6 +552,7 @@ $strPdfInvalidTblName = 'Taulua "%s" ei l $strPdfNoTables = 'Ei tauluja'; $strPDFOptions = 'PDF-valinnat'; $strPDF = 'PDF'; +$strPDFReportExplanation = '(Luo raportin, joka sislt yksittisen taulun tiedot'; $strPDFReportTitle = 'Raportin otsikko'; $strPerHour = 'tunnissa'; $strPerMinute = 'minuutissa'; @@ -596,6 +613,7 @@ $strPrivDescUpdate = 'Sallii datan muuttamisen.'; $strPrivDescUsage = 'Ei kyttoikeuksia.'; $strPrivileges = 'Kyttoikeudet'; $strPrivilegesReloaded = 'Kyttoikeuksien uudelleen lataus onnistui.'; +$strProcedures = 'Proseduurit'; $strProcesses = 'Prosessit'; $strProcesslist = 'Prosessilista'; $strProtocolVersion = 'Protokollan versio'; @@ -606,7 +624,7 @@ $strQBE = 'Haku'; $strQBEIns = 'Lis'; $strQueryCache = 'Kyselyvlimuisti'; $strQueryFrame = 'Kyselyikkuna'; -$strQueryOnDb = 'Suorita SQL-lause tietokannassa %s:'; +$strQueryOnDb = 'Suorita SQL-kysely tietokannassa %s:'; $strQueryResultsOperations = 'Kyselytulosten toimenpiteet'; $strQuerySQLHistory = 'SQL-historia'; $strQueryStatistics = 'Kyselytilastot: Tlle palvelimelle on lhetetty viime kynnistyksest lhtien %s kysely.'; @@ -653,8 +671,8 @@ $strRowsModeVertical = 'pystysuorassa'; $strRowsStatistic = 'Rivitilastot'; $strRunning = 'palvelimella %s'; $strRunQuery = 'Suorita'; -$strRunSQLQueryOnServer = 'Suorita SQL-lause(ita) palvelimella %s'; -$strRunSQLQuery = 'Suorita SQL-lauseita tietokannassa %s'; +$strRunSQLQueryOnServer = 'Suorita SQL-kysey(it) palvelimella %s'; +$strRunSQLQuery = 'Suorita SQL-kyselyit tietokannassa %s'; $strRussian = 'Venlinen'; $strSaveOnServer = 'Tallenna palvelimelle hakemistoon %s'; @@ -670,7 +688,7 @@ $strSearchOption3 = 'koko lause'; $strSearchOption4 = 'regexp-haku'; $strSearchResultsFor = 'Tulokset hakusanalla "%s" %s:'; $strSearchType = 'Hae:'; -$strSecretRequired = 'Konfiguraatiotiedosto vaatii nyt salatunnusta (blowfish_secret).'; +$strSecretRequired = 'Asetustiedosto vaatii nyt salalausetta (blowfish_secret).'; $strSelectADb = 'Valitse tietokanta'; $strSelectAll = 'Valitse kaikki'; $strSelectBinaryLog = 'Valitse nytettv binriloki'; @@ -682,6 +700,7 @@ $strSent = 'L $strServerChoice = 'Valitse palvelin'; $strServerNotResponding = 'Palvelin ei vastaa'; $strServer = 'Palvelin'; +$strServers = 'Palvelimet'; $strServerStatus = 'Ajonaikaiset tiedot'; $strServerStatusDelayedInserts = 'Viivstetyt insert-lauseet'; $strServerStatusUptime = 'Tm MySQL-palvelin on ollut kynniss %s. Se kynnistettiin %s.'; @@ -724,17 +743,17 @@ $strShowStatusHandler_read_rnd_nextDescr = 'Sellaisten pyynt $strShowStatusHandler_rollbackDescr = 'Sisisten ROLLBACK-lausekkeiden lukumr.'; $strShowStatusHandler_updateDescr = 'Taulun rivien pivityspyyntjen lukumr.'; $strShowStatusHandler_writeDescr = 'Niiden pyyntjen lukumr, jotka sijoittavat (INSERT) rivin taulukkoon.'; -$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Jotakin dataa (epsiisti tai siisti) sisltvien sivujen lukumr,'; +$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Jotakin dataa (epsiisti tai siisti) sisltvien sivujen lukumr'; $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Tll hetkell epsiistin olevien sivujen lukumr.'; -$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Puskurisilin sivujen lukumr, jotka on pyydetty siisti.'; -$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Vapaitten sivujen lukumr.'; +$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Siistittviksi pyydettyjen, puskurisiliss olevien sivujen lukumr.'; +$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Vapaiden sivujen lukumr.'; $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDB-puskurisilin lukittujen sivujen lukumr. Nm ovat sivuja, joita parhaillaan luetaan tai kirjoitetaan tai joita ei voida poistaa tai joiden vlimuistia ei voida tyhjent syyst tai toisesta.'; -$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Kertoo niiden sivujen lukumrn, jotka on kytss johtuen administratiivisen ylijmn, kuten rivinlukitusten tai mukautuvien hash-indeksien, varaamisesta. Tm arvo voidaan laskea mys nin: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; -$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Puskurisilin kokonaiskoko, sivuina.'; +$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Kertoo niiden sivujen lukumrn, jotka ovat kytss administratiivisen ylijmn, kuten rivinlukitusten tai mukautuvien hash-indeksien, varaamisesta johtuen. Tm arvo voidaan laskea mys nin: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; +$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Puskurisilin kokonaiskoko sivuina.'; $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDB:n alullepanemien umpimhkisten ennakkolukutapausten lukumr. Tm tapahtuu silloin kun suoritetaan kysely, joka ky lpi suuria alueita taulukosta umpimhkisess jrjestyksess.'; $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDB:n alullepanemien perttisten ennakkolukutapausten lukumr. Tm tapahtuu silloin kun InnoDB ky lpi kokonaisen taulun jrjestyksess.'; $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB:n suorittamien loogisten lukupyyntjen lukumr.'; -$strShowStatusInnodb_buffer_pool_readsDescr = 'Niiden loogisten lukutapausten lukumr, joihin InnoDB ei voinut vastata puskurisilist ja sen takia jouduttiin suorittamaan yksisivuinen luku.'; //? +$strShowStatusInnodb_buffer_pool_readsDescr = 'Loogisten lukukertojen mr, joita InnoDB ei voinut toteuttaa puskurisilist, ja InnoDB joutui lukemaan yhden sivun kerrallaan.'; $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Tavallisesti kirjoituspyynnt InnoDB-puskurisilin suoritetaan taustalla. Jos on kuitenkin luettava tai luotava sivu ja puhtaita sivuja ei ole saatavilla, joudutaan odottamaan, ett sivuja ensin tyhjennetn. Tm laskuri laskee tllaisten odotustapausten mrn. Jos puskurisilin koko on asetettu sopivaksi, tmn arvon pitisi olla alhainen.'; $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'InnoDB:n puskurisilin tehtyjen kirjoituspyyntjen lukumr.'; $strShowStatusInnodb_data_fsyncsDescr = 'fsync()-toimenpiteit thn menness.'; @@ -755,7 +774,7 @@ $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'K $strShowStatusInnodb_os_log_pending_writesDescr = 'Kynnis olevat lokitiedostokirjoitukset.'; $strShowStatusInnodb_os_log_writtenDescr = 'Lokitiedostoon kirjoitettujen tavujen mr.'; $strShowStatusInnodb_pages_createdDescr = 'Luotujen sivujen lukumr.'; -$strShowStatusInnodb_page_sizeDescr = 'InnoDB-sivun koko knnettyn (oletuksena 16KB). Useita arvoja lasketaan sivuina; ne voidaan sivun koon avulla muuttaa helposti tavuiksi.'; +$strShowStatusInnodb_page_sizeDescr = 'InnoDB-sivun koko knnettyn (oletuksena 16KB). Useita arvoja lasketaan sivuina; sivun koko sallii niiden helpon muuttamisen tavuiksi.'; $strShowStatusInnodb_pages_readDescr = 'Luettujen rivien lukumr.'; $strShowStatusInnodb_pages_writtenDescr = 'Kirjoitettujen sivujen lukumr.'; $strShowStatusInnodb_row_lock_current_waitsDescr = 'Tll hetkell odotettavien rivilukitusten lukumr.'; @@ -781,22 +800,22 @@ $strShowStatusOpen_filesDescr = 'Avoinna olevien tiedostojen lukum $strShowStatusOpen_streamsDescr = 'Avoinna olevien sikeiden lukumr (kytetn enimmkseen kirjaukseen).'; $strShowStatusOpen_tablesDescr = 'Avoinna olevien taulujen lukumr.'; $strShowStatusQcache_free_blocksDescr = 'Vapaitten muistilohkojen lukumr kyselyvlimuistissa.'; -$strShowStatusQcache_free_memoryDescr = 'Vapaan muistin mr kyselyvlimuistin kyttn.'; +$strShowStatusQcache_free_memoryDescr = 'Kyselyvlimuistin vapaan muistin mr.'; $strShowStatusQcache_hitsDescr = 'Vlimuistiosumien lukumr.'; $strShowStatusQcache_insertsDescr = 'Vlimuistiin sijoitettujen kyselyjen lukumr.'; -$strShowStatusQcache_lowmem_prunesDescr = 'Niiden kyselyjen lukumr, jotka on poistettu vlimuistista muistin vapauttamiseksi, jotta uusia kyselyj voitaisiin tallentaa vlimuistiin. Tmn tiedon avulla voit asettaa kyselyvlimuistin koon sopivaksi. Kyselyvlimuisti kytt LRU- eli "viimeksi vhiten kytetyt" -strategiaa pttmn, mitk kyselyt poistetaan vlimuistista.'; +$strShowStatusQcache_lowmem_prunesDescr = 'Niiden kyselyjen lukumr, jotka on poistettu vlimuistista muistin vapauttamiseksi, jotta uusia kyselyj voitaisiin tallentaa vlimuistiin. Tmn tiedon avulla voit asettaa kyselyvlimuistin koon sopivaksi. Kyselyvlimuisti kytt LRU- eli "viimeksi vhiten kytetyt" -toimintamallia pttkseen, mitk kyselyt poistetaan vlimuistista.'; $strShowStatusQcache_not_cachedDescr = 'Niiden kyselyjen lukumr, joita ei ole tallennettu vlimuistiin (ei ole voitu tallentaa vlimuistiin, tai ei muuten vain ole tallennettu sinne query_cache_type-asetuksesta johtuen).'; $strShowStatusQcache_queries_in_cacheDescr = 'Rekisterityjen kyselyjen lukumr vlimuistissa.'; $strShowStatusQcache_total_blocksDescr = 'Lohkojen kokonaislukumr kyselyvlimuistissa.'; $strShowStatusReset = 'Nollaa'; -$strShowStatusRpl_statusDescr = 'Replikaation vikasietotila (ei toteutettu viel).'; +$strShowStatusRpl_statusDescr = 'Replikaation vikasietotila (ei viel toteutettu).'; $strShowStatusSelect_full_joinDescr = 'Indeksej kyttmttmien liitosten lukumr. Jos tm arvo ei ole 0, sinun tulisi tarkistaa taulujesi indeksit tarkkaan.'; $strShowStatusSelect_full_range_joinDescr = 'Niiden liitosten lukumr, jotka kyttivt aluehakua viitetaulussa (reference table).'; $strShowStatusSelect_range_checkDescr = 'Avaimittomien liitosten lukumr, jotka varmistavat avaimien kytn joka rivin jlkeen. (Jos tm ei ole 0, sinun tulisi tarkistaa taulujesi indeksit huolella.)'; $strShowStatusSelect_rangeDescr = 'Niiden liitosten lukumr, jotka kyttivt alueita ensimmiseen tauluun. (Yleens ei ole vakavaa, vaikka tm arvo olisikin suuri.)'; $strShowStatusSelect_scanDescr = 'Liitosten lukumr, jotka suorittivat ensimmisest taulusta tydellisen tarkistuksen.'; $strShowStatusSlave_open_temp_tablesDescr = 'SQL-alisikeen avointen vliaikaistaulujen lukumr tll hetkell.'; -$strShowStatusSlave_retried_transactionsDescr = 'Replikaation SQL-alisikeen uudelleen yrittmien transkatioiden kokonaislukumr kynnistykses lhtien'; +$strShowStatusSlave_retried_transactionsDescr = 'Kertoo, kuinka monesti replikaation SQL-alisie on kaikkiaan uudelleen yrittnyt transkatioita kynnistyksest lhtien.'; $strShowStatusSlave_runningDescr = 'Tm on ON, mikli kyseinen palvelin on ppalvelimeen kytketty alipalvelin.'; $strShowStatusSlow_launch_threadsDescr = 'Niiden sikeiden lukumr, joiden luomiseen on kulunut aikaa enemmn kuin slow_launch_time sekuntia.'; $strShowStatusSlow_queriesDescr = 'Niiden kyselyjen lukumr, joiden suorittamiseen on kulunut aikaa enemmn kuin long_query_time sekuntia.'; @@ -812,11 +831,11 @@ $strShowStatusThreads_createdDescr = 'Yhteyksien k $strShowStatusThreads_runningDescr = 'Niiden sikeiden lukumr, jotka eivt ole unessa.'; $strShowTableDimension = 'Nyt taulujen ulottuvuus'; $strShowTables = 'Nyt taulut'; -$strShowThisQuery = ' Nyt lause uudelleen '; +$strShowThisQuery = ' Nyt kyselylause uudelleen '; $strSimplifiedChinese = 'Yksinkertaistettu kiina'; $strSingly = '(yksitellen)'; $strSize = 'Koko'; -$strSkipQueries = 'Tiedoston alusta ohitettavien merkintjen (kyselyjen) mr'; +$strSkipQueries = 'Tiedoston alusta ohitettavien tietueiden (kyselyjen) mr'; $strSlovak = 'Slovakialainen'; $strSlovenian = 'Slovenialainen'; $strSocketProblem = "(tai paikallisen MySQL-palvelimen sockettia ei ole konfiguroitu oikein)"; @@ -830,10 +849,10 @@ $strSQLCompatibility = 'SQL-yhteensopiva tila'; $strSQLExportType = 'Vientityyppi'; $strSQLImportOptions = 'SQL-valinnat'; $strSQLOptions = 'SQL-valinnat'; -$strSQLParserBugMessage = 'Olet mahdollisesti lytnyt ohjelmointivirheen SQL-parserista. Tarkista SQL-lauseesi, erityisesti lainausmerkit merkkijonojen alusta ja lopusta. Toinen mahdollinen virheen aiheuttaja on se, ett olet siirtmss tiedostoa, jossa on binridataa lainausmerkkien ulkopuolella. Jos mahdollista, kokeile SQL-lausettasi suoraan komentorivilt. MySQL:n antama virheilmoitus nkyy alla, jos palvelin sellaisen antoi. Jos lause toimi komentorivill, mutta ei phpMyAdminissa, kokeile etsi se rivi, joka virheilmoituksen aiheutti ja lhet meille bugiraportti, johon liitt alla olevan koodin:'; -$strSQLParserUserError = 'SQL-lauseessasi oli virhe. SQL-haussasi nytt olevan jokin virhe. MySQL:n antama virheilmoitus nkyy alla, jos palvelin sellaisen antoi.'; -$strSQLQuery = 'SQL-lause'; -$strSQLResult = 'SQL-lauseen tulos'; +$strSQLParserBugMessage = 'Olet mahdollisesti lytnyt ohjelmointivirheen SQL-parserista. Tarkista SQL-lauseesi, erityisesti lainausmerkit merkkijonojen alusta ja lopusta. Toinen mahdollinen virheen aiheuttaja on se, ett olet siirtmss tiedostoa, jossa on binridataa lainausmerkkien ulkopuolella. Jos mahdollista, kokeile SQL-lausettasi suoraan komentorivilt. MySQL:n antama virheilmoitus nkyy alla, mikli palvelin sellaisen antoi. Jos lause toimi komentorivilt, mutta ei phpMyAdminista, etsi se rivi jolla virheilmoitus ilmeni ja lhet meille virheraportti, johon liitt alla olevan koodin:'; +$strSQLParserUserError = 'SQL-lauseessasi nytt olevan jokin virhe. MySQL-palvelimen antama virheilmoitus nkyy alla, mikli palvelin sellaisen antoi.'; +$strSQLQuery = 'SQL-kysely'; +$strSQLResult = 'SQL-kyselyn tulos'; $strSQL = 'SQL'; $strSQPBugInvalidIdentifer = 'Tunniste ei kelpaa'; $strSQPBugUnclosedQuote = 'Toinen lainausmerkki puuttuu merkkijonon lopusta'; @@ -850,11 +869,12 @@ $strStrucCSV = 'CSV-muotoinen data'; $strStrucData = 'Rakenne ja data'; $strStrucExcelCSV = 'MS Excelin CSV-muoto'; $strStrucNativeExcel = 'Natiivi MS Excel -data'; +$strStrucNativeExcelOptions = 'Natiivin Excel-viennin valinnat'; $strStrucOnly = 'Vain rakenne'; $strStructPropose = 'Esit taulun rakenne'; $strStructure = 'Rakenne'; $strSubmit = 'Lhet'; -$strSuccess = 'SQL-lause suoritettu'; +$strSuccess = 'SQL-kysely suoritettu onnistuneesti'; $strSum = 'Summa'; $strSwedish = 'Ruotsalainen'; $strSwitchToDatabase = 'Siirry kopioituun tietokantaan'; @@ -899,6 +919,7 @@ $strTraditionalSpanish = 'Perinteinen espanja'; $strTraffic = 'Liikenne'; $strTransactionCoordinator = 'Transaktion koordinaattori'; $strTransformation_application_octetstream__download = 'Nyt linkki kentn binridatan imurointiin. Ensimminen valinta on binritiedoston tiedostonimi. Toinen valinta on mahdollisen taulun rivin kenttnimi, jolla tiedostonimi sijaitsee. Jos kytt toista (2) valintaa, sinun on asetettava ensimminen valinta tyhjksi.'; +$strTransformation_application_octetstream__hex = 'Nytt tiedon heksalukuina. Valinnainen, ensimminen parametri mrittelee, kuinka usein vlilynti listn (oletusarvo on 2).'; $strTransformation_image_jpeg__inline = 'Nytt klikattavan pikkukuvan; valinnat: leveyden,korkeuden pikselein (silytt alkuperisen suhteen)'; $strTransformation_image_jpeg__link = 'Nytt linkin thn kuvaan (eli suora blob-imurointi).'; $strTransformation_image_png__inline = 'Katso image/jpeg: inline'; @@ -925,7 +946,8 @@ $strUpdateProfileMessage = 'Profiili on p $strUpdateQuery = 'Pivit kysely'; $strUpdComTab = 'Tarkista dokumentaatiosta, kuinka voit pivitt Column_comments-taulusi'; $strUpgrade = 'Sinun pitisi pivitt versioon %s %s tai myhempn.'; -$strUploadLimit = 'Yritit todennkisesti ladata palvelimelle liian suurta tiedostoa. Viittaa %sdokumentaatioon%s saadaksesi tietoja tmn rajoituksen muuttamisesta.'; +$strUploadLimit = 'Yritit todennkisesti lhett palvelimelle liian suurta tiedostoa. Katso listietoja %sdokumentaatiosta%s tmn rajoituksen muuttamiseksi.'; +$strUploadsNotAllowed = 'Tiedostojen lhetyst ei ole sallittu tll palvelimella.'; $strUsage = 'Kytt'; $strUseBackquotes = 'Pane taulujen ja sarakkeiden nimet lainausmerkkeihin'; $strUsedPhpExtensions = 'Kytss olevat PHP-laajennukset'; @@ -944,7 +966,7 @@ $strUseTextField = 'K $strUseThisValue = 'Kyt tt arvoa'; $strValidateSQL = 'Tarkista SQL-lause'; -$strValidatorError = 'SQL-validaattoria ei voitu kynnist. Tarkista, ett olet asentanut tarpeelliset PHP-laajennukset. Lis tietoa lytyy %sdokumentaatiosta%s.'; +$strValidatorError = 'SQL-validaattoria ei voitu kynnist. Tarkista, ett olet asentanut tarpeelliset PHP-laajennukset. Listietoa lytyy %sdokumentaatiosta%s.'; $strValue = 'Arvo'; $strVar = 'Muuttuja'; $strVersionInformation = "Versiotiedot"; @@ -967,6 +989,7 @@ $strWritingCommentNotPossible = 'Kommentin kirjoittaminen ei ole mahdollista'; $strWritingRelationNotPossible = 'Relaation kirjoittaminen ei ole mahdollista'; $strWrongUser = 'Vr kyttjtunnus tai salasana. Psy kielletty.'; +$strXMLOptions = 'XML-valinnat'; $strXML = 'XML'; $strYes = 'Kyll'; @@ -974,39 +997,4 @@ $strYes = 'Kyll $strZeroRemovesTheLimit = 'Huom: Niden valintojen asettaminen nollaksi (0) poistaa rajoituksen.'; $strZip = '"zip-pakattu"'; -// To translate: - -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate - -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate - -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate - -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate - -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate - -$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate - -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate - -$strXMLOptions = 'XML options'; //to translate - -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index 5d0ff9a5a..4b74b5dda 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -22,8 +22,6 @@ $datefmt = '%d.%m.%Y klo %H:%M'; $timespanfmt = '%s päivää, %s tuntia, %s minuuttia ja %s sekuntia'; -'Kertoo, kuinka monesti replikaation SQL-alisäie on uudelleen yrittänyt transkatioita kaikkiaan käynnistyksestä lähtien.'; - $strAbortedClients = 'Keskeytetty'; $strAbsolutePathToDocSqlDir = 'Anna täydellinen polku docSQL-hakemistoon Internet-palvelimella'; $strAccessDeniedCreateConfig = 'Todennäköinen syy tälle on se, ettet ole luonut asetustiedostoa. Voit käyttää %1$sasetusskriptiä%2$s asetustiedoston luomiseen.'; @@ -57,7 +55,7 @@ $strAfter = 'Jälkeen sarakkeen: %s'; $strAll = 'Kaikki'; $strAllowInterrupt = 'Salli tuonnin keskeyttäminen, mikäli skripti huomaa ylittävänsä aikarajoituksen. Tätä kannattaa käyttää suurten tiedostojen tuomiseen; se voi kuitenkin aiheuttaa häiriöitä transaktioihin.'; $strAllTableSameWidth = 'Näytä kaikki taulut samanlevyisinä?'; -$strAlterOrderBy = 'Järjestä taulu'; +$strAlterOrderBy = 'Lajittele taulu'; $strAnalyzeTable = 'Analysoi taulu'; $strAnd = 'Ja'; $strAndThen = 'ja sen jälkeen'; @@ -91,11 +89,11 @@ $strBinLogPosition = 'Sijainti'; $strBinLogServerId = 'Palvelimen ID'; $strBookmarkAllUsers = 'Anna kaikkien käyttäjien päästä käsiksi tähän kirjanmerkkiin'; $strBookmarkCreated = 'Kirjanmerkki %s luotu'; -$strBookmarkDeleted = 'Tallennettu SQL-lause on poistettu.'; +$strBookmarkDeleted = 'Kirjanmerkki on poistettu.'; $strBookmarkLabel = 'Tunniste'; -$strBookmarkQuery = 'Tallennettu SQL-lause'; +$strBookmarkQuery = 'Tallennettu SQL-kysely'; $strBookmarkReplace = 'Korvaa saman niminen, olemassa oleva kirjanmerkki'; -$strBookmarkThis = 'Tallenna SQL-lause'; +$strBookmarkThis = 'Tallenna SQL-kysely'; $strBookmarkView = 'Näytä'; $strBrowseDistinctValues = 'Selaa erillisiä arvoja'; $strBrowseForeignValues = 'Selaa vieraita arvoja'; @@ -110,9 +108,10 @@ $strBufferWriteWaits = 'Viive ennen kirjoitusta'; $strBulgarian = 'Bulgarialainen'; $strBusyPages = "Käytössä olevat sivut"; $strBzError = 'phpMyAdmin ei voinut pakata vedosta johtuen rikkinäisestä Bz2-laajennuksesta tässä php:n versiossa. On suositeltavaa asettaa $cfg[\'BZipDump\']-direktiivi phpMyAdminin konfigurointitiedostosta arvoksi FALSE. Jos haluat käyttää Bz2-pakkauksen toimintoja, sinun pitää päivittää uusimpaan php:n versioon. Katso lisätietoja php bug reportista: %s .'; -$strBzip = '"bzip-pakattu"'; +$strBzip = '"bzip-pakkaus"'; $strCalendar = 'Kalenteri'; +$strCanNotLoadExportPlugins = 'Vientilisäosia ei voitu ladata; tarkista asennuksesi!'; $strCanNotLoadImportPlugins = 'Tuontiin tarvittavaa lisäosaa ei voida tuoda, tarkista asennuksen asetukset!'; $strCannotLogin = 'MySQL-palvelimelle ei voitu kirjautua sisään'; $strCantLoad = 'en voi ladata laajennusta %s,
        ole hyvä, ja tarkista PHP:n asetukset'; @@ -175,6 +174,10 @@ $strCreateNewDatabase = 'Luo uusi tietokanta'; $strCreateNewTable = 'Luo uusi taulu tietokantaan %s'; $strCreatePage = 'Luo uusi sivu'; $strCreatePdfFeat = 'PDF-tiedostojen luonti'; +$strCreateUserDatabaseName = 'Luo saman niminen tietokanta ja anna kaikki oikeudet'; +$strCreateUserDatabaseNone = 'Ei mitään'; +$strCreateUserDatabase = 'Tietokanta käyttäjälle'; +$strCreateUserDatabaseWildcard = 'Anna kaikki oikeudet tietokannalle jokerimerkkiä käyttäen (username_%)'; $strCreationDates = 'Luonti/päivitys/tarkistus -päiväykset'; $strCriteria = 'Hakuehdot'; $strCroatian = 'Kroaatti'; @@ -193,7 +196,7 @@ $strDatabaseNoTable = 'Tämä tietokanta ei sisällä yhtään taulua!'; $strDatabasesDropped = '%s tietokantaa pudotettiin onnistuneesti.'; $strDatabasesStatsDisable = 'Poista tilastot käytöstä'; $strDatabasesStatsEnable = 'Ota tilastot käyttöön'; -$strDatabasesStatsHeavyTraffic = 'Huom: Tietokantatilastojen käyttöönotto täältä käsin saattaa aiheuttaa runsaasti liikennettä Internet-palvelimen ja MySQL-palvelimen välillä.'; +$strDatabasesStatsHeavyTraffic = 'Huom: Tietokantatilastojen käyttöönotto täältä käsin saattaa aiheuttaa runsaasti liikennettä Internet-palvelimen ja MySQL-palvelimen välille.'; $strDatabasesStats = 'Tietokantatilastot'; $strDatabases = 'Tietokannat'; $strDatabase = 'Tietokanta'; @@ -227,6 +230,7 @@ $strDeletedRows = 'Poistetut rivit:'; $strDeleteNoUsersSelected = 'Yhtään käyttäjää ei valittu poistettavaksi!'; $strDelete = 'Poista'; $strDeleting = 'Poistetaan: %s'; +$strDelimiter = 'Rajamerkki'; $strDelOld = 'Nykyisellä sivulla on viittauksia tauluihin, joita ei enää ole olemassa. Haluatko poistaa nuo viittaukset?'; $strDescending = 'Laskeva'; $strDescription = 'Kuvaus'; @@ -266,6 +270,7 @@ $strEngineUnsupported = "Tämä MySQL-palvelin ei tue %s-tallennustilamoottoria. $strEnglish = 'Englantilainen'; $strEnglishPrivileges = ' Huom! MySQL-käyttöoikeuksien nimet ovat englanniksi! '; $strErrorInZipFile = 'Virhe ZIP-paketissa:'; +$strErrorRenamingTable = 'Virhe annettaessa taululle %1$s nimeä %2$s'; $strError = 'Virhe'; $strEscapeWildcards = 'Jokerimerkkien _ ja % eteen on lisättävä \-merkki, jotta ne näkyisivät oikein'; $strEsperanto = 'Esperanto'; @@ -273,9 +278,10 @@ $strEstonian = 'Virolainen'; $strExcelEdition = 'Excel-muokkaus'; $strExcelOptions = 'Excel-valinnat'; $strExecuteBookmarked = 'Suorita kirjanmerkkeihin lisätty kysyntä'; -$strExplain = 'Selitä SQL-lause'; +$strExplain = 'Selitä SQL-kysely'; +$strExportMustBeFile = 'Valittu vientityyppi on tallennettava tiedostoon!'; $strExport = 'Vienti'; -$strExtendedInserts = 'Yhteinen insert-lause'; +$strExtendedInserts = 'Laajennetut insert-lauseet'; $strExtra = 'Lisätiedot'; $strFailedAttempts = 'Epäonnistuneet yritykset'; @@ -291,7 +297,7 @@ $strFileCouldNotBeRead = 'Tiedostoa ei voida lukea'; $strFileNameTemplateDescriptionDatabase = 'tietokannan nimi'; $strFileNameTemplateDescriptionServer = 'palvelimen nimi'; $strFileNameTemplateDescriptionTable = 'taulukon nimi'; -$strFileNameTemplateDescription = 'Tämä arvo on %1$sstrftime%2$s-funktion mukainen, joten voit käyttää ajanmuodostostukseen käytettyjä merkkijonoja. Lisäksi tapahtuu seuraavat muutokset: %3$s. Muu teksti pysyy alkuperäisenä.'; +$strFileNameTemplateDescription = 'Tämä arvo on %1$sstrftime%2$s-funktion mukainen, joten voit käyttää ajanmuodostostukseen käytettäviä merkkijonoja. Lisäksi tapahtuu seuraavat muutokset: %3$s. Muu teksti pysyy alkuperäisenä.'; $strFileNameTemplateRemember = 'muista pohja'; $strFileNameTemplate = 'Tiedostonimen pohja'; $strFileToImport = 'Tuotava tiedosto'; @@ -300,11 +306,13 @@ $strFlushPrivilegesNote = 'Huom: phpMyAdmin hakee käyttäjien käyttöoikeudet $strFlushQueryCache = 'Tyhjennä kyselymuisti'; $strFlushTables = 'Tyhjennä (sulje) kaikki taulut'; $strFlushTable = 'Tyhjennä taulun välimuisti ("FLUSH")'; +$strFontSize = 'Fonttikoko'; $strFormat = 'Muoto'; $strFormEmpty = 'Tarvittava tieto puuttuu lomakkeesta!'; $strFreePages = "Vapaat sivut"; $strFullText = 'Koko tekstit'; $strFunction = 'Funktio'; +$strFunctions = 'Funktiot'; $strGenBy = 'Luontiympäristö'; $strGeneralRelationFeat = 'Yleiset relaatio-ominaisuudet'; @@ -317,9 +325,9 @@ $strGlobal = 'globaali'; $strGlobalPrivileges = 'Globaalit käyttöoikeudet'; $strGlobalValue = 'Globaali arvo'; $strGo = 'Siirry'; -$strGrantOption = 'Oikeus (Grant)'; +$strGrantOption = 'Saantioikeus (Grant)'; $strGreek = 'Kreikkalainen'; -$strGzip = '"gzip-pakattu"'; +$strGzip = '"gzip-pakkaus"'; $strHandler = 'Käsittelijä'; $strHasBeenAltered = 'on muutettu.'; @@ -381,12 +389,14 @@ $strInvalidColumn = 'Virheellinen sarake (%s) määritelty!'; $strInvalidCSVFieldCount = 'Virheellinen kenttien määrä CSV-syötteessä rivillä %d.'; $strInvalidCSVFormat = 'Virheellinen muoto CSV-syötteessä rivillä %d.'; $strInvalidCSVParameter = 'Virheellinen parametri CSV-tuonnille: %s'; +$strInvalidDatabase = 'Virheellinen tietokanta'; $strInvalidFieldAddCount = 'Sinun on lisättävä vähintään yksi kenttä.'; $strInvalidFieldCount = 'Taulussa täytyy olla vähintään yksi kenttä.'; $strInvalidLDIImport = 'Tämä lisäosa ei tue pakattujen tuontien käyttöä!'; $strInvalidRowNumber = '%d on virheellinen rivinumero.'; -$strInvalidServerHostname = 'Virheellinen nimi palvelimelle %1$s. Tarkista asetukset.'; +$strInvalidServerHostname = 'Palvelimella %1$s virheellinen nimi. Tarkista asetukset.'; $strInvalidServerIndex = 'Virheellinen palvelinindeksi: "%s"'; +$strInvalidTableName = 'Virheellinen taulun nimi'; $strJapanese = 'Japanilainen'; $strJoins = 'Liitokset'; @@ -402,6 +412,7 @@ $strKorean = 'Korealainen'; $strLandscape = 'Landscape'; $strLanguageFileNotFound = 'Kielitiedostoa "%1$s" ei löydy.'; +$strLanguage = 'Kieli'; $strLanguageUnknown = 'Tuntematon kieli: %1$s.'; $strLatchedPages = "Lukitut sivut"; $strLatexCaption = 'Taulun otsikko'; @@ -434,7 +445,7 @@ $strLogUsername = 'Käyttäjätunnus:'; $strLongOperation = "Tämä toimenpide saattaa kestää pitkään. Jatketaanko silti?"; $strMaxConnects = 'enim. yhtäaikaisia yhteyksiä'; -$strMaximalQueryLength = 'Luotavan kyselyn enimmäispituus'; +$strMaximalQueryLength = 'Luodun kyselyn enimmäispituus'; $strMaximumSize = 'Enimmäiskoko: %s%s'; $strMbExtensionMissing = 'PHP-laajennusta mbstring ei löytynyt ja vaikuttaa siltä, että käytät multibyte-merkistökoodausta. Ilman mbstring-laajennusta phpMyAdmin ei osaa jaotella merkkijonoja oikein, ja tämä saattaa johtaa odottamattomiin tuloksiin.'; $strMbOverloadWarning = 'PHP:n asetuksissa on "mbstring.func_overload" -valinta päällä. Tämä valinta ei sovi yhteen phpMyAdminin kanssa ja saattaa aiheuttaa jonkin datan hajoamiseen!'; @@ -481,11 +492,12 @@ $strNext = 'Seuraava'; $strNoActivity = 'Ollut toimettomana %s sekuntia tai enemmän. Kirjaudu sisään uudestaan.'; $strNoDatabases = 'Ei tietokantoja'; $strNoDatabasesSelected = 'Et valinnut yhtään tietokantaa.'; +$strNoDataReceived = 'Mitään tietoa ei ole saatu tuotavaksi. Joko mitään tiedostonimeä ei annettu tai tiedoston koko ylitti PHP:n asetusten salliman enimmäiskoon. Katso FAQ 1.16.'; $strNoDescription = 'ei selitystä'; $strNoDetailsForEngine = "Tämän tallennustilamoottorin tilasta ei ole saatavilla tarkkoja tietoja."; $strNoDropDatabases = '"DROP DATABASE"-lauseiden käyttö on estetty.'; $strNo = 'Ei'; -$strNoExplain = 'Älä selitä SQL-lausetta'; +$strNoExplain = 'Älä selitä SQL-kyselyä'; $strNoFilesFoundInZip = 'ZIP-paketista ei löytynyt yhtään tiedostoa!'; $strNoFrames = 'phpMyAdmin toimii parhaiten kehyksiä tukevalla selaimella.'; $strNoIndex = 'Indeksiä ei ole määritelty!'; @@ -501,12 +513,12 @@ $strNoRights = 'Sinulla ei ole tarpeeksi oikeuksia!'; $strNoRowsSelected = 'Ei yhtään riviä valittu'; $strNoSpace = 'Liian vähän tilaa tiedoston %s tallentamiseen.'; $strNoTablesFound = 'Tietokannasta ei löytynyt yhtään taulua.'; -$strNoThemeSupport = 'Ei tukea teemojen käyttöön. Tarkista konfiguraatiot ja/tai teemasi hakemistosta %s.'; +$strNoThemeSupport = 'Ei tukea teemojen käyttöön. Tarkista asetukset ja/tai teemasi hakemistosta %s.'; $strNotNumber = 'Tämä ei ole numero!'; $strNotOK = 'Ei kunnossa'; $strNotSet = '%s-taulua ei löytynyt tai sitä ei ole määritelty %s-tiedostossa'; $strNoUsersFound = 'Käyttäjiä ei löytynyt.'; -$strNoValidateSQL = 'Älä tarkista SQL-lausetta'; +$strNoValidateSQL = 'Älä tarkista SQL-kyselyä'; $strNull = 'Tyhjä'; $strNumberOfFields = 'Kenttien lukumäärä'; $strNumSearchResultsInTable = '%s hakutulosta taulussa %s'; @@ -514,6 +526,10 @@ $strNumSearchResultsTotal = 'Yhteensä: %s hakutulosta'; $strNumTables = 'Taulut'; $strOK = 'Kunnossa'; +$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; +$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet -valinnat'; +$strOpenDocumentText = 'Open Document Text'; +$strOpenDocumentTextOptions = 'Open Document Text -valinnat'; $strOpenNewWindow = 'Avaa uusi phpMyAdmin-ikkuna'; $strOperations = 'Toiminnot'; $strOperator = 'Operaattori'; @@ -537,6 +553,7 @@ $strPdfInvalidTblName = 'Taulua "%s" ei löydy!'; $strPdfNoTables = 'Ei tauluja'; $strPDFOptions = 'PDF-valinnat'; $strPDF = 'PDF'; +$strPDFReportExplanation = '(Luo raportin, joka sisältää yksittäisen taulun tiedot'; $strPDFReportTitle = 'Raportin otsikko'; $strPerHour = 'tunnissa'; $strPerMinute = 'minuutissa'; @@ -597,6 +614,7 @@ $strPrivDescUpdate = 'Sallii datan muuttamisen.'; $strPrivDescUsage = 'Ei käyttöoikeuksia.'; $strPrivileges = 'Käyttöoikeudet'; $strPrivilegesReloaded = 'Käyttöoikeuksien uudelleen lataus onnistui.'; +$strProcedures = 'Proseduurit'; $strProcesses = 'Prosessit'; $strProcesslist = 'Prosessilista'; $strProtocolVersion = 'Protokollan versio'; @@ -607,7 +625,7 @@ $strQBE = 'Haku'; $strQBEIns = 'Lisää'; $strQueryCache = 'Kyselyvälimuisti'; $strQueryFrame = 'Kyselyikkuna'; -$strQueryOnDb = 'Suorita SQL-lause tietokannassa %s:'; +$strQueryOnDb = 'Suorita SQL-kysely tietokannassa %s:'; $strQueryResultsOperations = 'Kyselytulosten toimenpiteet'; $strQuerySQLHistory = 'SQL-historia'; $strQueryStatistics = 'Kyselytilastot: Tälle palvelimelle on lähetetty viime käynnistyksestä lähtien %s kyselyä.'; @@ -654,8 +672,8 @@ $strRowsModeVertical = 'pystysuorassa'; $strRowsStatistic = 'Rivitilastot'; $strRunning = 'palvelimella %s'; $strRunQuery = 'Suorita'; -$strRunSQLQueryOnServer = 'Suorita SQL-lause(ita) palvelimella %s'; -$strRunSQLQuery = 'Suorita SQL-lauseita tietokannassa %s'; +$strRunSQLQueryOnServer = 'Suorita SQL-kysey(itä) palvelimella %s'; +$strRunSQLQuery = 'Suorita SQL-kyselyitä tietokannassa %s'; $strRussian = 'Venäläinen'; $strSaveOnServer = 'Tallenna palvelimelle hakemistoon %s'; @@ -671,7 +689,7 @@ $strSearchOption3 = 'koko lause'; $strSearchOption4 = 'regexp-haku'; $strSearchResultsFor = 'Tulokset hakusanalla "%s" %s:'; $strSearchType = 'Hae:'; -$strSecretRequired = 'Konfiguraatiotiedosto vaatii nyt salatunnusta (blowfish_secret).'; +$strSecretRequired = 'Asetustiedosto vaatii nyt salalausetta (blowfish_secret).'; $strSelectADb = 'Valitse tietokanta'; $strSelectAll = 'Valitse kaikki'; $strSelectBinaryLog = 'Valitse näytettävä binääriloki'; @@ -683,6 +701,7 @@ $strSent = 'Lähetetty'; $strServerChoice = 'Valitse palvelin'; $strServerNotResponding = 'Palvelin ei vastaa'; $strServer = 'Palvelin'; +$strServers = 'Palvelimet'; $strServerStatus = 'Ajonaikaiset tiedot'; $strServerStatusDelayedInserts = 'Viivästetyt insert-lauseet'; $strServerStatusUptime = 'Tämä MySQL-palvelin on ollut käynnissä %s. Se käynnistettiin %s.'; @@ -725,17 +744,17 @@ $strShowStatusHandler_read_rnd_nextDescr = 'Sellaisten pyyntöjen lukumäärä, $strShowStatusHandler_rollbackDescr = 'Sisäisten ROLLBACK-lausekkeiden lukumäärä.'; $strShowStatusHandler_updateDescr = 'Taulun rivien päivityspyyntöjen lukumäärä.'; $strShowStatusHandler_writeDescr = 'Niiden pyyntöjen lukumäärä, jotka sijoittavat (INSERT) rivin taulukkoon.'; -$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Jotakin dataa (epäsiistiä tai siistiä) sisältävien sivujen lukumäärä,'; +$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Jotakin dataa (epäsiistiä tai siistiä) sisältävien sivujen lukumäärä'; $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Tällä hetkellä epäsiistinä olevien sivujen lukumäärä.'; -$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Puskurisäiliön sivujen lukumäärä, jotka on pyydetty siistiä.'; -$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Vapaitten sivujen lukumäärä.'; +$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Siistittäviksi pyydettyjen, puskurisäiliössä olevien sivujen lukumäärä.'; +$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Vapaiden sivujen lukumäärä.'; $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDB-puskurisäiliön lukittujen sivujen lukumäärä. Nämä ovat sivuja, joita parhaillaan luetaan tai kirjoitetaan tai joita ei voida poistaa tai joiden välimuistia ei voida tyhjentää syystä tai toisesta.'; -$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Kertoo niiden sivujen lukumäärän, jotka on käytössä johtuen administratiivisen ylijäämän, kuten rivinlukitusten tai mukautuvien hash-indeksien, varaamisesta. Tämä arvo voidaan laskea myös näin: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; -$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Puskurisäiliön kokonaiskoko, sivuina.'; +$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Kertoo niiden sivujen lukumäärän, jotka ovat käytössä administratiivisen ylijäämän, kuten rivinlukitusten tai mukautuvien hash-indeksien, varaamisesta johtuen. Tämä arvo voidaan laskea myös näin: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; +$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Puskurisäiliön kokonaiskoko sivuina.'; $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDB:n alullepanemien umpimähkäisten ennakkolukutapausten lukumäärä. Tämä tapahtuu silloin kun suoritetaan kysely, joka käy läpi suuria alueita taulukosta umpimähkäisessä järjestyksessä.'; $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDB:n alullepanemien perättäisten ennakkolukutapausten lukumäärä. Tämä tapahtuu silloin kun InnoDB käy läpi kokonaisen taulun järjestyksessä.'; $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB:n suorittamien loogisten lukupyyntöjen lukumäärä.'; -$strShowStatusInnodb_buffer_pool_readsDescr = 'Niiden loogisten lukutapausten lukumäärä, joihin InnoDB ei voinut vastata puskurisäiliöstä ja sen takia jouduttiin suorittamaan yksisivuinen luku.'; //öö? +$strShowStatusInnodb_buffer_pool_readsDescr = 'Loogisten lukukertojen määrä, joita InnoDB ei voinut toteuttaa puskurisäiliöstä, ja InnoDB joutui lukemaan yhden sivun kerrallaan.'; $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Tavallisesti kirjoituspyynnöt InnoDB-puskurisäiliöön suoritetaan taustalla. Jos on kuitenkin luettava tai luotava sivu ja puhtaita sivuja ei ole saatavilla, joudutaan odottamaan, että sivuja ensin tyhjennetään. Tämä laskuri laskee tällaisten odotustapausten määrän. Jos puskurisäiliön koko on asetettu sopivaksi, tämän arvon pitäisi olla alhainen.'; $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'InnoDB:n puskurisäiliöön tehtyjen kirjoituspyyntöjen lukumäärä.'; $strShowStatusInnodb_data_fsyncsDescr = 'fsync()-toimenpiteitä tähän mennessä.'; @@ -756,7 +775,7 @@ $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Käynnissä olevien lokitiedo $strShowStatusInnodb_os_log_pending_writesDescr = 'Käynnisä olevat lokitiedostokirjoitukset.'; $strShowStatusInnodb_os_log_writtenDescr = 'Lokitiedostoon kirjoitettujen tavujen määrä.'; $strShowStatusInnodb_pages_createdDescr = 'Luotujen sivujen lukumäärä.'; -$strShowStatusInnodb_page_sizeDescr = 'InnoDB-sivun koko käännettynä (oletuksena 16KB). Useita arvoja lasketaan sivuina; ne voidaan sivun koon avulla muuttaa helposti tavuiksi.'; +$strShowStatusInnodb_page_sizeDescr = 'InnoDB-sivun koko käännettynä (oletuksena 16KB). Useita arvoja lasketaan sivuina; sivun koko sallii niiden helpon muuttamisen tavuiksi.'; $strShowStatusInnodb_pages_readDescr = 'Luettujen rivien lukumäärä.'; $strShowStatusInnodb_pages_writtenDescr = 'Kirjoitettujen sivujen lukumäärä.'; $strShowStatusInnodb_row_lock_current_waitsDescr = 'Tällä hetkellä odotettavien rivilukitusten lukumäärä.'; @@ -782,22 +801,22 @@ $strShowStatusOpen_filesDescr = 'Avoinna olevien tiedostojen lukumäärä.'; $strShowStatusOpen_streamsDescr = 'Avoinna olevien säikeiden lukumäärä (käytetään enimmäkseen kirjaukseen).'; $strShowStatusOpen_tablesDescr = 'Avoinna olevien taulujen lukumäärä.'; $strShowStatusQcache_free_blocksDescr = 'Vapaitten muistilohkojen lukumäärä kyselyvälimuistissa.'; -$strShowStatusQcache_free_memoryDescr = 'Vapaan muistin määrä kyselyvälimuistin käyttöön.'; +$strShowStatusQcache_free_memoryDescr = 'Kyselyvälimuistin vapaan muistin määrä.'; $strShowStatusQcache_hitsDescr = 'Välimuistiosumien lukumäärä.'; $strShowStatusQcache_insertsDescr = 'Välimuistiin sijoitettujen kyselyjen lukumäärä.'; -$strShowStatusQcache_lowmem_prunesDescr = 'Niiden kyselyjen lukumäärä, jotka on poistettu välimuistista muistin vapauttamiseksi, jotta uusia kyselyjä voitaisiin tallentaa välimuistiin. Tämän tiedon avulla voit asettaa kyselyvälimuistin koon sopivaksi. Kyselyvälimuisti käyttää LRU- eli "viimeksi vähiten käytetyt" -strategiaa päättämään, mitkä kyselyt poistetaan välimuistista.'; +$strShowStatusQcache_lowmem_prunesDescr = 'Niiden kyselyjen lukumäärä, jotka on poistettu välimuistista muistin vapauttamiseksi, jotta uusia kyselyjä voitaisiin tallentaa välimuistiin. Tämän tiedon avulla voit asettaa kyselyvälimuistin koon sopivaksi. Kyselyvälimuisti käyttää LRU- eli "viimeksi vähiten käytetyt" -toimintamallia päättääkseen, mitkä kyselyt poistetaan välimuistista.'; $strShowStatusQcache_not_cachedDescr = 'Niiden kyselyjen lukumäärä, joita ei ole tallennettu välimuistiin (ei ole voitu tallentaa välimuistiin, tai ei muuten vain ole tallennettu sinne query_cache_type-asetuksesta johtuen).'; $strShowStatusQcache_queries_in_cacheDescr = 'Rekisteröityjen kyselyjen lukumäärä välimuistissa.'; $strShowStatusQcache_total_blocksDescr = 'Lohkojen kokonaislukumäärä kyselyvälimuistissa.'; $strShowStatusReset = 'Nollaa'; -$strShowStatusRpl_statusDescr = 'Replikaation vikasietotila (ei toteutettu vielä).'; +$strShowStatusRpl_statusDescr = 'Replikaation vikasietotila (ei vielä toteutettu).'; $strShowStatusSelect_full_joinDescr = 'Indeksejä käyttämättömien liitosten lukumäärä. Jos tämä arvo ei ole 0, sinun tulisi tarkistaa taulujesi indeksit tarkkaan.'; $strShowStatusSelect_full_range_joinDescr = 'Niiden liitosten lukumäärä, jotka käyttivät aluehakua viitetaulussa (reference table).'; $strShowStatusSelect_range_checkDescr = 'Avaimittomien liitosten lukumäärä, jotka varmistavat avaimien käytön joka rivin jälkeen. (Jos tämä ei ole 0, sinun tulisi tarkistaa taulujesi indeksit huolella.)'; $strShowStatusSelect_rangeDescr = 'Niiden liitosten lukumäärä, jotka käyttivät alueita ensimmäiseen tauluun. (Yleensä ei ole vakavaa, vaikka tämä arvo olisikin suuri.)'; $strShowStatusSelect_scanDescr = 'Liitosten lukumäärä, jotka suorittivat ensimmäisestä taulusta täydellisen tarkistuksen.'; $strShowStatusSlave_open_temp_tablesDescr = 'SQL-alisäikeen avointen väliaikaistaulujen lukumäärä tällä hetkellä.'; -$strShowStatusSlave_retried_transactionsDescr = 'Replikaation SQL-alisäikeen uudelleen yrittämien transkatioiden kokonaislukumäärä käynnistyksesä lähtien'; +$strShowStatusSlave_retried_transactionsDescr = 'Kertoo, kuinka monesti replikaation SQL-alisäie on kaikkiaan uudelleen yrittänyt transkatioita käynnistyksestä lähtien.'; $strShowStatusSlave_runningDescr = 'Tämä on ON, mikäli kyseinen palvelin on pääpalvelimeen kytketty alipalvelin.'; $strShowStatusSlow_launch_threadsDescr = 'Niiden säikeiden lukumäärä, joiden luomiseen on kulunut aikaa enemmän kuin slow_launch_time sekuntia.'; $strShowStatusSlow_queriesDescr = 'Niiden kyselyjen lukumäärä, joiden suorittamiseen on kulunut aikaa enemmän kuin long_query_time sekuntia.'; @@ -813,11 +832,11 @@ $strShowStatusThreads_createdDescr = 'Yhteyksien käsittelyä varten luotujen s $strShowStatusThreads_runningDescr = 'Niiden säikeiden lukumäärä, jotka eivät ole unessa.'; $strShowTableDimension = 'Näytä taulujen ulottuvuus'; $strShowTables = 'Näytä taulut'; -$strShowThisQuery = ' Näytä lause uudelleen '; +$strShowThisQuery = ' Näytä kyselylause uudelleen '; $strSimplifiedChinese = 'Yksinkertaistettu kiina'; $strSingly = '(yksitellen)'; $strSize = 'Koko'; -$strSkipQueries = 'Tiedoston alusta ohitettavien merkintöjen (kyselyjen) määrä'; +$strSkipQueries = 'Tiedoston alusta ohitettavien tietueiden (kyselyjen) määrä'; $strSlovak = 'Slovakialainen'; $strSlovenian = 'Slovenialainen'; $strSocketProblem = "(tai paikallisen MySQL-palvelimen sockettia ei ole konfiguroitu oikein)"; @@ -831,10 +850,10 @@ $strSQLCompatibility = 'SQL-yhteensopiva tila'; $strSQLExportType = 'Vientityyppi'; $strSQLImportOptions = 'SQL-valinnat'; $strSQLOptions = 'SQL-valinnat'; -$strSQLParserBugMessage = 'Olet mahdollisesti löytänyt ohjelmointivirheen SQL-parserista. Tarkista SQL-lauseesi, erityisesti lainausmerkit merkkijonojen alusta ja lopusta. Toinen mahdollinen virheen aiheuttaja on se, että olet siirtämässä tiedostoa, jossa on binääridataa lainausmerkkien ulkopuolella. Jos mahdollista, kokeile SQL-lausettasi suoraan komentoriviltä. MySQL:n antama virheilmoitus näkyy alla, jos palvelin sellaisen antoi. Jos lause toimi komentorivillä, mutta ei phpMyAdminissa, kokeile etsiä se rivi, joka virheilmoituksen aiheutti ja lähetä meille bugiraportti, johon liität alla olevan koodin:'; -$strSQLParserUserError = 'SQL-lauseessasi oli virhe. SQL-haussasi näyttää olevan jokin virhe. MySQL:n antama virheilmoitus näkyy alla, jos palvelin sellaisen antoi.'; -$strSQLQuery = 'SQL-lause'; -$strSQLResult = 'SQL-lauseen tulos'; +$strSQLParserBugMessage = 'Olet mahdollisesti löytänyt ohjelmointivirheen SQL-parserista. Tarkista SQL-lauseesi, erityisesti lainausmerkit merkkijonojen alusta ja lopusta. Toinen mahdollinen virheen aiheuttaja on se, että olet siirtämässä tiedostoa, jossa on binääridataa lainausmerkkien ulkopuolella. Jos mahdollista, kokeile SQL-lausettasi suoraan komentoriviltä. MySQL:n antama virheilmoitus näkyy alla, mikäli palvelin sellaisen antoi. Jos lause toimi komentoriviltä, mutta ei phpMyAdminista, etsi se rivi jolla virheilmoitus ilmeni ja lähetä meille virheraportti, johon liität alla olevan koodin:'; +$strSQLParserUserError = 'SQL-lauseessasi näyttää olevan jokin virhe. MySQL-palvelimen antama virheilmoitus näkyy alla, mikäli palvelin sellaisen antoi.'; +$strSQLQuery = 'SQL-kysely'; +$strSQLResult = 'SQL-kyselyn tulos'; $strSQL = 'SQL'; $strSQPBugInvalidIdentifer = 'Tunniste ei kelpaa'; $strSQPBugUnclosedQuote = 'Toinen lainausmerkki puuttuu merkkijonon lopusta'; @@ -851,11 +870,12 @@ $strStrucCSV = 'CSV-muotoinen data'; $strStrucData = 'Rakenne ja data'; $strStrucExcelCSV = 'MS Excelin CSV-muoto'; $strStrucNativeExcel = 'Natiivi MS Excel -data'; +$strStrucNativeExcelOptions = 'Natiivin Excel-viennin valinnat'; $strStrucOnly = 'Vain rakenne'; $strStructPropose = 'Esitä taulun rakenne'; $strStructure = 'Rakenne'; $strSubmit = 'Lähetä'; -$strSuccess = 'SQL-lause suoritettu'; +$strSuccess = 'SQL-kysely suoritettu onnistuneesti'; $strSum = 'Summa'; $strSwedish = 'Ruotsalainen'; $strSwitchToDatabase = 'Siirry kopioituun tietokantaan'; @@ -900,6 +920,7 @@ $strTraditionalSpanish = 'Perinteinen espanja'; $strTraffic = 'Liikenne'; $strTransactionCoordinator = 'Transaktion koordinaattori'; $strTransformation_application_octetstream__download = 'Näytä linkki kentän binääridatan imurointiin. Ensimmäinen valinta on binääritiedoston tiedostonimi. Toinen valinta on mahdollisen taulun rivin kenttänimi, jolla tiedostonimi sijaitsee. Jos käytät toista (2) valintaa, sinun on asetettava ensimmäinen valinta tyhjäksi.'; +$strTransformation_application_octetstream__hex = 'Näyttää tiedon heksalukuina. Valinnainen, ensimmäinen parametri määrittelee, kuinka usein välilyönti lisätään (oletusarvo on 2).'; $strTransformation_image_jpeg__inline = 'Näyttää klikattavan pikkukuvan; valinnat: leveyden,korkeuden pikseleinä (säilyttää alkuperäisen suhteen)'; $strTransformation_image_jpeg__link = 'Näyttää linkin tähän kuvaan (eli suora blob-imurointi).'; $strTransformation_image_png__inline = 'Katso image/jpeg: inline'; @@ -926,7 +947,8 @@ $strUpdateProfileMessage = 'Profiili on päivitetty.'; $strUpdateQuery = 'Päivitä kysely'; $strUpdComTab = 'Tarkista dokumentaatiosta, kuinka voit päivittää Column_comments-taulusi'; $strUpgrade = 'Sinun pitäisi päivittää versioon %s %s tai myöhempään.'; -$strUploadLimit = 'Yritit todennäköisesti ladata palvelimelle liian suurta tiedostoa. Viittaa %sdokumentaatioon%s saadaksesi tietoja tämän rajoituksen muuttamisesta.'; +$strUploadLimit = 'Yritit todennäköisesti lähettää palvelimelle liian suurta tiedostoa. Katso lisätietoja %sdokumentaatiosta%s tämän rajoituksen muuttamiseksi.'; +$strUploadsNotAllowed = 'Tiedostojen lähetystä ei ole sallittu tällä palvelimella.'; $strUsage = 'Käyttö'; $strUseBackquotes = 'Pane taulujen ja sarakkeiden nimet lainausmerkkeihin'; $strUsedPhpExtensions = 'Käytössä olevat PHP-laajennukset'; @@ -945,7 +967,7 @@ $strUseTextField = 'Käytä tekstikenttää'; $strUseThisValue = 'Käytä tätä arvoa'; $strValidateSQL = 'Tarkista SQL-lause'; -$strValidatorError = 'SQL-validaattoria ei voitu käynnistää. Tarkista, että olet asentanut tarpeelliset PHP-laajennukset. Lisää tietoa löytyy %sdokumentaatiosta%s.'; +$strValidatorError = 'SQL-validaattoria ei voitu käynnistää. Tarkista, että olet asentanut tarpeelliset PHP-laajennukset. Lisätietoa löytyy %sdokumentaatiosta%s.'; $strValue = 'Arvo'; $strVar = 'Muuttuja'; $strVersionInformation = "Versiotiedot"; @@ -968,6 +990,7 @@ $strWritingCommentNotPossible = 'Kommentin kirjoittaminen ei ole mahdollista'; $strWritingRelationNotPossible = 'Relaation kirjoittaminen ei ole mahdollista'; $strWrongUser = 'Väärä käyttäjätunnus tai salasana. Pääsy kielletty.'; +$strXMLOptions = 'XML-valinnat'; $strXML = 'XML'; $strYes = 'Kyllä'; @@ -975,39 +998,4 @@ $strYes = 'Kyllä'; $strZeroRemovesTheLimit = 'Huom: Näiden valintojen asettaminen nollaksi (0) poistaa rajoituksen.'; $strZip = '"zip-pakattu"'; -// To translate: - -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate - -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate - -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate - -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate - -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate - -$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate - -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate - -$strXMLOptions = 'XML options'; //to translate - -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php b/lang/french-iso-8859-1.inc.php index 6c99a5647..e12757c39 100644 --- a/lang/french-iso-8859-1.inc.php +++ b/lang/french-iso-8859-1.inc.php @@ -8,6 +8,8 @@ $number_decimal_separator = ','; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('o', 'Kio', 'Mio', 'Gio', 'Tio', 'Pio', 'Eio'); +$mysql_5_0_doc_lang = 'fr'; + $day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'); $month = array('Janvier', 'Fvrier', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Aot', 'Septembre', 'Octobre', 'Novembre', 'Dcembre'); // Voir http://www.php.net/manual/en/function.strftime.php pour la variable diff --git a/lang/french-iso-8859-15.inc.php b/lang/french-iso-8859-15.inc.php index c4ecaef9a..9b96f4b9a 100644 --- a/lang/french-iso-8859-15.inc.php +++ b/lang/french-iso-8859-15.inc.php @@ -8,6 +8,8 @@ $number_decimal_separator = ','; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('o', 'Kio', 'Mio', 'Gio', 'Tio', 'Pio', 'Eio'); +$mysql_5_0_doc_lang = 'fr'; + $day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'); $month = array('Janvier', 'Fvrier', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Aot', 'Septembre', 'Octobre', 'Novembre', 'Dcembre'); // Voir http://www.php.net/manual/en/function.strftime.php pour la variable diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index d32c7f810..c3357870a 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -9,6 +9,8 @@ $number_decimal_separator = ','; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('o', 'Kio', 'Mio', 'Gio', 'Tio', 'Pio', 'Eio'); +$mysql_5_0_doc_lang = 'fr'; + $day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'); $month = array('Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre'); // Voir http://www.php.net/manual/en/function.strftime.php pour la variable diff --git a/lang/german-iso-8859-1.inc.php b/lang/german-iso-8859-1.inc.php index bbffd086a..4b61af9f2 100644 --- a/lang/german-iso-8859-1.inc.php +++ b/lang/german-iso-8859-1.inc.php @@ -16,6 +16,8 @@ $number_decimal_separator = ','; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('Bytes', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB'); +$mysql_5_1_doc_lang = 'de'; + $day_of_week = array('So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'); $month = array('Januar', 'Februar', 'Mrz', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'); // See http://www.php.net/manual/en/function.strftime.php to define the @@ -30,6 +32,7 @@ $strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL $strAccessDenied = 'Zugriff verweigert.'; $strAction = 'Aktion'; $strAddAutoIncrement = 'AUTO_INCREMENT-Wert hinzufgen'; +$strAddClause = 'Fge %s hinzu'; $strAddConstraints = 'Constraints hinzufgen'; $strAddDeleteColumn = 'Spalten hinzufgen/entfernen'; $strAddDeleteRow = 'Zeilen hinzufgen/entfernen'; @@ -111,6 +114,7 @@ $strBzError = 'phpMyAdmin konnte die Datei wegen eines Fehler in der Bz2-Erweite $strBzip = 'BZip-komprimiert'; $strCalendar = 'Kalender'; +$strCanNotLoadExportPlugins = 'Export-Plugins konnten nicht geladen werden, bitte Installation berprfen!'; $strCanNotLoadImportPlugins = 'Die Import-Plugins konnten nicht geladen werden. Bitte berprfen Sie Ihre phpMyAdmin-Installation.'; $strCannotLogin = 'Die Anmeldung am MySQL-Server ist fehlgeschlagen.'; $strCantLoad = 'Die Erweiterung [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] kann nicht geladen werden. Bitte berprfen Sie Ihre PHP-Konfiguration.'; @@ -173,6 +177,10 @@ $strCreateNewDatabase = 'Neue Datenbank anlegen'; $strCreateNewTable = 'Neue Tabelle in Datenbank %s erstellen'; $strCreatePage = 'Neue Seite erstellen'; $strCreatePdfFeat = 'Erzeugen von PDFs'; +$strCreateUserDatabase = 'Datenbank fr Benutzer'; +$strCreateUserDatabaseNone = 'Keine'; +$strCreateUserDatabaseName = 'Erstelle eine Datenbank mit gleichem Namen und gewhre alle Rechte'; +$strCreateUserDatabaseWildcard = 'Gewhre alle Rechte auf Datenbanken die mit dem Benuterznamen beginnen (username_%)'; $strCreationDates = 'Erzeugungs- / Aktualisierungs- / berprfungszeiten'; $strCriteria = 'Kriterium'; $strCroatian = 'Kroatisch'; @@ -225,6 +233,7 @@ $strDeletedRows = 'Gel $strDelete = 'Lschen'; $strDeleteNoUsersSelected = 'Es wurden keine Benutzer zum Lschen ausgewhlt!'; $strDeleting = 'Lsche %s'; +$strDelimiter = 'Begrenzer'; $strDelOld = 'Auf der aktuellen Seite bestehen Referenzen zu Tabellen, die nicht mehr existieren. Sollen diese Referenzen gelscht werden?'; $strDescending = 'absteigend'; $strDescription = 'Beschreibung'; @@ -265,6 +274,7 @@ $strEnglish = 'Englisch'; $strEnglishPrivileges = ' Anmerkung: MySQL-Rechte werden auf Englisch angegeben. '; $strError = 'Fehler'; $strErrorInZipFile = 'Fehler im ZIP-Archiv:'; +$strErrorRenamingTable = 'Fehler beim umbenennen von Tabelle %1$s nach %2$s'; $strEscapeWildcards = 'Platzhalter _ und % sollten mit einem \ escaped werden, um das gewnschte Sonderzeichen einzubinden'; $strEsperanto = 'Esperanto'; $strEstonian = 'Estnisch'; @@ -273,6 +283,7 @@ $strExcelOptions = 'Excel-Optionen'; $strExecuteBookmarked = 'Gespeicherte SQL-Anfrage ausfhren'; $strExplain = 'SQL erklren'; $strExport = 'Exportieren'; +$strExportMustBeFile = 'Der gewhlte Export-Typ kann nur als Datei exportiert werden!'; $strExtendedInserts = 'Erweiterte \'INSERT\'s'; $strExtra = 'Extra'; @@ -298,11 +309,13 @@ $strFlushPrivilegesNote = 'Anmerkung: phpMyAdmin liest die Benutzerprofile direk $strFlushQueryCache = 'Den Abfragencache leeren (FLUSH)'; $strFlushTable = 'Leeren des Tabellencaches ("FLUSH")'; $strFlushTables = 'Den Tabellencache leeren ("FLUSH")'; +$strFontSize = 'Schriftgre'; $strFormat = 'Format'; $strFormEmpty = 'Das Formular ist leer !'; $strFreePages = 'Unbenutzte Seiten'; $strFullText = 'vollstndige Textfelder'; $strFunction = 'Funktion'; +$strFunctions = 'Funktionen'; $strGenBy = 'Erstellt von'; $strGeneralRelationFeat = 'Allgemeine Verknpfungsfunktionen'; @@ -379,12 +392,14 @@ $strInvalidColumn = 'Ung $strInvalidCSVFieldCount = 'Ungltige Anzahl an Feldern in Zeile %d.'; $strInvalidCSVFormat = 'Ungltiges Format in Zeile %d.'; $strInvalidCSVParameter = 'Ungltiger Parameter fr CSV-Import: "%s"'; +$strInvalidDatabase = 'ungltige Datenbank'; $strInvalidFieldAddCount = 'Sie mssen mindestens ein Feld hinzufgen.'; $strInvalidFieldCount = 'Die Tabelle muss mindestens ein Feld haben.'; $strInvalidLDIImport = 'Dieses Plugin untersttzt keine Kompression!'; $strInvalidRowNumber = '%d ist keine gltige Zeilennummer.'; $strInvalidServerHostname = 'Ungltiger Host-Name fr Server %1$s. Bitte berprfen Sie Ihre Konfiguration.'; $strInvalidServerIndex = 'Ungltige Server-Nummer: "%s"'; +$strInvalidTableName = 'ungltiger Tabellenname'; $strJapanese = 'Japanisch'; $strJoins = 'Tabellenverknpfungen (joins)'; @@ -399,6 +414,7 @@ $strKill = 'Beenden'; $strKorean = 'Koreanisch'; $strLandscape = 'Querformat'; +$strLanguage = 'Sprache'; $strLanguageFileNotFound = 'Sprachdatei "%1$s" nicht gefunden.'; $strLanguageUnknown = 'Unbekannte Sprache: "%1$s".'; $strLatchedPages = 'Belegte Seiten'; @@ -479,6 +495,7 @@ $strNext = 'N $strNoActivity = 'Da Sie seit mindestens %s Sekunden inaktiv waren, wurden Sie automatisch abgemeldet. Bitte melden Sie sich erneut an.'; $strNoDatabases = 'Keine Datenbanken'; $strNoDatabasesSelected = 'Es wurden keine Datenbanken ausgewhlt.'; +$strNoDataReceived = 'Es wurden keinen Daten zum importieren empfangen. Entweder wurde keine Datei ausgewhlt, oder die Dateigre hat die maximal erlaubte Gre der PHP Konfiguration berschritten. Siehe FAQ 1.16.'; $strNoDescription = 'keine Beschreibung'; $strNoDetailsForEngine = 'Fr dieses Tabellenformat sind keine Statusinformationen verfgbar'; $strNoDropDatabases = 'Die Anweisung "DROP DATABASE" wurde deaktiviert.'; @@ -512,6 +529,10 @@ $strNumSearchResultsTotal = 'Insgesamt %s Treffer'; $strNumTables = 'Tabellen'; $strOK = 'OK'; +$strOpenDocumentSpreadsheet = 'Open Document Kalkulationstabelle'; +$strOpenDocumentSpreadsheetOptions = 'Open Document Kalkulationstabelle Optionen'; +$strOpenDocumentText = 'Open Document Text'; +$strOpenDocumentTextOptions = 'Open Document Text Optionen'; $strOpenNewWindow = 'Neues phpMyAdmin-Fenster'; $strOperations = 'Operationen'; $strOperator = 'Operator'; @@ -533,8 +554,9 @@ $strPasswordNotSame = 'Die eingegebenen Passw $strPdfDbSchema = 'Schema der Datenbank "%s" - Seite %s'; $strPdfInvalidTblName = 'Die Tabelle "%s" existiert nicht!'; $strPdfNoTables = 'keine Tabellen'; -$strPDFOptions = 'PDF-Optionen'; $strPDF = 'PDF'; +$strPDFOptions = 'PDF-Optionen'; +$strPDFReportExplanation = '(Erstellt einen Report mit den Daten einer Tabelle)'; $strPDFReportTitle = 'Titel des Reports'; $strPerHour = 'pro Stunde'; $strPerMinute = 'pro Minute'; @@ -595,6 +617,7 @@ $strPrivDescUpdate = 'Erlaubt das Ver $strPrivDescUsage = 'Keine Rechte.'; $strPrivileges = 'Rechte'; $strPrivilegesReloaded = 'Die Benutzerprofile wurden neu geladen.'; +$strProcedures = 'Prozeduren'; $strProcesses = 'Prozesse'; $strProcesslist = 'Prozesse'; $strProtocolVersion = 'Protokoll-Version'; @@ -681,6 +704,7 @@ $strSent = 'Gesendet'; $strServerChoice = 'Server Auswhlen'; $strServerNotResponding = 'Der Server antwortet nicht.'; $strServer = 'Server'; +$strServers = 'Server'; $strServerStatusDelayedInserts = 'Verzgertes Einfgen (delayed inserts)'; $strServerStatus = 'Laufzeit-Informationen'; $strServerStatusUptime = 'Dieser MySQL-Server luft bereits %s. Er wurde am %s gestartet.'; @@ -729,10 +753,40 @@ $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Anzahl der unbenutzten Seite $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Anzahl der belegten Seiten. Diese Seiten werden gerade gelesen oder beschrieben oder knnen aus einem anderen Grund nicht zurckgeschrieben oder entfernt werden knnen.'; $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Anzahl der durch administrativen Overhead, wie z. B. Zeilensperren oder den adaptiven Hash-Index ausgelasteten Seiten. Dieser Wert errechnet sich auch aus Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Die Gre des Puffer-Pools in Seiten.'; +$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Anzahl "random" read-aheads durch InnoDB. Dies geschieht wenn eine Abfrage einen groen Teil einer Tabelle durchsucht aber in zuflliger Reihenfolge.'; +$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Anzahl sequentieller read-aheads durch InnoDB. Dies geschieht wenn InnoDB eine Tabelle komplett sequentiell durchsucht.'; +$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Anzahl angeforderter Lesevorgngen durch InnoDB.'; +$strShowStatusInnodb_buffer_pool_readsDescr = 'Anzahl an Lesevorgngen die InnoDB nicht aus dem Zwischenspeicher bedienen konnte und deshalb einen Einzel-Seiten-Lesevorgang starten musste.'; +$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalerweise geschehen Schreibvorgnge im InnoDB Zwischenspeicher im Hintergrund. Abber wenn es ntig ist eine Seite zu lesen oder zu erstellen und es ist keine saubere Seite verfgbar dann ist es notwendig darauf zu warten das Seiten weggeschrieben werden. Dieser Wert gibt wieder wie oft das geschehen ist. Wenn die Zwischenspeicher-Gre korrekt eingestellt ist sollte dieser Wert klein sein.'; +$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Anzahl der Schreibvorgnge im InnoDB Zwischenspeicher.'; +$strShowStatusInnodb_data_fsyncsDescr = 'Bisher ausgefhrte fsync()-Operationen.'; +$strShowStatusInnodb_data_pending_fsyncsDescr = 'Momentan anstehende fsync()-Operationen.'; +$strShowStatusInnodb_data_pending_readsDescr = 'Momentan anstehende Lesezugriffe.'; +$strShowStatusInnodb_data_pending_writesDescr = 'Momentan anstehende Schreizugriffe.'; $strShowStatusInnodb_data_readDescr = 'Wieviel Daten bisher gelesen wurden, in Byte.'; $strShowStatusInnodb_data_readsDescr = 'Wie oft Daten gelesen wurden.'; $strShowStatusInnodb_data_writesDescr = 'Wie oft Daten geschrieben wurden.'; $strShowStatusInnodb_data_writtenDescr = 'Wieviel Daten bisher geschrieben wurden, in Byte.'; +$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Anzahl der ausgefhrten "doublewrite" Schreibzugriffe und die Anzahl der Seiten die dafr geschrieben wurden.'; +$strShowStatusInnodb_dblwr_writesDescr = 'Anzahl der ausgefhrten "doublewrite" Schreibzugriffe und die Anzahl der Seiten die dafr geschrieben wurden.'; +$strShowStatusInnodb_log_waitsDescr = 'Wie oft gewartet werden musste weil der Protokoll-Zwischenspeicher zu klein war und deshalb gewartet wurde das er geleert wird.'; +$strShowStatusInnodb_log_write_requestsDescr = 'Anzahl der Schreibzugriffe fr die Protokoll-Datei.'; +$strShowStatusInnodb_log_writesDescr = 'Anzahl der tatschlichen Schreibvorgnge der Protokoll-Datei.'; +$strShowStatusInnodb_os_log_fsyncsDescr = 'Gettigte fsyncs Schreibzugriffe fr die Protokoll-Datei.'; +$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Anstehende "fsyncs" fr die Protokoll-Datei.'; +$strShowStatusInnodb_os_log_pending_writesDescr = 'Anstehende Schreibzugriffe fr die Protokoll-Datei.'; +$strShowStatusInnodb_os_log_writtenDescr = 'Anzahl an Byte die in die Protokoll-Datei geschrieben wurden.'; +$strShowStatusInnodb_pages_createdDescr = 'Anzahl erstellter Seiten.'; +$strShowStatusInnodb_page_sizeDescr = 'Die fest kompilierte InnnoDB Seitengre (Standard 16 KiB). Viele Werte werden in Seiten gezhlt; die Seitengre erlaubt es diese einfach in Byte umzurechnen.'; +$strShowStatusInnodb_pages_readDescr = 'Anzahl gelesener Seiten.'; +$strShowStatusInnodb_pages_writtenDescr = 'Anzhal geschriebener Seiten.'; +$strShowStatusInnodb_row_lock_current_waitsDescr = 'Momentan anstehende Zeilen-Sperren.'; +$strShowStatusInnodb_row_lock_time_avgDescr = 'Durchschnittliche Wartezeite um eine Zeilen-Sperre zu bekommen, in Millisekunden.'; +$strShowStatusInnodb_row_lock_timeDescr = 'Summe aller Wartezeiten um Zeilen-Sperren zu bekommen, in Millisekunden.'; +$strShowStatusInnodb_row_lock_time_maxDescr = 'Lngste Wartezeite um eine Zeilen-Sperre zu bekommen, in Millisekunden.'; +$strShowStatusInnodb_row_lock_waitsDescr = 'Wie oft auf ein Zeilen-Sperre gewartet werden musste.'; +$strShowStatusInnodb_rows_deletedDescr = 'Anzahl gelschter Zeilen aller InnoDB Tabellen.'; +$strShowStatusInnodb_rows_insertedDescr = 'Anzahl der eingefgten Zeilen in alle InnoDB Tabellen.'; $strShowStatusInnodb_rows_readDescr = 'Anzahl der Zeilen, die aus InnoDB-Tabellen gelesen wurden.'; $strShowStatusInnodb_rows_updatedDescr = 'Anzahl der Zeilen, die in InnoDB-Tabellen aktualisiert wurden.'; $strShowStatusKey_blocks_not_flushedDescr = 'Schlssel-Blcke im Schlssel-Cache, die verndert wurden, aber noch nicht auf die Platte zurck geschrieben (flush) wurden; auch bekannt als Not_flushed_key_blocks.'; @@ -776,7 +830,7 @@ $strShowStatusTable_locks_immediateDescr = 'Wie oft eine Tabellensperre sofort e $strShowStatusTable_locks_waitedDescr = 'Wie oft eine Tabellensperre nicht sofort erlangt werden konnte und gewartet werden musste. Wenn dieser Wert hoch ist und Sie Performance-Probleme haben, sollten Sie zunchst Ihre Anfragen optimieren und dann entweder Ihre Tabelle(n) zerteilen oder Replikation benutzen.'; $strShowStatusThreads_cachedDescr = 'Anzahl der Prozesse im Prozess-Cache. Die Cache-Zugriffsrate kann mit Threads_created / Connections berechnet werden. Wenn dieser Wert rot ist, sollte der thread_cache_size erhht werden.'; $strShowStatusThreads_connectedDescr = 'Anzahl der momentan offenen Verbindungen.'; -$strShowStatusThreads_createdDescr = 'Anzahl der Prozesse, die zur Handhabung von Verbindungen erzeugt wurden. Wenn Threads_created hoch ist, sollten Sie eventuell die Thread_cache_size-Variable herauf setzen. (Normalerweise ergibt sich daraus keine bemerkbare Performance-Steigerung wenn eine gute Thread-Implementierung vorliegt.)'; +$strShowStatusThreads_createdDescr = 'Anzahl der Prozesse, die zur Handhabung von Verbindungen erzeugt wurden. Wenn Threads_created hoch ist, sollten Sie eventuell die Thread_cache_size-Variable herauf setzen. (Normalerweise ergibt sich daraus keine bemerkbare Performance-Steigerung wenn eine gute Prozess-Implementierung vorliegt.)'; $strShowStatusThreads_runningDescr = 'Anzahl der Prozesse, die nicht schlafen.'; $strShowTableDimension = 'Tabellendimensionen anzeigen.'; $strShowTables = 'Tabellen anzeigen'; @@ -819,6 +873,7 @@ $strStrucCSV = 'CSV-Daten'; $strStrucData = 'Struktur und Daten'; $strStrucExcelCSV = 'CSV-Daten fr MS Excel'; $strStrucNativeExcel = 'Excel-Datei'; +$strStrucNativeExcelOptions = 'Excel-Datei Export Optionen'; $strStrucOnly = 'Nur Struktur'; $strStructPropose = 'Tabellenstruktur analysieren'; $strStructure = 'Struktur'; @@ -866,6 +921,7 @@ $strTotalUC = 'Insgesamt'; $strTraditionalChinese = 'Traditionelles Chinesisch'; $strTraditionalSpanish = 'Traditionelles Spanisch'; $strTraffic = 'Traffic'; +$strTransactionCoordinator = 'Transaction Koordinator'; $strTransformation_application_octetstream__download = 'Zeigt einen Link an, um die binren Daten eines Feldes downloaden zu knnen. Die erste Option benennt den Dateinamen. Die zweite Option kann einen Spaltennamen der Tabelle benennen, aus dem der Dateiname geholt werden soll. Sollte die zweite Option gesetzt sein ist es notwendig, die erste Option auf einen Leerstring zu setzen (\'\')'; $strTransformation_application_octetstream__hex = 'Daten in hexadezimaler Schreibweise darstellen. Der optionale Parameter legt fest, nach wie vielen Halbbyte ein Leerzeichen eingefgt werden soll (Standardwert ist 2).'; $strTransformation_image_jpeg__inline = 'Ein klickbares Vorschaubild anzeigen. Optionen: Breite, Hhe in Pixeln (bercksichtigt Seitenverhltnis)'; @@ -895,6 +951,7 @@ $strUpdateQuery = 'Aktualisieren'; $strUpdComTab = 'Bitte lesen Sie in der Dokumentation nach, wie Sie die Struktur Ihrer Spaltenkommentartabelle aktualisieren knnen'; $strUpgrade = 'Sie sollten auf %s %s oder neuer umsteigen.'; $strUploadLimit = 'Mglicherweise wurde eine zu groe Datei hochgeladen. Bitte lesen Sie die %sDokumentation%s zur Lsung diese Problems.'; +$strUploadsNotAllowed = 'Das hochladen von Dateien ist auf diesem Server nicht erlaubt.'; $strUsage = 'Verbrauch'; $strUseBackquotes = ' Tabellen- und Feldnamen in einfachen Anfhrungszeichen '; $strUsedPhpExtensions = 'Verwandte php-Erweiterungen'; @@ -937,70 +994,10 @@ $strWritingRelationNotPossible = 'Es k $strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.'; $strXML = 'XML'; +$strXMLOptions = 'XML Optionen'; $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschrnkung.'; $strZip = 'Zip-komprimiert'; - -// To translate: - -$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate -$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate -$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate -$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate -$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate -$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate -$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate -$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate -$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate -$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate -$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate -$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate -$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate -$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate -$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate -$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate -$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate -$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate -$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate -$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate -$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate -$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate -$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate - -$strTransactionCoordinator = 'Transaction coordinator'; //to translate - -$strAddClause = 'Fge %s hinzu'; //recently translated -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Kalkulationstabelle'; //recently translated -$strOpenDocumentSpreadsheetOptions = 'Open Document Kalkulationstabelle Optionen'; //recently translated -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strXMLOptions = 'XML Optionen'; //recently translated -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Datenbank fr Benutzer'; //recently translated -$strCreateUserDatabaseNone = 'Keine'; //recently translated -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //recently translated -$strOpenDocumentTextOptions = 'Open Document Text Optionen'; //recently translated -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'ungltiger Tabellenname'; //recently translated -$strInvalidDatabase = 'ungltige Datenbank'; //recently translated -$strServers = 'Server'; //recently translated -$strDelimiter = 'Begrenzer'; //recently translated -$strFunctions = 'Funktionen'; //recently translated -$strProcedures = 'Prozeduren'; //recently translated -$strPDFReportExplanation = '(Erstellt einen Report mit den Daten einer Tabelle)'; //recently translated -$strFontSize = 'Schriftgre'; //recently translated -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/german-iso-8859-15.inc.php b/lang/german-iso-8859-15.inc.php index 8fac6d1af..ea1ffd79e 100644 --- a/lang/german-iso-8859-15.inc.php +++ b/lang/german-iso-8859-15.inc.php @@ -16,6 +16,8 @@ $number_decimal_separator = ','; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('Bytes', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB'); +$mysql_5_1_doc_lang = 'de'; + $day_of_week = array('So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'); $month = array('Januar', 'Februar', 'Mrz', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'); // See http://www.php.net/manual/en/function.strftime.php to define the @@ -30,6 +32,7 @@ $strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL $strAccessDenied = 'Zugriff verweigert.'; $strAction = 'Aktion'; $strAddAutoIncrement = 'AUTO_INCREMENT-Wert hinzufgen'; +$strAddClause = 'Fge %s hinzu'; $strAddConstraints = 'Constraints hinzufgen'; $strAddDeleteColumn = 'Spalten hinzufgen/entfernen'; $strAddDeleteRow = 'Zeilen hinzufgen/entfernen'; @@ -111,6 +114,7 @@ $strBzError = 'phpMyAdmin konnte die Datei wegen eines Fehler in der Bz2-Erweite $strBzip = 'BZip-komprimiert'; $strCalendar = 'Kalender'; +$strCanNotLoadExportPlugins = 'Export-Plugins konnten nicht geladen werden, bitte Installation berprfen!'; $strCanNotLoadImportPlugins = 'Die Import-Plugins konnten nicht geladen werden. Bitte berprfen Sie Ihre phpMyAdmin-Installation.'; $strCannotLogin = 'Die Anmeldung am MySQL-Server ist fehlgeschlagen.'; $strCantLoad = 'Die Erweiterung [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] kann nicht geladen werden. Bitte berprfen Sie Ihre PHP-Konfiguration.'; @@ -173,6 +177,10 @@ $strCreateNewDatabase = 'Neue Datenbank anlegen'; $strCreateNewTable = 'Neue Tabelle in Datenbank %s erstellen'; $strCreatePage = 'Neue Seite erstellen'; $strCreatePdfFeat = 'Erzeugen von PDFs'; +$strCreateUserDatabase = 'Datenbank fr Benutzer'; +$strCreateUserDatabaseNone = 'Keine'; +$strCreateUserDatabaseName = 'Erstelle eine Datenbank mit gleichem Namen und gewhre alle Rechte'; +$strCreateUserDatabaseWildcard = 'Gewhre alle Rechte auf Datenbanken die mit dem Benuterznamen beginnen (username_%)'; $strCreationDates = 'Erzeugungs- / Aktualisierungs- / berprfungszeiten'; $strCriteria = 'Kriterium'; $strCroatian = 'Kroatisch'; @@ -225,6 +233,7 @@ $strDeletedRows = 'Gel $strDelete = 'Lschen'; $strDeleteNoUsersSelected = 'Es wurden keine Benutzer zum Lschen ausgewhlt!'; $strDeleting = 'Lsche %s'; +$strDelimiter = 'Begrenzer'; $strDelOld = 'Auf der aktuellen Seite bestehen Referenzen zu Tabellen, die nicht mehr existieren. Sollen diese Referenzen gelscht werden?'; $strDescending = 'absteigend'; $strDescription = 'Beschreibung'; @@ -265,6 +274,7 @@ $strEnglish = 'Englisch'; $strEnglishPrivileges = ' Anmerkung: MySQL-Rechte werden auf Englisch angegeben. '; $strError = 'Fehler'; $strErrorInZipFile = 'Fehler im ZIP-Archiv:'; +$strErrorRenamingTable = 'Fehler beim umbenennen von Tabelle %1$s nach %2$s'; $strEscapeWildcards = 'Platzhalter _ und % sollten mit einem \ escaped werden, um das gewnschte Sonderzeichen einzubinden'; $strEsperanto = 'Esperanto'; $strEstonian = 'Estnisch'; @@ -273,6 +283,7 @@ $strExcelOptions = 'Excel-Optionen'; $strExecuteBookmarked = 'Gespeicherte SQL-Anfrage ausfhren'; $strExplain = 'SQL erklren'; $strExport = 'Exportieren'; +$strExportMustBeFile = 'Der gewhlte Export-Typ kann nur als Datei exportiert werden!'; $strExtendedInserts = 'Erweiterte \'INSERT\'s'; $strExtra = 'Extra'; @@ -298,11 +309,13 @@ $strFlushPrivilegesNote = 'Anmerkung: phpMyAdmin liest die Benutzerprofile direk $strFlushQueryCache = 'Den Abfragencache leeren (FLUSH)'; $strFlushTable = 'Leeren des Tabellencaches ("FLUSH")'; $strFlushTables = 'Den Tabellencache leeren ("FLUSH")'; +$strFontSize = 'Schriftgre'; $strFormat = 'Format'; $strFormEmpty = 'Das Formular ist leer !'; $strFreePages = 'Unbenutzte Seiten'; $strFullText = 'vollstndige Textfelder'; $strFunction = 'Funktion'; +$strFunctions = 'Funktionen'; $strGenBy = 'Erstellt von'; $strGeneralRelationFeat = 'Allgemeine Verknpfungsfunktionen'; @@ -379,12 +392,14 @@ $strInvalidColumn = 'Ung $strInvalidCSVFieldCount = 'Ungltige Anzahl an Feldern in Zeile %d.'; $strInvalidCSVFormat = 'Ungltiges Format in Zeile %d.'; $strInvalidCSVParameter = 'Ungltiger Parameter fr CSV-Import: "%s"'; +$strInvalidDatabase = 'ungltige Datenbank'; $strInvalidFieldAddCount = 'Sie mssen mindestens ein Feld hinzufgen.'; $strInvalidFieldCount = 'Die Tabelle muss mindestens ein Feld haben.'; $strInvalidLDIImport = 'Dieses Plugin untersttzt keine Kompression!'; $strInvalidRowNumber = '%d ist keine gltige Zeilennummer.'; $strInvalidServerHostname = 'Ungltiger Host-Name fr Server %1$s. Bitte berprfen Sie Ihre Konfiguration.'; $strInvalidServerIndex = 'Ungltige Server-Nummer: "%s"'; +$strInvalidTableName = 'ungltiger Tabellenname'; $strJapanese = 'Japanisch'; $strJoins = 'Tabellenverknpfungen (joins)'; @@ -399,6 +414,7 @@ $strKill = 'Beenden'; $strKorean = 'Koreanisch'; $strLandscape = 'Querformat'; +$strLanguage = 'Sprache'; $strLanguageFileNotFound = 'Sprachdatei "%1$s" nicht gefunden.'; $strLanguageUnknown = 'Unbekannte Sprache: "%1$s".'; $strLatchedPages = 'Belegte Seiten'; @@ -479,6 +495,7 @@ $strNext = 'N $strNoActivity = 'Da Sie seit mindestens %s Sekunden inaktiv waren, wurden Sie automatisch abgemeldet. Bitte melden Sie sich erneut an.'; $strNoDatabases = 'Keine Datenbanken'; $strNoDatabasesSelected = 'Es wurden keine Datenbanken ausgewhlt.'; +$strNoDataReceived = 'Es wurden keinen Daten zum importieren empfangen. Entweder wurde keine Datei ausgewhlt, oder die Dateigre hat die maximal erlaubte Gre der PHP Konfiguration berschritten. Siehe FAQ 1.16.'; $strNoDescription = 'keine Beschreibung'; $strNoDetailsForEngine = 'Fr dieses Tabellenformat sind keine Statusinformationen verfgbar'; $strNoDropDatabases = 'Die Anweisung "DROP DATABASE" wurde deaktiviert.'; @@ -512,6 +529,10 @@ $strNumSearchResultsTotal = 'Insgesamt %s Treffer'; $strNumTables = 'Tabellen'; $strOK = 'OK'; +$strOpenDocumentSpreadsheet = 'Open Document Kalkulationstabelle'; +$strOpenDocumentSpreadsheetOptions = 'Open Document Kalkulationstabelle Optionen'; +$strOpenDocumentText = 'Open Document Text'; +$strOpenDocumentTextOptions = 'Open Document Text Optionen'; $strOpenNewWindow = 'Neues phpMyAdmin-Fenster'; $strOperations = 'Operationen'; $strOperator = 'Operator'; @@ -533,8 +554,9 @@ $strPasswordNotSame = 'Die eingegebenen Passw $strPdfDbSchema = 'Schema der Datenbank "%s" - Seite %s'; $strPdfInvalidTblName = 'Die Tabelle "%s" existiert nicht!'; $strPdfNoTables = 'keine Tabellen'; -$strPDFOptions = 'PDF-Optionen'; $strPDF = 'PDF'; +$strPDFOptions = 'PDF-Optionen'; +$strPDFReportExplanation = '(Erstellt einen Report mit den Daten einer Tabelle)'; $strPDFReportTitle = 'Titel des Reports'; $strPerHour = 'pro Stunde'; $strPerMinute = 'pro Minute'; @@ -595,6 +617,7 @@ $strPrivDescUpdate = 'Erlaubt das Ver $strPrivDescUsage = 'Keine Rechte.'; $strPrivileges = 'Rechte'; $strPrivilegesReloaded = 'Die Benutzerprofile wurden neu geladen.'; +$strProcedures = 'Prozeduren'; $strProcesses = 'Prozesse'; $strProcesslist = 'Prozesse'; $strProtocolVersion = 'Protokoll-Version'; @@ -681,6 +704,7 @@ $strSent = 'Gesendet'; $strServerChoice = 'Server Auswhlen'; $strServerNotResponding = 'Der Server antwortet nicht.'; $strServer = 'Server'; +$strServers = 'Server'; $strServerStatusDelayedInserts = 'Verzgertes Einfgen (delayed inserts)'; $strServerStatus = 'Laufzeit-Informationen'; $strServerStatusUptime = 'Dieser MySQL-Server luft bereits %s. Er wurde am %s gestartet.'; @@ -729,10 +753,40 @@ $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Anzahl der unbenutzten Seite $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Anzahl der belegten Seiten. Diese Seiten werden gerade gelesen oder beschrieben oder knnen aus einem anderen Grund nicht zurckgeschrieben oder entfernt werden knnen.'; $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Anzahl der durch administrativen Overhead, wie z. B. Zeilensperren oder den adaptiven Hash-Index ausgelasteten Seiten. Dieser Wert errechnet sich auch aus Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Die Gre des Puffer-Pools in Seiten.'; +$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Anzahl "random" read-aheads durch InnoDB. Dies geschieht wenn eine Abfrage einen groen Teil einer Tabelle durchsucht aber in zuflliger Reihenfolge.'; +$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Anzahl sequentieller read-aheads durch InnoDB. Dies geschieht wenn InnoDB eine Tabelle komplett sequentiell durchsucht.'; +$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Anzahl angeforderter Lesevorgngen durch InnoDB.'; +$strShowStatusInnodb_buffer_pool_readsDescr = 'Anzahl an Lesevorgngen die InnoDB nicht aus dem Zwischenspeicher bedienen konnte und deshalb einen Einzel-Seiten-Lesevorgang starten musste.'; +$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalerweise geschehen Schreibvorgnge im InnoDB Zwischenspeicher im Hintergrund. Abber wenn es ntig ist eine Seite zu lesen oder zu erstellen und es ist keine saubere Seite verfgbar dann ist es notwendig darauf zu warten das Seiten weggeschrieben werden. Dieser Wert gibt wieder wie oft das geschehen ist. Wenn die Zwischenspeicher-Gre korrekt eingestellt ist sollte dieser Wert klein sein.'; +$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Anzahl der Schreibvorgnge im InnoDB Zwischenspeicher.'; +$strShowStatusInnodb_data_fsyncsDescr = 'Bisher ausgefhrte fsync()-Operationen.'; +$strShowStatusInnodb_data_pending_fsyncsDescr = 'Momentan anstehende fsync()-Operationen.'; +$strShowStatusInnodb_data_pending_readsDescr = 'Momentan anstehende Lesezugriffe.'; +$strShowStatusInnodb_data_pending_writesDescr = 'Momentan anstehende Schreizugriffe.'; $strShowStatusInnodb_data_readDescr = 'Wieviel Daten bisher gelesen wurden, in Byte.'; $strShowStatusInnodb_data_readsDescr = 'Wie oft Daten gelesen wurden.'; $strShowStatusInnodb_data_writesDescr = 'Wie oft Daten geschrieben wurden.'; $strShowStatusInnodb_data_writtenDescr = 'Wieviel Daten bisher geschrieben wurden, in Byte.'; +$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Anzahl der ausgefhrten "doublewrite" Schreibzugriffe und die Anzahl der Seiten die dafr geschrieben wurden.'; +$strShowStatusInnodb_dblwr_writesDescr = 'Anzahl der ausgefhrten "doublewrite" Schreibzugriffe und die Anzahl der Seiten die dafr geschrieben wurden.'; +$strShowStatusInnodb_log_waitsDescr = 'Wie oft gewartet werden musste weil der Protokoll-Zwischenspeicher zu klein war und deshalb gewartet wurde das er geleert wird.'; +$strShowStatusInnodb_log_write_requestsDescr = 'Anzahl der Schreibzugriffe fr die Protokoll-Datei.'; +$strShowStatusInnodb_log_writesDescr = 'Anzahl der tatschlichen Schreibvorgnge der Protokoll-Datei.'; +$strShowStatusInnodb_os_log_fsyncsDescr = 'Gettigte fsyncs Schreibzugriffe fr die Protokoll-Datei.'; +$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Anstehende "fsyncs" fr die Protokoll-Datei.'; +$strShowStatusInnodb_os_log_pending_writesDescr = 'Anstehende Schreibzugriffe fr die Protokoll-Datei.'; +$strShowStatusInnodb_os_log_writtenDescr = 'Anzahl an Byte die in die Protokoll-Datei geschrieben wurden.'; +$strShowStatusInnodb_pages_createdDescr = 'Anzahl erstellter Seiten.'; +$strShowStatusInnodb_page_sizeDescr = 'Die fest kompilierte InnnoDB Seitengre (Standard 16 KiB). Viele Werte werden in Seiten gezhlt; die Seitengre erlaubt es diese einfach in Byte umzurechnen.'; +$strShowStatusInnodb_pages_readDescr = 'Anzahl gelesener Seiten.'; +$strShowStatusInnodb_pages_writtenDescr = 'Anzhal geschriebener Seiten.'; +$strShowStatusInnodb_row_lock_current_waitsDescr = 'Momentan anstehende Zeilen-Sperren.'; +$strShowStatusInnodb_row_lock_time_avgDescr = 'Durchschnittliche Wartezeite um eine Zeilen-Sperre zu bekommen, in Millisekunden.'; +$strShowStatusInnodb_row_lock_timeDescr = 'Summe aller Wartezeiten um Zeilen-Sperren zu bekommen, in Millisekunden.'; +$strShowStatusInnodb_row_lock_time_maxDescr = 'Lngste Wartezeite um eine Zeilen-Sperre zu bekommen, in Millisekunden.'; +$strShowStatusInnodb_row_lock_waitsDescr = 'Wie oft auf ein Zeilen-Sperre gewartet werden musste.'; +$strShowStatusInnodb_rows_deletedDescr = 'Anzahl gelschter Zeilen aller InnoDB Tabellen.'; +$strShowStatusInnodb_rows_insertedDescr = 'Anzahl der eingefgten Zeilen in alle InnoDB Tabellen.'; $strShowStatusInnodb_rows_readDescr = 'Anzahl der Zeilen, die aus InnoDB-Tabellen gelesen wurden.'; $strShowStatusInnodb_rows_updatedDescr = 'Anzahl der Zeilen, die in InnoDB-Tabellen aktualisiert wurden.'; $strShowStatusKey_blocks_not_flushedDescr = 'Schlssel-Blcke im Schlssel-Cache, die verndert wurden, aber noch nicht auf die Platte zurck geschrieben (flush) wurden; auch bekannt als Not_flushed_key_blocks.'; @@ -819,6 +873,7 @@ $strStrucCSV = 'CSV-Daten'; $strStrucData = 'Struktur und Daten'; $strStrucExcelCSV = 'CSV-Daten fr MS Excel'; $strStrucNativeExcel = 'Excel-Datei'; +$strStrucNativeExcelOptions = 'Excel-Datei Export Optionen'; $strStrucOnly = 'Nur Struktur'; $strStructPropose = 'Tabellenstruktur analysieren'; $strStructure = 'Struktur'; @@ -866,6 +921,7 @@ $strTotalUC = 'Insgesamt'; $strTraditionalChinese = 'Traditionelles Chinesisch'; $strTraditionalSpanish = 'Traditionelles Spanisch'; $strTraffic = 'Traffic'; +$strTransactionCoordinator = 'Transaction Koordinator'; $strTransformation_application_octetstream__download = 'Zeigt einen Link an, um die binren Daten eines Feldes downloaden zu knnen. Die erste Option benennt den Dateinamen. Die zweite Option kann einen Spaltennamen der Tabelle benennen, aus dem der Dateiname geholt werden soll. Sollte die zweite Option gesetzt sein ist es notwendig, die erste Option auf einen Leerstring zu setzen (\'\')'; $strTransformation_application_octetstream__hex = 'Daten in hexadezimaler Schreibweise darstellen. Der optionale Parameter legt fest, nach wie vielen Halbbyte ein Leerzeichen eingefgt werden soll (Standardwert ist 2).'; $strTransformation_image_jpeg__inline = 'Ein klickbares Vorschaubild anzeigen. Optionen: Breite, Hhe in Pixeln (bercksichtigt Seitenverhltnis)'; @@ -895,6 +951,7 @@ $strUpdateQuery = 'Aktualisieren'; $strUpdComTab = 'Bitte lesen Sie in der Dokumentation nach, wie Sie die Struktur Ihrer Spaltenkommentartabelle aktualisieren knnen'; $strUpgrade = 'Sie sollten auf %s %s oder neuer umsteigen.'; $strUploadLimit = 'Mglicherweise wurde eine zu groe Datei hochgeladen. Bitte lesen Sie die %sDokumentation%s zur Lsung diese Problems.'; +$strUploadsNotAllowed = 'Das hochladen von Dateien ist auf diesem Server nicht erlaubt.'; $strUsage = 'Verbrauch'; $strUseBackquotes = ' Tabellen- und Feldnamen in einfachen Anfhrungszeichen '; $strUsedPhpExtensions = 'Verwandte php-Erweiterungen'; @@ -937,70 +994,10 @@ $strWritingRelationNotPossible = 'Es k $strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.'; $strXML = 'XML'; +$strXMLOptions = 'XML Optionen'; $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschrnkung.'; $strZip = 'Zip-komprimiert'; - -// To translate: - -$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate -$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate -$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate -$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate -$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate -$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate -$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate -$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate -$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate -$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate -$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate -$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate -$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate -$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate -$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate -$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate -$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate -$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate -$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate -$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate -$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate -$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate -$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate - -$strTransactionCoordinator = 'Transaction coordinator'; //to translate - -$strAddClause = 'Fge %s hinzu'; //recently translated -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Kalkulationstabelle'; //recently translated -$strOpenDocumentSpreadsheetOptions = 'Open Document Kalkulationstabelle Optionen'; //recently translated -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strXMLOptions = 'XML Optionen'; //recently translated -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Datenbank fr Benutzer'; //recently translated -$strCreateUserDatabaseNone = 'Keine'; //recently translated -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //recently translated -$strOpenDocumentTextOptions = 'Open Document Text Optionen'; //recently translated -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'ungltiger Tabellenname'; //recently translated -$strInvalidDatabase = 'ungltige Datenbank'; //recently translated -$strServers = 'Server'; //recently translated -$strDelimiter = 'Begrenzer'; //recently translated -$strFunctions = 'Funktionen'; //recently translated -$strProcedures = 'Prozeduren'; //recently translated -$strPDFReportExplanation = '(Erstellt einen Report mit den Daten einer Tabelle)'; //recently translated -$strFontSize = 'Schriftgre'; //recently translated -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index e2aaaaf3b..422a60cdc 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -17,6 +17,8 @@ $number_decimal_separator = ','; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('Bytes', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB'); +$mysql_5_1_doc_lang = 'de'; + $day_of_week = array('So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'); $month = array('Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'); // See http://www.php.net/manual/en/function.strftime.php to define the @@ -31,6 +33,7 @@ $strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL $strAccessDenied = 'Zugriff verweigert.'; $strAction = 'Aktion'; $strAddAutoIncrement = 'AUTO_INCREMENT-Wert hinzufügen'; +$strAddClause = 'Füge %s hinzu'; $strAddConstraints = 'Constraints hinzufügen'; $strAddDeleteColumn = 'Spalten hinzufügen/entfernen'; $strAddDeleteRow = 'Zeilen hinzufügen/entfernen'; @@ -112,6 +115,7 @@ $strBzError = 'phpMyAdmin konnte die Datei wegen eines Fehler in der Bz2-Erweite $strBzip = 'BZip-komprimiert'; $strCalendar = 'Kalender'; +$strCanNotLoadExportPlugins = 'Export-Plugins konnten nicht geladen werden, bitte Installation überprüfen!'; $strCanNotLoadImportPlugins = 'Die Import-Plugins konnten nicht geladen werden. Bitte überprüfen Sie Ihre phpMyAdmin-Installation.'; $strCannotLogin = 'Die Anmeldung am MySQL-Server ist fehlgeschlagen.'; $strCantLoad = 'Die Erweiterung [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] kann nicht geladen werden. Bitte überprüfen Sie Ihre PHP-Konfiguration.'; @@ -174,6 +178,10 @@ $strCreateNewDatabase = 'Neue Datenbank anlegen'; $strCreateNewTable = 'Neue Tabelle in Datenbank %s erstellen'; $strCreatePage = 'Neue Seite erstellen'; $strCreatePdfFeat = 'Erzeugen von PDFs'; +$strCreateUserDatabase = 'Datenbank für Benutzer'; +$strCreateUserDatabaseNone = 'Keine'; +$strCreateUserDatabaseName = 'Erstelle eine Datenbank mit gleichem Namen und gewähre alle Rechte'; +$strCreateUserDatabaseWildcard = 'Gewähre alle Rechte auf Datenbanken die mit dem Benuterznamen beginnen (username_%)'; $strCreationDates = 'Erzeugungs- / Aktualisierungs- / Überprüfungszeiten'; $strCriteria = 'Kriterium'; $strCroatian = 'Kroatisch'; @@ -226,6 +234,7 @@ $strDeletedRows = 'Gelöschte Zeilen:'; $strDelete = 'Löschen'; $strDeleteNoUsersSelected = 'Es wurden keine Benutzer zum Löschen ausgewählt!'; $strDeleting = 'Lösche %s'; +$strDelimiter = 'Begrenzer'; $strDelOld = 'Auf der aktuellen Seite bestehen Referenzen zu Tabellen, die nicht mehr existieren. Sollen diese Referenzen gelöscht werden?'; $strDescending = 'absteigend'; $strDescription = 'Beschreibung'; @@ -266,6 +275,7 @@ $strEnglish = 'Englisch'; $strEnglishPrivileges = ' Anmerkung: MySQL-Rechte werden auf Englisch angegeben. '; $strError = 'Fehler'; $strErrorInZipFile = 'Fehler im ZIP-Archiv:'; +$strErrorRenamingTable = 'Fehler beim umbenennen von Tabelle %1$s nach %2$s'; $strEscapeWildcards = 'Platzhalter _ und % sollten mit einem \ escaped werden, um das gewünschte Sonderzeichen einzubinden'; $strEsperanto = 'Esperanto'; $strEstonian = 'Estnisch'; @@ -274,6 +284,7 @@ $strExcelOptions = 'Excel-Optionen'; $strExecuteBookmarked = 'Gespeicherte SQL-Anfrage ausführen'; $strExplain = 'SQL erklären'; $strExport = 'Exportieren'; +$strExportMustBeFile = 'Der gewählte Export-Typ kann nur als Datei exportiert werden!'; $strExtendedInserts = 'Erweiterte \'INSERT\'s'; $strExtra = 'Extra'; @@ -299,11 +310,13 @@ $strFlushPrivilegesNote = 'Anmerkung: phpMyAdmin liest die Benutzerprofile direk $strFlushQueryCache = 'Den Abfragencache leeren (FLUSH)'; $strFlushTable = 'Leeren des Tabellencaches ("FLUSH")'; $strFlushTables = 'Den Tabellencache leeren ("FLUSH")'; +$strFontSize = 'Schriftgröße'; $strFormat = 'Format'; $strFormEmpty = 'Das Formular ist leer !'; $strFreePages = 'Unbenutzte Seiten'; $strFullText = 'vollständige Textfelder'; $strFunction = 'Funktion'; +$strFunctions = 'Funktionen'; $strGenBy = 'Erstellt von'; $strGeneralRelationFeat = 'Allgemeine Verknüpfungsfunktionen'; @@ -380,12 +393,14 @@ $strInvalidColumn = 'Ungültige Spalte angegeben (%s)!'; $strInvalidCSVFieldCount = 'Ungültige Anzahl an Feldern in Zeile %d.'; $strInvalidCSVFormat = 'Ungültiges Format in Zeile %d.'; $strInvalidCSVParameter = 'Ungültiger Parameter für CSV-Import: "%s"'; +$strInvalidDatabase = 'ungültige Datenbank'; $strInvalidFieldAddCount = 'Sie müssen mindestens ein Feld hinzufügen.'; $strInvalidFieldCount = 'Die Tabelle muss mindestens ein Feld haben.'; $strInvalidLDIImport = 'Dieses Plugin unterstützt keine Kompression!'; $strInvalidRowNumber = '%d ist keine gültige Zeilennummer.'; $strInvalidServerHostname = 'Ungültiger Host-Name für Server %1$s. Bitte überprüfen Sie Ihre Konfiguration.'; $strInvalidServerIndex = 'Ungültige Server-Nummer: "%s"'; +$strInvalidTableName = 'ungültiger Tabellenname'; $strJapanese = 'Japanisch'; $strJoins = 'Tabellenverknüpfungen (joins)'; @@ -400,6 +415,7 @@ $strKill = 'Beenden'; $strKorean = 'Koreanisch'; $strLandscape = 'Querformat'; +$strLanguage = 'Sprache'; $strLanguageFileNotFound = 'Sprachdatei "%1$s" nicht gefunden.'; $strLanguageUnknown = 'Unbekannte Sprache: "%1$s".'; $strLatchedPages = 'Belegte Seiten'; @@ -480,6 +496,7 @@ $strNext = 'Nächste'; $strNoActivity = 'Da Sie seit mindestens %s Sekunden inaktiv waren, wurden Sie automatisch abgemeldet. Bitte melden Sie sich erneut an.'; $strNoDatabases = 'Keine Datenbanken'; $strNoDatabasesSelected = 'Es wurden keine Datenbanken ausgewählt.'; +$strNoDataReceived = 'Es wurden keinen Daten zum importieren empfangen. Entweder wurde keine Datei ausgewählt, oder die Dateigröße hat die maximal erlaubte Größe der PHP Konfiguration überschritten. Siehe FAQ 1.16.'; $strNoDescription = 'keine Beschreibung'; $strNoDetailsForEngine = 'Für dieses Tabellenformat sind keine Statusinformationen verfügbar'; $strNoDropDatabases = 'Die Anweisung "DROP DATABASE" wurde deaktiviert.'; @@ -513,6 +530,10 @@ $strNumSearchResultsTotal = 'Insgesamt %s Treffer'; $strNumTables = 'Tabellen'; $strOK = 'OK'; +$strOpenDocumentSpreadsheet = 'Open Document Kalkulationstabelle'; +$strOpenDocumentSpreadsheetOptions = 'Open Document Kalkulationstabelle Optionen'; +$strOpenDocumentText = 'Open Document Text'; +$strOpenDocumentTextOptions = 'Open Document Text Optionen'; $strOpenNewWindow = 'Neues phpMyAdmin-Fenster'; $strOperations = 'Operationen'; $strOperator = 'Operator'; @@ -534,8 +555,9 @@ $strPasswordNotSame = 'Die eingegebenen Passwörter sind nicht identisch!'; $strPdfDbSchema = 'Schema der Datenbank "%s" - Seite %s'; $strPdfInvalidTblName = 'Die Tabelle "%s" existiert nicht!'; $strPdfNoTables = 'keine Tabellen'; -$strPDFOptions = 'PDF-Optionen'; $strPDF = 'PDF'; +$strPDFOptions = 'PDF-Optionen'; +$strPDFReportExplanation = '(Erstellt einen Report mit den Daten einer Tabelle)'; $strPDFReportTitle = 'Titel des Reports'; $strPerHour = 'pro Stunde'; $strPerMinute = 'pro Minute'; @@ -596,6 +618,7 @@ $strPrivDescUpdate = 'Erlaubt das Verändern von gespeicherten Daten.'; $strPrivDescUsage = 'Keine Rechte.'; $strPrivileges = 'Rechte'; $strPrivilegesReloaded = 'Die Benutzerprofile wurden neu geladen.'; +$strProcedures = 'Prozeduren'; $strProcesses = 'Prozesse'; $strProcesslist = 'Prozesse'; $strProtocolVersion = 'Protokoll-Version'; @@ -682,6 +705,7 @@ $strSent = 'Gesendet'; $strServerChoice = 'Server Auswählen'; $strServerNotResponding = 'Der Server antwortet nicht.'; $strServer = 'Server'; +$strServers = 'Server'; $strServerStatusDelayedInserts = 'Verzögertes Einfügen (delayed inserts)'; $strServerStatus = 'Laufzeit-Informationen'; $strServerStatusUptime = 'Dieser MySQL-Server läuft bereits %s. Er wurde am %s gestartet.'; @@ -730,10 +754,40 @@ $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Anzahl der unbenutzten Seite $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Anzahl der belegten Seiten. Diese Seiten werden gerade gelesen oder beschrieben oder können aus einem anderen Grund nicht zurückgeschrieben oder entfernt werden können.'; $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Anzahl der durch administrativen Overhead, wie z. B. Zeilensperren oder den adaptiven Hash-Index ausgelasteten Seiten. Dieser Wert errechnet sich auch aus Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Die Größe des Puffer-Pools in Seiten.'; +$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Anzahl "random" read-aheads durch InnoDB. Dies geschieht wenn eine Abfrage einen großen Teil einer Tabelle durchsucht aber in zufälliger Reihenfolge.'; +$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Anzahl sequentieller read-aheads durch InnoDB. Dies geschieht wenn InnoDB eine Tabelle komplett sequentiell durchsucht.'; +$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Anzahl angeforderter Lesevorgängen durch InnoDB.'; +$strShowStatusInnodb_buffer_pool_readsDescr = 'Anzahl an Lesevorgängen die InnoDB nicht aus dem Zwischenspeicher bedienen konnte und deshalb einen Einzel-Seiten-Lesevorgang starten musste.'; +$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalerweise geschehen Schreibvorgänge im InnoDB Zwischenspeicher im Hintergrund. Abber wenn es nötig ist eine Seite zu lesen oder zu erstellen und es ist keine saubere Seite verfügbar dann ist es notwendig darauf zu warten das Seiten weggeschrieben werden. Dieser Wert gibt wieder wie oft das geschehen ist. Wenn die Zwischenspeicher-Größe korrekt eingestellt ist sollte dieser Wert klein sein.'; +$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Anzahl der Schreibvorgänge im InnoDB Zwischenspeicher.'; +$strShowStatusInnodb_data_fsyncsDescr = 'Bisher ausgeführte fsync()-Operationen.'; +$strShowStatusInnodb_data_pending_fsyncsDescr = 'Momentan anstehende fsync()-Operationen.'; +$strShowStatusInnodb_data_pending_readsDescr = 'Momentan anstehende Lesezugriffe.'; +$strShowStatusInnodb_data_pending_writesDescr = 'Momentan anstehende Schreizugriffe.'; $strShowStatusInnodb_data_readDescr = 'Wieviel Daten bisher gelesen wurden, in Byte.'; $strShowStatusInnodb_data_readsDescr = 'Wie oft Daten gelesen wurden.'; $strShowStatusInnodb_data_writesDescr = 'Wie oft Daten geschrieben wurden.'; $strShowStatusInnodb_data_writtenDescr = 'Wieviel Daten bisher geschrieben wurden, in Byte.'; +$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Anzahl der ausgeführten "doublewrite" Schreibzugriffe und die Anzahl der Seiten die dafür geschrieben wurden.'; +$strShowStatusInnodb_dblwr_writesDescr = 'Anzahl der ausgeführten "doublewrite" Schreibzugriffe und die Anzahl der Seiten die dafür geschrieben wurden.'; +$strShowStatusInnodb_log_waitsDescr = 'Wie oft gewartet werden musste weil der Protokoll-Zwischenspeicher zu klein war und deshalb gewartet wurde das er geleert wird.'; +$strShowStatusInnodb_log_write_requestsDescr = 'Anzahl der Schreibzugriffe für die Protokoll-Datei.'; +$strShowStatusInnodb_log_writesDescr = 'Anzahl der tatsächlichen Schreibvorgänge der Protokoll-Datei.'; +$strShowStatusInnodb_os_log_fsyncsDescr = 'Getätigte fsyncs Schreibzugriffe für die Protokoll-Datei.'; +$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Anstehende "fsyncs" für die Protokoll-Datei.'; +$strShowStatusInnodb_os_log_pending_writesDescr = 'Anstehende Schreibzugriffe für die Protokoll-Datei.'; +$strShowStatusInnodb_os_log_writtenDescr = 'Anzahl an Byte die in die Protokoll-Datei geschrieben wurden.'; +$strShowStatusInnodb_pages_createdDescr = 'Anzahl erstellter Seiten.'; +$strShowStatusInnodb_page_sizeDescr = 'Die fest kompilierte InnnoDB Seitengröße (Standard 16 KiB). Viele Werte werden in Seiten gezählt; die Seitengröße erlaubt es diese einfach in Byte umzurechnen.'; +$strShowStatusInnodb_pages_readDescr = 'Anzahl gelesener Seiten.'; +$strShowStatusInnodb_pages_writtenDescr = 'Anzhal geschriebener Seiten.'; +$strShowStatusInnodb_row_lock_current_waitsDescr = 'Momentan anstehende Zeilen-Sperren.'; +$strShowStatusInnodb_row_lock_time_avgDescr = 'Durchschnittliche Wartezeite um eine Zeilen-Sperre zu bekommen, in Millisekunden.'; +$strShowStatusInnodb_row_lock_timeDescr = 'Summe aller Wartezeiten um Zeilen-Sperren zu bekommen, in Millisekunden.'; +$strShowStatusInnodb_row_lock_time_maxDescr = 'Längste Wartezeite um eine Zeilen-Sperre zu bekommen, in Millisekunden.'; +$strShowStatusInnodb_row_lock_waitsDescr = 'Wie oft auf ein Zeilen-Sperre gewartet werden musste.'; +$strShowStatusInnodb_rows_deletedDescr = 'Anzahl gelöschter Zeilen aller InnoDB Tabellen.'; +$strShowStatusInnodb_rows_insertedDescr = 'Anzahl der eingefügten Zeilen in alle InnoDB Tabellen.'; $strShowStatusInnodb_rows_readDescr = 'Anzahl der Zeilen, die aus InnoDB-Tabellen gelesen wurden.'; $strShowStatusInnodb_rows_updatedDescr = 'Anzahl der Zeilen, die in InnoDB-Tabellen aktualisiert wurden.'; $strShowStatusKey_blocks_not_flushedDescr = 'Schlüssel-Blöcke im Schlüssel-Cache, die verändert wurden, aber noch nicht auf die Platte zurück geschrieben (flush) wurden; auch bekannt als Not_flushed_key_blocks.'; @@ -820,6 +874,7 @@ $strStrucCSV = 'CSV-Daten'; $strStrucData = 'Struktur und Daten'; $strStrucExcelCSV = 'CSV-Daten für MS Excel'; $strStrucNativeExcel = 'Excel-Datei'; +$strStrucNativeExcelOptions = 'Excel-Datei Export Optionen'; $strStrucOnly = 'Nur Struktur'; $strStructPropose = 'Tabellenstruktur analysieren'; $strStructure = 'Struktur'; @@ -867,6 +922,7 @@ $strTotalUC = 'Insgesamt'; $strTraditionalChinese = 'Traditionelles Chinesisch'; $strTraditionalSpanish = 'Traditionelles Spanisch'; $strTraffic = 'Traffic'; +$strTransactionCoordinator = 'Transaction Koordinator'; $strTransformation_application_octetstream__download = 'Zeigt einen Link an, um die binären Daten eines Feldes downloaden zu können. Die erste Option benennt den Dateinamen. Die zweite Option kann einen Spaltennamen der Tabelle benennen, aus dem der Dateiname geholt werden soll. Sollte die zweite Option gesetzt sein ist es notwendig, die erste Option auf einen Leerstring zu setzen (\'\')'; $strTransformation_application_octetstream__hex = 'Daten in hexadezimaler Schreibweise darstellen. Der optionale Parameter legt fest, nach wie vielen Halbbyte ein Leerzeichen eingefügt werden soll (Standardwert ist 2).'; $strTransformation_image_jpeg__inline = 'Ein klickbares Vorschaubild anzeigen. Optionen: Breite, Höhe in Pixeln (berücksichtigt Seitenverhältnis)'; @@ -896,6 +952,7 @@ $strUpdateQuery = 'Aktualisieren'; $strUpdComTab = 'Bitte lesen Sie in der Dokumentation nach, wie Sie die Struktur Ihrer Spaltenkommentartabelle aktualisieren können'; $strUpgrade = 'Sie sollten auf %s %s oder neuer umsteigen.'; $strUploadLimit = 'Möglicherweise wurde eine zu große Datei hochgeladen. Bitte lesen Sie die %sDokumentation%s zur Lösung diese Problems.'; +$strUploadsNotAllowed = 'Das hochladen von Dateien ist auf diesem Server nicht erlaubt.'; $strUsage = 'Verbrauch'; $strUseBackquotes = ' Tabellen- und Feldnamen in einfachen Anführungszeichen '; $strUsedPhpExtensions = 'Verwandte php-Erweiterungen'; @@ -938,70 +995,10 @@ $strWritingRelationNotPossible = 'Es können keine Spaltenbeziehungen gespeicher $strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.'; $strXML = 'XML'; +$strXMLOptions = 'XML Optionen'; $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.'; $strZip = 'Zip-komprimiert'; - -// To translate: - -$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate -$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate -$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate -$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate -$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate -$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate -$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate -$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate -$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate -$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate -$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate -$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate -$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate -$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate -$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate -$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate -$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate -$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate -$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate -$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate -$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate -$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate -$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate - -$strTransactionCoordinator = 'Transaction coordinator'; //to translate - -$strAddClause = 'Füge %s hinzu'; //recently translated -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Kalkulationstabelle'; //recently translated -$strOpenDocumentSpreadsheetOptions = 'Open Document Kalkulationstabelle Optionen'; //recently translated -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strXMLOptions = 'XML Optionen'; //recently translated -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Datenbank für Benutzer'; //recently translated -$strCreateUserDatabaseNone = 'Keine'; //recently translated -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //recently translated -$strOpenDocumentTextOptions = 'Open Document Text Optionen'; //recently translated -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'ungültiger Tabellenname'; //recently translated -$strInvalidDatabase = 'ungültige Datenbank'; //recently translated -$strServers = 'Server'; //recently translated -$strDelimiter = 'Begrenzer'; //recently translated -$strFunctions = 'Funktionen'; //recently translated -$strProcedures = 'Prozeduren'; //recently translated -$strPDFReportExplanation = '(Erstellt einen Report mit den Daten einer Tabelle)'; //recently translated -$strFontSize = 'Schriftgröße'; //recently translated -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php b/lang/italian-iso-8859-1.inc.php index 6f9a03647..3cccc3af6 100644 --- a/lang/italian-iso-8859-1.inc.php +++ b/lang/italian-iso-8859-1.inc.php @@ -4,7 +4,7 @@ /** * translated by: Pietro Danesi 2002-03-29 * Revised by: "DPhantom" 2002-04-16 - * Revised by: "Luca Rebellato" 2005-11-27 + * Revised by: "Luca Rebellato" 2006-08-10 */ $charset = 'iso-8859-1'; @@ -12,7 +12,7 @@ $text_dir = 'ltr'; $number_thousands_separator = '.'; $number_decimal_separator = ','; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$byteUnits = array('B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB'); $day_of_week = array('Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab'); //italian days $month = array('Gen', 'Feb', 'Mar', 'Apr', 'Mag', 'Giu', 'Lug', 'Ago', 'Set', 'Ott', 'Nov', 'Dic'); //italian months @@ -22,12 +22,13 @@ $datefmt = '%d %B, %Y at %I:%M %p'; //italian time $timespanfmt = '%s giorni, %s ore, %s minuti e %s secondi'; $strAbortedClients = 'Fallito'; -$strAbsolutePathToDocSqlDir = 'Prego, immettere il path assoluto sul webserver alla directory di docSQL'; +$strAbsolutePathToDocSqlDir = 'Prego, immettere il path assoluto sul webserver della directory di docSQL'; $strAccessDenied = 'Accesso negato'; $strAccessDeniedCreateConfig = 'La ragione di questo che probabilmente non hai creato alcun file di configurazione. Potresti voler usare %1$ssetup script%2$s per crearne uno.'; $strAccessDeniedExplanation = 'phpMyAdmin ha provato a connettersi al server MySQL, e il server ha rifiutato la connessione. Si dovrebbe controllare il nome dell\'host, l\'username e la password nel file config.inc.php ed assicurarsi che corrispondano alle informazioni fornite dall\'amministratore del server MySQL.'; $strAction = 'Azione'; $strAddAutoIncrement = 'Aggiungi valore AUTO_INCREMENT'; +$strAddClause = 'Aggiungi %s'; $strAddConstraints = 'Aggiungi vincoli'; $strAddDeleteColumn = 'Aggiungi/Cancella campo'; $strAddDeleteRow = 'Aggiungi/Cancella criterio'; @@ -40,7 +41,7 @@ $strAddNewField = 'Aggiungi un nuovo campo'; $strAddPrivilegesOnDb = 'Aggiungi privilegi sul seguente database'; $strAddPrivilegesOnTbl = 'Aggiungi privilegi sulla seguente tabella'; $strAddSearchConditions = 'Aggiungi condizioni di ricerca (corpo della clausola "where"):'; -$strAddToIndex = 'Aggiungi all\'indice  %s colonna/e'; +$strAddToIndex = 'Aggiungi all\'indice %s colonna/e'; $strAddUser = 'Aggiungi un nuovo utente'; $strAddUserMessage = 'Hai aggiunto un nuovo utente.'; $strAdministration = 'Amministrazione'; @@ -55,7 +56,7 @@ $strAllTableSameWidth = 'mostra tutte le Tabelle con la stessa larghezza?'; $strAll = 'Tutti'; $strAlterOrderBy = 'Altera tabella ordinata per'; $strAnalyzeTable = 'Analizza tabella'; -$strAnd = 'E'; +$strAnd = 'e'; $strAndThen = 'e quindi'; $strAnIndex = 'Un indice stato aggiunto in %s'; $strAnyHost = 'Qualsiasi host'; @@ -93,7 +94,7 @@ $strBookmarkQuery = 'Query SQL aggiunte ai preferiti'; $strBookmarkReplace = 'Sostituzione dei segnalibri esistenti con lo stesso nome'; $strBookmarkThis = 'Aggiungi ai preferiti questa query SQL'; $strBookmarkView = 'Visualizza solo'; -$strBrowseDistinctValues = 'Nviga tra i valori DISTINCT'; +$strBrowseDistinctValues = 'Naviga tra i valori DISTINCT'; $strBrowseForeignValues = 'Sfoglia le opzioni straniere'; $strBrowse = 'Mostra'; $strBufferPoolActivity = 'Attivit del Buffer Pool'; @@ -109,6 +110,7 @@ $strBzError = 'phpMyAdmin non $strBzip = '"compresso con bzip2"'; $strCalendar = 'Calendario'; +$strCanNotLoadExportPlugins = 'Non posso caricare i plugins di esportazione. Controlla l\'installazione!'; $strCanNotLoadImportPlugins = 'Non posso caricare i plugins di importazione, controlla la tua configurazione!'; $strCannotLogin = 'Impossibile eseguire il login nel server MySQL'; $strCantLoad = 'Impossibile caricare l\'estensione %s,
        prego controllare la configurazione di PHP'; @@ -144,8 +146,8 @@ $strColumnNames = 'Nomi delle colonne'; $strColumnPrivileges = 'Privilegi relativi alle colonne'; $strCommand = 'Comando'; $strComments = 'Commenti'; -$strCommentsForTable = 'COMMENTS FOR TABLE'; -$strCompatibleHashing = 'Compatibile con MySQL 4.0'; +$strCommentsForTable = 'Commenti per la tabella'; +$strCompatibleHashing = 'Compatibile con MySQL 4.0'; $strCompleteInserts = 'Inserimenti completi'; $strCompression = 'Compressione'; $strCompressionWillBeDetected = 'Il tipo di compressione del file importato sar automaticamente rilevato da: %s'; @@ -165,12 +167,16 @@ $strCopyTableSameNames = 'Impossibile copiare la tabella su se stessa!'; $strCouldNotKill = 'phpMyAdmin non in grado di terminare il thread %s. Probabilmente gi stato terminato.'; $strCreate = 'Crea'; $strCreateDatabaseBeforeCopying = 'CREATE DATABASE prima di copiare'; -$strCreateIndex = 'Crea un indice su  %s columns'; +$strCreateIndex = 'Crea un indice su %s columns'; $strCreateIndexTopic = 'Crea un nuovo indice'; $strCreateNewDatabase = 'Crea un nuovo database'; $strCreateNewTable = 'Crea una nuova tabella nel database %s'; -$strCreatePage = 'Crea una nuova Page'; +$strCreatePage = 'Crea una nuova pagina'; $strCreatePdfFeat = 'Creazione di PDF'; +$strCreateUserDatabase = 'Database per l\'utente'; +$strCreateUserDatabaseName = 'Crea un database con lo stesso nome e concedi tutti i privilegi'; +$strCreateUserDatabaseNone = 'None'; +$strCreateUserDatabaseWildcard = 'Concedi tutti i privilegi al nome con caratteri jolly (username_%)'; $strCreationDates = 'Creazione/Aggiornamento/Controllo date'; $strCriteria = 'Criterio'; $strCroatian = 'Croato'; @@ -223,6 +229,7 @@ $strDeleted = 'La riga $strDeletedRows = 'Righe cancellate:'; $strDeleteNoUsersSelected = 'Nessun utente selezionato per la cancellazione!'; $strDeleting = 'Cancellazione in corso di %s'; +$strDelimiter = 'Delimitatori'; $strDelOld = 'La Pagina corrente contiene Riferimenti a Tabelle che non esistono pi. Volete cancellare questi Riferimenti?'; $strDescending = 'Decrescente'; $strDescription = 'Descrizione'; @@ -263,6 +270,7 @@ $strEnglish = 'Inglese'; $strEnglishPrivileges = 'Nota: i nomi dei privilegi di MySQL sono in Inglese'; $strError = 'Errore'; $strErrorInZipFile = 'Errore nell\'archivio ZIP:'; +$strErrorRenamingTable = 'Errore nel rinominare la tabella %1$s in %2$s'; $strEscapeWildcards = 'I caratteri jolly _ e % dovrebbero essere preceduti da un \ per l\'utilizzo letterale'; $strEsperanto = 'Esperanto'; $strEstonian = 'Estone'; @@ -271,6 +279,7 @@ $strExcelOptions = 'Opzioni di Excel'; $strExecuteBookmarked = 'Esegue la query dalle preferite'; $strExplain = 'Spiega SQL'; $strExport = 'Esporta'; +$strExportMustBeFile = 'Il tipo di esportazione selezionato necessita di essere salvato in un file!'; $strExtendedInserts = 'Inserimenti estesi'; $strExtra = 'Extra'; @@ -296,11 +305,13 @@ $strFlushPrivilegesNote = 'N.B.: phpMyAdmin legge i privilegi degli utenti diret $strFlushQueryCache = 'Rinfresca la cache delle query'; $strFlushTable = 'Inizializza ("FLUSH") la tabella'; $strFlushTables = 'Rinfresca (chiudi) tutte le tabelle'; +$strFontSize = 'Dimensione font'; $strFormat = 'Formato'; $strFormEmpty = 'Valore mancante nel form!'; $strFreePages = 'Pagine libere'; $strFullText = 'Testo completo'; $strFunction = 'Funzione'; +$strFunctions = 'Funzioni'; $strGenBy = 'Generato da'; $strGeneralRelationFeat = 'Caratteristiche Generali di Relazione'; @@ -377,12 +388,14 @@ $strInvalidColumnCount = 'Il contatore delle colonne deve essere superiore a 0.' $strInvalidCSVFieldCount = 'Contatore di campo non valido nell\'input CSV alla linea %d.'; $strInvalidCSVFormat = 'Formato non valido per l\'input CSV alla linea %d.'; $strInvalidCSVParameter = 'Parametro non valido per importazione CSV: %s'; +$strInvalidDatabase = 'Database non valido'; $strInvalidFieldAddCount = 'Deviaggiungere come minimo un campo.'; $strInvalidFieldCount = 'la tabella deve avere come minimo un dato.'; $strInvalidLDIImport = 'Questo plugin non supporta importazioni di dati compressi!'; $strInvalidRowNumber = '%d non un numero valido di righe.'; $strInvalidServerHostname = 'Nome host per il server %1$s non valido. Controlla la tua configurazione.'; $strInvalidServerIndex = 'Server index non valido: "%s"'; +$strInvalidTableName = 'Nome tabella non valido'; $strJapanese = 'Giapponese'; $strJoins = 'Joins'; @@ -398,6 +411,7 @@ $strKorean = 'Coreano'; $strLandscape = 'Orizzontale'; $strLanguageFileNotFound = 'File di lingua "%1$s" non trovato.'; +$strLanguage = 'Lingua'; $strLanguageUnknown = 'Lingua non conosciuta : %1$s.'; $strLatchedPages = 'Latched pages'; $strLatexCaption = 'Sottotitolo della tabella'; @@ -477,6 +491,7 @@ $strNext = 'Prossimo'; $strNoActivity = 'Nessuna attivit da %s secondi o pi, si prega di autenticarsi nuovamente'; $strNoDatabases = 'Nessun database'; $strNoDatabasesSelected = 'Nessun database selezionato.'; +$strNoDataReceived = 'Non sono stati ricevuti dati da importare. O non stato indicato alcun nome file, oppure stato superata la dimensione massima consentita per il file, impostata nella configurazione di PHP. Vedi FAQ 1.16.'; $strNoDescription = 'nessuna Description'; $strNoDetailsForEngine = 'Non disponibile nessuna informazione dettagliata sullo stato di questo motore di memorizzazione.'; $strNoDropDatabases = 'I comandi "DROP DATABASE" sono disabilitati.'; @@ -510,6 +525,10 @@ $strNumSearchResultsTotal = 'Totale: %s corrispondenza/e'; $strNumTables = 'Tabelle'; $strOK = 'OK'; +$strOpenDocumentSpreadsheet = 'Foglio di calcolo nel formato Open Document'; +$strOpenDocumentSpreadsheetOptions = 'Opzioni Open Document Spreadsheet'; +$strOpenDocumentTextOptions = 'Opzioni testo nel formato Open Document'; +$strOpenDocumentText = 'Testo nel formato Open Document'; $strOpenNewWindow = 'Apri una nuova finestra di PhpMyAdmin'; $strOperations = 'Operazioni'; $strOperator = 'Operatore'; @@ -533,6 +552,7 @@ $strPdfInvalidTblName = 'La tabella "%s" non esiste!'; $strPdfNoTables = 'Nessuna Tabella'; $strPDFOptions = 'Opzioni PDF'; $strPDF = 'PDF'; +$strPDFReportExplanation = '(Genera un report contenete i dati di una singola tabella)'; $strPDFReportTitle = 'Titolo del Report'; $strPerHour = 'all\'ora'; $strPerMinute = 'al minuto'; @@ -593,6 +613,7 @@ $strPrivDescUpdate = 'Permette di cambiare i dati.'; $strPrivDescUsage = 'Nessun privilegio.'; $strPrivileges = 'Privilegi'; $strPrivilegesReloaded = 'I privilegi sono stati ricaricati con successo.'; +$strProcedures = 'Procedure'; $strProcesses = 'Processi'; $strProcesslist = 'Lista Processi'; $strProtocolVersion = 'Versione protocollo'; @@ -679,6 +700,7 @@ $strSent = 'Spediti'; $strServerChoice = 'Scelta del server'; $strServerNotResponding = 'Il server non risponde'; $strServer = 'Server'; +$strServers = 'Servers'; $strServerStatusDelayedInserts = 'Inserimento ritardato'; $strServerStatus = 'Informazioni di Runtime'; $strServerStatusUptime = 'Questo server MySQL sta girando da %s. E\' stato avviato il %s.'; @@ -823,7 +845,7 @@ $strSort = 'Ordinamento'; $strSpaceUsage = 'Spazio utilizzato'; $strSpanish = 'Spagnolo'; $strSplitWordsWithSpace = 'Le parole sono spezzate sulle spaziature (" ").'; -$strSQLCompatibility = 'Modalit compatibilit SQL'; +$strSQLCompatibility = 'Modo di compatibilit SQL'; $strSQLExportType = 'Tipo di esportazione'; $strSQLImportOptions = 'Opzioni SQL'; $strSQLOptions = 'Opzioni SQL'; @@ -847,6 +869,7 @@ $strStrucCSV = 'dati CSV'; $strStrucData = 'Struttura e dati'; $strStrucExcelCSV = 'CSV per dati MS Excel'; $strStrucNativeExcel = 'Dati nativi di MS Excel'; +$strStrucNativeExcelOptions = 'Opzioni di esportazione Excel native'; $strStrucOnly = 'Solo struttura'; $strStructPropose = 'Proponi la struttura della tabella'; $strStructure = 'Struttura'; @@ -896,6 +919,7 @@ $strTraditionalSpanish = 'Spagnolo tradizionale'; $strTraffic = 'Traffico'; $strTransactionCoordinator = 'Coordinatore delle transazioni'; $strTransformation_application_octetstream__download = 'Visualizza un collegamento per trasferire i dati di un campo in formato binario. La prima opzione il nome del file binario. La seconda opzione un nome di campo possibile di una riga della tabella che contiene il nome di schedario. Se fornite una seconda opzione dovete avere la prima opzione settata ad una stringa vuota'; +$strTransformation_application_octetstream__hex = 'Mostra una rappresentazione esadecimale dei dati. Il primo parametro, opzionale, specifica ogni quanto deve essere aggiunto uno spazio (default a 2 nibbles).'; $strTransformation_image_jpeg__inline = 'Mostra un thumbnalil cliccabile; opzioni: larghezza,altezza in pixel (mantiere la proporzione iniziale)'; $strTransformation_image_jpeg__link = 'Mostra un link a questa immagine (download blob diretto, i.e.).'; $strTransformation_image_png__inline = 'Vedi immagine/jpeg: inline'; @@ -923,6 +947,7 @@ $strUpdateQuery = 'Aggiorna Query'; $strUpdComTab = 'Prego leggere la documentazione su come aggiornare la vostra tabella Column_comments'; $strUpgrade = 'Si dovrebbe aggiornare %s alla versione %s o successiva.'; $strUploadLimit = 'Stai probabilmente cercando di uplodare un file troppo grosso. Fai riferimento alla documentazione %sdocumentation%s Per i modi di aggirare questo limite.'; +$strUploadsNotAllowed = 'Non permesso l\'upload dei files su questo server.'; $strUsage = 'Utilizzo'; $strUseBackquotes = 'Usa i backquotes con i nomi delle tabelle e dei campi'; $strUsedPhpExtensions = 'Estensioni PHP usate'; @@ -964,6 +989,7 @@ $strWritingCommentNotPossible = 'Impossibile scrivere il commento'; $strWritingRelationNotPossible = 'Impossibile scrivere la Relazione'; $strWrongUser = 'Nome utente o password errati. Accesso negato.'; +$strXMLOptions = 'Opzioni XML'; $strXML = 'XML'; $strYes = 'S'; @@ -971,40 +997,4 @@ $strYes = 'S $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; -// To translate: -$strAddClause = 'Add %s'; //to translate - -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate - -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate - -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate - -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate - -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate - -$strTransformation_application_octetstream__hex = 'Mostra una rappresentazione esadecimale dei dati. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate - -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate - -$strXMLOptions = 'XML options'; //to translate - -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/italian-iso-8859-15.inc.php b/lang/italian-iso-8859-15.inc.php index 6afd669c0..98f188ae7 100644 --- a/lang/italian-iso-8859-15.inc.php +++ b/lang/italian-iso-8859-15.inc.php @@ -4,7 +4,7 @@ /** * translated by: Pietro Danesi 2002-03-29 * Revised by: "DPhantom" 2002-04-16 - * Revised by: "Luca Rebellato" 2005-11-27 + * Revised by: "Luca Rebellato" 2006-08-10 */ $charset = 'iso-8859-15'; @@ -12,7 +12,7 @@ $text_dir = 'ltr'; $number_thousands_separator = '.'; $number_decimal_separator = ','; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$byteUnits = array('B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB'); $day_of_week = array('Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab'); //italian days $month = array('Gen', 'Feb', 'Mar', 'Apr', 'Mag', 'Giu', 'Lug', 'Ago', 'Set', 'Ott', 'Nov', 'Dic'); //italian months @@ -22,12 +22,13 @@ $datefmt = '%d %B, %Y at %I:%M %p'; //italian time $timespanfmt = '%s giorni, %s ore, %s minuti e %s secondi'; $strAbortedClients = 'Fallito'; -$strAbsolutePathToDocSqlDir = 'Prego, immettere il path assoluto sul webserver alla directory di docSQL'; +$strAbsolutePathToDocSqlDir = 'Prego, immettere il path assoluto sul webserver della directory di docSQL'; $strAccessDenied = 'Accesso negato'; $strAccessDeniedCreateConfig = 'La ragione di questo che probabilmente non hai creato alcun file di configurazione. Potresti voler usare %1$ssetup script%2$s per crearne uno.'; $strAccessDeniedExplanation = 'phpMyAdmin ha provato a connettersi al server MySQL, e il server ha rifiutato la connessione. Si dovrebbe controllare il nome dell\'host, l\'username e la password nel file config.inc.php ed assicurarsi che corrispondano alle informazioni fornite dall\'amministratore del server MySQL.'; $strAction = 'Azione'; $strAddAutoIncrement = 'Aggiungi valore AUTO_INCREMENT'; +$strAddClause = 'Aggiungi %s'; $strAddConstraints = 'Aggiungi vincoli'; $strAddDeleteColumn = 'Aggiungi/Cancella campo'; $strAddDeleteRow = 'Aggiungi/Cancella criterio'; @@ -40,7 +41,7 @@ $strAddNewField = 'Aggiungi un nuovo campo'; $strAddPrivilegesOnDb = 'Aggiungi privilegi sul seguente database'; $strAddPrivilegesOnTbl = 'Aggiungi privilegi sulla seguente tabella'; $strAddSearchConditions = 'Aggiungi condizioni di ricerca (corpo della clausola "where"):'; -$strAddToIndex = 'Aggiungi all\'indice  %s colonna/e'; +$strAddToIndex = 'Aggiungi all\'indice %s colonna/e'; $strAddUser = 'Aggiungi un nuovo utente'; $strAddUserMessage = 'Hai aggiunto un nuovo utente.'; $strAdministration = 'Amministrazione'; @@ -55,7 +56,7 @@ $strAllTableSameWidth = 'mostra tutte le Tabelle con la stessa larghezza?'; $strAll = 'Tutti'; $strAlterOrderBy = 'Altera tabella ordinata per'; $strAnalyzeTable = 'Analizza tabella'; -$strAnd = 'E'; +$strAnd = 'e'; $strAndThen = 'e quindi'; $strAnIndex = 'Un indice stato aggiunto in %s'; $strAnyHost = 'Qualsiasi host'; @@ -93,7 +94,7 @@ $strBookmarkQuery = 'Query SQL aggiunte ai preferiti'; $strBookmarkReplace = 'Sostituzione dei segnalibri esistenti con lo stesso nome'; $strBookmarkThis = 'Aggiungi ai preferiti questa query SQL'; $strBookmarkView = 'Visualizza solo'; -$strBrowseDistinctValues = 'Nviga tra i valori DISTINCT'; +$strBrowseDistinctValues = 'Naviga tra i valori DISTINCT'; $strBrowseForeignValues = 'Sfoglia le opzioni straniere'; $strBrowse = 'Mostra'; $strBufferPoolActivity = 'Attivit del Buffer Pool'; @@ -109,6 +110,7 @@ $strBzError = 'phpMyAdmin non $strBzip = '"compresso con bzip2"'; $strCalendar = 'Calendario'; +$strCanNotLoadExportPlugins = 'Non posso caricare i plugins di esportazione. Controlla l\'installazione!'; $strCanNotLoadImportPlugins = 'Non posso caricare i plugins di importazione, controlla la tua configurazione!'; $strCannotLogin = 'Impossibile eseguire il login nel server MySQL'; $strCantLoad = 'Impossibile caricare l\'estensione %s,
        prego controllare la configurazione di PHP'; @@ -144,8 +146,8 @@ $strColumnNames = 'Nomi delle colonne'; $strColumnPrivileges = 'Privilegi relativi alle colonne'; $strCommand = 'Comando'; $strComments = 'Commenti'; -$strCommentsForTable = 'COMMENTS FOR TABLE'; -$strCompatibleHashing = 'Compatibile con MySQL 4.0'; +$strCommentsForTable = 'Commenti per la tabella'; +$strCompatibleHashing = 'Compatibile con MySQL 4.0'; $strCompleteInserts = 'Inserimenti completi'; $strCompression = 'Compressione'; $strCompressionWillBeDetected = 'Il tipo di compressione del file importato sar automaticamente rilevato da: %s'; @@ -165,12 +167,16 @@ $strCopyTableSameNames = 'Impossibile copiare la tabella su se stessa!'; $strCouldNotKill = 'phpMyAdmin non in grado di terminare il thread %s. Probabilmente gi stato terminato.'; $strCreate = 'Crea'; $strCreateDatabaseBeforeCopying = 'CREATE DATABASE prima di copiare'; -$strCreateIndex = 'Crea un indice su  %s columns'; +$strCreateIndex = 'Crea un indice su %s columns'; $strCreateIndexTopic = 'Crea un nuovo indice'; $strCreateNewDatabase = 'Crea un nuovo database'; $strCreateNewTable = 'Crea una nuova tabella nel database %s'; -$strCreatePage = 'Crea una nuova Page'; +$strCreatePage = 'Crea una nuova pagina'; $strCreatePdfFeat = 'Creazione di PDF'; +$strCreateUserDatabase = 'Database per l\'utente'; +$strCreateUserDatabaseName = 'Crea un database con lo stesso nome e concedi tutti i privilegi'; +$strCreateUserDatabaseNone = 'None'; +$strCreateUserDatabaseWildcard = 'Concedi tutti i privilegi al nome con caratteri jolly (username_%)'; $strCreationDates = 'Creazione/Aggiornamento/Controllo date'; $strCriteria = 'Criterio'; $strCroatian = 'Croato'; @@ -223,6 +229,7 @@ $strDeleted = 'La riga $strDeletedRows = 'Righe cancellate:'; $strDeleteNoUsersSelected = 'Nessun utente selezionato per la cancellazione!'; $strDeleting = 'Cancellazione in corso di %s'; +$strDelimiter = 'Delimitatori'; $strDelOld = 'La Pagina corrente contiene Riferimenti a Tabelle che non esistono pi. Volete cancellare questi Riferimenti?'; $strDescending = 'Decrescente'; $strDescription = 'Descrizione'; @@ -263,6 +270,7 @@ $strEnglish = 'Inglese'; $strEnglishPrivileges = 'Nota: i nomi dei privilegi di MySQL sono in Inglese'; $strError = 'Errore'; $strErrorInZipFile = 'Errore nell\'archivio ZIP:'; +$strErrorRenamingTable = 'Errore nel rinominare la tabella %1$s in %2$s'; $strEscapeWildcards = 'I caratteri jolly _ e % dovrebbero essere preceduti da un \ per l\'utilizzo letterale'; $strEsperanto = 'Esperanto'; $strEstonian = 'Estone'; @@ -271,6 +279,7 @@ $strExcelOptions = 'Opzioni di Excel'; $strExecuteBookmarked = 'Esegue la query dalle preferite'; $strExplain = 'Spiega SQL'; $strExport = 'Esporta'; +$strExportMustBeFile = 'Il tipo di esportazione selezionato necessita di essere salvato in un file!'; $strExtendedInserts = 'Inserimenti estesi'; $strExtra = 'Extra'; @@ -296,11 +305,13 @@ $strFlushPrivilegesNote = 'N.B.: phpMyAdmin legge i privilegi degli utenti diret $strFlushQueryCache = 'Rinfresca la cache delle query'; $strFlushTable = 'Inizializza ("FLUSH") la tabella'; $strFlushTables = 'Rinfresca (chiudi) tutte le tabelle'; +$strFontSize = 'Dimensione font'; $strFormat = 'Formato'; $strFormEmpty = 'Valore mancante nel form!'; $strFreePages = 'Pagine libere'; $strFullText = 'Testo completo'; $strFunction = 'Funzione'; +$strFunctions = 'Funzioni'; $strGenBy = 'Generato da'; $strGeneralRelationFeat = 'Caratteristiche Generali di Relazione'; @@ -377,12 +388,14 @@ $strInvalidColumnCount = 'Il contatore delle colonne deve essere superiore a 0.' $strInvalidCSVFieldCount = 'Contatore di campo non valido nell\'input CSV alla linea %d.'; $strInvalidCSVFormat = 'Formato non valido per l\'input CSV alla linea %d.'; $strInvalidCSVParameter = 'Parametro non valido per importazione CSV: %s'; +$strInvalidDatabase = 'Database non valido'; $strInvalidFieldAddCount = 'Deviaggiungere come minimo un campo.'; $strInvalidFieldCount = 'la tabella deve avere come minimo un dato.'; $strInvalidLDIImport = 'Questo plugin non supporta importazioni di dati compressi!'; $strInvalidRowNumber = '%d non un numero valido di righe.'; $strInvalidServerHostname = 'Nome host per il server %1$s non valido. Controlla la tua configurazione.'; $strInvalidServerIndex = 'Server index non valido: "%s"'; +$strInvalidTableName = 'Nome tabella non valido'; $strJapanese = 'Giapponese'; $strJoins = 'Joins'; @@ -398,6 +411,7 @@ $strKorean = 'Coreano'; $strLandscape = 'Orizzontale'; $strLanguageFileNotFound = 'File di lingua "%1$s" non trovato.'; +$strLanguage = 'Lingua'; $strLanguageUnknown = 'Lingua non conosciuta : %1$s.'; $strLatchedPages = 'Latched pages'; $strLatexCaption = 'Sottotitolo della tabella'; @@ -477,6 +491,7 @@ $strNext = 'Prossimo'; $strNoActivity = 'Nessuna attivit da %s secondi o pi, si prega di autenticarsi nuovamente'; $strNoDatabases = 'Nessun database'; $strNoDatabasesSelected = 'Nessun database selezionato.'; +$strNoDataReceived = 'Non sono stati ricevuti dati da importare. O non stato indicato alcun nome file, oppure stato superata la dimensione massima consentita per il file, impostata nella configurazione di PHP. Vedi FAQ 1.16.'; $strNoDescription = 'nessuna Description'; $strNoDetailsForEngine = 'Non disponibile nessuna informazione dettagliata sullo stato di questo motore di memorizzazione.'; $strNoDropDatabases = 'I comandi "DROP DATABASE" sono disabilitati.'; @@ -510,6 +525,10 @@ $strNumSearchResultsTotal = 'Totale: %s corrispondenza/e'; $strNumTables = 'Tabelle'; $strOK = 'OK'; +$strOpenDocumentSpreadsheet = 'Foglio di calcolo nel formato Open Document'; +$strOpenDocumentSpreadsheetOptions = 'Opzioni Open Document Spreadsheet'; +$strOpenDocumentTextOptions = 'Opzioni testo nel formato Open Document'; +$strOpenDocumentText = 'Testo nel formato Open Document'; $strOpenNewWindow = 'Apri una nuova finestra di PhpMyAdmin'; $strOperations = 'Operazioni'; $strOperator = 'Operatore'; @@ -533,6 +552,7 @@ $strPdfInvalidTblName = 'La tabella "%s" non esiste!'; $strPdfNoTables = 'Nessuna Tabella'; $strPDFOptions = 'Opzioni PDF'; $strPDF = 'PDF'; +$strPDFReportExplanation = '(Genera un report contenete i dati di una singola tabella)'; $strPDFReportTitle = 'Titolo del Report'; $strPerHour = 'all\'ora'; $strPerMinute = 'al minuto'; @@ -593,6 +613,7 @@ $strPrivDescUpdate = 'Permette di cambiare i dati.'; $strPrivDescUsage = 'Nessun privilegio.'; $strPrivileges = 'Privilegi'; $strPrivilegesReloaded = 'I privilegi sono stati ricaricati con successo.'; +$strProcedures = 'Procedure'; $strProcesses = 'Processi'; $strProcesslist = 'Lista Processi'; $strProtocolVersion = 'Versione protocollo'; @@ -679,6 +700,7 @@ $strSent = 'Spediti'; $strServerChoice = 'Scelta del server'; $strServerNotResponding = 'Il server non risponde'; $strServer = 'Server'; +$strServers = 'Servers'; $strServerStatusDelayedInserts = 'Inserimento ritardato'; $strServerStatus = 'Informazioni di Runtime'; $strServerStatusUptime = 'Questo server MySQL sta girando da %s. E\' stato avviato il %s.'; @@ -823,7 +845,7 @@ $strSort = 'Ordinamento'; $strSpaceUsage = 'Spazio utilizzato'; $strSpanish = 'Spagnolo'; $strSplitWordsWithSpace = 'Le parole sono spezzate sulle spaziature (" ").'; -$strSQLCompatibility = 'Modalit compatibilit SQL'; +$strSQLCompatibility = 'Modo di compatibilit SQL'; $strSQLExportType = 'Tipo di esportazione'; $strSQLImportOptions = 'Opzioni SQL'; $strSQLOptions = 'Opzioni SQL'; @@ -847,6 +869,7 @@ $strStrucCSV = 'dati CSV'; $strStrucData = 'Struttura e dati'; $strStrucExcelCSV = 'CSV per dati MS Excel'; $strStrucNativeExcel = 'Dati nativi di MS Excel'; +$strStrucNativeExcelOptions = 'Opzioni di esportazione Excel native'; $strStrucOnly = 'Solo struttura'; $strStructPropose = 'Proponi la struttura della tabella'; $strStructure = 'Struttura'; @@ -896,6 +919,7 @@ $strTraditionalSpanish = 'Spagnolo tradizionale'; $strTraffic = 'Traffico'; $strTransactionCoordinator = 'Coordinatore delle transazioni'; $strTransformation_application_octetstream__download = 'Visualizza un collegamento per trasferire i dati di un campo in formato binario. La prima opzione il nome del file binario. La seconda opzione un nome di campo possibile di una riga della tabella che contiene il nome di schedario. Se fornite una seconda opzione dovete avere la prima opzione settata ad una stringa vuota'; +$strTransformation_application_octetstream__hex = 'Mostra una rappresentazione esadecimale dei dati. Il primo parametro, opzionale, specifica ogni quanto deve essere aggiunto uno spazio (default a 2 nibbles).'; $strTransformation_image_jpeg__inline = 'Mostra un thumbnalil cliccabile; opzioni: larghezza,altezza in pixel (mantiere la proporzione iniziale)'; $strTransformation_image_jpeg__link = 'Mostra un link a questa immagine (download blob diretto, i.e.).'; $strTransformation_image_png__inline = 'Vedi immagine/jpeg: inline'; @@ -923,6 +947,7 @@ $strUpdateQuery = 'Aggiorna Query'; $strUpdComTab = 'Prego leggere la documentazione su come aggiornare la vostra tabella Column_comments'; $strUpgrade = 'Si dovrebbe aggiornare %s alla versione %s o successiva.'; $strUploadLimit = 'Stai probabilmente cercando di uplodare un file troppo grosso. Fai riferimento alla documentazione %sdocumentation%s Per i modi di aggirare questo limite.'; +$strUploadsNotAllowed = 'Non permesso l\'upload dei files su questo server.'; $strUsage = 'Utilizzo'; $strUseBackquotes = 'Usa i backquotes con i nomi delle tabelle e dei campi'; $strUsedPhpExtensions = 'Estensioni PHP usate'; @@ -964,6 +989,7 @@ $strWritingCommentNotPossible = 'Impossibile scrivere il commento'; $strWritingRelationNotPossible = 'Impossibile scrivere la Relazione'; $strWrongUser = 'Nome utente o password errati. Accesso negato.'; +$strXMLOptions = 'Opzioni XML'; $strXML = 'XML'; $strYes = 'S'; @@ -971,40 +997,4 @@ $strYes = 'S $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; -// To translate: -$strAddClause = 'Add %s'; //to translate - -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate - -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate - -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate - -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate - -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate - -$strTransformation_application_octetstream__hex = 'Mostra una rappresentazione esadecimale dei dati. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate - -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate - -$strXMLOptions = 'XML options'; //to translate - -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index d8e4d918b..96c817490 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -4,7 +4,7 @@ /** * translated by: Pietro Danesi 2002-03-29 * Revised by: "DPhantom" 2002-04-16 - * Revised by: "Luca Rebellato" 2005-11-27 + * Revised by: "Luca Rebellato" 2006-08-10 */ $charset = 'utf-8'; @@ -13,7 +13,7 @@ $text_dir = 'ltr'; $number_thousands_separator = '.'; $number_decimal_separator = ','; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$byteUnits = array('B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB'); $day_of_week = array('Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab'); //italian days $month = array('Gen', 'Feb', 'Mar', 'Apr', 'Mag', 'Giu', 'Lug', 'Ago', 'Set', 'Ott', 'Nov', 'Dic'); //italian months @@ -23,12 +23,13 @@ $datefmt = '%d %B, %Y at %I:%M %p'; //italian time $timespanfmt = '%s giorni, %s ore, %s minuti e %s secondi'; $strAbortedClients = 'Fallito'; -$strAbsolutePathToDocSqlDir = 'Prego, immettere il path assoluto sul webserver alla directory di docSQL'; +$strAbsolutePathToDocSqlDir = 'Prego, immettere il path assoluto sul webserver della directory di docSQL'; $strAccessDenied = 'Accesso negato'; $strAccessDeniedCreateConfig = 'La ragione di questo è che probabilmente non hai creato alcun file di configurazione. Potresti voler usare %1$ssetup script%2$s per crearne uno.'; $strAccessDeniedExplanation = 'phpMyAdmin ha provato a connettersi al server MySQL, e il server ha rifiutato la connessione. Si dovrebbe controllare il nome dell\'host, l\'username e la password nel file config.inc.php ed assicurarsi che corrispondano alle informazioni fornite dall\'amministratore del server MySQL.'; $strAction = 'Azione'; $strAddAutoIncrement = 'Aggiungi valore AUTO_INCREMENT'; +$strAddClause = 'Aggiungi %s'; $strAddConstraints = 'Aggiungi vincoli'; $strAddDeleteColumn = 'Aggiungi/Cancella campo'; $strAddDeleteRow = 'Aggiungi/Cancella criterio'; @@ -41,7 +42,7 @@ $strAddNewField = 'Aggiungi un nuovo campo'; $strAddPrivilegesOnDb = 'Aggiungi privilegi sul seguente database'; $strAddPrivilegesOnTbl = 'Aggiungi privilegi sulla seguente tabella'; $strAddSearchConditions = 'Aggiungi condizioni di ricerca (corpo della clausola "where"):'; -$strAddToIndex = 'Aggiungi all\'indice  %s colonna/e'; +$strAddToIndex = 'Aggiungi all\'indice %s colonna/e'; $strAddUser = 'Aggiungi un nuovo utente'; $strAddUserMessage = 'Hai aggiunto un nuovo utente.'; $strAdministration = 'Amministrazione'; @@ -56,7 +57,7 @@ $strAllTableSameWidth = 'mostra tutte le Tabelle con la stessa larghezza?'; $strAll = 'Tutti'; $strAlterOrderBy = 'Altera tabella ordinata per'; $strAnalyzeTable = 'Analizza tabella'; -$strAnd = 'E'; +$strAnd = 'e'; $strAndThen = 'e quindi'; $strAnIndex = 'Un indice è stato aggiunto in %s'; $strAnyHost = 'Qualsiasi host'; @@ -94,7 +95,7 @@ $strBookmarkQuery = 'Query SQL aggiunte ai preferiti'; $strBookmarkReplace = 'Sostituzione dei segnalibri esistenti con lo stesso nome'; $strBookmarkThis = 'Aggiungi ai preferiti questa query SQL'; $strBookmarkView = 'Visualizza solo'; -$strBrowseDistinctValues = 'Nviga tra i valori DISTINCT'; +$strBrowseDistinctValues = 'Naviga tra i valori DISTINCT'; $strBrowseForeignValues = 'Sfoglia le opzioni straniere'; $strBrowse = 'Mostra'; $strBufferPoolActivity = 'Attività del Buffer Pool'; @@ -110,6 +111,7 @@ $strBzError = 'phpMyAdmin non è capace di comprimere il dump a causa dell\'este $strBzip = '"compresso con bzip2"'; $strCalendar = 'Calendario'; +$strCanNotLoadExportPlugins = 'Non posso caricare i plugins di esportazione. Controlla l\'installazione!'; $strCanNotLoadImportPlugins = 'Non posso caricare i plugins di importazione, controlla la tua configurazione!'; $strCannotLogin = 'Impossibile eseguire il login nel server MySQL'; $strCantLoad = 'Impossibile caricare l\'estensione %s,
        prego controllare la configurazione di PHP'; @@ -145,8 +147,8 @@ $strColumnNames = 'Nomi delle colonne'; $strColumnPrivileges = 'Privilegi relativi alle colonne'; $strCommand = 'Comando'; $strComments = 'Commenti'; -$strCommentsForTable = 'COMMENTS FOR TABLE'; -$strCompatibleHashing = 'Compatibile con MySQL 4.0'; +$strCommentsForTable = 'Commenti per la tabella'; +$strCompatibleHashing = 'Compatibile con MySQL 4.0'; $strCompleteInserts = 'Inserimenti completi'; $strCompression = 'Compressione'; $strCompressionWillBeDetected = 'Il tipo di compressione del file importato sarà automaticamente rilevato da: %s'; @@ -166,12 +168,16 @@ $strCopyTableSameNames = 'Impossibile copiare la tabella su se stessa!'; $strCouldNotKill = 'phpMyAdmin non è in grado di terminare il thread %s. Probabilmente è già stato terminato.'; $strCreate = 'Crea'; $strCreateDatabaseBeforeCopying = 'CREATE DATABASE prima di copiare'; -$strCreateIndex = 'Crea un indice su  %s columns'; +$strCreateIndex = 'Crea un indice su %s columns'; $strCreateIndexTopic = 'Crea un nuovo indice'; $strCreateNewDatabase = 'Crea un nuovo database'; $strCreateNewTable = 'Crea una nuova tabella nel database %s'; -$strCreatePage = 'Crea una nuova Page'; +$strCreatePage = 'Crea una nuova pagina'; $strCreatePdfFeat = 'Creazione di PDF'; +$strCreateUserDatabase = 'Database per l\'utente'; +$strCreateUserDatabaseName = 'Crea un database con lo stesso nome e concedi tutti i privilegi'; +$strCreateUserDatabaseNone = 'None'; +$strCreateUserDatabaseWildcard = 'Concedi tutti i privilegi al nome con caratteri jolly (username_%)'; $strCreationDates = 'Creazione/Aggiornamento/Controllo date'; $strCriteria = 'Criterio'; $strCroatian = 'Croato'; @@ -224,6 +230,7 @@ $strDeleted = 'La riga è stata cancellata'; $strDeletedRows = 'Righe cancellate:'; $strDeleteNoUsersSelected = 'Nessun utente selezionato per la cancellazione!'; $strDeleting = 'Cancellazione in corso di %s'; +$strDelimiter = 'Delimitatori'; $strDelOld = 'La Pagina corrente contiene Riferimenti a Tabelle che non esistono più. Volete cancellare questi Riferimenti?'; $strDescending = 'Decrescente'; $strDescription = 'Descrizione'; @@ -264,6 +271,7 @@ $strEnglish = 'Inglese'; $strEnglishPrivileges = 'Nota: i nomi dei privilegi di MySQL sono in Inglese'; $strError = 'Errore'; $strErrorInZipFile = 'Errore nell\'archivio ZIP:'; +$strErrorRenamingTable = 'Errore nel rinominare la tabella %1$s in %2$s'; $strEscapeWildcards = 'I caratteri jolly _ e % dovrebbero essere preceduti da un \ per l\'utilizzo letterale'; $strEsperanto = 'Esperanto'; $strEstonian = 'Estone'; @@ -272,6 +280,7 @@ $strExcelOptions = 'Opzioni di Excel'; $strExecuteBookmarked = 'Esegue la query dalle preferite'; $strExplain = 'Spiega SQL'; $strExport = 'Esporta'; +$strExportMustBeFile = 'Il tipo di esportazione selezionato necessita di essere salvato in un file!'; $strExtendedInserts = 'Inserimenti estesi'; $strExtra = 'Extra'; @@ -297,11 +306,13 @@ $strFlushPrivilegesNote = 'N.B.: phpMyAdmin legge i privilegi degli utenti diret $strFlushQueryCache = 'Rinfresca la cache delle query'; $strFlushTable = 'Inizializza ("FLUSH") la tabella'; $strFlushTables = 'Rinfresca (chiudi) tutte le tabelle'; +$strFontSize = 'Dimensione font'; $strFormat = 'Formato'; $strFormEmpty = 'Valore mancante nel form!'; $strFreePages = 'Pagine libere'; $strFullText = 'Testo completo'; $strFunction = 'Funzione'; +$strFunctions = 'Funzioni'; $strGenBy = 'Generato da'; $strGeneralRelationFeat = 'Caratteristiche Generali di Relazione'; @@ -378,12 +389,14 @@ $strInvalidColumnCount = 'Il contatore delle colonne deve essere superiore a 0.' $strInvalidCSVFieldCount = 'Contatore di campo non valido nell\'input CSV alla linea %d.'; $strInvalidCSVFormat = 'Formato non valido per l\'input CSV alla linea %d.'; $strInvalidCSVParameter = 'Parametro non valido per importazione CSV: %s'; +$strInvalidDatabase = 'Database non valido'; $strInvalidFieldAddCount = 'Deviaggiungere come minimo un campo.'; $strInvalidFieldCount = 'la tabella deve avere come minimo un dato.'; $strInvalidLDIImport = 'Questo plugin non supporta importazioni di dati compressi!'; $strInvalidRowNumber = '%d non è un numero valido di righe.'; $strInvalidServerHostname = 'Nome host per il server %1$s non valido. Controlla la tua configurazione.'; $strInvalidServerIndex = 'Server index non valido: "%s"'; +$strInvalidTableName = 'Nome tabella non valido'; $strJapanese = 'Giapponese'; $strJoins = 'Joins'; @@ -399,6 +412,7 @@ $strKorean = 'Coreano'; $strLandscape = 'Orizzontale'; $strLanguageFileNotFound = 'File di lingua "%1$s" non trovato.'; +$strLanguage = 'Lingua'; $strLanguageUnknown = 'Lingua non conosciuta : %1$s.'; $strLatchedPages = 'Latched pages'; $strLatexCaption = 'Sottotitolo della tabella'; @@ -478,6 +492,7 @@ $strNext = 'Prossimo'; $strNoActivity = 'Nessuna attività da %s secondi o più, si prega di autenticarsi nuovamente'; $strNoDatabases = 'Nessun database'; $strNoDatabasesSelected = 'Nessun database selezionato.'; +$strNoDataReceived = 'Non sono stati ricevuti dati da importare. O non è stato indicato alcun nome file, oppure è stato superata la dimensione massima consentita per il file, impostata nella configurazione di PHP. Vedi FAQ 1.16.'; $strNoDescription = 'nessuna Description'; $strNoDetailsForEngine = 'Non è disponibile nessuna informazione dettagliata sullo stato di questo motore di memorizzazione.'; $strNoDropDatabases = 'I comandi "DROP DATABASE" sono disabilitati.'; @@ -511,6 +526,10 @@ $strNumSearchResultsTotal = 'Totale: %s corrispondenza/e'; $strNumTables = 'Tabelle'; $strOK = 'OK'; +$strOpenDocumentSpreadsheet = 'Foglio di calcolo nel formato Open Document'; +$strOpenDocumentSpreadsheetOptions = 'Opzioni Open Document Spreadsheet'; +$strOpenDocumentTextOptions = 'Opzioni testo nel formato Open Document'; +$strOpenDocumentText = 'Testo nel formato Open Document'; $strOpenNewWindow = 'Apri una nuova finestra di PhpMyAdmin'; $strOperations = 'Operazioni'; $strOperator = 'Operatore'; @@ -534,6 +553,7 @@ $strPdfInvalidTblName = 'La tabella "%s" non esiste!'; $strPdfNoTables = 'Nessuna Tabella'; $strPDFOptions = 'Opzioni PDF'; $strPDF = 'PDF'; +$strPDFReportExplanation = '(Genera un report contenete i dati di una singola tabella)'; $strPDFReportTitle = 'Titolo del Report'; $strPerHour = 'all\'ora'; $strPerMinute = 'al minuto'; @@ -594,6 +614,7 @@ $strPrivDescUpdate = 'Permette di cambiare i dati.'; $strPrivDescUsage = 'Nessun privilegio.'; $strPrivileges = 'Privilegi'; $strPrivilegesReloaded = 'I privilegi sono stati ricaricati con successo.'; +$strProcedures = 'Procedure'; $strProcesses = 'Processi'; $strProcesslist = 'Lista Processi'; $strProtocolVersion = 'Versione protocollo'; @@ -680,6 +701,7 @@ $strSent = 'Spediti'; $strServerChoice = 'Scelta del server'; $strServerNotResponding = 'Il server non risponde'; $strServer = 'Server'; +$strServers = 'Servers'; $strServerStatusDelayedInserts = 'Inserimento ritardato'; $strServerStatus = 'Informazioni di Runtime'; $strServerStatusUptime = 'Questo server MySQL sta girando da %s. E\' stato avviato il %s.'; @@ -824,7 +846,7 @@ $strSort = 'Ordinamento'; $strSpaceUsage = 'Spazio utilizzato'; $strSpanish = 'Spagnolo'; $strSplitWordsWithSpace = 'Le parole sono spezzate sulle spaziature (" ").'; -$strSQLCompatibility = 'Modalità compatibilità SQL'; +$strSQLCompatibility = 'Modo di compatibilità SQL'; $strSQLExportType = 'Tipo di esportazione'; $strSQLImportOptions = 'Opzioni SQL'; $strSQLOptions = 'Opzioni SQL'; @@ -848,6 +870,7 @@ $strStrucCSV = 'dati CSV'; $strStrucData = 'Struttura e dati'; $strStrucExcelCSV = 'CSV per dati MS Excel'; $strStrucNativeExcel = 'Dati nativi di MS Excel'; +$strStrucNativeExcelOptions = 'Opzioni di esportazione Excel native'; $strStrucOnly = 'Solo struttura'; $strStructPropose = 'Proponi la struttura della tabella'; $strStructure = 'Struttura'; @@ -897,6 +920,7 @@ $strTraditionalSpanish = 'Spagnolo tradizionale'; $strTraffic = 'Traffico'; $strTransactionCoordinator = 'Coordinatore delle transazioni'; $strTransformation_application_octetstream__download = 'Visualizza un collegamento per trasferire i dati di un campo in formato binario. La prima opzione è il nome del file binario. La seconda opzione è un nome di campo possibile di una riga della tabella che contiene il nome di schedario. Se fornite una seconda opzione dovete avere la prima opzione settata ad una stringa vuota'; +$strTransformation_application_octetstream__hex = 'Mostra una rappresentazione esadecimale dei dati. Il primo parametro, opzionale, specifica ogni quanto deve essere aggiunto uno spazio (default a 2 nibbles).'; $strTransformation_image_jpeg__inline = 'Mostra un thumbnalil cliccabile; opzioni: larghezza,altezza in pixel (mantiere la proporzione iniziale)'; $strTransformation_image_jpeg__link = 'Mostra un link a questa immagine (download blob diretto, i.e.).'; $strTransformation_image_png__inline = 'Vedi immagine/jpeg: inline'; @@ -924,6 +948,7 @@ $strUpdateQuery = 'Aggiorna Query'; $strUpdComTab = 'Prego leggere la documentazione su come aggiornare la vostra tabella Column_comments'; $strUpgrade = 'Si dovrebbe aggiornare %s alla versione %s o successiva.'; $strUploadLimit = 'Stai probabilmente cercando di uplodare un file troppo grosso. Fai riferimento alla documentazione %sdocumentation%s Per i modi di aggirare questo limite.'; +$strUploadsNotAllowed = 'Non è permesso l\'upload dei files su questo server.'; $strUsage = 'Utilizzo'; $strUseBackquotes = 'Usa i backquotes con i nomi delle tabelle e dei campi'; $strUsedPhpExtensions = 'Estensioni PHP usate'; @@ -965,6 +990,7 @@ $strWritingCommentNotPossible = 'Impossibile scrivere il commento'; $strWritingRelationNotPossible = 'Impossibile scrivere la Relazione'; $strWrongUser = 'Nome utente o password errati. Accesso negato.'; +$strXMLOptions = 'Opzioni XML'; $strXML = 'XML'; $strYes = 'Sì'; @@ -972,40 +998,4 @@ $strYes = 'Sì'; $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; -// To translate: -$strAddClause = 'Add %s'; //to translate - -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate - -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate - -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate - -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate - -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate - -$strTransformation_application_octetstream__hex = 'Mostra una rappresentazione esadecimale dei dati. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate - -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate - -$strXMLOptions = 'XML options'; //to translate - -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/japanese-euc.inc.php b/lang/japanese-euc.inc.php index b1073c173..e057b4512 100644 --- a/lang/japanese-euc.inc.php +++ b/lang/japanese-euc.inc.php @@ -12,7 +12,9 @@ $text_dir = 'ltr'; $number_thousands_separator = ','; $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('Х', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$byteUnits = array('Х', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB'); + +$mysql_4_1_doc_lang = 'ja'; $day_of_week = array('', '', '', '', '', '', ''); $month = array('1 ','2 ','3 ','4 ','5 ','6 ','7 ','8 ','9 ','10 ','11 ','12 '); @@ -23,11 +25,12 @@ $timespanfmt = '%s $strAbortedClients = 'Ǥޤ'; $strAbsolutePathToDocSqlDir = 'docSQL ؤХѥꤷƤ'; -$strAccessDeniedCreateConfig = '餯ͳϡեƤʤǤ%1$såȥåץץ%2$s ѤƤҤȤĺ뤳ȤǤޤ'; -$strAccessDeniedExplanation = 'phpMyAdmin ϡMySQL С³褦ȤޤơС³䤷ޤconfig.inc.php Υۥȡ桼̾ӥѥɤåMySQL СδԤͿ줿뤳Ȥǧ٤Ǥ'; $strAccessDenied = 'ϵݤޤ'; +$strAccessDeniedCreateConfig = '餯ͳϡեƤʤǤ%1$såȥåץץ%2$s ѤƤҤȤĺ뤳ȤǤޤ'; +$strAccessDeniedExplanation = 'MySQL Ф³褦Ȥޤ³䤵ޤconfig.inc.php Υۥȡ桼ӥѥɤMySQL ФδԤͿ줿Ȱפ뤫ǧƤ'; $strAction = ''; -$strAddAutoIncrement = 'AUTO_INCREMENTͤɲä'; +$strAddAutoIncrement = 'AUTO_INCREMENTͤɲä'; +$strAddClause = '%sɲ'; $strAddConstraints = '¤ɲä'; $strAddDeleteColumn = 'եɲá'; $strAddDeleteRow = 'Ԥɲá'; @@ -41,26 +44,26 @@ $strAddPrivilegesOnDb = ' $strAddPrivilegesOnTbl = 'ơ֥øɲä'; $strAddSearchConditions = 'ʸɲäƤ("where"ʸ):'; $strAddToIndex = '  %s  򥤥ǥåɲäޤ'; -$strAddUserMessage = '桼ɲäޤ'; -$strAddUser = '桼ɲä'; +$strAddUser = '桼ɲä'; +$strAddUserMessage = '桼ɲäޤ'; $strAdministration = ''; $strAffectedRows = 'ƶ줿Կ:'; +$strAfter = 'ꥫθ %s'; $strAfterInsertBack = ''; $strAfterInsertNewInsert = '쥳ɤɲä'; $strAfterInsertNext = 'ιԤԽ'; $strAfterInsertSame = 'Υڡ'; -$strAfter = 'ꥫθ %s'; +$strAll = ''; $strAllowInterrupt = '»֤ŤƤ뤳Ȥ򥹥ץȤΤ硢ݡȤؤγߤĤޤ礭ʥե򥤥ݡȤΤ褤ʤ⤷ޤ󤬡ϥȥ󥶥Ȥˤʤޤ'; $strAllTableSameWidth = '٤ƤΥơ֥Ʊɽޤ?'; -$strAll = ''; $strAlterOrderBy = 'ơ֥֤ξ'; $strAnalyzeTable = 'ơ֥ʬϤ'; $strAnd = 'AND'; $strAndThen = 'Ƥθ'; -$strAnIndex = 'ǥå%sפɲäƤޤ'; +$strAnIndex = 'ǥå%sɲäƤޤ'; $strAny = '٤'; $strAnyHost = '٤ƤΥۥ'; -$strAnyUser = '٤ƤΥ桼'; +$strAnyUser = '٤ƤΥ桼'; $strApproximateCount = 'ᤤ⤷ޤFAQ 3.11 򻲾ȤƤ'; $strAPrimaryKey = '祭 %s ɲäޤ'; $strArabic = 'ӥ'; @@ -81,96 +84,101 @@ $strBinaryDoNotEdit = ' $strBinaryLog = 'Хʥ'; $strBinLogEventType = '٥ȥ'; $strBinLogInfo = ''; -$strBinLogName = '̾'; +$strBinLogName = ''; $strBinLogOriginalPosition = 'ΰ'; $strBinLogPosition = ''; -$strBinLogServerId = 'С ID'; -$strBookmarkAllUsers = '٤ƤΥ桼Υ֥åޡ򥢥Ǥ'; +$strBinLogServerId = ' ID'; +$strBookmarkAllUsers = '٤ƤΥ桼Υ֥åޡ򥢥Ǥ'; $strBookmarkCreated = '֥åޡ %s ޤ'; $strBookmarkDeleted = '֥åޡ˺ޤ'; $strBookmarkLabel = '٥'; $strBookmarkQuery = '֥åޡƤ SQL'; -$strBookmarkReplace = '¸ߤƱ̾Υ֥åޡִ'; +$strBookmarkReplace = '¸ߤƱΥ֥åޡִ'; $strBookmarkThis = 'SQL ֥åޡ'; $strBookmarkView = 'ɽΤ'; $strBrowseDistinctValues = '̤ͤɽ'; -$strBrowseForeignValues = 'ɽ'; $strBrowse = 'ɽ'; +$strBrowseForeignValues = 'ɽ'; $strBufferPool = 'Хåեס'; $strBufferPoolActivity = 'Хåեסγ'; $strBufferPoolUsage = 'Хåեסλ'; -$strBufferReadMissesInPercent = '% ɤ߹ߥߥ'; $strBufferReadMisses = 'ɤ߹ߥߥ'; -$strBufferWriteWaitsInPercent = '% ν񤭹Ԥ'; +$strBufferReadMissesInPercent = '% ɤ߹ߥߥ'; $strBufferWriteWaits = '񤭹Ԥ'; +$strBufferWriteWaitsInPercent = '% ν񤭹Ԥ'; $strBulgarian = '֥륬ꥢ'; $strBusyPages = 'ӥʥڡ'; $strBzError = ' php С Bz2 ĥƤΤ phpMyAdmin ̥פǤޤphpMyAdmin Υե졼ե $cfg[\'BZipDump\'] FALSEꤷƤBz2 ̵ǽȤˤ php ΥС夲Ʋphp Х %s ܺ١'; $strBzip = '"bzip "'; $strCalendar = ''; +$strCanNotLoadExportPlugins = 'ݡȥץ饰ɤǤޤ󥹥ȡ뤵Ƥ뤫ǧƤ!'; $strCanNotLoadImportPlugins = 'ݡȥץ饰ɤ߹ޤ󡣥󥹥ȡǧƤ!'; -$strCannotLogin = 'MySQL С˥Ǥޤ'; -$strCantLoadRecodeIconv = 'ʸåѴԤˤȤ߹ޤƤʤ iconv ޤ GNU recode γĥɬפǤphp ˡγĥԤäƤphpMyAdmin ǤʸåѴ򤷤ʤˤƤ'; +$strCannotLogin = 'MySQL Ф˥Ǥޤ'; $strCantLoad = 'ʤĥҤΥեǤ,
        PHP åƤ'; -$strCantRenameIdxToPrimary = 'ǥå̾ PRIMARY ѹǤޤ'; +$strCantLoadRecodeIconv = 'ʸåѴԤˤȤ߹ޤƤʤ iconv ޤ GNU recode γĥɬפǤphp ˡγĥԤäƤphpMyAdmin ǤʸåѴ򤷤ʤˤƤ'; +$strCantRenameIdxToPrimary = 'ǥå PRIMARY ѹǤޤ'; $strCantUseRecodeIconv = 'iconvlibiconvrecode_string ΤδؿѤǤޤphp åƤ'; $strCardinality = 'դͤο'; $strCaseInsensitive = 'ѻ羮̤ʤ'; $strCaseSensitive = 'ѻ羮̤'; $strCentralEuropean = '衼åѸ'; +$strChange = 'ѹ'; +$strChangeCopyMode = 'ƱøäΥ桼...'; $strChangeCopyModeCopy = '... ŤΤݻ'; -$strChangeCopyModeDeleteAndReload = ' ... 桼ơ֥뤫ŤΤø˺Ƥӥɤ'; -$strChangeCopyModeJustDelete = ' ... 桼ơ֥뤫ŤΤ'; +$strChangeCopyModeDeleteAndReload = ' ... 桼ơ֥뤫ŤΤø˺Ƥӥɤ'; +$strChangeCopyModeJustDelete = ' ... 桼ơ֥뤫ŤΤ'; $strChangeCopyModeRevoke = ' ... ŤΤͭø򤹤٤̵ˤǺ'; -$strChangeCopyMode = 'ƱøäΥ桼...'; -$strChangeCopyUser = 'ѹ / 桼ԡ'; +$strChangeCopyUser = 'ѹ / 桼ԡ'; $strChangeDisplay = 'ɽեɤDz'; $strChangePassword = 'ѥɤѹ'; -$strChange = 'ѹ'; -$strCharsetOfFile = 'եʸå:'; -$strCharsetsAndCollations = 'ʸåȤȾȹ'; -$strCharsets = 'ʸ'; $strCharset = 'ʸå'; +$strCharsetOfFile = 'եʸå:'; +$strCharsets = 'ʸ'; +$strCharsetsAndCollations = 'ʸåȤȾȹ'; $strCheckAll = '٤ƥå'; $strCheckOverhead = 'Сإåɤθ򤹤'; -$strCheckPrivsLong = 'ǡ١ "%s" øå'; $strCheckPrivs = 'øΥå򤹤'; +$strCheckPrivsLong = 'ǡ١ "%s" øå'; $strCheckTable = 'ơ֥å'; $strChoosePage = 'Խڡ򤷤Ƥ'; $strColComFeat = '󥳥ɽǽ'; $strCollation = 'ȹ'; -$strColumnNames = '()̾'; +$strColumnNames = '()'; $strColumnPrivileges = 'ø'; $strCommand = 'ޥ'; $strComments = ''; $strCommentsForTable = 'COMMENTS FOR TABLE'; $strCompatibleHashing = 'MySQL 4.0 ߴ'; $strCompleteInserts = ' INSERT ʸ'; -$strCompressionWillBeDetected = 'ݡȤ줿ե밵̤ϡưŪ˸ΤǤ礦: %s'; $strCompression = ''; +$strCompressionWillBeDetected = 'ݡȤ줿ե밵̤ϡưŪ˸ΤǤ礦: %s'; $strConfigDefaultFileError = 'ǥեɤ߹ޤǤ: "%1$s"'; $strConfigFileError = 'phpMyAdmin եɤ߹ळȤǤޤ!
        ʸˡ顼ȯե뤬Ĥޤ
        Υ󥯤եľɤ߹ǡPHP Υ顼åǧƤ¿ξ硢ڤʸ䥻ߥ˺Ƥޤ
        ⤷Υڡ줿餹٤ƤޤԤäƤޤ'; -$strConfigureTableCoord = 'ơ֥%sץơ֥ĴƤ'; +$strConfigureTableCoord = 'ơ֥%sơ֥ĴƤ'; $strConnectionError = '³Ǥޤ: ̵Ǥ'; $strConnections = '³'; $strConstraintsForDumped = '׺ѥơ֥'; $strConstraintsForTable = 'ơ֥'; $strCookiesRequired = 'ϥåĤƤɬפޤ'; $strCopy = 'ԡ'; -$strCopyDatabaseOK = 'ǡ١%sפϡ%sפ˥ԡޤ'; +$strCopyDatabaseOK = 'ǡ١%sϡ%s˥ԡޤ'; $strCopyTable = 'ơ֥(database.table)˥ԡ:'; -$strCopyTableOK = 'ơ֥%sפ%sפ˥ԡޤ'; +$strCopyTableOK = 'ơ֥%s%s˥ԡޤ'; $strCopyTableSameNames = 'Ʊơ֥˥ԡǤޤ!'; $strCouldNotKill = 'phpMyAdmin å %s λ뤳ȤǤޤǤ餯˽λƤޤ'; -$strCreateDatabaseBeforeCopying = 'ԡˡCREATE DATABASEפ'; +$strCreate = ''; +$strCreateDatabaseBeforeCopying = 'ԡˡCREATE DATABASE'; $strCreateIndex = ' %s  Υǥå'; $strCreateIndexTopic = 'ǥå'; $strCreateNewDatabase = 'ǡ١'; -$strCreateNewTable = 'ǡ١%sפ˥ơ֥򿷵'; +$strCreateNewTable = 'ǡ١%s˥ơ֥򿷵'; $strCreatePage = 'ڡ'; $strCreatePdfFeat = 'PDF ǽ'; -$strCreate = ''; +$strCreateUserDatabase = '桼ѥǡ١'; +$strCreateUserDatabaseName = 'ƱΥǡ١Ƥ٤ƤøͿޤ'; +$strCreateUserDatabaseNone = 'ʤ'; +$strCreateUserDatabaseWildcard = '磻ɥɤǻꤵ줿ǡ١ˤ٤ƤøͿޤ(桼_%)'; $strCreationDates = '//դɲä'; $strCriteria = 'ʹߴ'; $strCroatian = ''; @@ -178,27 +186,27 @@ $strCSV = 'CSV'; $strCSVImportOptions = 'CSV ץ'; $strCSVOptions = 'CSV ץ'; $strCyrillic = 'ʸ'; -$strCzechSlovak = 'ΥХ'; $strCzech = ''; +$strCzechSlovak = 'ΥХ'; $strDanish = 'ǥޡ'; $strData = 'ǡ'; $strDatabase = 'ǡ١'; -$strDatabaseEmpty = 'ǡ١̾Ǥ!'; +$strDatabaseEmpty = 'ǡ١Ǥ!'; $strDatabaseExportOptions = 'ǡ١ݡȥץ'; -$strDatabaseHasBeenDropped = 'ǡ١%sפ˺ޤ'; +$strDatabaseHasBeenDropped = 'ǡ١%s˺ޤ'; $strDatabaseNoTable = 'Υǡ١ϥơ֥ޤǤޤ!'; $strDatabases = 'ǡ١'; -$strDatabasesDropped = 'ǡ١%sפϺޤ'; +$strDatabasesDropped = 'ǡ١%sϺޤ'; +$strDatabasesStats = 'ǡ١'; $strDatabasesStatsDisable = 'פ̵ˤ'; $strDatabasesStatsEnable = 'פĤ'; -$strDatabasesStatsHeavyTraffic = ': ǡ١פĤ MySQL WEBСδ֤ǽŤȥեåȯ뤫⤷ޤ'; -$strDatabasesStats = 'ǡ١'; +$strDatabasesStatsHeavyTraffic = ': ǡ١פĤ MySQL WEBФδ֤ǽŤȥեåȯ뤫⤷ޤ'; $strDataDict = 'ǡ'; $strDataOnly = 'ǡΤ'; $strDataPages = 'ǡޤڡ'; $strDBComment = 'ǡ١Υ: '; -$strDBCopy = '̾ǥǡ١򥳥ԡ'; +$strDBCopy = 'ǥǡ١򥳥ԡ'; $strDBGContext = 'ƥ'; $strDBGContextID = 'ƥID'; $strDBGHits = 'ҥå'; @@ -209,25 +217,26 @@ $strDBGModule = ' $strDBGTimePerHitMs = 'ҥåΨ(ߥ)'; $strDBGTotalTimeMs = '׻(ߥ)'; $strDbPrivileges = 'ǡ١ ø'; -$strDBRename = '̾˥ǡ١̾ѹ'; +$strDBRename = '˥ǡ١ѹ'; $strDbSpecific = 'ǡ١'; -$strDefaultEngine = '%s ϡ MySQL СΥǥեȥȥ졼󥸥Ǥ'; -$strDefaultValueHelp = 'ǥեͤΤˡХåå奨פʤ 1 ĤͤƲ, ΥեޥåȤ: a'; $strDefault = ''; +$strDefaultEngine = '%s ϡ MySQL ФΥǥեȥȥ졼󥸥Ǥ'; +$strDefaultValueHelp = 'ǥեͤΤˡХåå奨פʤ 1 ĤͤƲ, ΥեޥåȤ: a'; $strDefragment = 'ơ֥Υǥե饰'; $strDelayedInserts = 'ٱ䥤󥵡ȤѤ'; -$strDeleteAndFlushDescr = 'ϥꥢǤøɤΤǾ֤ޤ'; -$strDeleteAndFlush = '桼øɤ'; -$strDeletedRows = '줿Կ:'; -$strDeleted = '򤷤ޤ'; -$strDeleteNoUsersSelected = '桼򤷤Ƥޤ!'; $strDelete = ''; +$strDeleteAndFlush = '桼øɤ'; +$strDeleteAndFlushDescr = 'ϥꥢǤøɤΤǾ֤ޤ'; +$strDeleted = '򤷤ޤ'; +$strDeletedRows = '줿Կ:'; +$strDeleteNoUsersSelected = '桼򤷤Ƥޤ!'; $strDeleting = '%s Ǥ'; +$strDelimiter = 'ǥߥ'; $strDelOld = 'ߤΥڡϡϤ¸ߤʤơ֥˻ȤޤλȤǤ?'; $strDescending = '߽'; $strDescription = ''; $strDictionary = ''; -$strDirtyPages = 'ʥڡ'; +$strDirtyPages = 'ʥڡ'; $strDisabled = '̵'; $strDisableForeignChecks = 'θ̵ˤ'; $strDisplayFeat = 'ơ֥ɽǽ'; @@ -236,35 +245,36 @@ $strDisplayPDF = 'PDF $strDoAQuery = '"QUERY"¹ (磻ɥ: "%")'; $strDocu = 'ɥ'; $strDoYouReally = '˼¹ԤƤɤǤ?:'; -$strDropDatabaseStrongWarning = '˥ǡ١˲Ǥ礦!'; -$strDropUsersDb = '桼Ʊ̾ĥǡ١'; $strDrop = ''; +$strDropDatabaseStrongWarning = '˥ǡ١˲Ǥ礦!'; +$strDropUsersDb = '桼Ʊĥǡ١'; $strDumpingData = 'ơ֥Υץǡ'; $strDumpSaved = 'פե %s ¸ޤ'; $strDumpXRows = '%s פޤ %s Ǥ'; $strDynamic = 'ʥߥå'; +$strEdit = ''; $strEditPDFPages = 'PDF ڡԽ'; $strEditPrivileges = 'ø'; -$strEdit = ''; $strEffective = '¸'; -$strEmptyResultSet = 'MySQL ֤ͤޤ (㤨йԤä)'; $strEmpty = 'ˤ'; +$strEmptyResultSet = 'MySQL ֤ͤޤ (㤨йԤä)'; $strEnabled = 'ͭ'; $strEncloseInTransaction = 'ȥ󥶥ǥݡȤϤ'; $strEncto = '󥳡ǥ󥰤Ѵ'; // encoding convert +$strEnd = 'Ǹ'; $strEndCut = 'ڤ꽪λ'; $strEndRaw = 'RAW λ'; -$strEnd = 'Ǹ'; -$strEngineAvailable = '%s ϡ MySQL СѲǽǤ'; -$strEngineDisabled = '%s ϡ MySQL СǤ̵ˤƤޤ'; +$strEngineAvailable = '%s ϡ MySQL ФѲǽǤ'; +$strEngineDisabled = '%s ϡ MySQL ФǤ̵ˤƤޤ'; $strEngines = '󥸥'; -$strEngineUnsupported = ' MySQL С %s ȥ졼󥸥򥵥ݡȤƤޤ'; -$strEnglishPrivileges = ' : MySQLø̾ϱѸɽƤޤ'; +$strEngineUnsupported = ' MySQL Ф %s ȥ졼󥸥򥵥ݡȤƤޤ'; $strEnglish = 'Ѹ'; +$strEnglishPrivileges = ' : MySQLøϱѸɽƤޤ'; $strError = '顼'; -$strErrorInZipFile = 'ZIP ˥顼Ǥ:'; -$strEscapeWildcards = '磻ɥɡ_פӡ%פϤʸ̤˻Ѥ뤿ˡ\פǥ()٤Ǥ'; +$strErrorInZipFile = 'ZIP ֤˥顼ޤ:'; +$strErrorRenamingTable = 'ơ֥%1$s%2$s˥͡हȤ˥顼ȯޤ'; +$strEscapeWildcards = '磻ɥɡ_ӡ%ʸ̤˻ѤȤϡ\ǥפƤ'; $strEsperanto = 'ݸ'; $strEstonian = 'ȥ˥'; $strExcelEdition = 'Excel μ'; @@ -272,6 +282,7 @@ $strExcelOptions = 'Excel $strExecuteBookmarked = '֥åޡ줿Ȳ¹Ԥ'; $strExplain = 'SQL ʬϤ'; $strExport = 'ݡ'; +$strExportMustBeFile = 'Υݡȷϥե¸ɬפޤ!'; $strExtendedInserts = 'ĥ INSERT ʸ'; $strExtra = '¾'; @@ -283,30 +294,32 @@ $strFieldsEmpty = ' $strFieldsEnclosedBy = 'եɰϤߵ'; $strFieldsEscapedBy = 'եɤΥ׵'; $strFieldsTerminatedBy = 'եɶڤ국'; -$strFileAlreadyExists = 'ե%sפϴ˥С¸ߤޤե̾ѹ뤫񤭥ץǧƤ'; +$strFileAlreadyExists = 'ե%sϴ˥Ф¸ߤޤեѹ뤫񤭥ץǧƤ'; $strFileCouldNotBeRead = 'եɤޤ'; -$strFileNameTemplateDescriptionDatabase = 'ǡ١̾'; -$strFileNameTemplateDescriptionServer = 'С̾'; -$strFileNameTemplateDescriptionTable = 'ơ֥̾'; +$strFileNameTemplate = 'եΥƥץ졼'; $strFileNameTemplateDescription = 'ͤ %1$sstrftime%2$s ѤơȽǤޤäơֽ񼰤ʸѤ뤳ȤǤޤ˼ʸִǤ礦: %3$sΤޤޤ¾ΥƥȤϰݻǤ礦'; +$strFileNameTemplateDescriptionDatabase = 'ǡ١'; +$strFileNameTemplateDescriptionServer = ''; +$strFileNameTemplateDescriptionTable = 'ơ֥'; $strFileNameTemplateRemember = 'ƥץ졼ȤФ'; -$strFileNameTemplate = 'ե̾Υƥץ졼'; $strFileToImport = 'ե򥤥ݡȤ'; $strFixed = ''; -$strFlushPrivilegesNote = ': phpMyAdmin MySQL øơ֥뤫ľܤ˥桼øޤ⤷ޥ˥奢øѹƤȡΥơ֥ƤȤϰۤʤ뤫⤷ޤ󡣤ξ硢³ޤ %s ø %s 򤹤ɬפޤ'; +$strFlushPrivilegesNote = ': phpMyAdmin MySQL øơ֥뤫ľܤ˥桼øޤ⤷ޥ˥奢øѹƤȡΥơ֥ƤȤϰۤʤ뤫⤷ޤ󡣤ξ硢³ޤ %s ø %s 򤹤ɬפޤ'; $strFlushQueryCache = 'Ȳ񥭥åեå夹'; -$strFlushTables = '٤ƤΥơ֥եå夹(Ĥ)'; $strFlushTable = 'ơ֥Υåˤ("FLUSH")'; +$strFlushTables = '٤ƤΥơ֥եå夹(Ĥ)'; +$strFontSize = 'եȥ'; $strFormat = 'եޥå'; $strFormEmpty = 'եǤͤޤǤ'; $strFreePages = 'ե꡼ʥڡ'; $strFullText = 'ʸ'; $strFunction = 'ؿ'; +$strFunctions = 'ؿ'; $strGenBy = 'Ķ'; $strGeneralRelationFeat = '졼ǽ'; -$strGeneratePassword = 'ѥɤ'; $strGenerate = ''; +$strGeneratePassword = 'ѥɤ'; $strGenTime = 'λ'; $strGeorgian = '른'; $strGerman = 'ɥĸ'; @@ -327,7 +340,7 @@ $strHexForBinary = ' $strHome = 'ᥤڡ'; $strHomepageOfficial = 'phpMyAdmin ۡ'; $strHost = 'ۥ'; -$strHostEmpty = 'ۥ̾϶Ǥ!'; +$strHostEmpty = 'ۥȤ϶Ǥ!'; $strHTMLExcel = 'Microsoft Excel 2000'; $strHTMLExcelOptions = 'Microsoft Excel 2000 ݡȥץ'; $strHTMLWord = 'Microsoft Word 2000'; @@ -337,9 +350,9 @@ $strHungarian = ' $strIcelandic = 'ɸ'; $strId = 'ID'; $strIdxFulltext = 'ʸ'; -$strIgnoreDuplicates = 'Ԥʣ̵뤹'; -$strIgnoreInserts = 'INSERT IGNOREפѤ'; $strIgnore = '̵'; +$strIgnoreDuplicates = 'Ԥʣ̵뤹'; +$strIgnoreInserts = 'INSERT IGNOREѤ'; $strIgnoringFile = 'ե̵ %s'; $strImport = 'ݡ'; $strImportDocSQL = 'docSQL ե륤ݡ'; @@ -349,22 +362,22 @@ $strImportSuccessfullyFinished = ' $strIndex = 'ǥå'; $strIndexes = 'ǥå'; $strIndexHasBeenDropped = 'ǥå %s ޤ'; -$strIndexName = 'ǥå̾ :'; +$strIndexName = 'ǥå :'; $strIndexType = 'ǥåμ :'; $strIndexWarningMultiple = '1 Ĥۤ INDEX `%s` Ѥ˺ޤ'; -$strIndexWarningPrimary = 'PRIMARY INDEX ΥξȤ⡢ `%s` ꤵ٤ǤϤޤ'; +$strIndexWarningPrimary = ' `%s` PRIMARY INDEX ΥξȤꤹΤϤ褷ޤ礦'; $strIndexWarningTable = 'ơ֥ `%s` Υǥå˴ؤǤ'; -$strIndexWarningUnique = 'UNIQUE INDEX ΥξȤ⡢ `%s` ꤵ٤ǤϤޤ'; +$strIndexWarningUnique = ' `%s` UNIQUE INDEX ΥξȤꤹΤϤ褷ޤ礦'; $strInnoDBAutoextendIncrementDesc = ' 줬äѤˤʤˡưĥơ֥륹ڡΥĥ뤿ʬ̤Ǥ'; $strInnoDBAutoextendIncrement = 'ưĥɲ'; -$strInnoDBBufferPoolSizeDesc = 'InnoDB åǡȤΥơ֥Υǥå˻ȤХåեΥǤ'; $strInnoDBBufferPoolSize = 'Хåեѥ'; +$strInnoDBBufferPoolSizeDesc = 'InnoDB åǡȤΥơ֥Υǥå˻ȤХåեΥǤ'; $strInnoDBDataFilePath = 'ǡե'; $strInnoDBDataHomeDir = 'ǡۡǥ쥯ȥ'; $strInnoDBDataHomeDirDesc = '٤Ƥ InnoDB ǡեѤΥǥ쥯ȥѥζʬǤ'; $strInnoDBPages = 'ڡ'; $strInnodbStat = 'InnoDB ơ'; -$strInsecureMySQL = 'ʤΥե졼ե꤬ MySQL ǥեȤøȤˤʤäƤޤ (root 桼ǥѥɤʤ) MySQL С⤳ΥǥեưƤΤǡԤФ̵ǤΥƥۡɬĤƤ'; +$strInsecureMySQL = 'ʤΥե졼ե꤬ MySQL ǥեȤøȤˤʤäƤޤ (root 桼ǥѥɤʤ) MySQL Ф⤳ΥǥեưƤΤǡԤФ̵ǤΥƥۡɬĤƤ'; $strInsertAsNewRow = 'ԤȤɲä'; $strInsertedRowId = '󥵡Ȥ ID:'; $strInsertedRows = 'ɲä줿Կ:'; @@ -373,39 +386,42 @@ $strInternalNotNecessary = '* InnoDB $strInternalRelations = '졼'; $strInUse = ''; $strInvalidAuthMethod = 'ʤǧˡꤷƤޤ:'; -$strInvalidColumnCount = ' 0 礭ʤФޤ'; $strInvalidColumn = 'ʤ (%s) ꤵޤ!'; +$strInvalidColumnCount = ' 0 礭ʤФޤ'; $strInvalidCSVFieldCount = 'CSV ̵ʹܿޤ(:%d)'; $strInvalidCSVFormat = 'CSV ̵ʽ񼰤ޤ(:%d)'; $strInvalidCSVParameter = 'CSV ݡȤΥѥ᡼̵Ǥ: %s'; +$strInvalidDatabase = 'ǡ١Ǥ'; $strInvalidFieldAddCount = 'ʤȤҤȤĤΥեɤɲäʤФʤޤ'; $strInvalidFieldCount = 'ơ֥ϾʤȤҤȤĤΥեɤɬפǤ'; $strInvalidLDIImport = 'Υץ饰ϰ̺ѥݡȤ򥵥ݡȤƤޤ!'; $strInvalidRowNumber = '%d ʤֹǤ'; -$strInvalidServerHostname = 'С%1$sפΥۥ̵̾ǤĴƤ'; -$strInvalidServerIndex = '̵ʥСǥåǤ: "%s"'; +$strInvalidServerHostname = 'С%1$sΥۥȤ̵ǤĴƤ'; +$strInvalidServerIndex = '̵ʥХǥåǤ: "%s"'; +$strInvalidTableName = 'ơ֥뤬Ǥ'; $strJapanese = 'ܸ'; $strJoins = ''; $strJumpToDB = '"%s" ǡ١إ.'; -$strJustDeleteDescr = '"" 桼øɤޤǥС˥ǽǤ'; -$strJustDelete = 'øơ֥뤫桼¨'; +$strJustDelete = 'øơ֥뤫桼¨'; +$strJustDeleteDescr = '"" 桼øɤޤǥФ˥ǽǤ'; $strKanjiEncodConvert = 'Ѵ'; // kanji code convert $strKeepPass = 'ѥɤѹʤ'; $strKeyCache = 'å'; -$strKeyname = '̾'; +$strKeyname = ''; $strKill = ''; $strKorean = 'ڹ'; $strLandscape = 'ɥ'; -$strLanguageFileNotFound = 'ե%1$sפĤޤ'; -$strLanguageUnknown = 'θ: %1$s.'; +$strLanguage = ''; +$strLanguageFileNotFound = 'ե%1$sĤޤ'; +$strLanguageUnknown = 'θ: %1$s.'; $strLatchedPages = 'åƤڡ'; $strLatexCaption = 'ơ֥륭ץ'; $strLatexContent = 'ơ֥ __TABLE__ '; -$strLatexContinuedCaption = '³Υơ֥륭ץ'; $strLatexContinued = '(³)'; +$strLatexContinuedCaption = '³Υơ֥륭ץ'; $strLatexIncludeCaption = 'ơ֥륭ץޤ'; $strLatexLabel = '٥륭'; $strLaTeX = 'LaTeX'; @@ -427,8 +443,8 @@ $strLogin = ' $strLoginInformation = ''; $strLogout = ''; $strLogPassword = 'ѥ:'; -$strLogServer = 'С'; -$strLogUsername = '桼̾:'; +$strLogServer = ''; +$strLogUsername = '桼:'; $strLongOperation = 'ϻ֤ޤǤʤߤޤ?'; $strMaxConnects = '¹³'; @@ -441,29 +457,29 @@ $strMIME_available_transform = ' $strMIME_description = ''; $strMIME_MIMEtype = 'MIME '; $strMIME_nodescription = 'Ѵˤͭޤ
        Ԥ%sΰ̣򤴳ǧ'; -$strMIME_transformation_note = 'ѲǽѴץΰӤ MIME Ѵ˴ؤƤϡ%sѴ%s 򥯥åƤ'; -$strMIME_transformation_options_note = 'ν񼰤ѤơѴץͤϤƤ: \'a\',\'b\',\'c\'...
        Хåå("\")䥷󥰥륯("\'")ͤ˴ޤɬפ(\\\\xyzפa\\\'bפΤ褦)ХååǥפƤ'; -$strMIME_transformation_options = 'Ѵץ'; $strMIME_transformation = '֥饦Ѵ'; +$strMIME_transformation_note = 'ѲǽѴץΰӤ MIME Ѵ˴ؤƤϡ%sѴ%s 򥯥åƤ'; +$strMIME_transformation_options = 'Ѵץ'; +$strMIME_transformation_options_note = 'ν񼰤ѤơѴץͤϤƤ: \'a\',\'b\',\'c\'...
        Хåå("\")䥷󥰥륯("\'")ͤ˴ޤɬפ(\\\\xyza\\\'bΤ褦)ХååǥפƤ'; $strMIMETypesForTable = 'MIME TYPES FOR TABLE'; $strMIME_without = 'åΤǰ줿 MIME פϸ̤ѴؿäƤޤ'; $strModifications = 'ޤ'; -$strModifyIndexTopic = 'ǥåѹ'; $strModify = ''; +$strModifyIndexTopic = 'ǥåѹ'; $strMoveTable = 'ơ֥(database.table)˰ư:'; -$strMoveTableOK = 'ơ֥%sפ%sפ˰ưޤ'; +$strMoveTableOK = 'ơ֥%s%s˰ưޤ'; $strMoveTableSameNames = 'Ʊơ֥˰ưǤޤ!'; $strMultilingual = '¿'; $strMyISAMDataPointerSize = 'ǡΥݥ󥿡'; $strMyISAMDataPointerSizeDesc = 'CREATE TABLE MyISAM ơ֥˻Ѥ MAX_ROWS ץ󤬻ꤵʤΥХȻΥǥեȥݥ󥿡Ǥ'; -$strMyISAMMaxExtraSortFileSizeDesc = 'MyISAMΥǥå®ȤѤƥݥե礭åѤȤꤳ˻ꤷͰʾ礭ʤϡåˡȤޤ'; $strMyISAMMaxExtraSortFileSize = 'ǥåѰեκ祵'; -$strMyISAMMaxSortFileSizeDesc = 'MyISAM ǥåκƺǻѤ뤳Ȥ줿 MySQL եκ祵Ǥ (REPAIR TABLE 桢ALTER TABLE LOAD DATA INFILE)'; +$strMyISAMMaxExtraSortFileSizeDesc = 'MyISAMΥǥå®ȤѤƥݥե礭åѤȤꤳ˻ꤷͰʾ礭ʤϡåˡȤޤ'; $strMyISAMMaxSortFileSize = 'ȥեκ祵'; -$strMyISAMRecoverOptionsDesc = 'å夷 MyISAM ơ֥μưѥ⡼ɤǡСưץ --myisam-recover ꤷޤ'; +$strMyISAMMaxSortFileSizeDesc = 'MyISAM ǥåκƺǻѤ뤳Ȥ줿 MySQL եκ祵Ǥ (REPAIR TABLE 桢ALTER TABLE LOAD DATA INFILE)'; +$strMyISAMRecoverOptionsDesc = 'å夷 MyISAM ơ֥μưѥ⡼ɤǡеưץ --myisam-recover ꤷޤ'; $strMyISAMRecoverOptions = 'ư⡼'; -$strMyISAMRepairThreadsDesc = '⤷ͤ 1 ʾʤ顢MyISAM ơ֥ΥǥåϥȽνʿԤ(켫Ȥγƥǥå)ޤ'; $strMyISAMRepairThreads = 'åɤν'; +$strMyISAMRepairThreadsDesc = '⤷ͤ 1 ʾʤ顢MyISAM ơ֥ΥǥåϥȽνʿԤ(켫Ȥγƥǥå)ޤ'; $strMyISAMSortBufferSize = 'ȥХåե'; $strMyISAMSortBufferSizeDesc = 'ΥХåեϡREPAIR TABLE δ֤ MyISAM ǥå򥽡Ȥ硢ޤ CREATE INDEX ALTER TABLE ȥǥåˡդޤ'; $strMySQLCharset = 'MySQL ʸå'; @@ -474,36 +490,37 @@ $strMySQLShowProcess = 'MySQL $strMySQLShowStatus = 'MySQL Υ󥿥'; $strMySQLShowVars = 'MySQL Υƥѿ'; -$strName = '̾'; +$strName = ''; $strNext = ''; $strNo = ''; $strNoActivity = '%s ðʾ򤷤ޤǤ٥򤷤Ƥ'; -$strNoDatabasesSelected = 'ǡ١򤵤Ƥޤ'; $strNoDatabases = 'ǡ١'; +$strNoDatabasesSelected = 'ǡ١򤵤Ƥޤ'; +$strNoDataReceived = 'ݡȤǡǤޤǤե뤬Ƥʤե륵PHPǵĤ줿ͤĶƤޤFAQ 1.16'; $strNoDescription = 'Ҥޤ'; $strNoDetailsForEngine = 'Υȥ졼󥸥ˤͭʥơξܺپϤޤ'; -$strNoDropDatabases = 'DROP DATABASEץơȥȤ϶ػߤ'; +$strNoDropDatabases = 'DROP DATABASEơȥȤ϶ػߤ'; $strNoExplain = 'SQL ʬϤФ'; $strNoFilesFoundInZip = 'ZIP ˥ե뤬Ĥޤ!'; $strNoFrames = 'phpMyAdmin ե졼򥵥ݡȤ֥饦ǤѤ򤪴ᤷޤ'; -$strNoIndexPartsDefined = 'ǥåʬꤵƤޤ'; $strNoIndex = 'ǥåꤵƤޤ'; +$strNoIndexPartsDefined = 'ǥåʬꤵƤޤ'; $strNoModification = 'ѹ̵'; $strNone = '̵'; $strNoOptions = 'ν񼰤ϥץ󤬤ޤ'; $strNoPassword = 'ѥ̵'; -$strNoPermission = 'ե%sפ¸ѡߥå򥦥֥СϻäƤޤ'; +$strNoPermission = 'ե%s¸ѡߥå򥦥֥ФϻäƤޤ'; $strNoPhp = 'PHP ̵'; $strNoPrivileges = 'ø̵'; $strNoRights = 'øäƤʤΤǤޤ'; $strNoRowsSelected = 'Ԥ򤵤ޤǤ'; -$strNoSpace = 'ե%sפ¸ˤ϶̤ԽʬǤ'; +$strNoSpace = 'ե%s¸ˤ϶̤ʬǤ'; $strNoTablesFound = 'ߤΥǡ١˥ơ֥Ϥޤ'; -$strNoThemeSupport = 'ơޤ򥵥ݡȤƤޤȥơޥǥ쥯ȥ%sפǧƤ'; +$strNoThemeSupport = 'ơޤ򥵥ݡȤƤޤȥơޥǥ쥯ȥ%sǧƤ'; $strNotNumber = 'ϿͤǤϤޤ'; $strNotOK = 'OK ǤϤޤ'; -$strNotSet = 'ơ֥%sפĤʤ%s ꤵƤޤ'; -$strNoUsersFound = '桼ϸĤޤǤ'; +$strNotSet = 'ơ֥%sĤʤ%s ꤵƤޤ'; +$strNoUsersFound = '桼ϸĤޤǤ'; $strNoValidateSQL = 'SQL ڤ򥹥å'; $strNull = '(NULL)'; $strNumberOfFields = 'եɿ'; @@ -512,6 +529,10 @@ $strNumSearchResultsTotal = ' $strNumTables = 'ơ֥'; $strOK = 'OK'; +$strOpenDocumentSpreadsheet = 'ץåɥȤ򳫤'; +$strOpenDocumentSpreadsheetOptions = 'ץåɥȤ򳫤ȤΥץ'; +$strOpenDocumentText = 'ƥȤ򳫤'; +$strOpenDocumentTextOptions = 'ƥȤ򳫤ȤΥץ'; $strOpenNewWindow = ' phpMyAdmin Υɥ򳫤'; $strOperations = ''; $strOperator = ''; @@ -530,12 +551,13 @@ $strPasswordChanged = '%s $strPasswordEmpty = 'ѥɤǤ'; $strPasswordHashing = 'ѥɥϥå'; $strPasswordNotSame = 'ѥɤƱǤϤޤ'; -$strPdfDbSchema = 'ǡ١%sפΥ - ڡ %s'; +$strPdfDbSchema = 'ǡ١%sΥ - ڡ %s'; $strPdfInvalidTblName = '"%s" ơ֥뤬ޤ!'; $strPdfNoTables = 'ơ֥뤬ޤ'; $strPDFOptions = 'PDF ץ'; $strPDF = 'PDF'; -$strPDFReportTitle = 'ݡȤ̾'; +$strPDFReportExplanation = '(ñơ֥ΥǡޤݡȤޤ)'; +$strPDFReportTitle = 'ݡȤ'; $strPerHour = ''; $strPerMinute = '/ʬ'; $strPerSecond = '/'; @@ -550,21 +572,21 @@ $strPolish = ' $strPortrait = 'ݡȥ쥤'; $strPos1 = 'ǽ'; $strPrevious = ''; -$strPrimaryKeyHasBeenDropped = '祭ޤ'; -$strPrimaryKeyName = '祭̾... PRIMARY ǤϤʤФޤ'; -$strPrimaryKeyWarning = '("PRIMARY"Ϥ礦ɼ祭̾ǤϤʤФޤ'; $strPrimary = ''; -$strPrintViewFull = 'ӥ塼 (ƥȤޤ)'; -$strPrintView = 'Ѥɽ'; +$strPrimaryKeyHasBeenDropped = '祭ޤ'; +$strPrimaryKeyName = '祭... PRIMARY ǤϤʤФޤ'; +$strPrimaryKeyWarning = '("PRIMARY"Ϥ礦ɼ祭ǤϤʤФޤ'; $strPrint = ''; +$strPrintView = 'Ѥɽ'; +$strPrintViewFull = 'ӥ塼 (ƥȤޤ)'; $strPrivDescAllPrivileges = 'GRANT ٤Ƥøޤߤޤ'; -$strPrivDescAlterRoutine = 'ȥɥ롼ѹ˴Ĥޤ'; $strPrivDescAlter = '¸ߤơ֥빽¤ѹĤޤ'; +$strPrivDescAlterRoutine = 'ȥɥ롼ѹ˴Ĥޤ'; $strPrivDescCreateDb = 'ǡ١ơ֥κĤޤ'; $strPrivDescCreateRoutine = 'ȥɥ롼κĤޤ'; $strPrivDescCreateTbl = 'ơ֥κĤޤ'; $strPrivDescCreateTmpTable = 'ƥݥ꡼ơ֥κĤޤ'; -$strPrivDescCreateUser = '桼Ȥκ˴̾ѹĤޤ'; +$strPrivDescCreateUser = '桼Ȥκ˴ѹĤޤ'; $strPrivDescCreateView = 'ӥ塼κĤޤ'; $strPrivDescDelete = 'ǡκĤޤ'; $strPrivDescDropDb = 'ǡ١ȥơ֥κĤޤ'; @@ -572,43 +594,44 @@ $strPrivDescDropTbl = ' $strPrivDescExecute5 = 'ȥɥ롼μ¹ԤĤޤ'; $strPrivDescExecute = 'ȥɥץ㡼¹Ԥ뤳ȤĤޤ MySQL ǤǤϰ̣ޤ'; $strPrivDescFile = 'ǡΥݡȡǡΥեؤΥݡȤĤޤ'; -$strPrivDescGrant = 'øơ֥Υɤʤ˥桼øɲäĤޤ'; +$strPrivDescGrant = 'øơ֥Υɤʤ˥桼øɲäĤޤ'; $strPrivDescIndex = 'ǥåκĤޤ'; $strPrivDescInsert = 'ǡؤĤޤ'; $strPrivDescLockTables = 'ߤΥåɤΥå󥰥ơ֥Ĥޤ'; $strPrivDescMaxConnections = '1 ˿³ǽʿ¤ޤ'; -$strPrivDescMaxQuestions = '1 ˥С˾Ȳ¤ޤ'; +$strPrivDescMaxQuestions = '1 ˥Ф˾Ȳ¤ޤ'; $strPrivDescMaxUpdates = '1 ˥ơ֥롢ǡ١ФƤѹȯ륳ޥɤο¤ޤ'; -$strPrivDescMaxUserConnections = '桼Ʊ³¤ޤ'; -$strPrivDescProcess3 = '¾Υ桼ץߤǤ뤳ȤĤޤ'; +$strPrivDescMaxUserConnections = '桼Ʊ³¤ޤ'; +$strPrivDescProcess3 = '¾Υ桼ץߤǤ뤳ȤĤޤ'; $strPrivDescProcess4 = 'ץδʾȲɽĤޤ'; $strPrivDescReferences = ' MySQL СǤϰ̣ޤ'; -$strPrivDescReload = 'СΥɡåΥꥢĤޤ'; -$strPrivDescReplClient = '졼֤ޥ׵Ǥ븢桼Ϳޤ'; +$strPrivDescReload = 'ФΥɡåΥꥢĤޤ'; +$strPrivDescReplClient = '졼֤ޥ׵Ǥ븢桼Ϳޤ'; $strPrivDescReplSlave = 'ץꥱ󥹥졼֤ɬפǤ'; $strPrivDescSelect = 'ǡɤ߽Ф'; $strPrivDescShowDb = 'ǡ١δʰؤΥͿޤ'; $strPrivDescShowView = 'Ȳ SHOW CREATE VIEW μ¹ԤĤޤ'; -$strPrivDescShutdown = 'СΥåȥĤޤ'; -$strPrivDescSuper = '³ãƤ³Ĥޤ¿δϥХѿ¾桼ץνλǤ褦꤬ɬפǤ'; +$strPrivDescShutdown = 'ФΥåȥĤޤ'; +$strPrivDescSuper = '³ãƤ³Ĥޤ¿δϥХѿ¾桼ץνλǤ褦꤬ɬפǤ'; $strPrivDescUpdate = 'ǡνĤޤ'; $strPrivDescUsage = 'øޤ'; -$strPrivilegesReloaded = 'øϥɤޤ'; $strPrivileges = 'ø'; +$strPrivilegesReloaded = 'øϥɤޤ'; +$strProcedures = 'ץ'; $strProcesses = 'ץ'; $strProcesslist = 'ץ'; $strProtocolVersion = 'ץȥС'; -$strPutColNames = 'ǽ 1 ܤ˥ե̾ɲä'; +$strPutColNames = 'ǽ 1 ܤ˥եɤɲä'; +$strQBE = 'Ȳ'; $strQBEDel = ''; $strQBEIns = ''; -$strQBE = 'Ȳ'; $strQueryCache = 'Ȳ񥭥å'; $strQueryFrame = 'Ȳ񥦥ɥ'; $strQueryOnDb = 'ǡ١ SQL %s:'; $strQueryResultsOperations = 'Ȳ'; $strQuerySQLHistory = 'SQL '; -$strQueryStatistics = 'Ȳ: ư %s ĤξȲ񤬥СƤޤ'; +$strQueryStatistics = 'Ȳ: ư %s ĤξȲ񤬥ФƤޤ'; $strQueryTime = 'Ȳμ¹Ի %01.4f '; $strQueryType = 'Ȳ񥿥'; $strQueryWindowLock = 'ɥγ餳ξȲ񤭴Ǥޤ'; @@ -625,10 +648,10 @@ $strRelationsForTable = 'RELATIONS FOR TABLE'; $strRelationView = '졼ɽ'; $strReloadingThePrivileges = 'øɤ߹Ǥ'; $strReloadPrivileges = 'MySQL Υ'; -$strRemoveSelectedUsers = '򤵤줿桼ޤ'; -$strRenameDatabaseOK = 'ǡ١%sפϡ%sפ̾ѹޤ'; -$strRenameTableOK = '%sפ%sפ̾ѹޤ'; -$strRenameTable = 'ơ֥̾ѹ'; +$strRemoveSelectedUsers = '򤵤줿桼ޤ'; +$strRenameDatabaseOK = 'ǡ١%sϡ%s˾ѹޤ'; +$strRenameTable = 'ơ֥ѹ'; +$strRenameTableOK = '%s%sѹޤ'; $strRepairTable = 'ơ֥줹'; $strReplaceNULLBy = 'NULL ʸ֤'; $strReplaceTable = 'եǥơ֥֤'; @@ -636,12 +659,13 @@ $strReplication = ' $strReset = 'ꥻå'; $strResourceLimits = '꥽'; $strReType = ''; -$strRevokeAndDeleteDescr = '桼øɤ߹ߤޤ USAGE øΤޤޤǤ'; -$strRevokeAndDelete = '桼ͭø򤹤٤˴ƺ'; -$strRevokeMessage = '%s øäޤ'; $strRevoke = 'ѻ'; +$strRevokeAndDelete = '桼ͭø򤹤٤˴ƺ'; +$strRevokeAndDeleteDescr = '桼øɤ߹ߤޤ USAGE øΤޤޤǤ'; +$strRevokeMessage = '%s øäޤ'; $strRomanian = '롼ޥ˥'; $strRowLength = 'ԤĹ'; +$strRows = ''; $strRowsFrom = 'Ϲ'; $strRowSize = ' ԤΥ '; $strRowsModeFlippedHorizontal = 'ʿ (žإå)'; @@ -649,16 +673,16 @@ $strRowsModeHorizontal = ' $strRowsModeOptions = ': %s : %s 󤺤ĥإå򷫤֤ɽ'; $strRowsModeVertical = 'ľ'; $strRowsStatistic = 'Ԥ'; -$strRows = ''; $strRunning = '¹Ǥ %s'; $strRunQuery = 'Ȳμ¹Ԥ'; -$strRunSQLQueryOnServer = 'С%sפ SQL ¹Ԥ'; -$strRunSQLQuery = 'ǡ١%sפ SQL ¹Ԥ'; +$strRunSQLQuery = 'ǡ١%s SQL ¹Ԥ'; +$strRunSQLQueryOnServer = 'С%s SQL ¹Ԥ'; $strRussian = ''; -$strSaveOnServer = 'СΥǥ쥯ȥ%sפ¸'; $strSave = '¸'; +$strSaveOnServer = 'оΥǥ쥯ȥ%s¸'; $strScaleFactorSmall = '1 ڡ˿ɽ֤뤿ˤ礭᤮ޤ'; +$strSearch = ''; $strSearchFormTitle = 'ǡ١򸡺'; $strSearchInTables = 'ơ֥λ:'; $strSearchNeedle = 'ñ졢ޤ (磻ɥɤ: "%"):'; @@ -668,7 +692,6 @@ $strSearchOption3 = ' $strSearchOption4 = 'ɽ'; $strSearchResultsFor = ' "%s" %s:'; $strSearchType = ':'; -$strSearch = ''; $strSecretRequired = 'եϺ̩ѥե졼ɬפȤޤ(blowfish_secret)'; $strSelectADb = 'ǡ١򤷤Ƥ'; $strSelectAll = ''; @@ -678,21 +701,23 @@ $strSelectNumRows = ' $strSelectTables = 'ơ֥'; $strSend = 'ե¸'; $strSent = ''; -$strServer = 'С'; -$strServerChoice = 'С򤹤'; -$strServerNotResponding = 'Сȿޤ'; -$strServerStatusDelayedInserts = 'ٱ䥤󥵡'; -$strServerStatusUptime = ' MySQL С %s ưǡ%s ˵ưƤޤ'; +$strServer = ''; +$strServerChoice = 'Ф򤹤'; +$strServerNotResponding = 'Фȿޤ'; +$strServers = ''; $strServerStatus = '󥿥'; +$strServerStatusDelayedInserts = 'ٱ䥤󥵡'; +$strServerStatusUptime = ' MySQL Ф %s ưǡ%s ˵ưƤޤ'; $strServerTabVariables = 'ѿ'; -$strServerTrafficNotes = 'Сȥեå: Υơ֥ MySQL СưƤΥͥåȥȥեåפɽޤ'; -$strServerVars = 'Сѿ'; -$strServerVersion = 'СΥС'; +$strServerTrafficNotes = 'Хȥեå: Υơ֥ MySQL ФưƤΥͥåȥȥեåפɽޤ'; +$strServerVars = 'ѿ'; +$strServerVersion = 'ФΥС'; $strSessionValue = 'å'; -$strSetEnumVal = 'եɥפenumϡsetפξͤˤν񼰤ȤäϤƤ: \'a\',\'b\',\'c\'...
        Хåå"\"ϥȡ"\'"פϤȡƬ˥ХååդƲ(: \\\\xyzפ⤷ϡa\\\'b)'; +$strSetEnumVal = 'եɥפenumϡsetξͤˤν񼰤ȤäϤƤ: \'a\',\'b\',\'c\'...
        Хåå"\"ϥȡ"\'"ϤȡƬ˥ХååդƲ(: \\\\xyz⤷ϡa\\\'b)'; $strShowAll = '٤ɽ'; $strShowColor = 'ɽ'; $strShowDatadictAs = 'ǡ'; +$strShow = 'ɽ'; $strShowFullQueries = 'ʾȲɽ'; $strShowGrid = 'åɤɽ'; $strShowingBookmark = '֥åޡ'; @@ -703,17 +728,17 @@ $strShowSlaveHosts = ' $strShowSlaveStatus = '졼֤ξ֤ɽ'; $strShowStatusBinlog_cache_disk_useDescr = 'ƥݥХʥåѤ褦Ȥơbinlog_cache_sizeͤĶᤷᡢȥ󥶥ΥơȥȤƥݥե¸ȥ󥶥ο'; $strShowStatusBinlog_cache_useDescr = 'ХʥåѤοǤ'; -$strShowStatusCreated_tmp_disk_tablesDescr = 'ʸ¹˥СˤäƼưŪ˥ǥ˺줿ơ֥οǤCreated_tmp_disk_tables 礭硢ΰơ֥ǥ١Ѥ˥١ˤ褦ˡ tmp_table_size 䤷Ǥ礦'; +$strShowStatusCreated_tmp_disk_tablesDescr = 'ʸ¹˥ФˤäƼưŪ˥ǥ˺줿ơ֥οǤCreated_tmp_disk_tables 礭硢ΰơ֥ǥ١Ѥ˥١ˤ褦ˡ tmp_table_size 䤷Ǥ礦'; $strShowStatusCreated_tmp_filesDescr = 'mysqld ϤɤΰŪեǤ'; -$strShowStatusCreated_tmp_tablesDescr = 'Сǹʸμ¹ԤˤäƼưŪ˺줿ΰơ֥ο'; +$strShowStatusCreated_tmp_tablesDescr = 'Фǹʸμ¹ԤˤäƼưŪ˺줿ΰơ֥ο'; $strShowStatusDelayed_errorsDescr = '㴳Υ顼ȯ INSERT DELAYED 񤫤줿ԿǤ (餯νʣ)'; $strShowStatusDelayed_insert_threadsDescr = ' INSERT DELAYED ϥɥ顼åɤοINSERT DELAYED ŬѤۤʤơ֥οͭΥåɤѰդޤ'; $strShowStatusDelayed_writesDescr = 'INSERT DELAYED 񤭹ߤ򤷤Ǥ'; $strShowStatusFlush_commandsDescr = 'FLUSH ʸ¹ԤǤ'; $strShowStatusHandler_commitDescr = 'COMMIT ʸǤ'; $strShowStatusHandler_deleteDescr = 'ơ֥뤫Ǥ'; -$strShowStatusHandler_discoverDescr = 'MySQLФNDB饹ȥ졼󥸥̾ĥơ֥ˤĤƤξäƤ뤫䤤碌뤳ȤǤޤϳȸƤФƤޤHandler_discoverϡ줿ơ֥ο򼨤ޤ'; -$strShowStatusHandler_read_firstDescr = 'ǥåϤΥȥɤ߹Ǥ줬⤤硢ϥС¿δʥǥåԤäƤȼޤ㤨СSELECT col1 FROM fooפ col1 ϥǥåȲꤷޤ'; +$strShowStatusHandler_discoverDescr = 'MySQLФNDB饹ȥ졼󥸥ĥơ֥ˤĤƤξäƤ뤫䤤碌뤳ȤǤޤϳȸƤФƤޤHandler_discoverϡ줿ơ֥ο򼨤ޤ'; +$strShowStatusHandler_read_firstDescr = 'ǥåϤΥȥɤ߹Ǥ줬⤤硢ϥФ¿δʥǥåԤäƤȼޤ㤨СSELECT col1 FROM foo col1 ϥǥåȲꤷޤ'; $strShowStatusHandler_read_keyDescr = '˴ŤƹԤɤ߹׵οǤ줬⤤硢ϤʤξȲȥơ֥뤬Ŭڤ˥ǥåդƤȤ褤ɽǤ'; $strShowStatusHandler_read_nextDescr = 'ν̤˹ԤɤǤꥯȤοͤϰϤĤƥǥåȲ񤷤Ƥ뤫ǥåԤäƤȤޤ'; $strShowStatusHandler_read_prevDescr = 'ν̤˹Ԥ̤äɤǤꥯȤοɤ߹ߤϼORDER BY ... DESCŬȤѤޤ'; @@ -729,7 +754,7 @@ $strShowStatusInnodb_buffer_pool_pages_freeDescr = ' $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDBХåեסǥåƤڡϸɤ߹Ǥ롢뤤Ͻ񤭹Ǥڡ뤤¾β餫ͳǥեå夷ǤʤʤäƤڡοǤ'; $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'ԥå䥢ץƥ֥ϥå奤ǥåȤäХإåɤΤǥӥˤʤäƤڡͤInnodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_dataȤǤ׻Ǥޤ'; $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'ڡΥХåեסΥιפǤ'; -$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDBϤ֥ɤ߹ߤβϾȲ񤬥ơ֥ʬʽ֤ǥ󤹤Ȥȯޤ'; +$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDBϤ֥ɤ߹ߤβϾȲ񤬥ơ֥ʬʽ֤ǥ󤹤Ȥȯޤ'; $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDBϤ󥷥ɤ߹ߤβInnoDB󥷥ʥեơ֥륹ԤȤȯޤ'; $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB ԤäŪɤ߹׵οǤ'; $strShowStatusInnodb_buffer_pool_readsDescr = 'InnoDBХåեסƤѤǤ󥰥ڡɤ߹ߤԤʤФʤʤäɤ߹ߤβ'; @@ -788,14 +813,14 @@ $strShowStatusQcache_queries_in_cacheDescr = ' $strShowStatusQcache_total_blocksDescr = 'Ȳ񥭥å֥åǤ'; $strShowStatusReset = 'ꥻå'; $strShowStatusRpl_statusDescr = 'ե륻եץꥱξ֤Ǥ (Ƥޤ)'; -$strShowStatusSelect_full_joinDescr = 'ǥåѤʤοǤͤ 0 Ǥʤ硢տơ֥Υǥåǧ٤Ǥ'; +$strShowStatusSelect_full_joinDescr = 'ǥåѤʤοǤͤ 0 Ǥʤ硢ơ֥Υǥå褯ǧƤ'; $strShowStatusSelect_full_range_joinDescr = 'Ϣơ֥ϰϸѤοǤ'; $strShowStatusSelect_range_checkDescr = 'ʤjoinϳƹԤˤĤƥλ٤åΤǤʤ줬0ʳξϥơ֥Υǥå褯åƤˡ'; $strShowStatusSelect_rangeDescr = 'ǽΥơ֥ϰϤѤοǤ (줬礭Ƥ̾ϴǤϤޤ)'; $strShowStatusSelect_scanDescr = 'ǽΥơ֥δʥԤäοǤ'; $strShowStatusSlave_open_temp_tablesDescr = '졼 SQL åɤˤäƸ߳ƤŪơ֥οǤ'; $strShowStatusSlave_retried_transactionsDescr = 'ץꥱΥ졼 SQL åɤȥ󥶥ƻԤ(ư)׿'; -$strShowStatusSlave_runningDescr = 'ΥСޥ³륹졼֤Ǥ硢 ON Ǥ'; +$strShowStatusSlave_runningDescr = 'ΥФޥ³륹졼֤Ǥ硢 ON Ǥ'; $strShowStatusSlow_launch_threadsDescr = 'slow_launch_time ÿ֤äƺ줿åɤοǤ'; $strShowStatusSlow_queriesDescr = 'long_query_time ÿۤȲοǤ'; $strShowStatusSort_merge_passesDescr = 'ȥ르ꥺब¹ԤʤФʤʤäޡβͤ⤤ϡsort_buffer_sizeƥѿͤ䤹ȤƤƤ'; @@ -804,21 +829,20 @@ $strShowStatusSort_rowsDescr = ' $strShowStatusSort_scanDescr = 'ơ֥ˤԤ줿ȿǤ'; $strShowStatusTable_locks_immediateDescr = 'ơ֥å˼줿Ǥ'; $strShowStatusTable_locks_waitedDescr = 'ơ֥å˼Ǥʤä˥Ȥȯͤ⤯ѥեޥ󥹤꤬ƤϡޤȲŬƤǤʤ顢ơ֥ʬ䤹뤫ץꥱѤƤ'; -$strShowStatusThreads_cachedDescr = 'åɥåΥåɿǤåҥåΨ Threads_created/Connections ȤƷ׻뤳ȤǤޤ֤ͤ硢thread_cache_size 夲٤Ǥ'; +$strShowStatusThreads_cachedDescr = 'åɥåΥåɿǤåҥåΨ Threads_created/Connections ȤƷ׻뤳ȤǤޤֻͤˤʤäƤȤ thread_cache_size 夲Ƥ'; $strShowStatusThreads_connectedDescr = '³οǤ'; $strShowStatusThreads_createdDescr = '³򰷤˺줿åɤοǤThreads_created 礭硢 thread_cache_size äȻפ⤷ޤ(̾褤åɼ򤷤Ƥ硢ϸʥѥեޥ󥹸Ϳޤ)'; $strShowStatusThreads_runningDescr = '꡼פƤʤåɤοǤ'; $strShowTableDimension = 'ơ֥礭ɽ'; $strShowTables = 'ơ֥ɽ'; $strShowThisQuery = ' ¹ԤȲ򤳤ɽ'; -$strShow = 'ɽ'; $strSimplifiedChinese = 'λ'; $strSingly = '(1 )'; $strSize = ''; $strSkipQueries = 'Ϥ饹åפ쥳(Ȳ)ο'; $strSlovak = 'Х'; $strSlovenian = '٥˥'; -$strSocketProblem = '(ޤϡ MySQL СΥåȤΤꤵޤ)'; +$strSocketProblem = '(ޤϡ MySQL ФΥåȤΤꤵޤ)'; $strSort = ''; $strSortByKey = 'ǥ'; $strSorting = ''; @@ -829,8 +853,8 @@ $strSQLCompatibility = 'SQL $strSQLExportType = 'ݡȷ'; $strSQLImportOptions = 'SQL ץ'; $strSQLOptions = 'SQL ץ'; -$strSQLParserBugMessage = 'ʤ SQL ѡΥХ򸫤뤫⤷ޤ󡣤ʤ䤤碌ǰ˳Τơ䤬ߥޥåʤåޤ礦¾μԤˤϥƥȥꥢǰѤ¦˥Хʥ꡼ɤդƥե뤬åץɤƤޤä褦ʸͤޤޤʤ䤤碌 MySQL Υޥɥ饤ȤäƻȤǤޤMySQL СϰʲΤ褦˥顼Фޤˤ褹Ǥ礦ޥɥ饤ǤƤ⡢ޤ꤬硢ѡԤˤϡΤ SQL 䤤碌ҤȤĤʸ˸餷ƤߤƲưʲΥǥǡڤäƥХäƲ:'; -$strSQLParserUserError = 'SQL ˥顼ޤMySQL СϰʲΤ褦˥顼Ϥޤˤ褹Ǥ礦'; +$strSQLParserBugMessage = 'ʤ SQL ѡΥХ򸫤뤫⤷ޤ󡣤ʤ䤤碌ǰ˳Τơ䤬ߥޥåʤåޤ礦¾μԤˤϥƥȥꥢǰѤ¦˥Хʥ꡼ɤդƥե뤬åץɤƤޤä褦ʸͤޤޤʤ䤤碌 MySQL Υޥɥ饤ȤäƻȤǤޤMySQL ФϰʲΤ褦˥顼Фޤˤ褹Ǥ礦ޥɥ饤ǤƤ⡢ޤ꤬硢ѡԤˤϡΤ SQL 䤤碌ҤȤĤʸ˸餷ƤߤƲưʲΥǥǡڤäƥХäƲ:'; +$strSQLParserUserError = 'SQL ˥顼ޤMySQL ФϰʲΤ褦˥顼Ϥޤˤ褹Ǥ礦'; $strSQLQuery = '¹Ԥ SQL'; $strSQLResult = 'SQL η'; $strSQL = 'SQL'; @@ -840,7 +864,7 @@ $strSQPBugUnknownPunctuation = '̵ $strStatCheckTime = 'ǽ'; $strStatCreateTime = ''; $strStatement = 'ơȥ'; -$strStatisticsOverrun = 'ӥʥСǤϡХȥ󥿡Ķ᤹뤫⤷ޤ󡣽äơMySQL С𤹤뤽פʤ⤷ޤ'; +$strStatisticsOverrun = 'ӥʥФǤϡХȥ󥿤Ķ᤹뤫⤷ޤ󡣽äơMySQL Ф𤹤뤽פʤ⤷ޤ'; $strStatUpdateTime = 'ǽ'; $strStatus = ''; $strStorageEngine = 'ȥ졼󥸥'; @@ -849,6 +873,7 @@ $strStrucCSV = 'CSV $strStrucData = '¤ȥǡ'; $strStrucExcelCSV = 'MS Excel CSV ǡ'; $strStrucNativeExcel = ' MS Excel ǡ'; +$strStrucNativeExcelOptions = 'ExcelΥͥƥ֥ݡȤΥץ'; $strStrucOnly = '¤Τ'; $strStructPropose = 'ơ֥빽¤ǧ'; $strStructure = '¤'; @@ -862,7 +887,7 @@ $strSwitchToTable = ' $strTable = 'ơ֥ '; $strTableAlreadyExists = 'ơ֥ %s ϴ¸ߤޤ!'; $strTableComments = 'ơ֥'; -$strTableEmpty = 'ơ֥̾϶Ǥ'; +$strTableEmpty = 'ơ֥϶Ǥ'; $strTableHasBeenDropped = 'ơ֥ %s ޤ'; $strTableHasBeenEmptied = 'ơ֥ %s ˤޤ'; $strTableHasBeenFlushed = 'ơ֥ %s Υåˤޤ'; @@ -877,38 +902,38 @@ $strTempData = ' $strTextAreaLength = ' Ĺν٤ǤΥեɤ
        Ǥʤǽޤ'; $strThai = ''; $strTheme = 'ơ / '; -$strThemeDefaultNotFound = 'ǥեȥơޡ%sפĤޤ!'; +$strThemeDefaultNotFound = 'ǥեȥơޡ%sĤޤ!'; $strThemeNoPreviewAvailable = 'ץӥ塼ѤǤޤ'; -$strThemeNotFound = 'ơޡ%sפĤޤ!'; -$strThemeNoValidImgPath = 'ơޡ%sפѥĤޤ!'; -$strThemePathNotFound = 'ơޡ%sפΥơޥѥĤޤ!'; +$strThemeNotFound = 'ơޡ%sĤޤ!'; +$strThemeNoValidImgPath = 'ơޡ%sѥĤޤ!'; +$strThemePathNotFound = 'ơޡ%sΥơޥѥĤޤ!'; $strThisHost = 'Υۥ'; $strThisNotDirectory = 'ϥǥ쥯ȥǤϤޤ'; $strThreads = 'å'; $strThreadSuccessfullyKilled = 'å %s Ͻλޤ'; +$strTime = ''; $strTimeoutInfo = '˥ݡȤǥॢȤƤޤ塢 %d ³Ǥ礦'; $strTimeoutNothingParsed = 'Ǹμ¹ԤǤΥǡϲϤƤޤ󡣤ϡ̾ php λ¤䤵ʤ phpMyAdmin ΥݡȤλ뤳ȤǤʤȤȤ̣ޤ'; $strTimeoutPassed = 'ץȤॢȤ᤮ޤݡȤ򽪤餻硢ƱեݡȤƳƤ'; -$strTime = ''; $strToggleScratchboard = 'ȥ륹åܡ'; -$strTotalUC = ''; $strTotal = ''; +$strTotalUC = ''; $strTraditionalChinese = 'Ū'; $strTraditionalSpanish = 'Ūʥڥ'; $strTraffic = 'ȥեå'; $strTransactionCoordinator = 'ȥ󥶥󥳡ǥ͡'; -$strTransformation_application_octetstream__download = 'եɤΥХʥǡɤ󥯤ɽޤ1 ܤΥץϥХʥեΥե̾Ǥ2 ܥץϥե̾ޤơ֥Ԥե̾Ǥ2 ܤΥץ󶡤硢1 ܤΥץ϶ʸꤹɬפޤ'; +$strTransformation_application_octetstream__download = 'եɤΥХʥǡɤ󥯤ɽޤ1 ܤΥץϥХʥեΥեǤ2 ܥץϥեޤơ֥ԤեɤǤ2 ܤΥץ󶡤硢1 ܤΥץ϶ʸꤹɬפޤ'; $strTransformation_application_octetstream__hex = 'ǡ 16 ʿɽǤ'; $strTransformation_image_jpeg__inline = 'åǽʥͥɽޤ; ץ: widthheight ԥǻ (Ψݤޤ)'; $strTransformation_image_jpeg__link = 'βؤΥ󥯤ɽ (㤨 blob ľܥ).'; -$strTransformation_image_png__inline = 'image/jpeg: inlineפ򻲾ȤƤ'; +$strTransformation_image_png__inline = 'image/jpeg: inline򻲾ȤƤ'; $strTransformation_text_plain__dateformat = 'TIMETIMESTAMP 뤤 DATETIME եɤǡɽѤƽ񼰲ޤ1 ܤΥץϥॹפ˲û륪եåȻ(ñ:)Ǥ(ǥե: 0)2 ܤΥץϡPHP strftime()Ѳǽʥѥ᡼ǤΤޤޤɽǤ'; -$strTransformation_text_plain__external = 'LINUX Τ: ץꥱưɸϤեɥǡϤޤץꥱɸϤ֤ޤǥեȤ Tidy ǡ HTML ɤϤޤƥͳǡưǥեlibraries/text_plain__external.inc.phpפԽ¹ԤĤġʤФʤޤ󡣺ǽΥץϡѤץοǡ2 ܤΥץϥץΥѥ᡼Ǥ3 ܤΥץ 1 ꤵƤ硢htmlspecialchars() ѤƽϤѴǤ礦(ǥե: 1)4 ץ 1 ꤵƤ硢§ɤϤ٤ 1 Ԥ˸뤳ȤݾڤǤ礦(ǥե: 1).'; +$strTransformation_text_plain__external = 'LINUX Τ: ץꥱưɸϤեɥǡϤޤץꥱɸϤ֤ޤǥեȤ Tidy ǡ HTML ɤϤޤƥͳǡưǥեlibraries/text_plain__external.inc.phpԽ¹ԤĤġʤФʤޤ󡣺ǽΥץϡѤץοǡ2 ܤΥץϥץΥѥ᡼Ǥ3 ܤΥץ 1 ꤵƤ硢htmlspecialchars() ѤƽϤѴǤ礦(ǥե: 1)4 ץ 1 ꤵƤ硢§ɤϤ٤ 1 Ԥ˸뤳ȤݾڤǤ礦(ǥե: 1).'; $strTransformation_text_plain__formatted = 'եɤθν񼰤¸ޤפ˽λޤ'; -$strTransformation_text_plain__imagelink = 'ȥ󥯡ե̾ޤեɤɽޤ; 1 ܤΥץ "http://domain.com/" Τ褦Ƭǡ2 ܤΥץϥԥ3 ܤϹ⤵Ǥ'; -$strTransformation_text_plain__link = 'ե̾ޤեɡ󥯤ɽ; 1 ܤΥץ "http://domain.com/" Τ褦Ƭ졢2 ܤΥץϥ󥯤ΥȥǤ'; +$strTransformation_text_plain__imagelink = 'ȥ󥯡եޤեɤɽޤ; 1 ܤΥץ "http://domain.com/" Τ褦Ƭǡ2 ܤΥץϥԥ3 ܤϹ⤵Ǥ'; +$strTransformation_text_plain__link = 'եޤեɡ󥯤ɽ; 1 ܤΥץ "http://domain.com/" Τ褦Ƭ졢2 ܤΥץϥ󥯤ΥȥǤ'; $strTransformation_text_plain__sql = 'SQL Ҳ ȤƥƥȤηʸˡϥ饤Ȥޤ'; -$strTransformation_text_plain__substr = 'ʸΰΤɽޤ1 ܤΥץϥƥȤνϤɤdzϤ뤫եåȤޤ (ǥեȤϡ0פǤ)2 ܤΥץϤɤΥƥȤ֤ΥեåȤǤξ硢ĤΥƥȤ򤹤٤֤ޤ3 ܤΥץϡʸΰ֤ɤʸϤɲä뤫ޤ (ǥեȤϡ...פǤ)'; +$strTransformation_text_plain__substr = 'ʸΰΤɽޤ1 ܤΥץϥƥȤνϤɤdzϤ뤫եåȤޤ (ǥեȤϡ0Ǥ)2 ܤΥץϤɤΥƥȤ֤ΥեåȤǤξ硢ĤΥƥȤ򤹤٤֤ޤ3 ܤΥץϡʸΰ֤ɤʸϤɲä뤫ޤ (ǥեȤϡ...Ǥ)'; $strTruncateQueries = 'Ȳɽڤͤ'; $strTurkish = 'ȥ륳'; $strType = 'եɥ'; @@ -917,27 +942,28 @@ $strUkrainian = ' $strUncheckAll = 'å򤹤٤ƺ'; $strUnicode = 'UNICODE'; $strUnique = ''; -$strUnknown = ''; +$strUnknown = ''; $strUnselectAll = ''; $strUnsupportedCompressionDetected = 'ݡȤƤʤ̷(%s)Υեɤ߹ߤߤޤμݡȤƤʤ̵ˤʤäƤ뤫Τ줫Ǥ'; $strUpdatePrivMessage = '%s ø򹹿ޤ'; $strUpdateProfileMessage = 'ץե򹹿ޤ'; $strUpdateQuery = 'Ȳ򹹿'; $strUpdComTab = 'Column_comments ơ֥Υåץ졼ˡΥɥȤ򻲾ȤƤ'; -$strUpgrade = '%s %s ܹԤ˥åץ졼ɤ٤Ǥ'; +$strUpgrade = '%s %s ʹߤ˥åץ졼ɤƤ'; $strUploadLimit = '餯ޤˤ礭ʥե򥢥åץɤ褦Ȥޤ¤βʤȤ %sɥ%s 򻲾ȤƤ'; +$strUploadsNotAllowed = 'ΥФǤϥեΥåץɤؤƤޤ'; $strUsage = ''; -$strUseBackquotes = 'եȤǥơ֥̾ե̾Ϥ'; +$strUseBackquotes = 'եȤǥơ֥եɤϤ'; $strUsedPhpExtensions = ' PHP ĥ'; $strUseHostTable = 'ۥȥơ֥Ȥ'; -$strUser = '桼'; -$strUserAlreadyExists = '桼%sפϴ¸ߤޤ!'; -$strUserEmpty = '桼̾϶Ǥ'; -$strUserName = '桼̾'; -$strUserNotFound = '򤵤줿桼øơ֥˸ĤޤǤ'; -$strUserOverview = '桼ά'; -$strUsersDeleted = '򤵤줿桼Ϻޤ'; -$strUsersHavingAccessToDb = '桼 "%s" ؤΥ¤Ƥޤ'; +$strUserAlreadyExists = '桼%sϴ¸ߤޤ!'; +$strUser = '桼'; +$strUserEmpty = '桼϶Ǥ'; +$strUserName = '桼'; +$strUserNotFound = '򤵤줿桼øơ֥˸ĤޤǤ'; +$strUserOverview = '桼ά'; +$strUsersDeleted = '򤵤줿桼Ϻޤ'; +$strUsersHavingAccessToDb = '桼 "%s" ؤΥ¤Ƥޤ'; $strUseTabKey = 'ͤͤޤǰܤˤ TAB 򡢤⤷ϤʾǤưˤ CTRL + Ѥޤ'; $strUseTables = 'Ȥơ֥'; $strUseTextField = 'ƥȥեɤ'; @@ -949,25 +975,26 @@ $strValue = ' $strVar = 'ѿ'; $strVersionInformation = 'С'; $strView = 'ӥ塼'; +$strViewDump = 'ơ֥Υ()ɽ'; $strViewDumpDatabases = 'ǡ١Υץӥ塼 ()'; $strViewDumpDB = 'DB Υ()ɽ'; -$strViewDump = 'ơ֥Υ()ɽ'; $strViewHasBeenDropped = 'ӥ塼 %s ˴ޤ'; $strViewMaxExactCount = 'Υӥ塼 %s ʾ夢ޤ%sɥ%s 򻲾ȤƤ'; +$strWebServerUploadDirectory = '֥оǥåץɤ'; $strWebServerUploadDirectoryError = 'åץɤԤǥ쥯ȥ꤬ޤ'; -$strWebServerUploadDirectory = '֥Сǥåץɤ'; $strWelcome = '%s ؤ褦'; -$strWestEuropean = '衼åѸ'; +$strWestEuropean = '衼åѸ'; $strWildcard = '磻ɥ'; $strWindowNotFound = 'åȥ֥饦ɥ򹹿뤳ȤǤޤ󡣶餯ƥɥĤ뤤ϥ֥饦Υƥǡɥι֥åƤޤ'; $strWithChecked = 'åΤ:'; $strWriteRequests = '񤭹ߥꥯȿ'; $strWritingCommentNotPossible = 'Ȥν񤭹ߤͭǤϤޤ'; $strWritingRelationNotPossible = '졼ν񤭹ߤͭǤϤޤ'; -$strWrongUser = '桼̾ޤϥѥɤޤ
        ϵݤޤ'; +$strWrongUser = '桼ޤϥѥɤޤ
        ϵݤޤ'; $strXkana = 'ѥʤѴ'; // convert to X208-kana +$strXMLOptions = 'XMLץ'; $strXML = 'XML'; $strYes = 'Ϥ'; @@ -975,38 +1002,4 @@ $strYes = ' $strZeroRemovesTheLimit = ': ץ 0 ()ꤹ¤ʤʤޤ'; $strZip = '"zip "'; -// To translate: -$strAddClause = 'Add %s'; //to translate - -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate - -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate - -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate - -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate - -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate - -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate - -$strXMLOptions = 'XML options'; //to translate - -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php b/lang/japanese-sjis.inc.php index 1a231e7b2..21a1df6aa 100644 --- a/lang/japanese-sjis.inc.php +++ b/lang/japanese-sjis.inc.php @@ -12,7 +12,9 @@ $text_dir = 'ltr'; $number_thousands_separator = ','; $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('oCg', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$byteUnits = array('oCg', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB'); + +$mysql_4_1_doc_lang = 'ja'; $day_of_week = array('', '', '', '', '', '', 'y'); $month = array('1 ','2 ','3 ','4 ','5 ','6 ','7 ','8 ','9 ','10 ','11 ','12 '); @@ -23,11 +25,12 @@ $timespanfmt = '%s $strAbortedClients = 'f܂B'; $strAbsolutePathToDocSqlDir = 'docSQL ւ̐΃pXݒ肵ĂB'; -$strAccessDeniedCreateConfig = '炭̖̗ŔAݒt@C쐬ĂȂ߂łB%1$sZbgAbvXNvg%2$s gpĂЂƂ쐬邱Ƃł܂B'; -$strAccessDeniedExplanation = 'phpMyAdmin ́AMySQL T[o[ɐڑ悤Ƃ܂BāAT[o[͐ڑ₵܂Bconfig.inc.php ̒̃zXgA[U[уpX[h`FbNAMySQL T[o[̊Ǘ҂^ꂽɑ邱ƂmFׂłB'; $strAccessDenied = 'ANZX͋ۂ܂B'; +$strAccessDeniedCreateConfig = '炭̖̗ŔAݒt@C쐬ĂȂ߂łB%1$sZbgAbvXNvg%2$s gpĂЂƂ쐬邱Ƃł܂B'; +$strAccessDeniedExplanation = 'MySQL T[oɐڑ悤Ƃ܂Aڑ₳܂Bconfig.inc.php ̒̃zXgA[UуpX[hMySQL T[o̊Ǘ҂^ꂽƈv邩mFĂB'; $strAction = ''; -$strAddAutoIncrement = 'uAUTO_INCREMENTvllj'; +$strAddAutoIncrement = 'uAUTO_INCREMENTllj'; +$strAddClause = '%slj'; $strAddConstraints = 'lj'; $strAddDeleteColumn = 'tB[hljE폜'; $strAddDeleteRow = 'sljE폜'; @@ -41,26 +44,26 @@ $strAddPrivilegesOnDb = ' $strAddPrivilegesOnTbl = 'e[u֓̒lj'; $strAddSearchConditions = 'ljĂB("where"̐ߕ):'; $strAddToIndex = '  %s  ̗CfbNXɒlj܂B'; -$strAddUserMessage = '[U[lj܂B'; -$strAddUser = '[U[lj'; +$strAddUser = '[Ulj'; +$strAddUserMessage = '[Ulj܂B'; $strAdministration = 'Ǘ'; $strAffectedRows = 'eꂽs:'; +$strAfter = 'wJ̌ %s'; $strAfterInsertBack = '߂'; $strAfterInsertNewInsert = 'VR[hlj'; $strAfterInsertNext = '̍sҏW'; $strAfterInsertSame = '̃y[Wɖ߂'; -$strAfter = 'wJ̌ %s'; +$strAll = 'S'; $strAllowInterrupt = '̐Ԃ߂ÂĂ邱ƂXNvgmꍇAC|[gւ݂̊‚܂B͑傫ȃt@CC|[gꍇ̂悢i܂񂪁A̓gUNV󂷂ƂɂȂ܂B'; $strAllTableSameWidth = 'ׂẴe[u𓯂ŕ\܂?'; -$strAll = 'S'; $strAlterOrderBy = 'e[uԂ̏'; $strAnalyzeTable = 'e[u𕪐͂'; $strAnd = 'AND'; $strAndThen = 'Ă̌'; -$strAnIndex = 'CfbNXu%svɒljĂ܂B'; +$strAnIndex = 'CfbNXu%sɒljĂ܂B'; $strAny = 'ׂ'; $strAnyHost = 'ׂẴzXg'; -$strAnyUser = 'ׂẴ[U['; +$strAnyUser = 'ׂẴ[U'; $strApproximateCount = '߂܂BFAQ 3.11 QƂĂB'; $strAPrimaryKey = 'L[ %s ɒlj܂B'; $strArabic = 'ArA'; @@ -81,96 +84,101 @@ $strBinaryDoNotEdit = ' $strBinaryLog = 'oCiO'; $strBinLogEventType = 'Cxg^Cv'; $strBinLogInfo = ''; -$strBinLogName = 'O'; +$strBinLogName = 'O'; $strBinLogOriginalPosition = '̈ʒu'; $strBinLogPosition = 'ʒu'; -$strBinLogServerId = 'T[o[ ID'; -$strBookmarkAllUsers = 'ׂẴ[U[̃ubN}[NANZXł'; +$strBinLogServerId = 'T[o ID'; +$strBookmarkAllUsers = 'ׂẴ[ŨubN}[NANZXł'; $strBookmarkCreated = 'ubN}[N %s 쐬܂'; $strBookmarkDeleted = 'ubN}[N𐳏ɍ폜܂B'; $strBookmarkLabel = 'x'; $strBookmarkQuery = 'ubN}[NĂ SQL'; -$strBookmarkReplace = 'ɑ݂铯ÕubN}[Nu'; +$strBookmarkReplace = 'ɑ݂铯ÕubN}[Nu'; $strBookmarkThis = 'SQL ubN}[N'; $strBookmarkView = '\̂'; $strBrowseDistinctValues = '•ʂɒl\'; -$strBrowseForeignValues = 'OL[\'; $strBrowse = '\'; +$strBrowseForeignValues = 'OL[\'; $strBufferPool = 'obt@v['; $strBufferPoolActivity = 'obt@[v[̊x'; $strBufferPoolUsage = 'obt@v[̎gp'; -$strBufferReadMissesInPercent = '% ̓ǂݍ݃~X'; $strBufferReadMisses = 'ǂݍ݃~X'; -$strBufferWriteWaitsInPercent = '% ̏ݑ҂'; +$strBufferReadMissesInPercent = '% ̓ǂݍ݃~X'; $strBufferWriteWaits = 'ݑ҂'; +$strBufferWriteWaitsInPercent = '% ̏ݑ҂'; $strBulgarian = 'uKA'; $strBusyPages = 'rW[ȃy[W'; $strBzError = ' php o[W Bz2 gĂ̂ phpMyAdmin k_vł܂BphpMyAdmin ̃RtBO[Vt@C $cfg[\'BZipDump\'] FALSEɐݒ肵ĂBBz2 k@\gꍇɂ php ̃o[WグĉBphp oO %s ڍׁB'; $strBzip = '"bzip "'; $strCalendar = 'J_['; +$strCanNotLoadExportPlugins = 'GNX|[gvOC[hł܂BCXg[Ă邩mFĂ!'; $strCanNotLoadImportPlugins = 'C|[gvOCǂݍ߂܂BCXg[mFĂ!'; -$strCannotLogin = 'MySQL T[o[ɃOCł܂'; -$strCantLoadRecodeIconv = 'Zbgϊs߂ɂ͑gݍ܂ĂȂ iconv ܂ GNU recode ̊gKvłBphp ɁÅgݒsĂAphpMyAdmin ł͕ZbgϊȂݒɂĂB'; +$strCannotLogin = 'MySQL T[oɃOCł܂'; $strCantLoad = 'Ȃgq̃t@Cł,
        PHP ̐ݒ`FbNĂB'; -$strCantRenameIdxToPrimary = 'CfbNX̖O PRIMARY ɕύXł܂B'; +$strCantLoadRecodeIconv = 'Zbgϊs߂ɂ͑gݍ܂ĂȂ iconv ܂ GNU recode ̊gKvłBphp ɁÅgݒsĂAphpMyAdmin ł͕ZbgϊȂݒɂĂB'; +$strCantRenameIdxToPrimary = 'CfbNX̑O PRIMARY ɕύXł܂B'; $strCantUseRecodeIconv = 'iconvAlibiconvArecode_string ̂̊֐gpł܂Bphp ̐ݒ`FbNĂB'; $strCardinality = 'ӂȒl̐'; $strCaseInsensitive = 'p̑召ʂȂ'; $strCaseSensitive = 'p̑召ʂ'; $strCentralEuropean = '[bp'; +$strChange = 'ύX'; +$strChangeCopyMode = 'VK̃[U...'; $strChangeCopyModeCopy = '... Â̂ێ'; -$strChangeCopyModeDeleteAndReload = ' ... [U[e[uÂ̂폜AœɍĂу[h'; -$strChangeCopyModeJustDelete = ' ... [U[e[uÂ̂폜'; +$strChangeCopyModeDeleteAndReload = ' ... [Ue[uÂ̂폜AœɍĂу[h'; +$strChangeCopyModeJustDelete = ' ... [Ue[uÂ̂폜'; $strChangeCopyModeRevoke = ' ... Â̂LȓׂĖɂAō폜'; -$strChangeCopyMode = 'VK̃[U[...'; -$strChangeCopyUser = 'OC̕ύX / [U[Rs['; +$strChangeCopyUser = 'OC̕ύX / [URs['; $strChangeDisplay = '\tB[hIʼn'; $strChangePassword = 'pX[hύX'; -$strChange = 'ύX'; -$strCharsetOfFile = 't@C̕Zbg:'; -$strCharsetsAndCollations = 'ZbgƏƍ'; -$strCharsets = 'R[h'; $strCharset = 'Zbg'; +$strCharsetOfFile = 't@C̕Zbg:'; +$strCharsets = 'R[h'; +$strCharsetsAndCollations = 'ZbgƏƍ'; $strCheckAll = 'ׂă`FbN'; $strCheckOverhead = 'I[o[wbȟ'; -$strCheckPrivsLong = 'f[^x[X "%s" ̓`FbNB'; $strCheckPrivs = '̃`FbN'; +$strCheckPrivsLong = 'f[^x[X "%s" ̓`FbNB'; $strCheckTable = 'e[u`FbN'; $strChoosePage = 'ҏWy[WIĂB'; -$strColComFeat = 'Rg\@\\'; +$strColComFeat = 'Rg\@\'; $strCollation = 'ƍ'; -$strColumnNames = '(J)'; +$strColumnNames = '(J)'; $strColumnPrivileges = 'Jw̓'; $strCommand = 'R}h'; $strComments = 'Rg'; $strCommentsForTable = 'COMMENTS FOR TABLE'; $strCompatibleHashing = 'MySQL 4.0 ݊'; $strCompleteInserts = 'S INSERT 쐬'; -$strCompressionWillBeDetected = 'C|[gꂽt@CḱAIɌmł傤: %s'; $strCompression = 'k'; +$strCompressionWillBeDetected = 'C|[gꂽt@CḱAIɌmł傤: %s'; $strConfigDefaultFileError = 'ftHgݒǂݍ߂܂ł: "%1$s"'; $strConfigFileError = 'phpMyAdmin ݒt@CǂݍނƂł܂!
        @G[At@C‚܂B
        ̃Nݒt@C𒼐ړǂݍŁAPHP ̃G[bZ[WmFĂB̏ꍇA؂蕶Z~RYĂ܂B
        󔒂̃y[Wꂽ炷ׂĂ܂sĂ܂B'; -$strConfigureTableCoord = 'e[uu%sve[u̐ݒ𒲐ĂB'; +$strConfigureTableCoord = 'e[uu%se[u̐ݒ𒲐ĂB'; $strConnectionError = 'ڑł܂: ȐݒłB'; $strConnections = 'ڑ'; $strConstraintsForDumped = '_vσe[u̐'; $strConstraintsForTable = 'e[u̐'; $strCookiesRequired = '̓NbL[‚ĂKv܂B'; $strCopy = 'Rs['; -$strCopyDatabaseOK = 'f[^x[Xu%sv́u%svɃRs[܂B'; +$strCopyDatabaseOK = 'f[^x[Xu%śu%sɃRs[܂B'; $strCopyTable = 'e[u(database.table)ɃRs[:'; -$strCopyTableOK = 'e[uu%svu%svɃRs[܂B'; +$strCopyTableOK = 'e[uu%su%sɃRs[܂B'; $strCopyTableSameNames = 'e[uɃRs[ł܂!'; $strCouldNotKill = 'phpMyAdmin Xbh %s I邱Ƃł܂łB炭AɏIĂ܂B'; -$strCreateDatabaseBeforeCopying = 'Rs[̑OɁuCREATE DATABASEv'; +$strCreate = '쐬'; +$strCreateDatabaseBeforeCopying = 'Rs[̑OɁuCREATE DATABASE'; $strCreateIndex = ' %s  ̗̃CfbNX쐬'; $strCreateIndexTopic = 'VKCfbNX쐬'; $strCreateNewDatabase = 'VKf[^x[X쐬'; -$strCreateNewTable = 'f[^x[Xu%svɃe[uVK쐬'; +$strCreateNewTable = 'f[^x[Xu%sɃe[uVK쐬'; $strCreatePage = 'VKy[W쐬'; -$strCreatePdfFeat = 'PDF 쐬@\\'; -$strCreate = '쐬'; +$strCreatePdfFeat = 'PDF 쐬@\'; +$strCreateUserDatabase = '[Upf[^x[X'; +$strCreateUserDatabaseName = '̃f[^x[X쐬ĂׂĂ̓^܂'; +$strCreateUserDatabaseNone = 'Ȃ'; +$strCreateUserDatabaseWildcard = 'ChJ[hŎw肳ꂽf[^x[XɂׂĂ̓^܂([U_%)'; $strCreationDates = '쐬/XV/̓tlj'; $strCriteria = 'i݊'; $strCroatian = 'NA`A'; @@ -178,27 +186,27 @@ $strCSV = 'CSV'; $strCSVImportOptions = 'CSV IvV'; $strCSVOptions = 'CSV IvV'; $strCyrillic = 'LVA'; -$strCzechSlovak = '`FR̃XoLA'; $strCzech = '`FR'; +$strCzechSlovak = '`FR̃XoLA'; $strDanish = 'f}[N'; $strData = 'f[^'; $strDatabase = 'f[^x[X'; -$strDatabaseEmpty = 'f[^x[Xł!'; +$strDatabaseEmpty = 'f[^x[Xł!'; $strDatabaseExportOptions = 'f[^x[XGNX|[gIvV'; -$strDatabaseHasBeenDropped = 'f[^x[Xu%sv𐳏ɍ폜܂B'; +$strDatabaseHasBeenDropped = 'f[^x[Xu%s𐳏ɍ폜܂B'; $strDatabaseNoTable = '̃f[^x[X̓e[u܂ł܂!'; $strDatabases = 'f[^x[X'; -$strDatabasesDropped = 'f[^x[Xu%sv͍폜܂B'; +$strDatabasesDropped = 'f[^x[Xu%s͍폜܂B'; +$strDatabasesStats = 'f[^x[X̓v'; $strDatabasesStatsDisable = 'v𖳌ɂ'; $strDatabasesStatsEnable = 'v‚'; -$strDatabasesStatsHeavyTraffic = ': f[^x[Xv‚ MySQL WEBT[o[̊ԂŏdgtBbN邩܂B'; -$strDatabasesStats = 'f[^x[X̓v'; +$strDatabasesStatsHeavyTraffic = ': f[^x[Xv‚ MySQL WEBT[o̊ԂŏdgtBbN邩܂B'; $strDataDict = 'f[^'; $strDataOnly = 'f[^̂'; $strDataPages = 'f[^܂ރy[W'; $strDBComment = 'f[^x[X̃Rg: '; -$strDBCopy = '̖OŃf[^x[XRs['; +$strDBCopy = '̑OŃf[^x[XRs['; $strDBGContext = 'ReLXg'; $strDBGContextID = 'ReLXgID'; $strDBGHits = 'qbg'; @@ -209,62 +217,64 @@ $strDBGModule = ' $strDBGTimePerHitMs = 'qbg(~b)'; $strDBGTotalTimeMs = 'v(~b)'; $strDbPrivileges = 'f[^x[X '; -$strDBRename = '̖OɃf[^x[XύX'; +$strDBRename = '̑OɃf[^x[XύX'; $strDbSpecific = 'f[^x[Xdl'; -$strDefaultEngine = '%s ́A MySQL T[o[̃ftHgXg[WGWłB'; -$strDefaultValueHelp = 'ftHgl̂߂ɁAobNXbVGXP[vpȂ 1 ‚̒lĉ, ̃tH[}bg: a'; $strDefault = '{l'; +$strDefaultEngine = '%s ́A MySQL T[õftHgXg[WGWłB'; +$strDefaultValueHelp = 'ftHgl̂߂ɁAobNXbVGXP[vpȂ 1 ‚̒lĉ, ̃tH[}bg: a'; $strDefragment = 'e[ũftO'; $strDelayedInserts = 'xCT[ggp'; -$strDeleteAndFlushDescr = '̓NA[łB[ĥŏXԂ܂B'; -$strDeleteAndFlush = '[U[폜ē[h'; -$strDeletedRows = '폜ꂽs:'; -$strDeleted = 'I폜܂B'; -$strDeleteNoUsersSelected = '폜郆[U[IĂ܂!'; $strDelete = '폜'; +$strDeleteAndFlush = '[U폜ē[h'; +$strDeleteAndFlushDescr = '̓NA[łB[ĥŏXԂ܂B'; +$strDeleted = 'I폜܂B'; +$strDeletedRows = '폜ꂽs:'; +$strDeleteNoUsersSelected = '폜郆[UIĂ܂!'; $strDeleting = '%s 폜ł'; +$strDelimiter = 'f~^'; $strDelOld = '݂̃y[ẂA͂⑶݂Ȃe[uɎQƂ܂B̎QƂ폜ł?'; $strDescending = '~'; $strDescription = ''; $strDictionary = ''; -$strDirtyPages = 'sȃy[W'; +$strDirtyPages = 'ȃy[W'; $strDisabled = ''; $strDisableForeignChecks = 'OL[̌𖳌ɂ'; -$strDisplayFeat = 'e[u\@\\'; +$strDisplayFeat = 'e[u\@\'; $strDisplayOrder = '\:'; $strDisplayPDF = 'PDF XL[}̕\'; $strDoAQuery = '"QUERY"s (ChJ[h: "%")'; $strDocu = 'hLg'; $strDoYouReally = '{ɎsĂǂł?:'; -$strDropDatabaseStrongWarning = 'SɃf[^x[Xj󂷂ł傤!'; -$strDropUsersDb = '[U[ƓOƒf[^x[X폜'; $strDrop = '폜'; +$strDropDatabaseStrongWarning = 'SɃf[^x[Xj󂷂ł傤!'; +$strDropUsersDb = '[UƓOƒf[^x[X폜'; $strDumpingData = 'e[ũ_vf[^'; $strDumpSaved = '_vt@C %s ɕۑ܂B'; $strDumpXRows = '%s _v܂BJn %s łB'; $strDynamic = '_Ci~bN'; +$strEdit = 'C'; $strEditPDFPages = 'PDF y[WҏW'; $strEditPrivileges = 'C'; -$strEdit = 'C'; $strEffective = ''; -$strEmptyResultSet = 'MySQL ̒lԂ܂ (Ⴆ΍s󂾂)'; $strEmpty = 'ɂ'; +$strEmptyResultSet = 'MySQL ̒lԂ܂ (Ⴆ΍s󂾂)'; $strEnabled = 'L'; $strEncloseInTransaction = 'gUNVŃGNX|[g͂'; $strEncto = 'GR[fBO֕ϊ'; // encoding convert +$strEnd = 'Ō'; $strEndCut = '؂I'; $strEndRaw = 'RAW I'; -$strEnd = 'Ō'; -$strEngineAvailable = '%s ́A MySQL T[o[ŗp”\łB'; -$strEngineDisabled = '%s ́A MySQL T[o[ł͖ɂĂ܂B'; +$strEngineAvailable = '%s ́A MySQL T[oŗp”\łB'; +$strEngineDisabled = '%s ́A MySQL T[oł͖ɂĂ܂B'; $strEngines = 'GW'; -$strEngineUnsupported = ' MySQL T[o[ %s Xg[WGWT|[gĂ܂B'; -$strEnglishPrivileges = ' : MySQL̖̓O͉pŕ\Ă܂B'; +$strEngineUnsupported = ' MySQL T[o %s Xg[WGWT|[gĂ܂B'; $strEnglish = 'p'; +$strEnglishPrivileges = ' : MySQL̓̑O͉pŕ\Ă܂B'; $strError = 'G['; -$strErrorInZipFile = 'ZIP ɒɃG[ł:'; -$strEscapeWildcards = 'ChJ[hu_vсu%v͂𕶎ʂɎgp邽߂Ɂu\vŃGXP[v()ׂłB'; +$strErrorInZipFile = 'ZIP A[JCuɃG[܂:'; +$strErrorRenamingTable = 'e[u%1$s%2$sɃl[ƂɃG[܂'; +$strEscapeWildcards = 'ChJ[hu_сu%𕶎ʂɎgpƂ́u\ŃGXP[vĂB'; $strEsperanto = 'ی'; $strEstonian = 'GXgjA'; $strExcelEdition = 'Excel ̎'; @@ -272,6 +282,7 @@ $strExcelOptions = 'Excel $strExecuteBookmarked = 'ubN}[NꂽƉs'; $strExplain = 'SQL 𕪐͂'; $strExport = 'GNX|[g'; +$strExportMustBeFile = '̃GNX|[g`̓t@CɕۑKv܂!'; $strExtendedInserts = 'g INSERT 쐬'; $strExtra = '̑'; @@ -283,30 +294,32 @@ $strFieldsEmpty = ' $strFieldsEnclosedBy = 'tB[h͂݋L'; $strFieldsEscapedBy = 'tB[h̃GXP[vL'; $strFieldsTerminatedBy = 'tB[h؂L'; -$strFileAlreadyExists = 't@Cu%sv͊ɃT[o[ɑ݂܂Bt@CύX邩A㏑IvVmFĂB'; +$strFileAlreadyExists = 't@Cu%s͊ɃT[oɑ݂܂Bt@CύX邩A㏑IvVmFĂB'; $strFileCouldNotBeRead = 't@Cǂ߂܂B'; -$strFileNameTemplateDescriptionDatabase = 'f[^x[X'; -$strFileNameTemplateDescriptionServer = 'T[o['; -$strFileNameTemplateDescriptionTable = 'e[u'; +$strFileNameTemplate = 't@C̃ev[g'; $strFileNameTemplateDescription = '̒l %1$sstrftime%2$s pāAf܂B]āAԏ̕gp邱Ƃł܂BɎ̕uNł傤: %3$sB̂܂܂ɑ̃eLXg͈ێł傤B'; +$strFileNameTemplateDescriptionDatabase = 'f[^x[X'; +$strFileNameTemplateDescriptionServer = 'T[o'; +$strFileNameTemplateDescriptionTable = 'e[u'; $strFileNameTemplateRemember = 'ev[go'; -$strFileNameTemplate = 't@C̃ev[g'; $strFileToImport = 't@CC|[g'; $strFixed = 'Œ'; -$strFlushPrivilegesNote = ': phpMyAdmin MySQL ̓e[u璼ڂɃ[U[𓾂܂B}jAœύXĂƁÃe[u̓eƂ͈قȂ邩܂B̏ꍇA܂ %s [h %s Kv܂B'; +$strFlushPrivilegesNote = ': phpMyAdmin MySQL ̓e[u璼ڂɃ[U𓾂܂B}jAœύXĂƁÃe[u̓eƂ͈قȂ邩܂B̏ꍇA܂ %s [h %s Kv܂B'; $strFlushQueryCache = 'ƉLbVtbV'; -$strFlushTables = 'ׂẴe[utbV(‚)'; $strFlushTable = 'e[ũLbVɂ("FLUSH")'; +$strFlushTables = 'ׂẴe[utbV(‚)'; +$strFontSize = 'tHgTCY'; $strFormat = 'tH[}bg'; $strFormEmpty = 'tH[ł͒l܂łB'; $strFreePages = 't[ȃy[W'; $strFullText = 'S'; $strFunction = '֐'; +$strFunctions = '֐'; $strGenBy = '‹'; -$strGeneralRelationFeat = '[V@\\'; -$strGeneratePassword = 'pX[h𐶐'; +$strGeneralRelationFeat = '[V@\'; $strGenerate = ''; +$strGeneratePassword = 'pX[h𐶐'; $strGenTime = '쐬̎'; $strGeorgian = 'OWA'; $strGerman = 'hCc'; @@ -327,7 +340,7 @@ $strHexForBinary = ' $strHome = 'Cy[W'; $strHomepageOfficial = 'phpMyAdmin z['; $strHost = 'zXg'; -$strHostEmpty = 'zXg͋ł!'; +$strHostEmpty = 'zXg͋ł!'; $strHTMLExcel = 'Microsoft Excel 2000'; $strHTMLExcelOptions = 'Microsoft Excel 2000 GNX|[gIvV'; $strHTMLWord = 'Microsoft Word 2000'; @@ -337,9 +350,9 @@ $strHungarian = ' $strIcelandic = 'ACXh'; $strId = 'ID'; $strIdxFulltext = 'S'; -$strIgnoreDuplicates = 's̕𖳎'; -$strIgnoreInserts = 'uINSERT IGNOREvgp'; $strIgnore = ''; +$strIgnoreDuplicates = 's̕𖳎'; +$strIgnoreInserts = 'uINSERT IGNOREgp'; $strIgnoringFile = 't@C𖳎 %s'; $strImport = 'C|[g'; $strImportDocSQL = 'docSQL t@CC|[g'; @@ -349,22 +362,22 @@ $strImportSuccessfullyFinished = ' $strIndex = 'CfbNX'; $strIndexes = 'CfbNXTCY'; $strIndexHasBeenDropped = 'CfbNX %s 폜܂'; -$strIndexName = 'CfbNX :'; +$strIndexName = 'CfbNX :'; $strIndexType = 'CfbNX̎ :'; $strIndexWarningMultiple = '1 ‚z INDEX L[J `%s` pɍ쐬܂B'; -$strIndexWarningPrimary = 'PRIMARY INDEX ̃L[͗ƂAJ `%s` ɐݒ肳ׂł͂܂B'; +$strIndexWarningPrimary = 'J `%s` PRIMARY INDEX ̃L[𗼕Ƃݒ肷̂͂悵܂傤B'; $strIndexWarningTable = 'e[u `%s` ̃CfbNXɊւłB'; -$strIndexWarningUnique = 'UNIQUE INDEX ̃L[͗ƂAJ `%s` ɐݒ肳ׂł͂܂B'; +$strIndexWarningUnique = 'J `%s` UNIQUE INDEX ̃L[𗼕Ƃݒ肷̂͂悵܂傤B'; $strInnoDBAutoextendIncrementDesc = ' ꂪςɂȂꍇɁAge[uXy[X̃TCYg邽߂̑ʂłB'; $strInnoDBAutoextendIncrement = 'g̒lj'; -$strInnoDBBufferPoolSizeDesc = 'InnoDB LbVf[^Ƃ̃e[ũCfbNXɎgobt@̃TCYłB'; $strInnoDBBufferPoolSize = 'obt@[~σTCY'; +$strInnoDBBufferPoolSizeDesc = 'InnoDB LbVf[^Ƃ̃e[ũCfbNXɎgobt@̃TCYłB'; $strInnoDBDataFilePath = 'f[^t@C'; $strInnoDBDataHomeDir = 'f[^z[fBNg'; $strInnoDBDataHomeDirDesc = 'ׂĂ InnoDB f[^t@Cp̃fBNgpX̋ʕłB'; $strInnoDBPages = 'y[W'; $strInnodbStat = 'InnoDB Xe[^X'; -$strInsecureMySQL = 'Ȃ̃RtBO[Vt@C̐ݒ肪 MySQL ftHg̓AJEgɂȂĂ܂ (root [U[ŃpX[hȂ) B MySQL T[o[̃ftHgݒœ삵Ă̂ŁAN҂ɑ΂ĖhłB̃ZLeB[z[͕K‚ĂB'; +$strInsecureMySQL = 'Ȃ̃RtBO[Vt@C̐ݒ肪 MySQL ftHg̓AJEgɂȂĂ܂ (root [UŃpX[hȂ) B MySQL T[õftHgݒœ삵Ă̂ŁAN҂ɑ΂ĖhłB̃ZLeB[z[͕K‚ĂB'; $strInsertAsNewRow = 'VsƂĒlj'; $strInsertedRowId = 'CT[gs ID:'; $strInsertedRows = 'ljꂽs:'; @@ -373,39 +386,42 @@ $strInternalNotNecessary = '* InnoDB $strInternalRelations = '[V'; $strInUse = 'gp'; $strInvalidAuthMethod = 'ݒŐȂFؕ@ݒ肵Ă܂:'; -$strInvalidColumnCount = 'J 0 傫Ȃ΂܂B'; $strInvalidColumn = 'Ȃ (%s) w肳܂!'; +$strInvalidColumnCount = 'J 0 傫Ȃ΂܂B'; $strInvalidCSVFieldCount = 'CSV ͒ ɖȍڐ܂(s:%d)'; $strInvalidCSVFormat = 'CSV ͒ ɖȏ܂(s:%d)'; $strInvalidCSVParameter = 'CSV C|[g̃p[^[ł: %s'; +$strInvalidDatabase = 'f[^x[Xł'; $strInvalidFieldAddCount = 'ȂƂЂƂ‚̃tB[hljȂ΂Ȃ܂B'; $strInvalidFieldCount = 'e[u͏ȂƂЂƂ‚̃tB[hKvłB'; $strInvalidLDIImport = '̃vOC͈kσC|[gT|[gĂ܂!'; $strInvalidRowNumber = '%d ͐ȂsԍłB'; -$strInvalidServerHostname = 'T[o[u%1$sṽzXgłBݒ𒲍ĂB'; -$strInvalidServerIndex = 'ȃT[o[CfbNXł: "%s"'; +$strInvalidServerHostname = 'T[ou%1$s̃zXgłBݒ𒲍ĂB'; +$strInvalidServerIndex = 'ȃT[oCfbNXł: "%s"'; +$strInvalidTableName = 'e[uł'; $strJapanese = '{'; $strJoins = ''; $strJumpToDB = '"%s" f[^x[XփWv.'; -$strJustDeleteDescr = '"폜" [U[͓[h܂ŃT[o[ɃANZX”\łB'; -$strJustDelete = 'e[u烆[U[𑦍폜'; +$strJustDelete = 'e[u烆[U𑦍폜'; +$strJustDeleteDescr = '"폜" [U͓[h܂ŃT[oɃANZX”\łB'; $strKanjiEncodConvert = 'R[hϊ'; // kanji code convert $strKeepPass = 'pX[hύXȂ'; $strKeyCache = 'L[LbV'; -$strKeyname = 'L['; +$strKeyname = 'L['; $strKill = '~'; $strKorean = '؍'; $strLandscape = 'hXP[v'; -$strLanguageFileNotFound = 't@Cu%1$sv‚܂B'; -$strLanguageUnknown = 'š: %1$s.'; +$strLanguage = ''; +$strLanguageFileNotFound = 't@Cu%1$s‚܂B'; +$strLanguageUnknown = '̌: %1$s.'; $strLatchedPages = 'b`Ăy[W'; $strLatexCaption = 'e[uLvV'; $strLatexContent = 'e[u __TABLE__ ̓e'; -$strLatexContinuedCaption = 'p̃e[uLvV'; $strLatexContinued = '()'; +$strLatexContinuedCaption = 'p̃e[uLvV'; $strLatexIncludeCaption = 'e[uLvV܂'; $strLatexLabel = 'xL['; $strLaTeX = 'LaTeX'; @@ -427,8 +443,8 @@ $strLogin = ' $strLoginInformation = 'OC'; $strLogout = 'OAEg'; $strLogPassword = 'pX[h:'; -$strLogServer = 'T[o['; -$strLogUsername = '[U[:'; +$strLogServer = 'T[o'; +$strLogUsername = '[U:'; $strLongOperation = '͎̑Ԃ܂Błi݂܂?'; $strMaxConnects = 'ősڑ'; @@ -441,29 +457,29 @@ $strMIME_available_transform = ' $strMIME_description = ''; $strMIME_MIMEtype = 'MIME ^Cv'; $strMIME_nodescription = '̕ϊɂ͗LȐ܂B
        ҂%s̈ӖmFB'; -$strMIME_transformation_note = 'p”\ȕϊIvV̈ꗗAт MIME `ϊɊւẮA%sϊ̐%s NbNĂB'; -$strMIME_transformation_options_note = '̏gpāAϊIvV̒l͂Ă: \'a\',\'b\',\'c\'...
        obNXbV("\")VONH[g("\'")lɊ܂߂Kvꍇ(u\\\\xyzvua\\\'bv̂悤)obNXbVŃGXP[vĂ'; -$strMIME_transformation_options = 'ϊIvV'; $strMIME_transformation = 'uEU[ϊ'; +$strMIME_transformation_note = 'p”\ȕϊIvV̈ꗗAт MIME `ϊɊւẮA%sϊ̐%s NbNĂB'; +$strMIME_transformation_options = 'ϊIvV'; +$strMIME_transformation_options_note = '̏gpāAϊIvV̒l͂Ă: \'a\',\'b\',\'c\'...
        obNXbV("\")VONH[g("\'")lɊ܂߂Kvꍇ(u\\\\xyzua\\\'b̂悤)obNXbVŃGXP[vĂ'; $strMIMETypesForTable = 'MIME TYPES FOR TABLE'; $strMIME_without = 'C^bN̂ňꂽ MIME ^Cv͌•ʂ̕ϊ֐Ă܂B'; $strModifications = '𐳂C܂B'; -$strModifyIndexTopic = 'CfbNXύX'; $strModify = 'C'; +$strModifyIndexTopic = 'CfbNXύX'; $strMoveTable = 'e[u(database.table)Ɉړ:'; -$strMoveTableOK = 'e[uu%svu%svɈړ܂B'; +$strMoveTableOK = 'e[uu%su%sɈړ܂B'; $strMoveTableSameNames = 'e[uɈړł܂!'; $strMultilingual = ''; $strMyISAMDataPointerSize = 'f[^̃|C^[TCY'; $strMyISAMDataPointerSizeDesc = 'CREATE TABLE MyISAM e[uɎgp MAX_ROWS IvVw肳Ȃꍇ̃oCgw̃ftHg|C^[TCYłB'; -$strMyISAMMaxExtraSortFileSizeDesc = 'MyISAM̃CfbNX쐬Ƃɗpe|t@C̑傫AL[LbV𗘗pƂ肱Ɏw肵lȏ傫Ȃꍇ́AL[LbV@g܂B'; $strMyISAMMaxExtraSortFileSize = 'CfbNX쐬pꎞt@C̍őTCY'; -$strMyISAMMaxSortFileSizeDesc = 'MyISAM CfbNX̍č쐬Ŏgp邱Ƃꂽ MySQL ꎞt@C̍őTCYł (REPAIR TABLE AALTER TABLE LOAD DATA INFILE)'; +$strMyISAMMaxExtraSortFileSizeDesc = 'MyISAM̃CfbNX쐬Ƃɗpe|t@C̑傫AL[LbV𗘗pƂ肱Ɏw肵lȏ傫Ȃꍇ́AL[LbV@g܂B'; $strMyISAMMaxSortFileSize = 'ꎞ\[gt@C̍őTCY'; -$strMyISAMRecoverOptionsDesc = 'NbV MyISAM e[u̎񕜗p[hŁAT[o[NIvV --myisam-recover Őݒ肵܂B'; +$strMyISAMMaxSortFileSizeDesc = 'MyISAM CfbNX̍č쐬Ŏgp邱Ƃꂽ MySQL ꎞt@C̍őTCYł (REPAIR TABLE AALTER TABLE LOAD DATA INFILE)'; +$strMyISAMRecoverOptionsDesc = 'NbV MyISAM e[u̎񕜗p[hŁAT[oNIvV --myisam-recover Őݒ肵܂B'; $strMyISAMRecoverOptions = 'C[h'; -$strMyISAMRepairThreadsDesc = '̒l 1 ȏȂAMyISAM e[ũCfbNX̓\[g̏Cɕs(ꎩg̊eCfbNX)쐬܂B'; $strMyISAMRepairThreads = 'Xbh̏C'; +$strMyISAMRepairThreadsDesc = '̒l 1 ȏȂAMyISAM e[ũCfbNX̓\[g̏Cɕs(ꎩg̊eCfbNX)쐬܂B'; $strMyISAMSortBufferSize = '\[gobt@[TCY'; $strMyISAMSortBufferSizeDesc = '̃obt@[́AREPAIR TABLE ̊Ԃ MyISAM CfbNX\[gꍇA܂ CREATE INDEX ALTER TABLE ƃCfbNX쐬ꍇɁAt܂B'; $strMySQLCharset = 'MySQL ̕Zbg'; @@ -474,36 +490,37 @@ $strMySQLShowProcess = 'MySQL $strMySQLShowStatus = 'MySQL ̃^C'; $strMySQLShowVars = 'MySQL ̃VXeϐ'; -$strName = 'O'; +$strName = 'O'; $strNext = ''; $strNo = ''; $strNoActivity = '%s bȏ㑀܂łBēxOCĂB'; -$strNoDatabasesSelected = 'f[^x[XIĂ܂B'; $strNoDatabases = 'f[^x[X'; +$strNoDatabasesSelected = 'f[^x[XIĂ܂B'; +$strNoDataReceived = 'C|[gf[^Mł܂łBt@CMĂȂAt@CTCYPHP̐ݒŋ‚ꂽől𒴂Ă܂BFAQ 1.16'; $strNoDescription = 'Lq܂'; $strNoDetailsForEngine = '̃Xg[WGWɂ͗LȃXe[^X̏ڍ׏͂܂B'; -$strNoDropDatabases = 'uDROP DATABASEvXe[gg͋֎~'; +$strNoDropDatabases = 'uDROP DATABASEXe[gg͋֎~'; $strNoExplain = 'SQL ͂̕΂'; $strNoFilesFoundInZip = 'ZIP A[JCuɃt@C‚܂!'; $strNoFrames = 'phpMyAdmin t[T|[guEUł̗p߂܂B'; -$strNoIndexPartsDefined = 'CfbNX͐̕ݒ肳Ă܂B'; $strNoIndex = 'CfbNX͐ݒ肳Ă܂B'; +$strNoIndexPartsDefined = 'CfbNX͐̕ݒ肳Ă܂B'; $strNoModification = 'ύX'; $strNone = ''; $strNoOptions = '̏̓IvV܂B'; $strNoPassword = 'pX[h'; -$strNoPermission = 't@Cu%svۑp[~bVEFuT[o[͎Ă܂B'; +$strNoPermission = 't@Cu%sۑp[~bVEFuT[o͎Ă܂B'; $strNoPhp = 'PHP R[h'; $strNoPrivileges = ''; $strNoRights = 'ݓĂȂ̂łɓ܂B'; $strNoRowsSelected = 's͑I܂łB'; -$strNoSpace = 't@Cu%svۑɂ͋󂫗eʂs\łB'; +$strNoSpace = 't@Cu%sۑɂ͋󂫗eʂ\łB'; $strNoTablesFound = '݂̃f[^x[XɃe[u͂܂B'; -$strNoThemeSupport = 'e[}T|[gĂ܂Bݒƃe[}fBNgu%svmFĂB'; +$strNoThemeSupport = 'e[}T|[gĂ܂Bݒƃe[}fBNgu%smFĂB'; $strNotNumber = '͐lł͂܂B'; $strNotOK = 'OK ł͂܂B'; -$strNotSet = 'e[uu%sv‚ȂA%s ݒ肳Ă܂B'; -$strNoUsersFound = 'Y[U[͌‚܂łB'; +$strNotSet = 'e[uu%s‚ȂA%s ݒ肳Ă܂B'; +$strNoUsersFound = 'Y[U͌‚܂łB'; $strNoValidateSQL = 'SQL ؂XLbv'; $strNull = '̒l(NULL)'; $strNumberOfFields = 'tB[h'; @@ -512,6 +529,10 @@ $strNumSearchResultsTotal = ' $strNumTables = 'e[u'; $strOK = 'OK'; +$strOpenDocumentSpreadsheet = 'XvbhV[gJ'; +$strOpenDocumentSpreadsheetOptions = 'XvbhV[gJƂ̃IvV'; +$strOpenDocumentText = 'eLXgJ'; +$strOpenDocumentTextOptions = 'eLXgJƂ̃IvV'; $strOpenNewWindow = 'V phpMyAdmin ̃EBhEJ'; $strOperations = ''; $strOperator = ''; @@ -530,12 +551,13 @@ $strPasswordChanged = '%s $strPasswordEmpty = 'pX[hłB'; $strPasswordHashing = 'pX[hnbV'; $strPasswordNotSame = 'pX[hł͂܂B'; -$strPdfDbSchema = 'f[^x[Xu%sṽXL[} - y[W %s'; +$strPdfDbSchema = 'f[^x[Xu%s̃XL[} - y[W %s'; $strPdfInvalidTblName = '"%s" e[u܂!'; $strPdfNoTables = 'e[u܂'; $strPDFOptions = 'PDF IvV'; $strPDF = 'PDF'; -$strPDFReportTitle = '|[g̑薼'; +$strPDFReportExplanation = '(Pe[ũf[^܂ރ|[g𐶐܂)'; +$strPDFReportTitle = '|[g̑'; $strPerHour = ''; $strPerMinute = '/'; $strPerSecond = '/b'; @@ -550,21 +572,21 @@ $strPolish = ' $strPortrait = '|[gCg'; $strPos1 = 'ŏ'; $strPrevious = 'ȑO'; -$strPrimaryKeyHasBeenDropped = 'L[폜܂B'; -$strPrimaryKeyName = 'L[̖O... PRIMARY ł͂Ȃ΂܂B'; -$strPrimaryKeyWarning = '("PRIMARY"͂傤ǎL[̖Oł͂Ȃ΂܂B'; $strPrimary = 'v'; -$strPrintViewFull = 'r[ (SeLXg܂)'; -$strPrintView = 'p̕\'; +$strPrimaryKeyHasBeenDropped = 'L[폜܂B'; +$strPrimaryKeyName = 'L[̑O... PRIMARY ł͂Ȃ΂܂B'; +$strPrimaryKeyWarning = '("PRIMARY"͂傤ǎL[̑Oł͂Ȃ΂܂B'; $strPrint = ''; +$strPrintView = 'p̕\'; +$strPrintViewFull = 'r[ (SeLXg܂)'; $strPrivDescAllPrivileges = 'GRANT ׂĂ̓܂݂܂B'; -$strPrivDescAlterRoutine = 'XgAh[`̕ύXƔj‚܂B'; $strPrivDescAlter = '݂e[u\̕ύX‚܂B'; +$strPrivDescAlterRoutine = 'XgAh[`̕ύXƔj‚܂B'; $strPrivDescCreateDb = 'Vf[^x[XAe[u̍쐬‚܂B'; $strPrivDescCreateRoutine = 'XgAh[`̍쐬‚܂B'; $strPrivDescCreateTbl = 'Ve[u̍쐬‚܂B'; $strPrivDescCreateTmpTable = 'e|[e[u̍쐬‚܂B'; -$strPrivDescCreateUser = '[U[AJEg̍쐬EjE̕ύX‚܂B'; +$strPrivDescCreateUser = '[UAJEg̍쐬EjE̕ύX‚܂B'; $strPrivDescCreateView = 'Vr[̍쐬‚܂B'; $strPrivDescDelete = 'f[^̍폜‚܂B'; $strPrivDescDropDb = 'f[^x[Xƃe[u̍폜‚܂B'; @@ -572,43 +594,44 @@ $strPrivDescDropTbl = ' $strPrivDescExecute5 = 'XgAh[`̎s‚܂B'; $strPrivDescExecute = 'XgA[hvVW[s邱Ƃ‚܂B MySQL łł͈Ӗ܂B'; $strPrivDescFile = 'f[^̃C|[gAf[^̃t@Cւ̃GNX|[g‚܂B'; -$strPrivDescGrant = 'e[ũ[hȂɃ[U[A̒lj‚܂B'; +$strPrivDescGrant = 'e[ũ[hȂɃ[UA̒lj‚܂B'; $strPrivDescIndex = 'CfbNX̍쐬A폜‚܂B'; $strPrivDescInsert = 'f[^̑}Aւ‚܂B'; $strPrivDescLockTables = '݂̃Xbh̃bLOe[u‚܂B'; $strPrivDescMaxConnections = '1 ԓɐVڑ”\Ȑ𐧌܂B'; -$strPrivDescMaxQuestions = '1 ԓɃT[o[ɏƉ𑗂鐔𐧌܂B'; +$strPrivDescMaxQuestions = '1 ԓɃT[oɏƉ𑗂鐔𐧌܂B'; $strPrivDescMaxUpdates = '1 ԓɃe[uAf[^x[Xɑ΂Ă̕ύXR}h̐𐧌܂B'; -$strPrivDescMaxUserConnections = '[U[̓̐ڑ𐧌܂B'; -$strPrivDescProcess3 = '̃[U[vZX~ł邱Ƃ‚܂B'; +$strPrivDescMaxUserConnections = '[U̓̐ڑ𐧌܂B'; +$strPrivDescProcess3 = '̃[UvZX~ł邱Ƃ‚܂B'; $strPrivDescProcess4 = 'vZXꗗ̊SȏƉ̕\‚܂B'; $strPrivDescReferences = ' MySQL o[Wł͈Ӗ܂B'; -$strPrivDescReload = 'T[o[̃[hALbṼNA‚܂B'; -$strPrivDescReplClient = 'X[u}X^[vł錠[U[ɗ^܂B'; +$strPrivDescReload = 'T[õ[hALbṼNA‚܂B'; +$strPrivDescReplClient = 'X[u}X^[vł錠[Uɗ^܂B'; $strPrivDescReplSlave = 'vP[VX[uKvłB'; $strPrivDescSelect = 'f[^̓ǂݏo'; $strPrivDescShowDb = 'f[^x[X̊SȈꗗւ̃ANZX^܂B'; $strPrivDescShowView = 'Ɖ SHOW CREATE VIEW ̎s‚܂B'; -$strPrivDescShutdown = 'T[o[̃Vbg_E‚܂B'; -$strPrivDescSuper = 'ő̐ڑɒBĂڑ‚܂B̊Ǘ̓O[oϐ⑼[U[vZX̏Ił悤Ȑݒ肪KvłB'; +$strPrivDescShutdown = 'T[õVbg_E‚܂B'; +$strPrivDescSuper = 'ő̐ڑɒBĂڑ‚܂B̊Ǘ̓O[oϐ⑼[UvZX̏Ił悤Ȑݒ肪KvłB'; $strPrivDescUpdate = 'f[^̏C‚܂B'; $strPrivDescUsage = '܂B'; -$strPrivilegesReloaded = '̓[h܂B'; $strPrivileges = ''; +$strPrivilegesReloaded = '̓[h܂B'; +$strProcedures = 'vVW'; $strProcesses = 'vZX'; $strProcesslist = 'vZXꗗ'; $strProtocolVersion = 'vgRo[W'; -$strPutColNames = 'ŏ 1 sڂɃtB[hlj'; +$strPutColNames = 'ŏ 1 sڂɃtB[hlj'; +$strQBE = 'Ɖ'; $strQBEDel = '폜'; $strQBEIns = '}'; -$strQBE = 'Ɖ'; $strQueryCache = 'ƉLbV'; $strQueryFrame = 'ƉEBhE'; $strQueryOnDb = 'f[^x[X SQL %s:'; $strQueryResultsOperations = 'Ɖʑ'; $strQuerySQLHistory = 'SQL '; -$strQueryStatistics = 'Ɖv: N %s ‚̏ƉT[o[ɑMĂ܂B'; +$strQueryStatistics = 'Ɖv: N %s ‚̏ƉT[oɑMĂ܂B'; $strQueryTime = 'Ɖ̎s %01.4f b'; $strQueryType = 'Ɖ^Cv'; $strQueryWindowLock = 'EBhE̊O炱̏Ɖł܂B'; @@ -625,10 +648,10 @@ $strRelationsForTable = 'RELATIONS FOR TABLE'; $strRelationView = '[V\'; $strReloadingThePrivileges = 'ēǂݍݒłB'; $strReloadPrivileges = 'MySQL ̃[h'; -$strRemoveSelectedUsers = 'Iꂽ[U[폜܂'; -$strRenameDatabaseOK = 'f[^x[Xu%sv́u%svɖ̕ύX܂B'; -$strRenameTableOK = 'u%svu%svɖOύX܂B'; -$strRenameTable = 'e[u̕ύX'; +$strRemoveSelectedUsers = 'Iꂽ[U폜܂'; +$strRenameDatabaseOK = 'f[^x[Xu%śu%sɏ̕ύX܂B'; +$strRenameTable = 'e[u̕ύX'; +$strRenameTableOK = 'u%su%sɑOύX܂B'; $strRepairTable = 'e[u𕜋'; $strReplaceNULLBy = 'NULL w̕Œu'; $strReplaceTable = 't@CŃe[uu'; @@ -636,12 +659,13 @@ $strReplication = ' $strReset = 'Zbg'; $strResourceLimits = '\[X̐'; $strReType = 'ē'; -$strRevokeAndDeleteDescr = '[U[͓ēǂݍ݂܂ USAGE ̂܂܂łB'; -$strRevokeAndDelete = '[U[LȓׂĔjč폜'; -$strRevokeMessage = '%s ̓܂B'; $strRevoke = 'p~'; +$strRevokeAndDelete = '[ULȓׂĔjč폜'; +$strRevokeAndDeleteDescr = '[U͓ēǂݍ݂܂ USAGE ̂܂܂łB'; +$strRevokeMessage = '%s ̓܂B'; $strRomanian = '[}jA'; $strRowLength = 's̒'; +$strRows = 's'; $strRowsFrom = 'Jns'; $strRowSize = ' s̃TCY '; $strRowsModeFlippedHorizontal = ' (]wb_[)'; @@ -649,16 +673,16 @@ $strRowsModeHorizontal = ' $strRowsModeOptions = ': %s : %s 񂸂ƒwb_[JԂ\'; $strRowsModeVertical = ''; $strRowsStatistic = 's̓v'; -$strRows = 's'; $strRunning = 'słB %s'; $strRunQuery = 'Ɖ̎s'; -$strRunSQLQueryOnServer = 'T[o[u%sv SQL s'; -$strRunSQLQuery = 'f[^x[Xu%sv SQL s'; +$strRunSQLQuery = 'f[^x[Xu%s SQL s'; +$strRunSQLQueryOnServer = 'T[ou%s SQL s'; $strRussian = 'VA'; -$strSaveOnServer = 'T[o[̃fBNgu%svɕۑ'; $strSave = 'ۑ'; +$strSaveOnServer = 'T[õfBNgu%sɕۑ'; $strScaleFactorSmall = '1 y[Wɐ}\zu邽߂ɂ͑傫߂܂'; +$strSearch = ''; $strSearchFormTitle = 'f[^x[X'; $strSearchInTables = 'e[u̎w:'; $strSearchNeedle = 'PA܂͒l (ChJ[h: "%"):'; @@ -668,7 +692,6 @@ $strSearchOption3 = ' $strSearchOption4 = 'K\'; $strSearchResultsFor = ' "%s" %s:'; $strSearchType = ':'; -$strSearch = ''; $strSecretRequired = 'ݒt@C͍͔閧pXt[YKvƂ܂(blowfish_secret)B'; $strSelectADb = 'f[^x[XIĂB'; $strSelectAll = 'SI'; @@ -678,21 +701,23 @@ $strSelectNumRows = ' $strSelectTables = 'e[ȗI'; $strSend = 't@Cŕۑ'; $strSent = 'M'; -$strServer = 'T[o['; -$strServerChoice = 'T[o[̑I'; -$strServerNotResponding = 'T[o[܂B'; -$strServerStatusDelayedInserts = 'xCT[g'; -$strServerStatusUptime = ' MySQL T[o[ %s ԓ쒆ŁA%s ɋNĂ܂B'; +$strServer = 'T[o'; +$strServerChoice = 'T[ȏI'; +$strServerNotResponding = 'T[o܂B'; +$strServers = 'T[o'; $strServerStatus = '^C'; +$strServerStatusDelayedInserts = 'xCT[g'; +$strServerStatusUptime = ' MySQL T[o %s ԓ쒆ŁA%s ɋNĂ܂B'; $strServerTabVariables = 'ϐ'; -$strServerTrafficNotes = 'T[o[gtBbN: ̃e[u MySQL T[o[NẴlbg[NgtBbN̓v\܂B'; -$strServerVars = 'T[o[ϐƐݒl'; -$strServerVersion = 'T[o[̃o[W'; +$strServerTrafficNotes = 'T[ogtBbN: ̃e[u MySQL T[oNẴlbg[NgtBbN̓v\܂B'; +$strServerVars = 'T[oϐƐݒl'; +$strServerVersion = 'T[õo[W'; $strSessionValue = 'ZbVl'; -$strSetEnumVal = 'tB[h^Cvuenumv́usetv̏ꍇ͒lɂ̏gē͂Ă: \'a\',\'b\',\'c\'...
        obNXbVu"\"v̓NI[gu"\'"v͂ƁAɃobNXbVtĉ(: u\\\\xyzv́ua\\\'bv)'; +$strSetEnumVal = 'tB[h^Cvuenuḿuset̏ꍇ͒lɂ̏gē͂Ă: \'a\',\'b\',\'c\'...
        obNXbVu"\"̓NI[gu"\'"͂ƁAɃobNXbVtĉ(: u\\\\xyźua\\\'b)'; $strShowAll = 'ׂĕ\'; $strShowColor = 'F\'; $strShowDatadictAs = 'f[^`'; +$strShow = '\'; $strShowFullQueries = 'SȏƉ\'; $strShowGrid = 'Obh̕\'; $strShowingBookmark = 'ubN}[N{'; @@ -703,17 +728,17 @@ $strShowSlaveHosts = ' $strShowSlaveStatus = 'X[ȕԂ\'; $strShowStatusBinlog_cache_disk_useDescr = 'e|oCiOLbV𗘗p悤ƂāAbinlog_cache_size̒l𒴉߂߁AgUNṼXe[gge|t@CɕۑgUNV̐B'; $strShowStatusBinlog_cache_useDescr = 'ꎞoCiOLbVgp̐łB'; -$strShowStatusCreated_tmp_disk_tablesDescr = '\sɃT[o[ɂĎIɃfBXNɍ쐬ꂽꎞe[u̐łBCreated_tmp_disk_tables 傫ꍇÄꎞe[ufBXNx[X̕ςɃx[Xɂ悤ɁAl tmp_table_size 𑝂₵ł傤B'; +$strShowStatusCreated_tmp_disk_tablesDescr = '\sɃT[oɂĎIɃfBXNɍ쐬ꂽꎞe[u̐łBCreated_tmp_disk_tables 傫ꍇÄꎞe[ufBXNx[X̕ςɃx[Xɂ悤ɁAl tmp_table_size 𑝂₵ł傤B'; $strShowStatusCreated_tmp_filesDescr = 'mysqld ͂ǂꂾ̈ꎞIt@C쐬łB'; -$strShowStatusCreated_tmp_tablesDescr = 'T[o[ō\̎sɂĎIɍ쐬ꂽ̈ꎞe[u̐B'; +$strShowStatusCreated_tmp_tablesDescr = 'T[oō\̎sɂĎIɍ쐬ꂽ̈ꎞe[u̐B'; $strShowStatusDelayed_errorsDescr = '኱̃G[ INSERT DELAYED ꂽsł (炭L[̏d)'; $strShowStatusDelayed_insert_threadsDescr = 'gp INSERT DELAYED nh[Xbh̐BINSERT DELAYED Kp鑊قȂe[u̐ŗL̃Xbhpӂ܂B'; $strShowStatusDelayed_writesDescr = 'INSERT DELAYED ŗ񏑂݂łB'; $strShowStatusFlush_commandsDescr = 'FLUSH słB'; $strShowStatusHandler_commitDescr = 'COMMIT ̓łB'; $strShowStatusHandler_deleteDescr = 'e[u폜񐔂łB'; -$strShowStatusHandler_discoverDescr = 'MySQLT[oNDBNX^Xg[WGWɓ̖Oƒe[uɂ‚Ă̏Ă邩₢킹邱Ƃł܂B͊JƌĂ΂Ă܂BHandler_discoveŕAJꂽ^Ce[u̐܂B'; -$strShowStatusHandler_read_firstDescr = 'CfbNX͂߂̃Ggǂݍ񂾉񐔂łBꂪꍇA̓T[o[̊SȃCfbNXsĂƎ܂BႦ΁uSELECT col1 FROM foov col1 ̓CfbNXƉ肵܂B'; +$strShowStatusHandler_discoverDescr = 'MySQLT[oNDBNX^Xg[WGWɓ̑Oƒe[uɂ‚Ă̏Ă邩₢킹邱Ƃł܂B͊JƌĂ΂Ă܂BHandler_discoveŕAJꂽ^Ce[u̐܂B'; +$strShowStatusHandler_read_firstDescr = 'CfbNX͂߂̃Ggǂݍ񂾉񐔂łBꂪꍇA̓T[o̊SȃCfbNXsĂƎ܂BႦ΁uSELECT col1 FROM foo col1 ̓CfbNXƉ肵܂B'; $strShowStatusHandler_read_keyDescr = 'L[ɊÂčsǂݍ񂾗v̐łBꂪꍇA͂Ȃ̏Ɖƃe[uK؂ɃCfbNXtĂƂ悢\łB'; $strShowStatusHandler_read_nextDescr = 'L[̏Ԓʂɍsǂł郊NGXg̐B̒l͔͈͂̐‚ăCfbNXƉĂ邩ACfbNXXLsĂƂɑ܂B'; $strShowStatusHandler_read_prevDescr = 'L[̏Ԓʂɍskēǂł郊NGXg̐B̓ǂݍ݂͎ORDER BY ... DESCœKƂɗp܂B'; @@ -729,7 +754,7 @@ $strShowStatusInnodb_buffer_pool_pages_freeDescr = ' $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDBobt@v[Ńb`Ăy[WB͌ݓǂݍłA邢͏ły[WA邢͑̉炩̗RŃtbV폜łȂȂĂy[W̐łB'; $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'sbNA_veBunbVCfbNXƂǗI[owbĥŃrW[ɂȂĂy[WB̒lInnodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_dataƂłvZł܂B'; $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'y[W̃obt@v[̃TCY̍vłB'; -$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDBJnu_vǂݍ݂̉񐔁B͏Ɖe[ȗ啔_ȏԂŃXLƂɔ܂B'; +$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDBJnu_ǂݍ݂̉񐔁B͏Ɖe[ȗ啔_ȏԂŃXLƂɔ܂B'; $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDBJnV[PVǂݍ݂̉񐔁BInnoDBV[PVȃte[uXLsƂɔ܂B'; $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB s_Iȓǂݍݗv̐łB'; $strShowStatusInnodb_buffer_pool_readsDescr = 'InnoDBobt@v[̓e𗘗płAVOy[Wǂݍ݂sȂ΂ȂȂ_ǂݍ݂̉񐔁B'; @@ -788,14 +813,14 @@ $strShowStatusQcache_queries_in_cacheDescr = ' $strShowStatusQcache_total_blocksDescr = 'ƉLbV̑ubNłB'; $strShowStatusReset = 'Zbg'; $strShowStatusRpl_statusDescr = 'tFCZ[tvP[V̏Ԃł (Ă܂)'; -$strShowStatusSelect_full_joinDescr = 'CfbNXpȂ̐łB̒l 0 łȂꍇAӐ[e[ũCfbNXmFׂłB'; +$strShowStatusSelect_full_joinDescr = 'CfbNXpȂ̐łB̒l 0 łȂꍇAe[ũCfbNX悭mFĂB'; $strShowStatusSelect_full_range_joinDescr = '֘Ae[uŔ͈͌gp̐łB'; $strShowStatusSelect_range_checkDescr = 'L[Ȃjoin񐔁B͊esɂ‚ăL[̎gppx`FbN̂łiꂪ0ȊȌꍇ̓e[ũCfbNX悭`FbNĂjB'; $strShowStatusSelect_rangeDescr = 'ŏ̃e[uŔ͈͂gp̐ł (ꂪ傫Ăʏ͊댯ł͂܂)'; $strShowStatusSelect_scanDescr = 'ŏ̃e[ůSȃXLs̐łB'; $strShowStatusSlave_open_temp_tablesDescr = 'X[u SQL XbhɂČ݊JĂꎞIe[u̐łB'; $strShowStatusSlave_retried_transactionsDescr = 'vP[ṼX[u SQL XbhgUNVĎs񐔂(N)vB'; -$strShowStatusSlave_runningDescr = '̃T[o[}X^[ɐڑX[ułꍇA ON łB'; +$strShowStatusSlave_runningDescr = '̃T[o}X^[ɐڑX[ułꍇA ON łB'; $strShowStatusSlow_launch_threadsDescr = 'slow_launch_time ̕b莞Ԃč쐬ꂽXbh̐łB'; $strShowStatusSlow_queriesDescr = 'long_query_time ̕bzƉ̐łB'; $strShowStatusSort_merge_passesDescr = '\[gASYsȂ΂ȂȂ}[W̉񐔁B̒lꍇ́Asort_buffer_sizeVXeϐ̒l𑝂₷ƂĂB'; @@ -804,21 +829,20 @@ $strShowStatusSort_rowsDescr = ' $strShowStatusSort_scanDescr = 'e[ȗɂsꂽ\[głB'; $strShowStatusTable_locks_immediateDescr = 'e[ubNɎ擾ꂽ񐔂łB'; $strShowStatusTable_locks_waitedDescr = 'e[ubNɎ擾łȂ߂ɃEFCg񐔁B̒lAptH[}Xɖ肪Ăꍇ́A܂ƉœKĂBł߂ȂAe[u𕪊邩AvP[V𗘗pĂB'; -$strShowStatusThreads_cachedDescr = 'XbhLbṼXbhłBLbVqbg Threads_created/Connections ƂČvZ邱Ƃł܂B̒lԂꍇAthread_cache_size グׂłB'; +$strShowStatusThreads_cachedDescr = 'XbhLbṼXbhłBLbVqbg Threads_created/Connections ƂČvZ邱Ƃł܂B̒lԎɂȂĂƂ thread_cache_size グĂB'; $strShowStatusThreads_connectedDescr = 'ݐڑ̐łB'; $strShowStatusThreads_createdDescr = 'ڑ߂ɍ쐬ꂽXbh̐łBThreads_created 傫ꍇAl thread_cache_size 𑝉Ǝv܂B(ʏ悢XbhĂꍇA͌ȃptH[}X^܂)'; $strShowStatusThreads_runningDescr = 'X[vĂȂXbh̐łB'; $strShowTableDimension = 'e[ȗ傫\'; $strShowTables = 'e[u̕\'; $strShowThisQuery = ' sƉɕ\'; -$strShow = '\'; $strSimplifiedChinese = 'ȑ̎'; $strSingly = '(1 )'; $strSize = 'TCY'; $strSkipQueries = 'JnXLbv郌R[h(Ɖ)̐'; $strSlovak = 'XoLA'; $strSlovenian = 'XxjA'; -$strSocketProblem = '(܂́A[J MySQL T[o[̃\Pbg͐mɐݒ肳܂)'; +$strSocketProblem = '(܂́A[J MySQL T[õ\Pbg͐mɐݒ肳܂)'; $strSort = '\[g'; $strSortByKey = 'L[Ń\[g'; $strSorting = '\[g'; @@ -829,8 +853,8 @@ $strSQLCompatibility = 'SQL $strSQLExportType = 'GNX|[g`'; $strSQLImportOptions = 'SQL IvV'; $strSQLOptions = 'SQL IvV'; -$strSQLParserBugMessage = 'Ȃ SQL p[T[̃oO邩܂BȂ̖₢킹OɊm߂āAp~X}b`Ȃ`FbN܂傤B̑̎sɂ̓eLXgGAňpOɃoCi[R[htăt@CAbv[hĂ܂悤Ȍl܂B܂AȂ̖₢킹 MySQL ̃R}hCgĎƂł܂BMySQL T[o[͈ȉ̂悤ɃG[o܂Bɂ͖菕ł傤BR}hCł͐ĂA܂肪ꍇAp[T[sꍇɂ́Â SQL ₢킹ЂƂ‚̕Ɍ炵Ă݂ĉBĈȉ̃ZNVŃf[^؂ăoO񍐂𑗂ĉ:'; -$strSQLParserUserError = 'SQL ɃG[܂BMySQL T[o[͈ȉ̂悤ɃG[o͂܂Bɂ͖菕ł傤B'; +$strSQLParserBugMessage = 'Ȃ SQL p[T[̃oO邩܂BȂ̖₢킹OɊm߂āAp~X}b`Ȃ`FbN܂傤B̑̎sɂ̓eLXgGAňpOɃoCi[R[htăt@CAbv[hĂ܂悤Ȍl܂B܂AȂ̖₢킹 MySQL ̃R}hCgĎƂł܂BMySQL T[o͈ȉ̂悤ɃG[o܂Bɂ͖菕ł傤BR}hCł͐ĂA܂肪ꍇAp[T[sꍇɂ́Â SQL ₢킹ЂƂ‚̕Ɍ炵Ă݂ĉBĈȉ̃ZNVŃf[^؂ăoO񍐂𑗂ĉ:'; +$strSQLParserUserError = 'SQL ɃG[܂BMySQL T[o͈ȉ̂悤ɃG[o͂܂Bɂ͖菕ł傤B'; $strSQLQuery = 's SQL'; $strSQLResult = 'SQL ̌'; $strSQL = 'SQL'; @@ -840,7 +864,7 @@ $strSQPBugUnknownPunctuation = ' $strStatCheckTime = 'ŏI'; $strStatCreateTime = '쐬'; $strStatement = 'Xe[gg'; -$strStatisticsOverrun = 'rW[ȃT[o[ł́AoCgJE^[߂邩܂B]āAMySQL T[o[񍐂邻̓v͐Ȃ܂B'; +$strStatisticsOverrun = 'rW[ȃT[oł́AoCgJE^߂邩܂B]āAMySQL T[o񍐂邻̓v͐Ȃ܂B'; $strStatUpdateTime = 'ŏIXV'; $strStatus = ''; $strStorageEngine = 'Xg[WGW'; @@ -849,6 +873,7 @@ $strStrucCSV = 'CSV $strStrucData = '\ƃf[^'; $strStrucExcelCSV = 'MS Excel p CSV f[^'; $strStrucNativeExcel = '{ MS Excel f[^'; +$strStrucNativeExcelOptions = 'Excel̃lCeBuGNX|[g̃IvV'; $strStrucOnly = '\̂'; $strStructPropose = 'e[u\mF'; $strStructure = '\'; @@ -862,7 +887,7 @@ $strSwitchToTable = ' $strTable = 'e[u '; $strTableAlreadyExists = 'e[u %s ͊ɑ݂܂!'; $strTableComments = 'e[u̐'; -$strTableEmpty = 'e[u͋łB'; +$strTableEmpty = 'e[u͋łB'; $strTableHasBeenDropped = 'e[u %s 폜܂B'; $strTableHasBeenEmptied = 'e[u %s ɂ܂B'; $strTableHasBeenFlushed = 'e[u %s ̃LbVɂ܂B'; @@ -877,38 +902,38 @@ $strTempData = ' $strTextAreaLength = ' ׂ̏ł̃tB[h
        CłȂ”\܂B'; $strThai = '^C'; $strTheme = 'e[} / X^C'; -$strThemeDefaultNotFound = 'ftHge[}u%sv‚܂!'; +$strThemeDefaultNotFound = 'ftHge[}u%s‚܂!'; $strThemeNoPreviewAvailable = 'vr[͗pł܂B'; -$strThemeNotFound = 'e[}u%sv‚܂!'; -$strThemeNoValidImgPath = 'e[}u%svŐ摜pX‚܂!'; -$strThemePathNotFound = 'e[}u%sṽe[}pX‚܂!'; +$strThemeNotFound = 'e[}u%s‚܂!'; +$strThemeNoValidImgPath = 'e[}u%sŐ摜pX‚܂!'; +$strThemePathNotFound = 'e[}u%s̃e[}pX‚܂!'; $strThisHost = '̃zXg'; $strThisNotDirectory = '̓fBNgł͂܂'; $strThreads = 'Xbh'; $strThreadSuccessfullyKilled = 'Xbh %s ͏I܂B'; +$strTime = ''; $strTimeoutInfo = 'ȑOɃC|[gŃ^CAEgĂ܂BđMAʒu %d pł傤B'; $strTimeoutNothingParsed = 'AŌ̎sł̃f[^͉͂Ă܂B́Aʏ php ̎Ԑ𑝂₳Ȃ phpMyAdmin ̃C|[gI邱ƂłȂƂƂӖ܂B'; $strTimeoutPassed = 'XNvg^CAEg߂܂BC|[gI点ꍇAt@CđMAC|[gĊJĂB'; -$strTime = ''; $strToggleScratchboard = 'gOXNb`{[h'; -$strTotalUC = 'v'; $strTotal = 'v'; +$strTotalUC = 'v'; $strTraditionalChinese = '`IȒ'; $strTraditionalSpanish = '`IȃXyC'; $strTraffic = 'gtBbN'; $strTransactionCoordinator = 'gUNVR[fBl[^'; -$strTransformation_application_octetstream__download = 'tB[h̃oCif[^_E[h郊N\܂B1 –ڂ̃IvV̓oCit@C̃t@CłB2 –ڃIvV̓t@C܂ރe[us̐tB[hłB2 –ڂ̃IvV񋟂ꍇA1 –ڂ̃IvV͋󕶎ɐݒ肷Kv܂B'; +$strTransformation_application_octetstream__download = 'tB[h̃oCif[^_E[h郊N\܂B1 –ڂ̃IvV̓oCit@C̃t@CłB2 –ڃIvV̓t@C܂ރe[us̐tB[hłB2 –ڂ̃IvV񋟂ꍇA1 –ڂ̃IvV͋󕶎ɐݒ肷Kv܂B'; $strTransformation_application_octetstream__hex = 'f[^ 16 i\łB'; $strTransformation_image_jpeg__inline = 'NbN”\ȃTlC\܂; IvV: widthEheight sNZŎw (̔䗦ۂ܂)'; $strTransformation_image_jpeg__link = '̉摜ւ̃N\ (Ⴆ blob 𒼐ڃ_E[h).'; -$strTransformation_image_png__inline = 'uimage/jpeg: inlinevQƂĂB'; +$strTransformation_image_png__inline = 'uimage/jpeg: inlineQƂĂB'; $strTransformation_text_plain__dateformat = 'TIMEATIMESTAMP 邢 DATETIME tB[hŁA[J̓t\`pď܂B1 –ڂ̃IvV̓^CX^vɉZItZbg(P:)ł(ftHg: 0)2 –ڂ̃IvV́APHP strftime()ŗp”\ȃp[^[ł̂܂܂ȓt\`łB'; -$strTransformation_text_plain__external = 'LINUX ̂: OAvP[VNAW͂tB[hf[^͂܂BAvP[V̕Wo͂Ԃ܂BftHg Tidy ŁAY HTML R[ho͂܂BZLeB̗RŁA蓮Ńt@Culibraries/text_plain__external.inc.phpvҏWAs‚c[}Ȃ΂Ȃ܂Bŏ̃IvV́AgpvO̐ŁA2 –ڂ̃IvV̓vÕp[^łB3 –ڂ̃IvV 1 ɐݒ肳ĂꍇAhtmlspecialchars() pďo͂ϊł傤(ftHg: 1)4 – IvV 1 ɐݒ肳ĂꍇA֑hAoׂ͂ 1 sɌ邱Ƃۏ؂ł傤(ftHg: 1).'; +$strTransformation_text_plain__external = 'LINUX ̂: OAvP[VNAW͂tB[hf[^͂܂BAvP[V̕Wo͂Ԃ܂BftHg Tidy ŁAY HTML R[ho͂܂BZLeB̗RŁA蓮Ńt@Culibraries/text_plain__external.inc.phpҏWAs‚c[}Ȃ΂Ȃ܂Bŏ̃IvV́AgpvO̐ŁA2 –ڂ̃IvV̓vÕp[^łB3 –ڂ̃IvV 1 ɐݒ肳ĂꍇAhtmlspecialchars() pďo͂ϊł傤(ftHg: 1)4 – IvV 1 ɐݒ肳ĂꍇA֑hAoׂ͂ 1 sɌ邱Ƃۏ؂ł傤(ftHg: 1).'; $strTransformation_text_plain__formatted = 'tB[ȟ̏ۑ܂BGXP[vɏI܂B'; -$strTransformation_text_plain__imagelink = '摜ƃNAt@C܂ރtB[h\܂; 1 –ڂ̃IvV "http://domain.com/" ̂悤ȐړŁA2 –ڂ̃IvV̓sNZw̕A3 –ڂ͍łB'; -$strTransformation_text_plain__link = 't@C܂ރtB[hAN\; 1 –ڂ̃IvV "http://domain.com/" ̂悤ȐړA2 –ڂ̃IvV̓Ñ^CgłB'; +$strTransformation_text_plain__imagelink = '摜ƃNAt@C܂ރtB[h\܂; 1 –ڂ̃IvV "http://domain.com/" ̂悤ȐړŁA2 –ڂ̃IvV̓sNZw̕A3 –ڂ͍łB'; +$strTransformation_text_plain__link = 't@C܂ރtB[hAN\; 1 –ڂ̃IvV "http://domain.com/" ̂悤ȐړA2 –ڂ̃IvV̓Ñ^CgłB'; $strTransformation_text_plain__sql = 'SQL Љ ƂăeLXǧ`̕@nCCg܂B'; -$strTransformation_text_plain__substr = '̈ꕔ̂ݕ\܂B1 –ڂ̃IvV̓eLXg̏o͂ǂŊJn邩ItZbg`܂ (ftHǵu0vł)2 –ڂ̃IvV͂ǂꂾ̃eLXgԂ̃ItZbgłB̏ꍇAc̃eLXgׂĕԂ܂B3 –ڂ̃IvV́ÄꕔԂ鎞Aǂ̕o͂ɒlj邩`܂B (ftHǵu...vł)'; +$strTransformation_text_plain__substr = '̈ꕔ̂ݕ\܂B1 –ڂ̃IvV̓eLXg̏o͂ǂŊJn邩ItZbg`܂ (ftHǵu0ł)2 –ڂ̃IvV͂ǂꂾ̃eLXgԂ̃ItZbgłB̏ꍇAc̃eLXgׂĕԂ܂B3 –ڂ̃IvV́ÄꕔԂ鎞Aǂ̕o͂ɒlj邩`܂B (ftHǵu...ł)'; $strTruncateQueries = 'Ɖ̕\؂l߂'; $strTurkish = 'gR'; $strType = 'tB[h^Cv'; @@ -917,27 +942,28 @@ $strUkrainian = ' $strUncheckAll = '`FbNׂč폜'; $strUnicode = 'UNICODE'; $strUnique = 'Ӑ'; -$strUnknown = 's'; +$strUnknown = ''; $strUnselectAll = 'SI'; $strUnsupportedCompressionDetected = 'T|[gĂȂk`(%s)̃t@C̓ǂݍ݂݂܂B̎T|[gĂȂAݒŖɂȂĂ邩̂ꂩłB'; $strUpdatePrivMessage = '%s ̓XV܂B'; $strUpdateProfileMessage = 'vt@CXV܂B'; $strUpdateQuery = 'ƉXV'; $strUpdComTab = 'Column_comments e[ũAbvO[h@̃hLgQƂĂB'; -$strUpgrade = '%s %s ڍsɃAbvO[hׂłB'; +$strUpgrade = '%s %s ȍ~ɃAbvO[hĂB'; $strUploadLimit = '炭܂ɂ傫ȃt@CAbv[h悤Ƃ܂B̐̉iƂ %shLg%s QƂĂB'; +$strUploadsNotAllowed = '̃T[oł̓t@C̃Abv[hւĂ܂B'; $strUsage = 'gp'; -$strUseBackquotes = 'tNI[gŃe[utB[h͂'; +$strUseBackquotes = 'tNI[gŃe[utB[h͂'; $strUsedPhpExtensions = 'gp PHP g'; $strUseHostTable = 'zXge[ug'; -$strUser = '[U['; -$strUserAlreadyExists = '[U[u%sv͊ɑ݂܂!'; -$strUserEmpty = '[U[͋łB'; -$strUserName = '[U['; -$strUserNotFound = 'Iꂽ[U[͓e[uɌ‚܂łB'; -$strUserOverview = '[U[T'; -$strUsersDeleted = 'Iꂽ[U[͍폜܂B'; -$strUsersHavingAccessToDb = '[U[ "%s" ւ̃ANZXĂ܂B'; +$strUserAlreadyExists = '[Uu%s͊ɑ݂܂!'; +$strUser = '[U'; +$strUserEmpty = '[U͋łB'; +$strUserName = '[U'; +$strUserNotFound = 'Iꂽ[U͓e[uɌ‚܂łB'; +$strUserOverview = '[UT'; +$strUsersDeleted = 'Iꂽ[U͍폜܂B'; +$strUsersHavingAccessToDb = '[U "%s" ւ̃ANZXĂ܂B'; $strUseTabKey = 'll܂ňڂɂ TAB L[A͂ȏꏊłړɂ CTRL + J[\gp܂B'; $strUseTables = 'ge[u'; $strUseTextField = 'eLXgtB[hgp'; @@ -949,25 +975,26 @@ $strValue = ' $strVar = 'ϐ'; $strVersionInformation = 'o[W'; $strView = 'r['; +$strViewDump = 'e[ũ_v(XL[})\'; $strViewDumpDatabases = 'f[^x[X̃_vr[ (XL[})'; $strViewDumpDB = 'DB ̃_v(XL[})\'; -$strViewDump = 'e[ũ_v(XL[})\'; $strViewHasBeenDropped = 'r[ %s j܂B'; $strViewMaxExactCount = '̃r[ %s ȏ゠܂B%shLg%s QƂĂB'; +$strWebServerUploadDirectory = 'EFuT[oŃAbv[h'; $strWebServerUploadDirectoryError = 'Abv[hsfBNg܂B'; -$strWebServerUploadDirectory = 'EFuT[o[ŃAbv[h'; $strWelcome = '%s ւ悤'; -$strWestEuropean = '[bp'; +$strWestEuropean = '[bp'; $strWildcard = 'ChJ[h'; $strWindowNotFound = '^[QbguEUEBhEXV邱Ƃł܂B炭eEBhE‚A邢̓uEU[̃ZLeBݒŁANXEBhE̍XVubNĂ܂B'; $strWithChecked = '`FbN̂:'; $strWriteRequests = '݃NGXg'; $strWritingCommentNotPossible = 'Rg݂̏Lł͂܂B'; $strWritingRelationNotPossible = '[V݂̏Lł͂܂B'; -$strWrongUser = '[U[܂̓pX[h܂B
        ANZX͋ۂ܂B'; +$strWrongUser = '[U܂̓pX[h܂B
        ANZX͋ۂ܂B'; $strXkana = 'SpJi֕ϊ'; // convert to X208-kana +$strXMLOptions = 'XMLIvV'; $strXML = 'XML'; $strYes = '͂'; @@ -975,38 +1002,4 @@ $strYes = ' $strZeroRemovesTheLimit = ': IvV 0 ([)ɐݒ肷ƐȂȂ܂B'; $strZip = '"zip "'; -// To translate: -$strAddClause = 'Add %s'; //to translate - -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate - -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate - -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate - -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate - -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate - -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate - -$strXMLOptions = 'XML options'; //to translate - -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index 073b0c95c..991b407e8 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -12,7 +12,9 @@ $text_dir = 'ltr'; $number_thousands_separator = ','; $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('バイト', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$byteUnits = array('バイト', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB'); + +$mysql_4_1_doc_lang = 'ja'; $day_of_week = array('日', '月', '火', '水', '木', '金', '土'); $month = array('1 月','2 月','3 月','4 月','5 月','6 月','7 月','8 月','9 月','10 月','11 月','12 月'); @@ -23,11 +25,12 @@ $timespanfmt = '%s 日 %s 時間 %s 分 %s 秒'; $strAbortedClients = '中断しました。'; $strAbsolutePathToDocSqlDir = 'docSQL への絶対パスを設定してください。'; -$strAccessDeniedCreateConfig = '恐らくこの問題の理由は、設定ファイルを作成していないためです。%1$sセットアップスクリプト%2$s を使用してひとつ作成することができます。'; -$strAccessDeniedExplanation = 'phpMyAdmin は、MySQL サーバーに接続しようとしました。そして、サーバーは接続を拒絶しました。config.inc.php の中のホスト、ユーザー名およびパスワードをチェックし、MySQL サーバーの管理者から与えられた情報に相当することを確認するべきです。'; $strAccessDenied = 'アクセスは拒否されました。'; +$strAccessDeniedCreateConfig = '恐らくこの問題の理由は、設定ファイルを作成していないためです。%1$sセットアップスクリプト%2$s を使用してひとつ作成することができます。'; +$strAccessDeniedExplanation = 'MySQL サーバに接続しようとしましたが、接続が拒絶されました。config.inc.php の中のホスト、ユーザおよびパスワードがMySQL サーバの管理者から与えられた情報と一致するか確認してください。'; $strAction = '操作'; -$strAddAutoIncrement = '「AUTO_INCREMENT」値を追加する'; +$strAddAutoIncrement = '「AUTO_INCREMENT値を追加する'; +$strAddClause = '%sを追加'; $strAddConstraints = '制限を追加する'; $strAddDeleteColumn = 'フィールド列を追加・削除する'; $strAddDeleteRow = '条件行を追加・削除する'; @@ -41,26 +44,26 @@ $strAddPrivilegesOnDb = 'データベースへ特権の追加する'; $strAddPrivilegesOnTbl = 'テーブルへ特権の追加する'; $strAddSearchConditions = '検索条件文を追加してください。("where"の節文):'; $strAddToIndex = '  %s  の列をインデックスに追加しました。'; -$strAddUserMessage = 'ユーザーを追加しました。'; -$strAddUser = 'ユーザーを追加する'; +$strAddUser = 'ユーザを追加する'; +$strAddUserMessage = 'ユーザを追加しました。'; $strAdministration = '管理'; $strAffectedRows = '影響された行数:'; +$strAfter = '指定カラムの後に %s'; $strAfterInsertBack = '戻る'; $strAfterInsertNewInsert = '新レコードを追加する'; $strAfterInsertNext = '次の行を編集する'; $strAfterInsertSame = 'このページに戻る'; -$strAfter = '指定カラムの後に %s'; +$strAll = '全部'; $strAllowInterrupt = 'それの制限時間が近づいてることをスクリプトが検知した場合、インポートへの割込みを許可します。これは大きなファイルをインポートする場合のよい手段かもしれませんが、それはトランザクションを壊すことになります。'; $strAllTableSameWidth = 'すべてのテーブルを同じ幅で表示しますか?'; -$strAll = '全部'; $strAlterOrderBy = 'テーブル順番の条件'; $strAnalyzeTable = 'テーブルを分析する'; $strAnd = 'AND'; $strAndThen = 'そしてその後に'; -$strAnIndex = 'インデックスが「%s」に追加されていました。'; +$strAnIndex = 'インデックスが「%sに追加されていました。'; $strAny = 'すべて'; $strAnyHost = 'すべてのホスト'; -$strAnyUser = 'すべてのユーザー'; +$strAnyUser = 'すべてのユーザ'; $strApproximateCount = '近いかもしれません。FAQ 3.11 を参照してください。'; $strAPrimaryKey = '主キーが %s に追加されました。'; $strArabic = 'アラビア語'; @@ -81,96 +84,101 @@ $strBinaryDoNotEdit = ' バイナリ - 修正できません'; $strBinaryLog = 'バイナリログ'; $strBinLogEventType = 'イベントタイプ'; $strBinLogInfo = '情報'; -$strBinLogName = 'ログ名'; +$strBinLogName = 'ログ'; $strBinLogOriginalPosition = '元の位置'; $strBinLogPosition = '位置'; -$strBinLogServerId = 'サーバー ID'; -$strBookmarkAllUsers = 'すべてのユーザーがこのブックマークをアクセスできる'; +$strBinLogServerId = 'サーバ ID'; +$strBookmarkAllUsers = 'すべてのユーザがこのブックマークをアクセスできる'; $strBookmarkCreated = 'ブックマーク %s を作成しました'; $strBookmarkDeleted = 'ブックマークを正常に削除しました。'; $strBookmarkLabel = 'ラベル'; $strBookmarkQuery = 'ブックマークされている SQL'; -$strBookmarkReplace = '既に存在する同じ名前のブックマークを置換する'; +$strBookmarkReplace = '既に存在する同じ前のブックマークを置換する'; $strBookmarkThis = 'SQL をブックマークする'; $strBookmarkView = '表示のみ'; $strBrowseDistinctValues = '個別に値を表示する'; -$strBrowseForeignValues = '外部キーを表示する'; $strBrowse = '表示'; +$strBrowseForeignValues = '外部キーを表示する'; $strBufferPool = 'バッファプール'; $strBufferPoolActivity = 'バッファープールの活性度'; $strBufferPoolUsage = 'バッファプールの使用量'; -$strBufferReadMissesInPercent = '% の読み込みミス数'; $strBufferReadMisses = '読み込みミス数'; -$strBufferWriteWaitsInPercent = '% の書き込み待ち数'; +$strBufferReadMissesInPercent = '% の読み込みミス数'; $strBufferWriteWaits = '書き込み待ち数'; +$strBufferWriteWaitsInPercent = '% の書き込み待ち数'; $strBulgarian = 'ブルガリア語'; $strBusyPages = 'ビジーなページ数'; $strBzError = 'この php バージョンは Bz2 拡張が壊れているので phpMyAdmin が圧縮ダンプできません。phpMyAdmin のコンフィグレーションファイルの $cfg[\'BZipDump\']FALSEに設定してください。Bz2 圧縮機能を使いたい場合には php のバージョンを上げて下さい。php バグ報告 %s 詳細。'; $strBzip = '"bzip 方式"'; $strCalendar = 'カレンダー'; +$strCanNotLoadExportPlugins = 'エクスポートプラグインをロードできません。正しくインストールされているか確認してください!'; $strCanNotLoadImportPlugins = 'インポートプラグインを読み込めません。インストールを確認してください!'; -$strCannotLogin = 'MySQL サーバーにログインできません'; -$strCantLoadRecodeIconv = '文字セット変換を行うためには組み込まれていない iconv または GNU recode の拡張が必要です。php に、この拡張設定を行っておくか、phpMyAdmin では文字セット変換をしない設定にしてください。'; +$strCannotLogin = 'MySQL サーバにログインできません'; $strCantLoad = '扱えない拡張子のファイルです,
        PHP の設定をチェックしてください。'; -$strCantRenameIdxToPrimary = 'インデックスの名前を PRIMARY に変更できません。'; +$strCantLoadRecodeIconv = '文字セット変換を行うためには組み込まれていない iconv または GNU recode の拡張が必要です。php に、この拡張設定を行っておくか、phpMyAdmin では文字セット変換をしない設定にしてください。'; +$strCantRenameIdxToPrimary = 'インデックスの前を PRIMARY に変更できません。'; $strCantUseRecodeIconv = 'iconv、libiconv、recode_string のいずれの関数も使用できません。php の設定をチェックしてください。'; $strCardinality = '一意な値の数'; $strCaseInsensitive = '英字の大小を区別しない'; $strCaseSensitive = '英字の大小を区別する'; $strCentralEuropean = '中央ヨーロッパ語'; +$strChange = '変更'; +$strChangeCopyMode = '同じ特権を持った新規のユーザを作る...'; $strChangeCopyModeCopy = '... 古いものを維持する'; -$strChangeCopyModeDeleteAndReload = ' ... ユーザーテーブルから古いものを削除し、後で特権に再びロードする'; -$strChangeCopyModeJustDelete = ' ... ユーザーテーブルから古いものを削除する'; +$strChangeCopyModeDeleteAndReload = ' ... ユーザテーブルから古いものを削除し、後で特権に再びロードする'; +$strChangeCopyModeJustDelete = ' ... ユーザテーブルから古いものを削除する'; $strChangeCopyModeRevoke = ' ... 古いものから有効な特権をすべて無効にし、それを後で削除する'; -$strChangeCopyMode = '同じ特権を持った新規のユーザーを作る...'; -$strChangeCopyUser = 'ログイン情報の変更 / ユーザーコピー'; +$strChangeCopyUser = 'ログイン情報の変更 / ユーザコピー'; $strChangeDisplay = '表示させるフィールドを選んで下さい'; $strChangePassword = 'パスワードを変更する'; -$strChange = '変更'; -$strCharsetOfFile = 'ファイルの文字セット:'; -$strCharsetsAndCollations = '文字セットと照合順序'; -$strCharsets = '文字コード'; $strCharset = '文字セット'; +$strCharsetOfFile = 'ファイルの文字セット:'; +$strCharsets = '文字コード'; +$strCharsetsAndCollations = '文字セットと照合順序'; $strCheckAll = 'すべてチェックする'; $strCheckOverhead = 'オーバーヘッドの検査をする'; -$strCheckPrivsLong = 'データベース "%s" の特権チェック。'; $strCheckPrivs = '特権のチェックをする'; +$strCheckPrivsLong = 'データベース "%s" の特権チェック。'; $strCheckTable = 'テーブルをチェックする'; $strChoosePage = '編集するページを選択してください。'; $strColComFeat = '列コメント表示機能'; $strCollation = '照合順序'; -$strColumnNames = '列(カラム)名'; +$strColumnNames = '列(カラム)'; $strColumnPrivileges = 'カラム指定の特権'; $strCommand = 'コマンド'; $strComments = 'コメント'; $strCommentsForTable = 'COMMENTS FOR TABLE'; $strCompatibleHashing = 'MySQL 4.0 互換'; $strCompleteInserts = '完全な INSERT 文を作成する'; -$strCompressionWillBeDetected = 'インポートされたファイル圧縮は、自動的に検知されるでしょう: %s'; $strCompression = '圧縮'; +$strCompressionWillBeDetected = 'インポートされたファイル圧縮は、自動的に検知されるでしょう: %s'; $strConfigDefaultFileError = 'デフォルト設定を読み込めませんでした: "%1$s"'; $strConfigFileError = 'phpMyAdmin が設定ファイルを読み込むことができません!
        文法エラーが発生したか、ファイルが見つかりません。
        下のリンクから設定ファイルを直接読み込んで、PHP のエラーメッセージを確認してください。多くの場合、区切り文字やセミコロンを忘れています。
        もし空白のページが現れたらすべてうまく行っています。'; -$strConfigureTableCoord = 'テーブル「%s」テーブルの設定を調整してください。'; +$strConfigureTableCoord = 'テーブル「%sテーブルの設定を調整してください。'; $strConnectionError = '接続できません: 無効な設定です。'; $strConnections = '接続'; $strConstraintsForDumped = 'ダンプ済テーブルの制限'; $strConstraintsForTable = 'テーブルの制限'; $strCookiesRequired = 'ここから先はクッキーが許可されている必要があります。'; $strCopy = 'コピーする'; -$strCopyDatabaseOK = 'データベース「%s」は「%s」にコピーされました。'; +$strCopyDatabaseOK = 'データベース「%sは「%sにコピーされました。'; $strCopyTable = 'テーブルを(database.table)にコピーする:'; -$strCopyTableOK = 'テーブル「%s」を「%s」にコピーしました。'; +$strCopyTableOK = 'テーブル「%sを「%sにコピーしました。'; $strCopyTableSameNames = '同じテーブルにコピーできません!'; $strCouldNotKill = 'phpMyAdmin がスレッド %s を終了させることができませんでした。恐らく、既に終了しています。'; -$strCreateDatabaseBeforeCopying = 'コピーの前に「CREATE DATABASE」する'; +$strCreate = '作成'; +$strCreateDatabaseBeforeCopying = 'コピーの前に「CREATE DATABASEする'; $strCreateIndex = ' %s  の列のインデックスを作成する'; $strCreateIndexTopic = '新規インデックスを作成する'; $strCreateNewDatabase = '新規データベースを作成する'; -$strCreateNewTable = 'データベース「%s」にテーブルを新規作成する'; +$strCreateNewTable = 'データベース「%sにテーブルを新規作成する'; $strCreatePage = '新規ページを作成する'; $strCreatePdfFeat = 'PDF 作成機能'; -$strCreate = '作成'; +$strCreateUserDatabase = 'ユーザ専用データベース'; +$strCreateUserDatabaseName = '同のデータベースを作成してすべての特権を与えます'; +$strCreateUserDatabaseNone = 'なし'; +$strCreateUserDatabaseWildcard = 'ワイルドカードで指定されたデータベースにすべての特権を与えます(ユーザ_%)'; $strCreationDates = '作成/更新/検査の日付を追加する'; $strCriteria = '絞込み基準'; $strCroatian = 'クロアチア語'; @@ -178,27 +186,27 @@ $strCSV = 'CSV'; $strCSVImportOptions = 'CSV オプション'; $strCSVOptions = 'CSV オプション'; $strCyrillic = 'キリル文字ロシア語'; -$strCzechSlovak = 'チェコのスロバキア語'; $strCzech = 'チェコ語'; +$strCzechSlovak = 'チェコのスロバキア語'; $strDanish = 'デンマーク語'; $strData = 'データ'; $strDatabase = 'データベース'; -$strDatabaseEmpty = 'データベース名が空です!'; +$strDatabaseEmpty = 'データベースが空です!'; $strDatabaseExportOptions = 'データベースエクスポートオプション'; -$strDatabaseHasBeenDropped = 'データベース「%s」を正常に削除しました。'; +$strDatabaseHasBeenDropped = 'データベース「%sを正常に削除しました。'; $strDatabaseNoTable = 'このデータベースはテーブルを含んでいません!'; $strDatabases = 'データベース'; -$strDatabasesDropped = 'データベース「%s」は削除されました。'; +$strDatabasesDropped = 'データベース「%sは削除されました。'; +$strDatabasesStats = 'データベースの統計'; $strDatabasesStatsDisable = '統計を無効にする'; $strDatabasesStatsEnable = '統計を許可する'; -$strDatabasesStatsHeavyTraffic = '注意: データベース統計を許可すると MySQL と WEBサーバーの間で重いトラフィックが発生するかもしれません。'; -$strDatabasesStats = 'データベースの統計'; +$strDatabasesStatsHeavyTraffic = '注意: データベース統計を許可すると MySQL と WEBサーバの間で重いトラフィックが発生するかもしれません。'; $strDataDict = 'データ辞書'; $strDataOnly = 'データのみ'; $strDataPages = 'データを含むページ数'; $strDBComment = 'データベースのコメント: '; -$strDBCopy = 'この名前でデータベースをコピーする'; +$strDBCopy = 'この前でデータベースをコピーする'; $strDBGContext = 'コンテキスト'; $strDBGContextID = 'コンテキストID'; $strDBGHits = 'ヒット'; @@ -209,25 +217,26 @@ $strDBGModule = 'モジュール'; $strDBGTimePerHitMs = 'ヒット率(ミリ秒)'; $strDBGTotalTimeMs = '総計時間(ミリ秒)'; $strDbPrivileges = 'データベース特定 特権'; -$strDBRename = 'この名前にデータベース名を変更する'; +$strDBRename = 'この前にデータベースを変更する'; $strDbSpecific = 'データベース仕様'; -$strDefaultEngine = '%s は、この MySQL サーバーのデフォルトストレージエンジンです。'; -$strDefaultValueHelp = 'デフォルト値のために、バックスラッシュエスケープや引用符なしの 1 個だけの値を入れて下さい, このフォーマットは: a'; $strDefault = '基本値'; +$strDefaultEngine = '%s は、この MySQL サーバのデフォルトストレージエンジンです。'; +$strDefaultValueHelp = 'デフォルト値のために、バックスラッシュエスケープや引用符なしの 1 個だけの値を入れて下さい, このフォーマットは: a'; $strDefragment = 'テーブルのデフラグ'; $strDelayedInserts = '遅延インサートを使用する'; -$strDeleteAndFlushDescr = 'これはクリアーです。特権をリロードするので少々時間がかかります。'; -$strDeleteAndFlush = 'ユーザーを削除して特権をリロードする'; -$strDeletedRows = '削除された行数:'; -$strDeleted = '選択した列を削除しました。'; -$strDeleteNoUsersSelected = '削除するユーザーを選択していません!'; $strDelete = '削除'; +$strDeleteAndFlush = 'ユーザを削除して特権をリロードする'; +$strDeleteAndFlushDescr = 'これはクリアーです。特権をリロードするので少々時間がかかります。'; +$strDeleted = '選択した列を削除しました。'; +$strDeletedRows = '削除された行数:'; +$strDeleteNoUsersSelected = '削除するユーザを選択していません!'; $strDeleting = '%s を削除中です'; +$strDelimiter = 'デリミタ'; $strDelOld = '現在のページは、もはや存在しないテーブルに参照があります。それらの参照を削除したいですか?'; $strDescending = '降順'; $strDescription = '説明'; $strDictionary = '辞書'; -$strDirtyPages = '不正なページ数'; +$strDirtyPages = '正なページ数'; $strDisabled = '無効'; $strDisableForeignChecks = '外部キーの検査を無効にする'; $strDisplayFeat = 'テーブル情報表示機能'; @@ -236,35 +245,36 @@ $strDisplayPDF = 'PDF スキーマの表示をする'; $strDoAQuery = '"例のQUERY"を実行 (ワイルドカード: "%")'; $strDocu = 'ドキュメント'; $strDoYouReally = 'これを本当に実行しても良いですか?:'; -$strDropDatabaseStrongWarning = '完全にデータベースを破壊するでしょう!'; -$strDropUsersDb = 'ユーザーと同じ名前を持つデータベースを削除する'; $strDrop = '削除'; +$strDropDatabaseStrongWarning = '完全にデータベースを破壊するでしょう!'; +$strDropUsersDb = 'ユーザと同じ前を持つデータベースを削除する'; $strDumpingData = 'テーブルのダンプデータ'; $strDumpSaved = 'ダンプをファイル %s に保存しました。'; $strDumpXRows = '%s 列をダンプします。開始列は %s です。'; $strDynamic = 'ダイナミック'; +$strEdit = '修正'; $strEditPDFPages = 'PDF ページを編集する'; $strEditPrivileges = '特権を修正'; -$strEdit = '修正'; $strEffective = '実効'; -$strEmptyResultSet = 'MySQL が空の値を返しました (例えば行が空だった)'; $strEmpty = '空にする'; +$strEmptyResultSet = 'MySQL が空の値を返しました (例えば行が空だった)'; $strEnabled = '有効'; $strEncloseInTransaction = 'トランザクションでエクスポートを囲む'; $strEncto = 'エンコーディングへ変換する'; // encoding convert +$strEnd = '最後'; $strEndCut = '切り取り終了'; $strEndRaw = 'RAW 終了'; -$strEnd = '最後'; -$strEngineAvailable = '%s は、この MySQL サーバーで利用可能です。'; -$strEngineDisabled = '%s は、この MySQL サーバーでは無効にされています。'; +$strEngineAvailable = '%s は、この MySQL サーバで利用可能です。'; +$strEngineDisabled = '%s は、この MySQL サーバでは無効にされています。'; $strEngines = 'エンジン'; -$strEngineUnsupported = 'この MySQL サーバーは %s ストレージエンジンをサポートしていません。'; -$strEnglishPrivileges = ' 注意: MySQLの特権の名前は英語で表示しています。'; +$strEngineUnsupported = 'この MySQL サーバは %s ストレージエンジンをサポートしていません。'; $strEnglish = '英語'; +$strEnglishPrivileges = ' 注意: MySQLの特権の前は英語で表示しています。'; $strError = 'エラー'; -$strErrorInZipFile = 'ZIP 書庫中にエラーです:'; -$strEscapeWildcards = 'ワイルドカード「_」および「%」はそれらを文字通りに使用するために「\」でエスケープ(回避)するべきです。'; +$strErrorInZipFile = 'ZIP アーカイブにエラーがあります:'; +$strErrorRenamingTable = 'テーブルを%1$sから%2$sにリネームするときにエラーが発生しました'; +$strEscapeWildcards = 'ワイルドカード「_および「%を文字通りに使用するときは「\でエスケープしてください。'; $strEsperanto = '国際語'; $strEstonian = 'エストニア語'; $strExcelEdition = 'Excel の種類'; @@ -272,6 +282,7 @@ $strExcelOptions = 'Excel オプション'; $strExecuteBookmarked = 'ブックマークされた照会を実行する'; $strExplain = 'SQL を分析する'; $strExport = 'エクスポート'; +$strExportMustBeFile = 'このエクスポート形式はファイルに保存する必要があります!'; $strExtendedInserts = '拡張 INSERT 文を作成する'; $strExtra = 'その他'; @@ -283,30 +294,32 @@ $strFieldsEmpty = ' フィールド数が空です。 '; $strFieldsEnclosedBy = 'フィールド囲み記号'; $strFieldsEscapedBy = 'フィールドのエスケープ記号'; $strFieldsTerminatedBy = 'フィールド区切り記号'; -$strFileAlreadyExists = 'ファイル「%s」は既にサーバーに存在しします。ファイル名を変更するか、上書きオプションを確認してください。'; +$strFileAlreadyExists = 'ファイル「%sは既にサーバに存在しします。ファイルを変更するか、上書きオプションを確認してください。'; $strFileCouldNotBeRead = 'ファイルを読めません。'; -$strFileNameTemplateDescriptionDatabase = 'データベース名'; -$strFileNameTemplateDescriptionServer = 'サーバー名'; -$strFileNameTemplateDescriptionTable = 'テーブル名'; +$strFileNameTemplate = 'ファイルのテンプレート'; $strFileNameTemplateDescription = 'この値は %1$sstrftime%2$s を用いて、判断されます。従って、時間書式の文字列を使用することができます。さらに次の文字列置換が起こるでしょう: %3$s。そのままに他のテキストは維持されるでしょう。'; +$strFileNameTemplateDescriptionDatabase = 'データベース'; +$strFileNameTemplateDescriptionServer = 'サーバ'; +$strFileNameTemplateDescriptionTable = 'テーブル'; $strFileNameTemplateRemember = 'テンプレートを覚える'; -$strFileNameTemplate = 'ファイル名のテンプレート'; $strFileToImport = 'ファイルをインポートする'; $strFixed = '固定'; -$strFlushPrivilegesNote = '注意: phpMyAdmin は MySQL の特権テーブルから直接にユーザー特権を得ます。もしマニュアルで特権が変更されていると、このテーブルの内容とは異なるかもしれません。この場合、続けるまえに %s 特権リロード %s をする必要があります。'; +$strFlushPrivilegesNote = '注意: phpMyAdmin は MySQL の特権テーブルから直接にユーザ特権を得ます。もしマニュアルで特権が変更されていると、このテーブルの内容とは異なるかもしれません。この場合、続けるまえに %s 特権リロード %s をする必要があります。'; $strFlushQueryCache = '照会キャッシュをフラッシュする'; -$strFlushTables = 'すべてのテーブルをフラッシュする(閉じる)'; $strFlushTable = 'テーブルのキャッシュを空にする("FLUSH")'; +$strFlushTables = 'すべてのテーブルをフラッシュする(閉じる)'; +$strFontSize = 'フォントサイズ'; $strFormat = 'フォーマット'; $strFormEmpty = 'フォームでは値がありませんでした。'; $strFreePages = 'フリーなページ数'; $strFullText = '全文'; $strFunction = '関数'; +$strFunctions = '関数'; $strGenBy = '生成環境'; $strGeneralRelationFeat = 'リレーション機能'; -$strGeneratePassword = 'パスワードを生成する'; $strGenerate = '生成する'; +$strGeneratePassword = 'パスワードを生成する'; $strGenTime = '作成の時間'; $strGeorgian = 'グルジア語'; $strGerman = 'ドイツ語'; @@ -327,7 +340,7 @@ $strHexForBinary = 'バイナリフィールドは 16 進数を使用する'; $strHome = 'メインページへ'; $strHomepageOfficial = 'phpMyAdmin ホーム'; $strHost = 'ホスト'; -$strHostEmpty = 'ホスト名は空です!'; +$strHostEmpty = 'ホストは空です!'; $strHTMLExcel = 'Microsoft Excel 2000'; $strHTMLExcelOptions = 'Microsoft Excel 2000 エクスポートオプション'; $strHTMLWord = 'Microsoft Word 2000'; @@ -337,9 +350,9 @@ $strHungarian = 'ハンガリー語'; $strIcelandic = 'アイスランド語'; $strId = 'ID'; $strIdxFulltext = '全文'; -$strIgnoreDuplicates = '行の複製を無視する'; -$strIgnoreInserts = '「INSERT IGNORE」を使用する'; $strIgnore = '無視'; +$strIgnoreDuplicates = '行の複製を無視する'; +$strIgnoreInserts = '「INSERT IGNOREを使用する'; $strIgnoringFile = 'ファイルを無視 %s'; $strImport = 'インポート'; $strImportDocSQL = 'docSQL ファイルインポート'; @@ -349,22 +362,22 @@ $strImportSuccessfullyFinished = 'インポートに成功しました。%d 個 $strIndex = 'インデックス'; $strIndexes = 'インデックスサイズ'; $strIndexHasBeenDropped = 'インデックス %s が削除されました'; -$strIndexName = 'インデックス名 :'; +$strIndexName = 'インデックス :'; $strIndexType = 'インデックスの種類 :'; $strIndexWarningMultiple = '1 個を越える INDEX キーがカラム `%s` 用に作成されました。'; -$strIndexWarningPrimary = 'PRIMARY と INDEX のキーは両方とも、カラム `%s` に設定されるべきではありません。'; +$strIndexWarningPrimary = 'カラム `%s` に PRIMARY と INDEX のキーを両方とも設定するのはよしましょう。'; $strIndexWarningTable = 'テーブル `%s` のインデックスに関する問題です。'; -$strIndexWarningUnique = 'UNIQUE と INDEX のキーは両方とも、カラム `%s` に設定されるべきではありません。'; +$strIndexWarningUnique = 'カラム `%s` に UNIQUE と INDEX のキーを両方とも設定するのはよしましょう。'; $strInnoDBAutoextendIncrementDesc = ' それがいっぱいになる場合に、自動拡張するテーブルスペースのサイズを拡張するための増分量です。'; $strInnoDBAutoextendIncrement = '自動拡張の追加増加量'; -$strInnoDBBufferPoolSizeDesc = 'InnoDB がキャッシュデータとそのテーブルのインデックスに使うバッファメモリのサイズです。'; $strInnoDBBufferPoolSize = 'バッファー蓄積サイズ'; +$strInnoDBBufferPoolSizeDesc = 'InnoDB がキャッシュデータとそのテーブルのインデックスに使うバッファメモリのサイズです。'; $strInnoDBDataFilePath = 'データファイル'; $strInnoDBDataHomeDir = 'データホームディレクトリ'; $strInnoDBDataHomeDirDesc = 'すべての InnoDB データファイル用のディレクトリパスの共通部分です。'; $strInnoDBPages = 'ページ'; $strInnodbStat = 'InnoDB ステータス'; -$strInsecureMySQL = 'あなたのコンフィグレーションファイルの設定が MySQL デフォルトの特権アカウントになっています (root ユーザーでパスワードなし) 。 MySQL サーバーもこのデフォルト設定で動作しているので、侵入者に対して無防備です。このセキュリティーホールは必ず閉ざしてください。'; +$strInsecureMySQL = 'あなたのコンフィグレーションファイルの設定が MySQL デフォルトの特権アカウントになっています (root ユーザでパスワードなし) 。 MySQL サーバもこのデフォルト設定で動作しているので、侵入者に対して無防備です。このセキュリティーホールは必ず閉ざしてください。'; $strInsertAsNewRow = '新しい行として追加する'; $strInsertedRowId = 'インサートした行 ID:'; $strInsertedRows = '追加された行数:'; @@ -373,39 +386,42 @@ $strInternalNotNecessary = '* InnoDB が存在する場合、内部リレーシ $strInternalRelations = '内部リレーション'; $strInUse = '使用中'; $strInvalidAuthMethod = '設定上で正しくない認証方法を設定しています:'; -$strInvalidColumnCount = 'カラム数は 0 より大きくなければいけません。'; $strInvalidColumn = '正しくない列 (%s) が指定されました!'; +$strInvalidColumnCount = 'カラム数は 0 より大きくなければいけません。'; $strInvalidCSVFieldCount = 'CSV 入力中 に無効な項目数があります(行:%d)'; $strInvalidCSVFormat = 'CSV 入力中 に無効な書式があります(行:%d)'; $strInvalidCSVParameter = 'CSV インポートのパラメーターが無効です: %s'; +$strInvalidDatabase = 'データベースが正です'; $strInvalidFieldAddCount = '少なくともひとつのフィールドを追加しなければなりません。'; $strInvalidFieldCount = 'テーブルは少なくともひとつのフィールドが必要です。'; $strInvalidLDIImport = 'このプラグインは圧縮済インポートをサポートしていません!'; $strInvalidRowNumber = '%d は正しくない行番号です。'; -$strInvalidServerHostname = 'サーバー「%1$s」のホスト名が無効です。設定を調査してください。'; -$strInvalidServerIndex = '無効なサーバーインデックスです: "%s"'; +$strInvalidServerHostname = 'サーバ「%1$sのホストが無効です。設定を調査してください。'; +$strInvalidServerIndex = '無効なサーバインデックスです: "%s"'; +$strInvalidTableName = 'テーブルが正です'; $strJapanese = '日本語'; $strJoins = '結合'; $strJumpToDB = '"%s" データベースへジャンプ.'; -$strJustDeleteDescr = '"削除済" ユーザーは特権がリロードされるまでサーバーにアクセス可能です。'; -$strJustDelete = '特権テーブルからユーザーを即削除する'; +$strJustDelete = '特権テーブルからユーザを即削除する'; +$strJustDeleteDescr = '"削除済" ユーザは特権がリロードされるまでサーバにアクセス可能です。'; $strKanjiEncodConvert = '漢字コード変換'; // kanji code convert $strKeepPass = 'パスワードを変更しない'; $strKeyCache = 'キーキャッシュ'; -$strKeyname = 'キー名'; +$strKeyname = 'キー'; $strKill = '停止'; $strKorean = '韓国語'; $strLandscape = 'ランドスケープ'; -$strLanguageFileNotFound = '言語ファイル「%1$s」が見つかりません。'; -$strLanguageUnknown = '不明の言語: %1$s.'; +$strLanguage = '言語'; +$strLanguageFileNotFound = '言語ファイル「%1$sが見つかりません。'; +$strLanguageUnknown = '明の言語: %1$s.'; $strLatchedPages = 'ラッチされているページ'; $strLatexCaption = 'テーブルキャプション'; $strLatexContent = 'テーブル __TABLE__ の内容'; -$strLatexContinuedCaption = '継続時のテーブルキャプション'; $strLatexContinued = '(続ける)'; +$strLatexContinuedCaption = '継続時のテーブルキャプション'; $strLatexIncludeCaption = 'テーブルキャプションを含む'; $strLatexLabel = 'ラベルキー'; $strLaTeX = 'LaTeX'; @@ -427,8 +443,8 @@ $strLogin = 'ログイン'; $strLoginInformation = 'ログイン情報'; $strLogout = 'ログアウト'; $strLogPassword = 'パスワード:'; -$strLogServer = 'サーバー'; -$strLogUsername = 'ユーザー名:'; +$strLogServer = 'サーバ'; +$strLogUsername = 'ユーザ:'; $strLongOperation = 'この操作は時間がかかります。それでも進みますか?'; $strMaxConnects = '最大並行接続'; @@ -441,29 +457,29 @@ $strMIME_available_transform = '変換有効'; $strMIME_description = '説明'; $strMIME_MIMEtype = 'MIME タイプ'; $strMIME_nodescription = 'この変換には有効な説明がありません。
        作者に%sの意味をご確認ください。'; -$strMIME_transformation_note = '利用可能な変換オプションの一覧、およびそれらの MIME 形式変換に関しては、%s変換の説明%s をクリックしてください。'; -$strMIME_transformation_options_note = 'この書式を使用して、変換オプションの値を入力してください: \'a\',\'b\',\'c\'...
        バックスラッシュ("\")やシングルクォート("\'")を値に含める必要がある場合は(「\\\\xyz」や「a\\\'b」のように)バックスラッシュでエスケープしてください'; -$strMIME_transformation_options = '変換オプション'; $strMIME_transformation = 'ブラウザー変換'; +$strMIME_transformation_note = '利用可能な変換オプションの一覧、およびそれらの MIME 形式変換に関しては、%s変換の説明%s をクリックしてください。'; +$strMIME_transformation_options = '変換オプション'; +$strMIME_transformation_options_note = 'この書式を使用して、変換オプションの値を入力してください: \'a\',\'b\',\'c\'...
        バックスラッシュ("\")やシングルクォート("\'")を値に含める必要がある場合は(「\\\\xyzや「a\\\'bのように)バックスラッシュでエスケープしてください'; $strMIMETypesForTable = 'MIME TYPES FOR TABLE'; $strMIME_without = 'イタリック体で印刷された MIME タイプは個別の変換関数を持っていません。'; $strModifications = 'を正しく修正しました。'; -$strModifyIndexTopic = 'インデックスを変更する'; $strModify = '修正'; +$strModifyIndexTopic = 'インデックスを変更する'; $strMoveTable = 'テーブルを(database.table)に移動する:'; -$strMoveTableOK = 'テーブル「%s」を「%s」に移動しました。'; +$strMoveTableOK = 'テーブル「%sを「%sに移動しました。'; $strMoveTableSameNames = '同じテーブルに移動できません!'; $strMultilingual = '多国語'; $strMyISAMDataPointerSize = 'データのポインターサイズ'; $strMyISAMDataPointerSizeDesc = 'CREATE TABLE で MyISAM テーブルに使用する MAX_ROWS オプションが指定されない場合のバイト指定のデフォルトポインターサイズです。'; -$strMyISAMMaxExtraSortFileSizeDesc = 'MyISAMのインデックスを高速作成するときに利用するテンポラリファイルの大きさが、キーキャッシュを利用するときよりここに指定した値以上大きくなる場合は、キーキャッシュ法が使われます。'; $strMyISAMMaxExtraSortFileSize = 'インデックス作成用一時ファイルの最大サイズ'; -$strMyISAMMaxSortFileSizeDesc = 'MyISAM インデックスの再作成で使用することが許された MySQL 一時ファイルの最大サイズです (REPAIR TABLE 中、ALTER TABLE か LOAD DATA INFILE)'; +$strMyISAMMaxExtraSortFileSizeDesc = 'MyISAMのインデックスを高速作成するときに利用するテンポラリファイルの大きさが、キーキャッシュを利用するときよりここに指定した値以上大きくなる場合は、キーキャッシュ法が使われます。'; $strMyISAMMaxSortFileSize = '一時ソートファイルの最大サイズ'; -$strMyISAMRecoverOptionsDesc = 'クラッシュした MyISAM テーブルの自動回復用モードで、サーバー起動オプション --myisam-recover で設定します。'; +$strMyISAMMaxSortFileSizeDesc = 'MyISAM インデックスの再作成で使用することが許された MySQL 一時ファイルの最大サイズです (REPAIR TABLE 中、ALTER TABLE か LOAD DATA INFILE)'; +$strMyISAMRecoverOptionsDesc = 'クラッシュした MyISAM テーブルの自動回復用モードで、サーバ起動オプション --myisam-recover で設定します。'; $strMyISAMRecoverOptions = '自動修復モード'; -$strMyISAMRepairThreadsDesc = 'もしこの値が 1 以上なら、MyISAM テーブルのインデックスはソート処理の修復中に平行で(それ自身の各インデックスを)作成します。'; $strMyISAMRepairThreads = 'スレッドの修復'; +$strMyISAMRepairThreadsDesc = 'もしこの値が 1 以上なら、MyISAM テーブルのインデックスはソート処理の修復中に平行で(それ自身の各インデックスを)作成します。'; $strMyISAMSortBufferSize = 'ソートバッファーサイズ'; $strMyISAMSortBufferSizeDesc = 'このバッファーは、REPAIR TABLE の間に MyISAM インデックスをソートする場合、または CREATE INDEX か ALTER TABLE とインデックスを作成する場合に、割り付けられます。'; $strMySQLCharset = 'MySQL の文字セット'; @@ -474,36 +490,37 @@ $strMySQLShowProcess = 'MySQL プロセスの表示'; $strMySQLShowStatus = 'MySQL のランタイム情報'; $strMySQLShowVars = 'MySQL のシステム変数'; -$strName = '名前'; +$strName = '前'; $strNext = '次へ'; $strNo = 'いいえ'; $strNoActivity = '%s 秒以上操作をしませんでした。再度ログインをしてください。'; -$strNoDatabasesSelected = 'データベースが選択されていません。'; $strNoDatabases = 'データベース数'; +$strNoDatabasesSelected = 'データベースが選択されていません。'; +$strNoDataReceived = 'インポートするデータを受信できませんでした。ファイルが送信されていないか、ファイルサイズがPHPの設定で許可された最大値を超えています。FAQ 1.16をご覧ください'; $strNoDescription = '記述がありません'; $strNoDetailsForEngine = 'このストレージエンジンには有効なステータスの詳細情報はありません。'; -$strNoDropDatabases = '「DROP DATABASE」ステートメントは禁止される'; +$strNoDropDatabases = '「DROP DATABASEステートメントは禁止される'; $strNoExplain = 'SQL の分析を飛ばす'; $strNoFilesFoundInZip = 'ZIP アーカイブ中にファイルが見つかりません!'; $strNoFrames = 'phpMyAdmin はフレームをサポートしたブラウザでの利用をお勧めします。'; -$strNoIndexPartsDefined = 'インデックスの部分は設定されていません。'; $strNoIndex = 'インデックスは設定されていません。'; +$strNoIndexPartsDefined = 'インデックスの部分は設定されていません。'; $strNoModification = '変更無し'; $strNone = '無し'; $strNoOptions = 'この書式はオプションがありません。'; $strNoPassword = 'パスワード無し'; -$strNoPermission = 'ファイル「%s」を保存するパーミッションをウェブサーバーは持っていません。'; +$strNoPermission = 'ファイル「%sを保存するパーミッションをウェブサーバは持っていません。'; $strNoPhp = 'PHP コード無し'; $strNoPrivileges = '特権無し'; $strNoRights = '現在特権を持ってないのでここに入れません。'; $strNoRowsSelected = '行は選択されませんでした。'; -$strNoSpace = 'ファイル「%s」を保存するには空き容量が不十分です。'; +$strNoSpace = 'ファイル「%sを保存するには空き容量が十分です。'; $strNoTablesFound = '現在のデータベースにテーブルはありません。'; -$strNoThemeSupport = 'テーマをサポートしていません。設定とテーマディレクトリ「%s」を確認してください。'; +$strNoThemeSupport = 'テーマをサポートしていません。設定とテーマディレクトリ「%sを確認してください。'; $strNotNumber = 'これは数値ではありません。'; $strNotOK = 'OK ではありません。'; -$strNotSet = 'テーブル「%s」が見つからないか、%s が設定されていません。'; -$strNoUsersFound = '該当ユーザーは見つかりませんでした。'; +$strNotSet = 'テーブル「%sが見つからないか、%s が設定されていません。'; +$strNoUsersFound = '該当ユーザは見つかりませんでした。'; $strNoValidateSQL = 'SQL 検証をスキップ'; $strNull = '空の値(NULL)'; $strNumberOfFields = 'フィールド数'; @@ -512,6 +529,10 @@ $strNumSearchResultsTotal = '件数: %s が見つかりました $strNumTables = 'テーブル'; $strOK = 'OK'; +$strOpenDocumentSpreadsheet = 'スプレッドシートを開く'; +$strOpenDocumentSpreadsheetOptions = 'スプレッドシートを開くときのオプション'; +$strOpenDocumentText = 'テキストを開く'; +$strOpenDocumentTextOptions = 'テキストを開くときのオプション'; $strOpenNewWindow = '新しい phpMyAdmin のウィンドウを開く'; $strOperations = '操作'; $strOperator = '操作'; @@ -530,12 +551,13 @@ $strPasswordChanged = '%s のパスワードは変更されました。'; $strPasswordEmpty = 'パスワードが空です。'; $strPasswordHashing = 'パスワードハッシュ'; $strPasswordNotSame = 'パスワードが同じではありません。'; -$strPdfDbSchema = 'データベース「%s」のスキーマ - ページ %s'; +$strPdfDbSchema = 'データベース「%sのスキーマ - ページ %s'; $strPdfInvalidTblName = '"%s" テーブルがありません!'; $strPdfNoTables = 'テーブルがありません'; $strPDFOptions = 'PDF オプション'; $strPDF = 'PDF'; -$strPDFReportTitle = 'レポートの題名'; +$strPDFReportExplanation = '(単一テーブルのデータを含むレポートを生成します)'; +$strPDFReportTitle = 'レポートの題'; $strPerHour = '時毎'; $strPerMinute = '/分'; $strPerSecond = '/秒'; @@ -550,21 +572,21 @@ $strPolish = 'ポーランド語'; $strPortrait = 'ポートレイト'; $strPos1 = '最初'; $strPrevious = '以前'; -$strPrimaryKeyHasBeenDropped = '主キーを削除しました。'; -$strPrimaryKeyName = '主キーの名前は... PRIMARY ではなければいけません。'; -$strPrimaryKeyWarning = '("PRIMARY"はちょうど主キーの名前ではなければいけません。'; $strPrimary = '主要'; -$strPrintViewFull = '印刷ビュー (全テキストを含む)'; -$strPrintView = '印刷用の表示'; +$strPrimaryKeyHasBeenDropped = '主キーを削除しました。'; +$strPrimaryKeyName = '主キーの前は... PRIMARY ではなければいけません。'; +$strPrimaryKeyWarning = '("PRIMARY"はちょうど主キーの前ではなければいけません。'; $strPrint = '印刷'; +$strPrintView = '印刷用の表示'; +$strPrintViewFull = '印刷ビュー (全テキストを含む)'; $strPrivDescAllPrivileges = 'GRANT を除くすべての特権を含みます。'; -$strPrivDescAlterRoutine = 'ストアドルーチンの変更と破棄を許可します。'; $strPrivDescAlter = '存在するテーブル構造の変更を許可します。'; +$strPrivDescAlterRoutine = 'ストアドルーチンの変更と破棄を許可します。'; $strPrivDescCreateDb = '新しいデータベース、テーブルの作成を許可します。'; $strPrivDescCreateRoutine = 'ストアドルーチンの作成を許可します。'; $strPrivDescCreateTbl = '新しいテーブルの作成を許可します。'; $strPrivDescCreateTmpTable = 'テンポラリーテーブルの作成を許可します。'; -$strPrivDescCreateUser = 'ユーザーアカウントの作成・破棄・名称変更を許可します。'; +$strPrivDescCreateUser = 'ユーザアカウントの作成・破棄・称変更を許可します。'; $strPrivDescCreateView = '新しいビューの作成を許可します。'; $strPrivDescDelete = 'データの削除を許可します。'; $strPrivDescDropDb = 'データベースとテーブルの削除を許可します。'; @@ -572,43 +594,44 @@ $strPrivDescDropTbl = 'テーブルの削除を許可します。'; $strPrivDescExecute5 = 'ストアドルーチンの実行を許可します。'; $strPrivDescExecute = 'ストアードプロシジャーを実行することを許可します。この MySQL 版では意味ありません。'; $strPrivDescFile = 'データのインポート、データのファイルへのエクスポートを許可します。'; -$strPrivDescGrant = '特権テーブルのリロードなしにユーザー、特権の追加を許可します。'; +$strPrivDescGrant = '特権テーブルのリロードなしにユーザ、特権の追加を許可します。'; $strPrivDescIndex = 'インデックスの作成、削除を許可します。'; $strPrivDescInsert = 'データの挿入、入れ替えを許可します。'; $strPrivDescLockTables = '現在のスレッドのロッキングテーブルを許可します。'; $strPrivDescMaxConnections = '1 時間内に新しく接続可能な数を制限します。'; -$strPrivDescMaxQuestions = '1 時間内にサーバーに照会を送れる数を制限します。'; +$strPrivDescMaxQuestions = '1 時間内にサーバに照会を送れる数を制限します。'; $strPrivDescMaxUpdates = '1 時間内にテーブル、データベースに対しての変更が発生するコマンドの数を制限します。'; -$strPrivDescMaxUserConnections = 'ユーザーの同時の接続数を制限します。'; -$strPrivDescProcess3 = '他のユーザープロセスを停止できることを許可します。'; +$strPrivDescMaxUserConnections = 'ユーザの同時の接続数を制限します。'; +$strPrivDescProcess3 = '他のユーザプロセスを停止できることを許可します。'; $strPrivDescProcess4 = 'プロセス一覧中の完全な照会の表示を許可します。'; $strPrivDescReferences = 'この MySQL バージョンでは意味ありません。'; -$strPrivDescReload = 'サーバーのリロード、キャッシュのクリアを許可します。'; -$strPrivDescReplClient = 'スレーブかマスターを要求できる権利をユーザーに与えます。'; +$strPrivDescReload = 'サーバのリロード、キャッシュのクリアを許可します。'; +$strPrivDescReplClient = 'スレーブかマスターを要求できる権利をユーザに与えます。'; $strPrivDescReplSlave = 'レプリケーションスレーブが必要です。'; $strPrivDescSelect = 'データの読み出し許可'; $strPrivDescShowDb = 'データベースの完全な一覧へのアクセス権を与えます。'; $strPrivDescShowView = '照会 SHOW CREATE VIEW の実行を許可します。'; -$strPrivDescShutdown = 'サーバーのシャットダウンを許可します。'; -$strPrivDescSuper = '最大の接続数に達しても接続を許可します。多くの管理操作はグローバル変数や他ユーザープロセスの終了ができるような設定が必要です。'; +$strPrivDescShutdown = 'サーバのシャットダウンを許可します。'; +$strPrivDescSuper = '最大の接続数に達しても接続を許可します。多くの管理操作はグローバル変数や他ユーザプロセスの終了ができるような設定が必要です。'; $strPrivDescUpdate = 'データの修正を許可します。'; $strPrivDescUsage = '特権がありません。'; -$strPrivilegesReloaded = '特権はリロードされました。'; $strPrivileges = '特権'; +$strPrivilegesReloaded = '特権はリロードされました。'; +$strProcedures = 'プロシジャ'; $strProcesses = 'プロセス'; $strProcesslist = 'プロセス一覧'; $strProtocolVersion = 'プロトコルバージョン'; -$strPutColNames = '最初の 1 行目にフィールド名を追加する'; +$strPutColNames = '最初の 1 行目にフィールドを追加する'; +$strQBE = '照会'; $strQBEDel = '削除'; $strQBEIns = '挿入'; -$strQBE = '照会'; $strQueryCache = '照会キャッシュ'; $strQueryFrame = '照会ウィンドウ'; $strQueryOnDb = 'データベースの SQL %s:'; $strQueryResultsOperations = '照会結果操作'; $strQuerySQLHistory = 'SQL 履歴'; -$strQueryStatistics = '照会統計: 起動時から %s 個の照会がサーバーに送信されています。'; +$strQueryStatistics = '照会統計: 起動時から %s 個の照会がサーバに送信されています。'; $strQueryTime = '照会の実行時間 %01.4f 秒'; $strQueryType = '照会タイプ'; $strQueryWindowLock = 'ウィンドウの外からこの照会を書き換えできません。'; @@ -625,10 +648,10 @@ $strRelationsForTable = 'RELATIONS FOR TABLE'; $strRelationView = 'リレーションを表示する'; $strReloadingThePrivileges = '特権を再読み込み中です。'; $strReloadPrivileges = 'MySQL のリロード'; -$strRemoveSelectedUsers = '選択されたユーザーを削除します'; -$strRenameDatabaseOK = 'データベース「%s」は「%s」に名称変更しました。'; -$strRenameTableOK = '「%s」を「%s」に名前を変更しました。'; -$strRenameTable = 'テーブル名の変更'; +$strRemoveSelectedUsers = '選択されたユーザを削除します'; +$strRenameDatabaseOK = 'データベース「%sは「%sに称変更しました。'; +$strRenameTable = 'テーブルの変更'; +$strRenameTableOK = '「%sを「%sに前を変更しました。'; $strRepairTable = 'テーブルを復旧する'; $strReplaceNULLBy = 'NULL を指定の文字列で置き換える'; $strReplaceTable = 'ファイルでテーブルを置き換える'; @@ -636,12 +659,13 @@ $strReplication = 'レプリケーション'; $strReset = 'リセット'; $strResourceLimits = 'リソースの制限'; $strReType = '再入力'; -$strRevokeAndDeleteDescr = 'ユーザーは特権を再読み込みするまで USAGE 特権のままです。'; -$strRevokeAndDelete = 'ユーザーから有効な特権をすべて破棄して削除する'; -$strRevokeMessage = '%s の特権を取消しました。'; $strRevoke = '廃止'; +$strRevokeAndDelete = 'ユーザから有効な特権をすべて破棄して削除する'; +$strRevokeAndDeleteDescr = 'ユーザは特権を再読み込みするまで USAGE 特権のままです。'; +$strRevokeMessage = '%s の特権を取消しました。'; $strRomanian = 'ルーマニア語'; $strRowLength = '行の長さ'; +$strRows = '行'; $strRowsFrom = '開始行'; $strRowSize = ' 行のサイズ '; $strRowsModeFlippedHorizontal = '水平 (回転したヘッダー)'; @@ -649,16 +673,16 @@ $strRowsModeHorizontal = '水平'; $strRowsModeOptions = '方向: %s : %s 列ずつヘッダーを繰り返し表示する'; $strRowsModeVertical = '垂直'; $strRowsStatistic = '行の統計'; -$strRows = '行'; $strRunning = 'が実行中です。 %s'; $strRunQuery = '照会の実行する'; -$strRunSQLQueryOnServer = 'サーバー「%s」で SQL を実行する'; -$strRunSQLQuery = 'データベース「%s」で SQL を実行する'; +$strRunSQLQuery = 'データベース「%sで SQL を実行する'; +$strRunSQLQueryOnServer = 'サーバ「%sで SQL を実行する'; $strRussian = 'ロシア語'; -$strSaveOnServer = 'サーバー上のディレクトリ「%s」に保存する'; $strSave = '保存する'; +$strSaveOnServer = 'サーバ上のディレクトリ「%sに保存する'; $strScaleFactorSmall = '1 ページ内に図表を配置させるためには大きさが小さ過ぎます'; +$strSearch = '検索'; $strSearchFormTitle = 'データベース内を検索する'; $strSearchInTables = 'テーブルの指定:'; $strSearchNeedle = '検索する単語、または値 (ワイルドカードは: "%"):'; @@ -668,7 +692,6 @@ $strSearchOption3 = '正確なフレーズ'; $strSearchOption4 = '正規表現'; $strSearchResultsFor = '検索結果 "%s" %s:'; $strSearchType = '検索条件:'; -$strSearch = '検索'; $strSecretRequired = '設定ファイルは今は秘密パスフレーズを必要とします(blowfish_secret)。'; $strSelectADb = 'データベースを選択してください。'; $strSelectAll = '全選択'; @@ -678,21 +701,23 @@ $strSelectNumRows = '照会'; $strSelectTables = 'テーブルの選択'; $strSend = 'ファイルで保存する'; $strSent = '送信済'; -$strServer = 'サーバー'; -$strServerChoice = 'サーバーの選択をする'; -$strServerNotResponding = 'サーバーが反応しません。'; -$strServerStatusDelayedInserts = '遅延インサート'; -$strServerStatusUptime = 'この MySQL サーバーは %s 間動作中で、%s に起動しています。'; +$strServer = 'サーバ'; +$strServerChoice = 'サーバの選択をする'; +$strServerNotResponding = 'サーバが反応しません。'; +$strServers = 'サーバ'; $strServerStatus = 'ランタイム情報'; +$strServerStatusDelayedInserts = '遅延インサート'; +$strServerStatusUptime = 'この MySQL サーバは %s 間動作中で、%s に起動しています。'; $strServerTabVariables = '変数'; -$strServerTrafficNotes = 'サーバートラフィック: このテーブルは MySQL サーバーが起動してからのネットワークトラフィックの統計を表示します。'; -$strServerVars = 'サーバー変数と設定値'; -$strServerVersion = 'サーバーのバージョン'; +$strServerTrafficNotes = 'サーバトラフィック: このテーブルは MySQL サーバが起動してからのネットワークトラフィックの統計を表示します。'; +$strServerVars = 'サーバ変数と設定値'; +$strServerVersion = 'サーバのバージョン'; $strSessionValue = 'セッション値'; -$strSetEnumVal = 'フィールドタイプが「enum」又は「set」の場合は値にこの書式を使って入力してください: \'a\',\'b\',\'c\'...
        バックスラッシュ「"\"」又はクオート「"\'"」を入力したいと、頭にバックスラッシュを付けて下さい(例: 「\\\\xyz」もしくは「a\\\'b」)'; +$strSetEnumVal = 'フィールドタイプが「enum又は「setの場合は値にこの書式を使って入力してください: \'a\',\'b\',\'c\'...
        バックスラッシュ「"\"又はクオート「"\'"を入力したいと、頭にバックスラッシュを付けて下さい(例: 「\\\\xyzもしくは「a\\\'b)'; $strShowAll = 'すべて表示'; $strShowColor = '色表示'; $strShowDatadictAs = 'データ辞書形式'; +$strShow = '表示'; $strShowFullQueries = '完全な照会を表示'; $strShowGrid = 'グリッドの表示'; $strShowingBookmark = 'ブックマークを閲覧中'; @@ -703,17 +728,17 @@ $strShowSlaveHosts = 'スレーブホストを表示する'; $strShowSlaveStatus = 'スレーブの状態を表示する'; $strShowStatusBinlog_cache_disk_useDescr = 'テンポラリバイナリログキャッシュを利用しようとして、binlog_cache_sizeの値を超過したため、トランザクションのステートメントをテンポラリファイルに保存したトランザクションの数。'; $strShowStatusBinlog_cache_useDescr = '一時バイナリログキャッシュを使用した処理の数です。'; -$strShowStatusCreated_tmp_disk_tablesDescr = '構文実行中にサーバーによって自動的にディスクに作成された一時テーブルの数です。Created_tmp_disk_tables が大きい場合、原因の一時テーブルをディスクベースの変わりにメモリベースにさせるように、値 tmp_table_size を増やしたいでしょう。'; +$strShowStatusCreated_tmp_disk_tablesDescr = '構文実行中にサーバによって自動的にディスクに作成された一時テーブルの数です。Created_tmp_disk_tables が大きい場合、原因の一時テーブルをディスクベースの変わりにメモリベースにさせるように、値 tmp_table_size を増やしたいでしょう。'; $strShowStatusCreated_tmp_filesDescr = 'mysqld はどれだけの一時的ファイルを作成したかです。'; -$strShowStatusCreated_tmp_tablesDescr = 'サーバーで構文の実行によって自動的に作成されたメモリ内の一時テーブルの数。'; +$strShowStatusCreated_tmp_tablesDescr = 'サーバで構文の実行によって自動的に作成されたメモリ内の一時テーブルの数。'; $strShowStatusDelayed_errorsDescr = '若干のエラーが発生した INSERT DELAYED が書かれた行数です (おそらくキーの重複)'; $strShowStatusDelayed_insert_threadsDescr = '使用中の INSERT DELAYED ハンドラースレッドの数。INSERT DELAYED を適用する相異なるテーブルの数だけ固有のスレッドが用意されます。'; $strShowStatusDelayed_writesDescr = 'INSERT DELAYED で列書き込みをした数です。'; $strShowStatusFlush_commandsDescr = 'FLUSH 文を実行した数です。'; $strShowStatusHandler_commitDescr = 'COMMIT 文の内部数です。'; $strShowStatusHandler_deleteDescr = 'テーブルから列を削除した回数です。'; -$strShowStatusHandler_discoverDescr = 'MySQLサーバはNDBクラスタストレージエンジンに特定の名前を持つテーブルについての情報を持っているか問い合わせることができます。これは開示と呼ばれています。Handler_discoverは、開示されたタイムテーブルの数を示します。'; -$strShowStatusHandler_read_firstDescr = 'インデックスからはじめのエントリを読み込んだ回数です。これが高い場合、それはサーバーが多くの完全なインデックス走査を行っていると示します。例えば「SELECT col1 FROM foo」は col1 はインデックスと仮定します。'; +$strShowStatusHandler_discoverDescr = 'MySQLサーバはNDBクラスタストレージエンジンに特定の前を持つテーブルについての情報を持っているか問い合わせることができます。これは開示と呼ばれています。Handler_discoverは、開示されたタイムテーブルの数を示します。'; +$strShowStatusHandler_read_firstDescr = 'インデックスからはじめのエントリを読み込んだ回数です。これが高い場合、それはサーバが多くの完全なインデックス走査を行っていると示します。例えば「SELECT col1 FROM fooは col1 はインデックスと仮定します。'; $strShowStatusHandler_read_keyDescr = 'キーに基づいて行を読み込んだ要求の数です。これが高い場合、それはあなたの照会とテーブルが適切にインデックス付けされているというよい表示です。'; $strShowStatusHandler_read_nextDescr = 'キーの順番通りに行を読んでいるリクエストの数。この値は範囲の制約をつけてインデックス列を照会しているか、インデックススキャンを行っているときに増えます。'; $strShowStatusHandler_read_prevDescr = 'キーの順番通りに行を遡って読んでいるリクエストの数。この読み込みは主にORDER BY ... DESCを最適化するときに利用されます。'; @@ -729,7 +754,7 @@ $strShowStatusInnodb_buffer_pool_pages_freeDescr = '空きページ数です。' $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDBバッファプールでラッチされているページ数。これは現在読み込んでいる、あるいは書き込んでいるページ、あるいは他の何らかの理由でフラッシュしたり削除したりできなくなっているページの数です。'; $strShowStatusInnodb_buffer_pool_pages_miscDescr = '行ロックやアダプティブハッシュインデックスといった管理オーバヘッドのせいでビジーになっているページ数。この値はInnodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_dataという式でも計算できます。'; $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'ページのバッファプールのサイズの合計です。'; -$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDBが開始した「ランダム」読み込みの回数。これは照会がテーブルの大部分をランダムな順番でスキャンするときに発生します。'; +$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDBが開始した「ランダム読み込みの回数。これは照会がテーブルの大部分をランダムな順番でスキャンするときに発生します。'; $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDBが開始したシーケンシャル読み込みの回数。これはInnoDBがシーケンシャルなフルテーブルスキャンを行うときに発生します。'; $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB が行った論理的な読み込み要求の数です。'; $strShowStatusInnodb_buffer_pool_readsDescr = 'InnoDBがバッファプールの内容を利用できず、シングルページ読み込みを行わなければならなかった論理読み込みの回数。'; @@ -788,14 +813,14 @@ $strShowStatusQcache_queries_in_cacheDescr = 'キャッシュの中で登録さ $strShowStatusQcache_total_blocksDescr = '照会キャッシュの総ブロック数です。'; $strShowStatusReset = 'リセット'; $strShowStatusRpl_statusDescr = 'フェイルセーフレプリケーションの状態です (実装されていません)'; -$strShowStatusSelect_full_joinDescr = 'インデックスを用いない結合の数です。この値が 0 でない場合、注意深くテーブルのインデックスを確認するべきです。'; +$strShowStatusSelect_full_joinDescr = 'インデックスを用いない結合の数です。この値が 0 でない場合、テーブルのインデックスをよく確認してください。'; $strShowStatusSelect_full_range_joinDescr = '関連テーブルで範囲検索を使用した結合の数です。'; $strShowStatusSelect_range_checkDescr = 'キーなしでjoinした回数。これは各行についてキーの使用頻度をチェックするものです(これが0以外の場合はテーブルのインデックスをよくチェックしてください)。'; $strShowStatusSelect_rangeDescr = '最初のテーブルで範囲を使用した結合の数です (これが大きくても通常は危険ではありません)'; $strShowStatusSelect_scanDescr = '最初のテーブルの完全なスキャンを行った結合の数です。'; $strShowStatusSlave_open_temp_tablesDescr = 'スレーブ SQL スレッドによって現在開いている一時的テーブルの数です。'; $strShowStatusSlave_retried_transactionsDescr = 'レプリケーションのスレーブ SQL スレッドがトランザクションを再試行した回数の(起動からの)合計数。'; -$strShowStatusSlave_runningDescr = 'このサーバーがマスターに接続されるスレーブである場合、これは ON です。'; +$strShowStatusSlave_runningDescr = 'このサーバがマスターに接続されるスレーブである場合、これは ON です。'; $strShowStatusSlow_launch_threadsDescr = 'slow_launch_time の秒数より時間がかかって作成されたスレッドの数です。'; $strShowStatusSlow_queriesDescr = 'long_query_time の秒数を越えた照会の数です。'; $strShowStatusSort_merge_passesDescr = 'ソートアルゴリズムが実行しなければならなかったマージの回数。この値が高い場合は、sort_buffer_sizeシステム変数の値を増やすことを検討してください。'; @@ -804,21 +829,20 @@ $strShowStatusSort_rowsDescr = 'ソート済の行数です。'; $strShowStatusSort_scanDescr = 'テーブルの走査により行われたソート数です。'; $strShowStatusTable_locks_immediateDescr = 'テーブルロックがすぐに取得された回数です。'; $strShowStatusTable_locks_waitedDescr = 'テーブルロックがすぐに取得できなかったためにウェイトが発生した回数。この値が高く、パフォーマンスに問題が生じている場合は、まず照会を最適化してください。それでもだめなら、テーブルを分割するか、レプリケーションを利用してください。'; -$strShowStatusThreads_cachedDescr = 'スレッドキャッシュ中のスレッド数です。キャッシュヒット率は Threads_created/Connections として計算することができます。この値が赤い場合、thread_cache_size を上げるべきです。'; +$strShowStatusThreads_cachedDescr = 'スレッドキャッシュ中のスレッド数です。キャッシュヒット率は Threads_created/Connections として計算することができます。この値が赤字になっているときは thread_cache_size を上げてください。'; $strShowStatusThreads_connectedDescr = '現在接続中の数です。'; $strShowStatusThreads_createdDescr = '接続を扱うために作成されたスレッドの数です。Threads_created が大きい場合、値 thread_cache_size を増加させたいと思うかもしれません。(通常よいスレッド実装をしている場合、これは顕著なパフォーマンス向上を与えません)'; $strShowStatusThreads_runningDescr = 'スリープしていないスレッドの数です。'; $strShowTableDimension = 'テーブルの大きさを表示する'; $strShowTables = 'テーブルの表示する'; $strShowThisQuery = ' 実行した照会をここに表示する'; -$strShow = '表示'; $strSimplifiedChinese = '簡体字中国語'; $strSingly = '(1 回)'; $strSize = 'サイズ'; $strSkipQueries = '開始からスキップするレコード(照会)の数'; $strSlovak = 'スロバキア語'; $strSlovenian = 'スロベニア語'; -$strSocketProblem = '(または、ローカルの MySQL サーバーのソケットは正確に設定されません)'; +$strSocketProblem = '(または、ローカルの MySQL サーバのソケットは正確に設定されません)'; $strSort = 'ソート'; $strSortByKey = 'キーでソート'; $strSorting = 'ソート'; @@ -829,8 +853,8 @@ $strSQLCompatibility = 'SQL互換モード'; $strSQLExportType = 'エクスポート形式'; $strSQLImportOptions = 'SQL オプション'; $strSQLOptions = 'SQL オプション'; -$strSQLParserBugMessage = 'あなたは SQL パーサーのバグを見けられるかもしれません。あなたの問い合わせを念入りに確かめて、引用符が正しくミスマッチがないかチェックしましょう。その他の失敗にはテキストエリアで引用した外側にバイナリーコードが付いてファイルがアップロードされてしまったような原因が考えられます。また、あなたの問い合わせを MySQL のコマンドラインを使って試すこともできます。MySQL サーバーは以下のようにエラーを出します。そこには問題を解決する手助けがあるでしょう。コマンドラインでは成功しても、まだ問題がある場合、パーサーが失敗する場合には、問題のある SQL 問い合わせをひとつの文に減らしてみて下さい。そして以下のセクションでデータを切り取ってバグ報告を送って下さい:'; -$strSQLParserUserError = 'SQL にエラーがあります。MySQL サーバーは以下のようにエラーを出力しました。そこには問題を解決する手助けがあるでしょう。'; +$strSQLParserBugMessage = 'あなたは SQL パーサーのバグを見けられるかもしれません。あなたの問い合わせを念入りに確かめて、引用符が正しくミスマッチがないかチェックしましょう。その他の失敗にはテキストエリアで引用した外側にバイナリーコードが付いてファイルがアップロードされてしまったような原因が考えられます。また、あなたの問い合わせを MySQL のコマンドラインを使って試すこともできます。MySQL サーバは以下のようにエラーを出します。そこには問題を解決する手助けがあるでしょう。コマンドラインでは成功しても、まだ問題がある場合、パーサーが失敗する場合には、問題のある SQL 問い合わせをひとつの文に減らしてみて下さい。そして以下のセクションでデータを切り取ってバグ報告を送って下さい:'; +$strSQLParserUserError = 'SQL にエラーがあります。MySQL サーバは以下のようにエラーを出力しました。そこには問題を解決する手助けがあるでしょう。'; $strSQLQuery = '実行した SQL'; $strSQLResult = 'SQL の結果'; $strSQL = 'SQL'; @@ -840,7 +864,7 @@ $strSQPBugUnknownPunctuation = '無効な句読点文字です。'; $strStatCheckTime = '最終検査'; $strStatCreateTime = '作成日時'; $strStatement = 'ステートメント'; -$strStatisticsOverrun = 'ビジーなサーバーでは、バイトカウンターが超過するかもしれません。従って、MySQL サーバーが報告するそれらの統計は正しくないかもしれません。'; +$strStatisticsOverrun = 'ビジーなサーバでは、バイトカウンタが超過するかもしれません。従って、MySQL サーバが報告するそれらの統計は正しくないかもしれません。'; $strStatUpdateTime = '最終更新'; $strStatus = '状態'; $strStorageEngine = 'ストレージエンジン'; @@ -849,6 +873,7 @@ $strStrucCSV = 'CSV データ'; $strStrucData = '構造とデータ'; $strStrucExcelCSV = 'MS Excel 用 CSV データ'; $strStrucNativeExcel = '本来の MS Excel データ'; +$strStrucNativeExcelOptions = 'Excelのネイティブエクスポートのオプション'; $strStrucOnly = '構造のみ'; $strStructPropose = 'テーブル構造を確認する'; $strStructure = '構造'; @@ -862,7 +887,7 @@ $strSwitchToTable = 'コピーしたテーブルに切り替える'; $strTable = 'テーブル '; $strTableAlreadyExists = 'テーブル %s は既に存在します!'; $strTableComments = 'テーブルの説明'; -$strTableEmpty = 'テーブル名は空です。'; +$strTableEmpty = 'テーブルは空です。'; $strTableHasBeenDropped = 'テーブル %s を削除しました。'; $strTableHasBeenEmptied = 'テーブル %s を空にしました。'; $strTableHasBeenFlushed = 'テーブル %s のキャッシュを空にしました。'; @@ -877,38 +902,38 @@ $strTempData = '一時データ'; $strTextAreaLength = ' 長さの所為でこのフィールドを
        修正できない可能性があります。'; $strThai = 'タイ語'; $strTheme = 'テーマ / スタイル'; -$strThemeDefaultNotFound = 'デフォルトテーマ「%s」が見つかりません!'; +$strThemeDefaultNotFound = 'デフォルトテーマ「%sが見つかりません!'; $strThemeNoPreviewAvailable = 'プレビューは利用できません。'; -$strThemeNotFound = 'テーマ「%s」が見つかりません!'; -$strThemeNoValidImgPath = 'テーマ「%s」で正しい画像パスが見つかりません!'; -$strThemePathNotFound = 'テーマ「%s」のテーマパスが見つかりません!'; +$strThemeNotFound = 'テーマ「%sが見つかりません!'; +$strThemeNoValidImgPath = 'テーマ「%sで正しい画像パスが見つかりません!'; +$strThemePathNotFound = 'テーマ「%sのテーマパスが見つかりません!'; $strThisHost = 'このホスト'; $strThisNotDirectory = 'これはディレクトリではありません'; $strThreads = 'スレッド'; $strThreadSuccessfullyKilled = 'スレッド %s は終了しました。'; +$strTime = '時間'; $strTimeoutInfo = '以前にインポートでタイムアウトしています。再送信後、位置 %d より継続するでしょう。'; $strTimeoutNothingParsed = 'しかし、最後の実行でのデータは解析されていません。これは、通常 php の時間制限を増やさなければ phpMyAdmin がこのインポートを終了することができなということを意味します。'; $strTimeoutPassed = 'スクリプトがタイムアウトを過ぎました。インポートを終わらせたい場合、同じファイルを再送信し、インポートを再開させてください。'; -$strTime = '時間'; $strToggleScratchboard = 'トグルスクラッチボード'; -$strTotalUC = '合計'; $strTotal = '合計'; +$strTotalUC = '合計'; $strTraditionalChinese = '伝統的な中国語'; $strTraditionalSpanish = '伝統的なスペイン語'; $strTraffic = 'トラフィック'; $strTransactionCoordinator = 'トランザクションコーディネータ'; -$strTransformation_application_octetstream__download = 'フィールドのバイナリデータをダウンロードするリンクを表示します。1 つ目のオプションはバイナリファイルのファイル名です。2 つ目オプションはファイル名を含むテーブル行の正しいフィールド名です。2 つ目のオプションを提供する場合、1 つ目のオプションは空文字列に設定する必要があります。'; +$strTransformation_application_octetstream__download = 'フィールドのバイナリデータをダウンロードするリンクを表示します。1 つ目のオプションはバイナリファイルのファイルです。2 つ目オプションはファイルを含むテーブル行の正しいフィールドです。2 つ目のオプションを提供する場合、1 つ目のオプションは空文字列に設定する必要があります。'; $strTransformation_application_octetstream__hex = 'データの 16 進数表示です。'; $strTransformation_image_jpeg__inline = 'クリック可能なサムネイルを表示します; オプション: width・height をピクセルで指定 (元の比率を保ちます)'; $strTransformation_image_jpeg__link = 'この画像へのリンクを表示 (例えば blob を直接ダウンロード).'; -$strTransformation_image_png__inline = '「image/jpeg: inline」を参照してください。'; +$strTransformation_image_png__inline = '「image/jpeg: inlineを参照してください。'; $strTransformation_text_plain__dateformat = 'TIME、TIMESTAMP あるいは DATETIME フィールドで、ローカルの日付表示形式を用いて書式化します。1 つ目のオプションはタイムスタンプに加算するオフセット時間(単位:時間)です(デフォルト: 0)2 つ目のオプションは、PHP の strftime()で利用可能なパラメーターでのさまざまな日付表示形式です。'; -$strTransformation_text_plain__external = 'LINUX のみ: 外部アプリケーションを起動し、標準入力からフィールドデータを入力します。アプリケーションの標準出力が返ります。デフォルトは Tidy で、綺麗な HTML コードを出力します。セキュリティの理由で、手動でファイル「libraries/text_plain__external.inc.php」を編集し、実行するを許可するツールを挿入しなければなりません。最初のオプションは、使用するプログラムの数で、2 つ目のオプションはプログラムのパラメータです。3 つ目のオプションが 1 に設定されていた場合、htmlspecialchars() を用いて出力を変換するでしょう(デフォルト: 1)4 つ目 オプションが 1 に設定されていた場合、禁則処理を防ぎ、出力がすべて 1 行に見えることを保証するでしょう(デフォルト: 1).'; +$strTransformation_text_plain__external = 'LINUX のみ: 外部アプリケーションを起動し、標準入力からフィールドデータを入力します。アプリケーションの標準出力が返ります。デフォルトは Tidy で、綺麗な HTML コードを出力します。セキュリティの理由で、手動でファイル「libraries/text_plain__external.inc.phpを編集し、実行するを許可するツールを挿入しなければなりません。最初のオプションは、使用するプログラムの数で、2 つ目のオプションはプログラムのパラメータです。3 つ目のオプションが 1 に設定されていた場合、htmlspecialchars() を用いて出力を変換するでしょう(デフォルト: 1)4 つ目 オプションが 1 に設定されていた場合、禁則処理を防ぎ、出力がすべて 1 行に見えることを保証するでしょう(デフォルト: 1).'; $strTransformation_text_plain__formatted = 'フィールドの元の書式を保存します。エスケープせずに終了します。'; -$strTransformation_text_plain__imagelink = '画像とリンク、ファイル名を含むフィールドを表示します; 1 つ目のオプションは "http://domain.com/" のような接頭語で、2 つ目のオプションはピクセル指定の幅、3 つ目は高さです。'; -$strTransformation_text_plain__link = 'ファイル名を含むフィールド、リンクを表示; 1 つ目のオプションは "http://domain.com/" のような接頭語、2 つ目のオプションはリンクのタイトルです。'; +$strTransformation_text_plain__imagelink = '画像とリンク、ファイルを含むフィールドを表示します; 1 つ目のオプションは "http://domain.com/" のような接頭語で、2 つ目のオプションはピクセル指定の幅、3 つ目は高さです。'; +$strTransformation_text_plain__link = 'ファイルを含むフィールド、リンクを表示; 1 つ目のオプションは "http://domain.com/" のような接頭語、2 つ目のオプションはリンクのタイトルです。'; $strTransformation_text_plain__sql = 'SQL 紹介 としてテキストの形式の文法をハイライトします。'; -$strTransformation_text_plain__substr = '文字列の一部のみ表示します。1 つ目のオプションはテキストの出力がどこで開始するかオフセットを定義します (デフォルトは「0」です)2 つ目のオプションはどれだけのテキストを返すかのオフセットです。空の場合、残りのテキストをすべて返します。3 つ目のオプションは、文字列の一部が返される時、どの文字を出力に追加するか定義します。 (デフォルトは「...」です)'; +$strTransformation_text_plain__substr = '文字列の一部のみ表示します。1 つ目のオプションはテキストの出力がどこで開始するかオフセットを定義します (デフォルトは「0です)2 つ目のオプションはどれだけのテキストを返すかのオフセットです。空の場合、残りのテキストをすべて返します。3 つ目のオプションは、文字列の一部が返される時、どの文字を出力に追加するか定義します。 (デフォルトは「...です)'; $strTruncateQueries = '照会の表示を切り詰める'; $strTurkish = 'トルコ語'; $strType = 'フィールドタイプ'; @@ -917,27 +942,28 @@ $strUkrainian = 'ウクライナ語'; $strUncheckAll = 'チェックをすべて削除する'; $strUnicode = 'UNICODE'; $strUnique = '一意性'; -$strUnknown = '不明'; +$strUnknown = '明'; $strUnselectAll = '全選択解除'; $strUnsupportedCompressionDetected = 'サポートされていない圧縮形式(%s)のファイルの読み込みを試みました。その実装がサポートされていないか、設定で無効になっているかのいずれかです。'; $strUpdatePrivMessage = '%s の特権を更新しました。'; $strUpdateProfileMessage = 'プロファイルを更新しました。'; $strUpdateQuery = '照会を更新する'; $strUpdComTab = 'Column_comments テーブルのアップグレード方法のドキュメントを参照してください。'; -$strUpgrade = '%s %s かそれ移行にアップグレードするべきです。'; +$strUpgrade = '%s %s かそれ以降にアップグレードしてください。'; $strUploadLimit = '恐らくあまりにも大きなファイルをアップロードしようとしました。この制限の回避手段として %sドキュメント%s を参照してください。'; +$strUploadsNotAllowed = 'このサーバではファイルのアップロードが禁じられています。'; $strUsage = '使用量'; -$strUseBackquotes = '逆クオートでテーブル名やフィールド名を囲む'; +$strUseBackquotes = '逆クオートでテーブルやフィールドを囲む'; $strUsedPhpExtensions = '使用中の PHP 拡張'; $strUseHostTable = 'ホストテーブルを使う'; -$strUser = 'ユーザー'; -$strUserAlreadyExists = 'ユーザー「%s」は既に存在します!'; -$strUserEmpty = 'ユーザー名は空です。'; -$strUserName = 'ユーザー名'; -$strUserNotFound = '選択されたユーザーは特権テーブルに見つかりませんでした。'; -$strUserOverview = 'ユーザー概略'; -$strUsersDeleted = '選択されたユーザーは削除されました。'; -$strUsersHavingAccessToDb = 'ユーザーは "%s" へのアクセス権限を所持しています。'; +$strUserAlreadyExists = 'ユーザ「%sは既に存在します!'; +$strUser = 'ユーザ'; +$strUserEmpty = 'ユーザは空です。'; +$strUserName = 'ユーザ'; +$strUserNotFound = '選択されたユーザは特権テーブルに見つかりませんでした。'; +$strUserOverview = 'ユーザ概略'; +$strUsersDeleted = '選択されたユーザは削除されました。'; +$strUsersHavingAccessToDb = 'ユーザは "%s" へのアクセス権限を所持しています。'; $strUseTabKey = '値から値まで移るには TAB キーを、もしくはいろんな場所でも移動するには CTRL + カーソルを使用します。'; $strUseTables = '使うテーブル'; $strUseTextField = 'テキストフィールドを使用'; @@ -949,25 +975,26 @@ $strValue = '値'; $strVar = '変数'; $strVersionInformation = 'バージョン情報'; $strView = 'ビュー'; +$strViewDump = 'テーブルのダンプ(スキーマ)表示'; $strViewDumpDatabases = 'データベースのダンプビュー (スキーマ)'; $strViewDumpDB = 'DB のダンプ(スキーマ)表示'; -$strViewDump = 'テーブルのダンプ(スキーマ)表示'; $strViewHasBeenDropped = 'ビュー %s を破棄しました。'; $strViewMaxExactCount = 'このビューは %s 列以上あります。%sドキュメント%s を参照してください。'; +$strWebServerUploadDirectory = 'ウェブサーバ上でアップロードする'; $strWebServerUploadDirectoryError = 'アップロードを行うディレクトリがありません。'; -$strWebServerUploadDirectory = 'ウェブサーバー上でアップロードする'; $strWelcome = '%s へようこそ'; -$strWestEuropean = '西ヨーロッパ語'; +$strWestEuropean = '西ヨーロッパ言語'; $strWildcard = 'ワイルドカード'; $strWindowNotFound = 'ターゲットブラウザウィンドウを更新することができません。恐らく親ウィンドウを閉じたか、あるいはブラウザーのセキュリティ設定で、クロスウィンドウの更新をブロックしています。'; $strWithChecked = 'チェックしたものを:'; $strWriteRequests = '書き込みリクエスト数'; $strWritingCommentNotPossible = 'コメントの書き込みが有効ではありません。'; $strWritingRelationNotPossible = 'リレーションの書き込みが有効ではありません。'; -$strWrongUser = 'ユーザー名またはパスワードが正しくありません。
        アクセスは拒否されました。'; +$strWrongUser = 'ユーザまたはパスワードが正しくありません。
        アクセスは拒否されました。'; $strXkana = '全角カナへ変換する'; // convert to X208-kana +$strXMLOptions = 'XMLオプション'; $strXML = 'XML'; $strYes = 'はい'; @@ -975,38 +1002,4 @@ $strYes = 'はい'; $strZeroRemovesTheLimit = '注意: オプションを 0 (ゼロ)に設定すると制限がなくなります。'; $strZip = '"zip 方式"'; -// To translate: -$strAddClause = 'Add %s'; //to translate - -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate - -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate - -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate - -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate - -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate - -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate - -$strXMLOptions = 'XML options'; //to translate - -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php b/lang/norwegian-iso-8859-1.inc.php index 3be44bf37..3a51957f5 100644 --- a/lang/norwegian-iso-8859-1.inc.php +++ b/lang/norwegian-iso-8859-1.inc.php @@ -10,7 +10,7 @@ $text_dir = 'ltr'; $number_thousands_separator = '.'; $number_decimal_separator = ','; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$byteUnits = array('Bytes', 'B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB'); $day_of_week = array('Sn', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'Lr'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des'); @@ -26,6 +26,7 @@ $strAccessDeniedExplanation = 'phpMyAdmin fors $strAccessDenied = 'Ingen tilgang'; $strAction = 'Handling'; $strAddAutoIncrement = 'Legg til AUTO_INCREMENT verdi'; +$strAddClause = 'Legg til %s'; $strAddConstraints = 'Legg til begrensninger'; $strAddDeleteColumn = 'Legg til/Slett kolonne'; $strAddDeleteRow = 'Legg til/Slett kriterierad'; @@ -107,6 +108,7 @@ $strBzError = 'phpMyAdmin kunne ikke komprimere dumpede data fordi Bz2 tillegget $strBzip = 'Komprimert (bz2)'; $strCalendar = 'Kalender'; +$strCanNotLoadExportPlugins = 'Kunne ikke laste eksporttillegg, kontroller din innstallasjon!'; $strCanNotLoadImportPlugins = 'Kan ikke starte importeringsprogramtilleggene, kontroller din installasjon!'; $strCannotLogin = 'Kan ikke logge inn til MySQL tjeneren'; $strCantLoad = 'Kan ikke starte %s tillegget,
        vennligst kontroller PHP-konfigurasjonen'; @@ -169,7 +171,11 @@ $strCreateNewTable = 'Opprett ny tabell i database %s'; $strCreate = 'Opprett'; $strCreatePage = 'Lag en ny side'; $strCreatePdfFeat = 'Lag PDF-dokumenter'; -$strCreationDates = 'Opprettelse/Oppdaterings/Kontrolldateo'; +$strCreateUserDatabase = 'Brukerdatabase'; +$strCreateUserDatabaseName = 'Opprett database med samme navn og gi alle rettigheter'; +$strCreateUserDatabaseNone = 'Ingen'; +$strCreateUserDatabaseWildcard = 'Gi alle rettigheter p jokertegnavn (username_%)'; +$strCreationDates = 'Opprettelse/Oppdaterings/Kontrolldato'; $strCriteria = 'Kriterier'; $strCroatian = 'kroatisk'; $strCSV = 'CSV'; @@ -181,7 +187,7 @@ $strCzech = 'tjekkisk'; $strDanish = 'dansk'; $strDatabase = 'Database'; -$strDatabaseEmpty = 'Databasens navn er tomt!'; +$strDatabaseEmpty = 'Databasen er uten navn!'; $strDatabaseExportOptions = 'Databaseeksportinnstillinger'; $strDatabaseHasBeenDropped = 'Databasen %s har blitt slettet'; $strDatabaseNoTable = 'Denne databasen har ingen tabeller!'; @@ -189,7 +195,7 @@ $strDatabases = 'databaser'; $strDatabasesDropped = '%s databasene har blitt slettet.'; $strDatabasesStatsDisable = 'Sl av statistikk'; $strDatabasesStatsEnable = 'Sl p statistikk'; -$strDatabasesStatsHeavyTraffic = 'OBS: Nr du slr p Databasestatistikk s kan det medfre stor traffik mellom webtjeneren og MySQL-tjeneren.'; +$strDatabasesStatsHeavyTraffic = 'OBS: Nr du slr p databasestatistikk s kan det medfre stor traffik mellom webtjeneren og MySQL-tjeneren.'; $strDatabasesStats = 'Statistikk for databaser'; $strData = 'Data'; $strDataDict = 'Dataordbok'; @@ -206,7 +212,7 @@ $strDBGMinTimeMs = 'Min tid, ms'; $strDBGModule = 'Modul'; $strDBGTimePerHitMs = 'Tid/Treff, ms'; $strDBGTotalTimeMs = 'Total tid, ms'; -$strDbPrivileges = 'Database-spesifikke privilegier'; +$strDbPrivileges = 'Databasespesifikke privilegier'; $strDBRename = 'Endre databasens navn til'; $strDbSpecific = 'databasespesifikk'; $strDefaultEngine = '%s er standard lagringsmotor for denne MySQL tjeneren.'; @@ -221,6 +227,7 @@ $strDeletedRows = 'Slettede rader:'; $strDeleteNoUsersSelected = 'Ingen brukere merket for sletting!'; $strDelete = 'Slett'; $strDeleting = 'Sletter %s'; +$strDelimiter = 'Skilletegn'; $strDelOld = 'Den nvrende siden har referanser til tabeller som ikke lenger eksisterer. Vil du slette disse referansene?'; $strDescending = 'Synkende'; $strDescription = 'Beskrivelse'; @@ -261,6 +268,7 @@ $strEnglish = 'engelsk'; $strEnglishPrivileges = 'OBS: MySQL privilegiumnavn er p engelsk'; $strError = 'Feil'; $strErrorInZipFile = 'Feil i ZIP arkivet:'; +$strErrorRenamingTable = 'Feil oppstond med endring av tabellnavn fra %1$s til %2$s'; $strEscapeWildcards = 'Jokertegnene _ og % m beskyttes med en \ for bruke dem direkte'; $strEsperanto = 'Esperanto'; $strEstonian = 'estisk'; @@ -269,6 +277,7 @@ $strExcelOptions = 'Excel-innstillinger'; $strExecuteBookmarked = 'Utfr lagret sprring'; $strExplain = 'Forklar SQL'; $strExport = 'Eksporter'; +$strExportMustBeFile = 'Valgte eksporteringstype krever lagring til ei fil!'; $strExtendedInserts = 'Utvidete innlegg'; $strExtra = 'Ekstra'; @@ -294,11 +303,13 @@ $strFlushPrivilegesNote = 'Merk: phpMyAdmin f $strFlushQueryCache = 'Flush query cache'; $strFlushTable = 'Oppfrisk tabellen ("FLUSH")'; $strFlushTables = 'Flush (close) all tables'; +$strFontSize = 'Fontstrrelse'; $strFormat = 'Format'; $strFormEmpty = 'Manglende verdi i skjemaet!'; $strFreePages = 'Ledige sider'; $strFullText = 'Hele strenger'; $strFunction = 'Funksjon'; +$strFunctions = 'Funsjoner'; $strGenBy = 'Generert av'; $strGeneralRelationFeat = 'Generelle relasjonsegenskaper'; @@ -375,12 +386,14 @@ $strInvalidColumn = 'Ugyldig kollonne (%s) angitt!'; $strInvalidCSVFieldCount = 'Ugyldig antall felt i CSV importen i linje %d.'; $strInvalidCSVFormat = 'Ugyldig format i CSV importen i linje %d.'; $strInvalidCSVParameter = 'Ugyldig parameter for CSV import: %s'; +$strInvalidDatabase = 'Ugylding database'; $strInvalidFieldAddCount = 'Du m sette inn minst ett felt.'; $strInvalidFieldCount = 'Tabellen m ha minst ett felt.'; $strInvalidLDIImport = 'Dette tillegget sttter ikke komprimerte importeringer!'; $strInvalidRowNumber = '%d er ikke et gyldig radnummer.'; $strInvalidServerHostname = 'Ugyldig tjenernavn for tjener %1$s. Kontroller din konfigurasjon.'; $strInvalidServerIndex = 'Ugyldig tjenerindeks: "%s"'; +$strInvalidTableName = 'Ugylding tabellnavn'; $strJapanese = 'japansk'; $strJoins = 'Sammenfyninger'; @@ -396,6 +409,7 @@ $strKorean = 'koreansk'; $strLandscape = 'Landskapsformat'; $strLanguageFileNotFound = 'Sprkfil "%1$s" ble ikke funnet.'; +$strLanguage = 'Sprk'; $strLanguageUnknown = 'Ukjent sprk: %1$s.'; $strLatchedPages = 'Tilknyttede sider'; $strLatexCaption = 'Tabelloverskrift'; @@ -475,6 +489,7 @@ $strNext = 'Neste'; $strNoActivity = 'Ingen aktivitet p %s sekunder eller mer, du m logge inn p nytt'; $strNoDatabases = 'Ingen databaser'; $strNoDatabasesSelected = 'Ingen databaser er valgt.'; +$strNoDataReceived = 'Ingen data ble mottatt for importering. Enten ble ingen filnavn gitt, eller filstrrelsen oversteg maksimum strrelse tillatt i din PHP konfigurasjon. Se FAQ 1.16'; $strNoDescription = 'ingen beskrivelse'; $strNoDetailsForEngine = 'Det er ikke noen detaljert statusinformasjon for denne lagringsmotoren.'; $strNoDropDatabases = '"DROP DATABASE"-uttrykk er avsltt.'; @@ -508,6 +523,10 @@ $strNumSearchResultsTotal = 'Totalt: %s treff'; $strNumTables = 'Tabeller'; $strOK = 'OK'; +$strOpenDocumentSpreadsheet = 'Open Document regneark'; +$strOpenDocumentSpreadsheetOptions = 'Open Document regnearkinnstillinger'; +$strOpenDocumentText = 'Open Document tekst'; +$strOpenDocumentTextOptions = 'Open Document tekstinnstillinger'; $strOpenNewWindow = 'pne nytt phpMyAdmin vindu'; $strOperations = 'Operasjoner'; $strOperator = 'Operator'; @@ -531,6 +550,7 @@ $strPdfInvalidTblName = 'Tabellen "%s" eksisterer ikke!'; $strPdfNoTables = 'Ingen tabeller'; $strPDFOptions = 'PDF innstillinger'; $strPDF = 'PDF'; +$strPDFReportExplanation = '(Oppretter en rapport som inneholder dataene fra en enkel tabell)'; $strPDFReportTitle = 'Rapporttittel'; $strPerHour = 'per time'; $strPerMinute = 'per minutt'; @@ -591,6 +611,7 @@ $strPrivDescUpdate = 'Tillater endring av data.'; $strPrivDescUsage = 'Ingen privilegier.'; $strPrivileges = 'Privilegier'; $strPrivilegesReloaded = 'Oppfriskingen av privilegiene lyktes.'; +$strProcedures = 'Prosedyrer'; $strProcesses = 'Prosesser'; $strProcesslist = 'Prosess liste'; $strProtocolVersion = 'Protokollversjon'; @@ -679,6 +700,7 @@ $strServerNotResponding = 'Tjeneren svarer ikke'; $strServerStatusDelayedInserts = 'Forsinkede innsettinger'; $strServerStatus = 'Kjringsinformasjon'; $strServerStatusUptime = 'Denne MySQL tjeneren har kjrt i %s. Den startet opp den %s.'; +$strServers = 'Tjenere'; $strServerTabVariables = 'Variabler'; $strServer = 'Tjener'; $strServerTrafficNotes = 'Tjenertraffikk: Disse tabellene viser statistikk over nettverkstrafikken for denne MySQL-tjeneren siden dens oppstart.'; @@ -844,6 +866,7 @@ $strStorageEngines = 'Lagringsmotorer'; $strStrucCSV = 'CSV-data'; $strStrucData = 'Struktur og data'; $strStrucExcelCSV = 'CSV for MS Excel data'; +$strStrucNativeExcelOptions = 'Excel eksportinnstillinger'; $strStrucNativeExcel = 'Originale MS Excel data'; $strStrucOnly = 'Kun struktur'; $strStructPropose = 'Foresl tabellstruktur'; @@ -894,6 +917,7 @@ $strTraditionalSpanish = 'Tradisjonell spansk'; $strTraffic = 'Trafikk'; $strTransactionCoordinator = 'Transaksjonskoordinator'; $strTransformation_application_octetstream__download = 'Vis en link for kunne laste ned de binre dataene til et felt. Den frste opsjonen er filnavnet til den binre fila. Den andre opsjonen er et potensielt feltnavn i en tabell som inneholder filnavnet. Hvis du velger den andre opsjonen s m den frste vre satt til en tom strengverdi'; +$strTransformation_application_octetstream__hex ='Vis dataene i heksadesimal. Den valgfrie frste parameteren tilkjennegir hvor ofte mellomrom vil bli lagt til (standard hvert andre tegn).'; $strTransformation_image_jpeg__inline = 'Viser et klikkbart tommelfingerbilde; valg: bredde, hyde i piksler (bevarer originale forhold)'; $strTransformation_image_jpeg__link = 'Viser en link til dette bildet (m.a.o. direkte blob-nedlasting).'; $strTransformation_image_png__inline = 'Se image/jpeg: inline'; @@ -921,6 +945,7 @@ $strUpdateQuery = 'Oppdater sp $strUpdComTab = 'Les i dokumentasjonen hvordan du oppdaterer din Column_comments tabell'; $strUpgrade = 'Du burde oppgradere til %s %s eller nyere.'; $strUploadLimit = 'Du forskte sansynligvis laste opp en for stor fil. Sjekk %sdokumentasjonen%s for mter omg denne begrensningen.'; +$strUploadsNotAllowed = 'Filopplastinger er ikke tillatt p denne tjeneren.'; $strUsage = 'Bruk'; $strUseBackquotes = 'Bruk venstre anfrselstegn med tabell og feltnavn'; $strUsedPhpExtensions = 'Brukte PHP-tillegg'; @@ -962,6 +987,7 @@ $strWritingCommentNotPossible = 'Skriving av kommentar er ikke mulig'; $strWritingRelationNotPossible = 'Skriving av relasjon er ikke mulig'; $strWrongUser = 'Ugyldig brukernavn/passord. Ingen tilgang.'; +$strXMLOptions = 'XML innstillinger'; $strXML = 'XML'; $strYes = 'Ja'; @@ -969,40 +995,4 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Merk: Ved sette disse til 0 (null) fjernes begrensningen.'; $strZip = 'Komprimert (zip)'; -// To translate: -$strAddClause = 'Add %s'; //to translate - -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate - -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate - -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate - -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate - -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate - -$strTransformation_application_octetstream__hex = 'Vis dataene i heksadesimal. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate - -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate - -$strXMLOptions = 'XML options'; //to translate - -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index 7f4bcf37f..46c944c57 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -11,7 +11,7 @@ $text_dir = 'ltr'; $number_thousands_separator = '.'; $number_decimal_separator = ','; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$byteUnits = array('Bytes', 'B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB'); $day_of_week = array('Søn', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'Lør'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des'); @@ -27,6 +27,7 @@ $strAccessDeniedExplanation = 'phpMyAdmin forsøkte å koble til MySQL-serveren, $strAccessDenied = 'Ingen tilgang'; $strAction = 'Handling'; $strAddAutoIncrement = 'Legg til AUTO_INCREMENT verdi'; +$strAddClause = 'Legg til %s'; $strAddConstraints = 'Legg til begrensninger'; $strAddDeleteColumn = 'Legg til/Slett kolonne'; $strAddDeleteRow = 'Legg til/Slett kriterierad'; @@ -108,6 +109,7 @@ $strBzError = 'phpMyAdmin kunne ikke komprimere dumpede data fordi Bz2 tillegget $strBzip = 'Komprimert (bz2)'; $strCalendar = 'Kalender'; +$strCanNotLoadExportPlugins = 'Kunne ikke laste eksporttillegg, kontroller din innstallasjon!'; $strCanNotLoadImportPlugins = 'Kan ikke starte importeringsprogramtilleggene, kontroller din installasjon!'; $strCannotLogin = 'Kan ikke logge inn til MySQL tjeneren'; $strCantLoad = 'Kan ikke starte %s tillegget,
        vennligst kontroller PHP-konfigurasjonen'; @@ -170,7 +172,11 @@ $strCreateNewTable = 'Opprett ny tabell i database %s'; $strCreate = 'Opprett'; $strCreatePage = 'Lag en ny side'; $strCreatePdfFeat = 'Lag PDF-dokumenter'; -$strCreationDates = 'Opprettelse/Oppdaterings/Kontrolldateo'; +$strCreateUserDatabase = 'Brukerdatabase'; +$strCreateUserDatabaseName = 'Opprett database med samme navn og gi alle rettigheter'; +$strCreateUserDatabaseNone = 'Ingen'; +$strCreateUserDatabaseWildcard = 'Gi alle rettigheter på jokertegnavn (username_%)'; +$strCreationDates = 'Opprettelse/Oppdaterings/Kontrolldato'; $strCriteria = 'Kriterier'; $strCroatian = 'kroatisk'; $strCSV = 'CSV'; @@ -182,7 +188,7 @@ $strCzech = 'tjekkisk'; $strDanish = 'dansk'; $strDatabase = 'Database'; -$strDatabaseEmpty = 'Databasens navn er tomt!'; +$strDatabaseEmpty = 'Databasen er uten navn!'; $strDatabaseExportOptions = 'Databaseeksportinnstillinger'; $strDatabaseHasBeenDropped = 'Databasen %s har blitt slettet'; $strDatabaseNoTable = 'Denne databasen har ingen tabeller!'; @@ -190,7 +196,7 @@ $strDatabases = 'databaser'; $strDatabasesDropped = '%s databasene har blitt slettet.'; $strDatabasesStatsDisable = 'Slå av statistikk'; $strDatabasesStatsEnable = 'Slå på statistikk'; -$strDatabasesStatsHeavyTraffic = 'OBS: Når du slår på Databasestatistikk så kan det medføre stor traffik mellom webtjeneren og MySQL-tjeneren.'; +$strDatabasesStatsHeavyTraffic = 'OBS: Når du slår på databasestatistikk så kan det medføre stor traffik mellom webtjeneren og MySQL-tjeneren.'; $strDatabasesStats = 'Statistikk for databaser'; $strData = 'Data'; $strDataDict = 'Dataordbok'; @@ -207,7 +213,7 @@ $strDBGMinTimeMs = 'Min tid, ms'; $strDBGModule = 'Modul'; $strDBGTimePerHitMs = 'Tid/Treff, ms'; $strDBGTotalTimeMs = 'Total tid, ms'; -$strDbPrivileges = 'Database-spesifikke privilegier'; +$strDbPrivileges = 'Databasespesifikke privilegier'; $strDBRename = 'Endre databasens navn til'; $strDbSpecific = 'databasespesifikk'; $strDefaultEngine = '%s er standard lagringsmotor for denne MySQL tjeneren.'; @@ -222,6 +228,7 @@ $strDeletedRows = 'Slettede rader:'; $strDeleteNoUsersSelected = 'Ingen brukere merket for sletting!'; $strDelete = 'Slett'; $strDeleting = 'Sletter %s'; +$strDelimiter = 'Skilletegn'; $strDelOld = 'Den nåværende siden har referanser til tabeller som ikke lenger eksisterer. Vil du slette disse referansene?'; $strDescending = 'Synkende'; $strDescription = 'Beskrivelse'; @@ -262,6 +269,7 @@ $strEnglish = 'engelsk'; $strEnglishPrivileges = 'OBS: MySQL privilegiumnavn er på engelsk'; $strError = 'Feil'; $strErrorInZipFile = 'Feil i ZIP arkivet:'; +$strErrorRenamingTable = 'Feil oppstond med endring av tabellnavn fra %1$s til %2$s'; $strEscapeWildcards = 'Jokertegnene _ og % må beskyttes med en \ for å bruke dem direkte'; $strEsperanto = 'Esperanto'; $strEstonian = 'estisk'; @@ -270,6 +278,7 @@ $strExcelOptions = 'Excel-innstillinger'; $strExecuteBookmarked = 'Utfør lagret spørring'; $strExplain = 'Forklar SQL'; $strExport = 'Eksporter'; +$strExportMustBeFile = 'Valgte eksporteringstype krever lagring til ei fil!'; $strExtendedInserts = 'Utvidete innlegg'; $strExtra = 'Ekstra'; @@ -295,11 +304,13 @@ $strFlushPrivilegesNote = 'Merk: phpMyAdmin får brukerprivilegiene direkte fra $strFlushQueryCache = 'Flush query cache'; $strFlushTable = 'Oppfrisk tabellen ("FLUSH")'; $strFlushTables = 'Flush (close) all tables'; +$strFontSize = 'Fontstørrelse'; $strFormat = 'Format'; $strFormEmpty = 'Manglende verdi i skjemaet!'; $strFreePages = 'Ledige sider'; $strFullText = 'Hele strenger'; $strFunction = 'Funksjon'; +$strFunctions = 'Funsjoner'; $strGenBy = 'Generert av'; $strGeneralRelationFeat = 'Generelle relasjonsegenskaper'; @@ -376,12 +387,14 @@ $strInvalidColumn = 'Ugyldig kollonne (%s) angitt!'; $strInvalidCSVFieldCount = 'Ugyldig antall felt i CSV importen i linje %d.'; $strInvalidCSVFormat = 'Ugyldig format i CSV importen i linje %d.'; $strInvalidCSVParameter = 'Ugyldig parameter for CSV import: %s'; +$strInvalidDatabase = 'Ugylding database'; $strInvalidFieldAddCount = 'Du må sette inn minst ett felt.'; $strInvalidFieldCount = 'Tabellen må ha minst ett felt.'; $strInvalidLDIImport = 'Dette tillegget støtter ikke komprimerte importeringer!'; $strInvalidRowNumber = '%d er ikke et gyldig radnummer.'; $strInvalidServerHostname = 'Ugyldig tjenernavn for tjener %1$s. Kontroller din konfigurasjon.'; $strInvalidServerIndex = 'Ugyldig tjenerindeks: "%s"'; +$strInvalidTableName = 'Ugylding tabellnavn'; $strJapanese = 'japansk'; $strJoins = 'Sammenføyninger'; @@ -397,6 +410,7 @@ $strKorean = 'koreansk'; $strLandscape = 'Landskapsformat'; $strLanguageFileNotFound = 'Språkfil "%1$s" ble ikke funnet.'; +$strLanguage = 'Språk'; $strLanguageUnknown = 'Ukjent språk: %1$s.'; $strLatchedPages = 'Tilknyttede sider'; $strLatexCaption = 'Tabelloverskrift'; @@ -476,6 +490,7 @@ $strNext = 'Neste'; $strNoActivity = 'Ingen aktivitet på %s sekunder eller mer, du må logge inn på nytt'; $strNoDatabases = 'Ingen databaser'; $strNoDatabasesSelected = 'Ingen databaser er valgt.'; +$strNoDataReceived = 'Ingen data ble mottatt for importering. Enten ble ingen filnavn gitt, eller filstørrelsen oversteg maksimum størrelse tillatt i din PHP konfigurasjon. Se FAQ 1.16'; $strNoDescription = 'ingen beskrivelse'; $strNoDetailsForEngine = 'Det er ikke noen detaljert statusinformasjon for denne lagringsmotoren.'; $strNoDropDatabases = '"DROP DATABASE"-uttrykk er avslått.'; @@ -509,6 +524,10 @@ $strNumSearchResultsTotal = 'Totalt: %s treff'; $strNumTables = 'Tabeller'; $strOK = 'OK'; +$strOpenDocumentSpreadsheet = 'Open Document regneark'; +$strOpenDocumentSpreadsheetOptions = 'Open Document regnearkinnstillinger'; +$strOpenDocumentText = 'Open Document tekst'; +$strOpenDocumentTextOptions = 'Open Document tekstinnstillinger'; $strOpenNewWindow = 'Åpne nytt phpMyAdmin vindu'; $strOperations = 'Operasjoner'; $strOperator = 'Operator'; @@ -532,6 +551,7 @@ $strPdfInvalidTblName = 'Tabellen "%s" eksisterer ikke!'; $strPdfNoTables = 'Ingen tabeller'; $strPDFOptions = 'PDF innstillinger'; $strPDF = 'PDF'; +$strPDFReportExplanation = '(Oppretter en rapport som inneholder dataene fra en enkel tabell)'; $strPDFReportTitle = 'Rapporttittel'; $strPerHour = 'per time'; $strPerMinute = 'per minutt'; @@ -592,6 +612,7 @@ $strPrivDescUpdate = 'Tillater endring av data.'; $strPrivDescUsage = 'Ingen privilegier.'; $strPrivileges = 'Privilegier'; $strPrivilegesReloaded = 'Oppfriskingen av privilegiene lyktes.'; +$strProcedures = 'Prosedyrer'; $strProcesses = 'Prosesser'; $strProcesslist = 'Prosess liste'; $strProtocolVersion = 'Protokollversjon'; @@ -680,6 +701,7 @@ $strServerNotResponding = 'Tjeneren svarer ikke'; $strServerStatusDelayedInserts = 'Forsinkede innsettinger'; $strServerStatus = 'Kjøringsinformasjon'; $strServerStatusUptime = 'Denne MySQL tjeneren har kjørt i %s. Den startet opp den %s.'; +$strServers = 'Tjenere'; $strServerTabVariables = 'Variabler'; $strServer = 'Tjener'; $strServerTrafficNotes = 'Tjenertraffikk: Disse tabellene viser statistikk over nettverkstrafikken for denne MySQL-tjeneren siden dens oppstart.'; @@ -845,6 +867,7 @@ $strStorageEngines = 'Lagringsmotorer'; $strStrucCSV = 'CSV-data'; $strStrucData = 'Struktur og data'; $strStrucExcelCSV = 'CSV for MS Excel data'; +$strStrucNativeExcelOptions = 'Excel eksportinnstillinger'; $strStrucNativeExcel = 'Originale MS Excel data'; $strStrucOnly = 'Kun struktur'; $strStructPropose = 'Foreslå tabellstruktur'; @@ -895,6 +918,7 @@ $strTraditionalSpanish = 'Tradisjonell spansk'; $strTraffic = 'Trafikk'; $strTransactionCoordinator = 'Transaksjonskoordinator'; $strTransformation_application_octetstream__download = 'Vis en link for å kunne laste ned de binære dataene til et felt. Den første opsjonen er filnavnet til den binære fila. Den andre opsjonen er et potensielt feltnavn i en tabell som inneholder filnavnet. Hvis du velger den andre opsjonen så må den første være satt til en tom strengverdi'; +$strTransformation_application_octetstream__hex ='Vis dataene i heksadesimal. Den valgfrie første parameteren tilkjennegir hvor ofte mellomrom vil bli lagt til (standard hvert andre tegn).'; $strTransformation_image_jpeg__inline = 'Viser et klikkbart tommelfingerbilde; valg: bredde, høyde i piksler (bevarer originale forhold)'; $strTransformation_image_jpeg__link = 'Viser en link til dette bildet (m.a.o. direkte blob-nedlasting).'; $strTransformation_image_png__inline = 'Se image/jpeg: inline'; @@ -922,6 +946,7 @@ $strUpdateQuery = 'Oppdater spørring'; $strUpdComTab = 'Les i dokumentasjonen hvordan du oppdaterer din Column_comments tabell'; $strUpgrade = 'Du burde oppgradere til %s %s eller nyere.'; $strUploadLimit = 'Du forsøkte sansynligvis å laste opp en for stor fil. Sjekk %sdokumentasjonen%s for måter å omgå denne begrensningen.'; +$strUploadsNotAllowed = 'Filopplastinger er ikke tillatt på denne tjeneren.'; $strUsage = 'Bruk'; $strUseBackquotes = 'Bruk venstre anførselstegn med tabell og feltnavn'; $strUsedPhpExtensions = 'Brukte PHP-tillegg'; @@ -963,6 +988,7 @@ $strWritingCommentNotPossible = 'Skriving av kommentar er ikke mulig'; $strWritingRelationNotPossible = 'Skriving av relasjon er ikke mulig'; $strWrongUser = 'Ugyldig brukernavn/passord. Ingen tilgang.'; +$strXMLOptions = 'XML innstillinger'; $strXML = 'XML'; $strYes = 'Ja'; @@ -970,40 +996,4 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Merk: Ved å sette disse til 0 (null) fjernes begrensningen.'; $strZip = 'Komprimert (zip)'; -// To translate: -$strAddClause = 'Add %s'; //to translate - -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate - -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate - -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate - -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate - -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate - -$strTransformation_application_octetstream__hex = 'Vis dataene i heksadesimal. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate - -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate - -$strXMLOptions = 'XML options'; //to translate - -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php b/lang/polish-iso-8859-2.inc.php index 9599eac06..b4b4efb51 100644 --- a/lang/polish-iso-8859-2.inc.php +++ b/lang/polish-iso-8859-2.inc.php @@ -22,6 +22,7 @@ $strAccessDeniedCreateConfig = 'Prawdopodobnie powodem jest brak utworzonego pli $strAccessDeniedExplanation = 'phpMyAdmin prbowa poczy si z serwerem MySQL, a serwer odrzuci poczenie. Powiniene sprawdzi nazw hosta, nazw uytkownika i haso w pliku config.inc.php i upewni si, e odpowiadaj one informacjom danym przez administratora serwera MySQL.'; $strAction = 'Dziaanie'; $strAddAutoIncrement = 'Dodaj wartoci AUTO_INCREMENT'; +$strAddClause = 'Dodaj %s'; $strAddConstraints = 'Dodaj ograniczenia'; $strAddDeleteColumn = 'Dodaj/usu pola'; $strAddDeleteRow = 'Dodaj/usu wiersz kryteriw'; @@ -103,6 +104,7 @@ $strBzError = 'phpMyAdminowi nie uda $strBzip = '".bz2"'; $strCalendar = 'Kalendarz'; +$strCanNotLoadExportPlugins = 'Nie udao si zaadowa moduw eksportu, prosz sprawdzi instalacj!'; $strCanNotLoadImportPlugins = 'Nie udao si zaadowa moduw importu, prosz sprawdzi instalacj!'; $strCannotLogin = 'Nie udao si zalogowa na serwer MySQL'; $strCantLoad = 'nie udao si zaadowa moduu %s,
        prosz sprawdzi konfiguracj PHP'; @@ -143,7 +145,7 @@ $strCompatibleHashing = 'Kompatybilny z MySQL-em 4.0'; $strCompleteInserts = 'Pene dodania'; $strCompression = 'Typ kompresji'; $strCompressionWillBeDetected = 'Rodzaj kompresji importowanych plikw zostanie automatycznie rozpoznany jako jeden z: %s'; -$strConfigDefaultFileError = 'Nie udao si zaadaowa domylnej konfiguracji z pliku: "%1$s"'; +$strConfigDefaultFileError = 'Nie udao si zaadowa domylnej konfiguracji z pliku: "%1$s"'; $strConfigFileError = 'phpMyAdmin nie zdoa odczyta Twojego pliku konfiguracji!
        Moe si to zdarzy, jeli PHP znajdzie w nim bd skadniowy lub nie moe znale tego pliku.
        Prosz wywoa bezporednio plik konfiguracyjny uywajc poniszego linku i odczyta otrzymane komunikat(y) o bdach. W wikszoci przypadkw brakuje gdzie cudzysowu lub rednika.
        Jeeli otrzymasz pust stron, wszystko jest w porzdku.'; $strConfigureTableCoord = 'Prosz skonfigurowa wsprzdnie dla tabeli %s'; $strConnectionError = 'Nie udao si nawiza poczenia: bdne ustawienia.'; @@ -164,6 +166,10 @@ $strCreateNewDatabase = 'Utw $strCreateNewTable = 'Utwrz now tabel w bazie danych %s'; $strCreatePage = 'Utwrz now stron'; $strCreatePdfFeat = 'Tworzenie PDF-w'; +$strCreateUserDatabase = 'Baza danych dla uytkownika'; +$strCreateUserDatabaseName = 'Utwrz baz danych z tak sam nazw i przyznaj wszystkie uprawnienia'; +$strCreateUserDatabaseNone = 'Brak'; +$strCreateUserDatabaseWildcard = 'Przyznaj wszystkie uprawienia do baz danych o nazwach pasujcych do maski (nazwauytkownika_%)'; $strCreate = 'Utwrz'; $strCreationDates = 'Daty utworzenia/aktualizacji/sprawdzenia'; $strCriteria = 'Kryteria'; @@ -217,6 +223,7 @@ $strDeletedRows = 'Skasowane rekordy:'; $strDeleteNoUsersSelected = 'aden uytkownik ze zosta zaznaczony do skasowania!'; $strDelete = 'Usu'; $strDeleting = 'Usuwanie %s'; +$strDelimiter = 'Separator'; $strDelOld = 'Aktualna strona ma powizania z tabel, ktra ju nie istnieje. Czy chcesz usun te powizania?'; $strDescending = 'Malejco'; $strDescription = 'Opis'; @@ -257,6 +264,7 @@ $strEnglish = 'Angielski'; $strEnglishPrivileges = ' Uwaga: Uprawnienia MySQL s oznaczone w jzyku angielskim '; $strError = 'Bd'; $strErrorInZipFile = 'Bd w archiwum ZIP:'; +$strErrorRenamingTable = 'Bd podczas zmiany nazwy tabeli z %1$s na %2$s'; $strEscapeWildcards = 'Aby uy symboli wieloznacznych _ i % w znaczeniu dosownym, naley je poprzedzi znakiem \ '; $strEsperanto = 'Esperanto'; $strEstonian = 'Estoski'; @@ -265,6 +273,7 @@ $strExcelOptions = 'Opcje Excela'; $strExecuteBookmarked = 'Wykonaj zapamitanego zapytania'; $strExplain = 'Wyjanij SQL'; $strExport = 'Eksport'; +$strExportMustBeFile = 'Wybrany typ eksportu musi by zapisany do pliku'; $strExtendedInserts = 'Rozszerzone dodania'; $strExtra = 'Dodatkowo'; @@ -278,7 +287,7 @@ $strFields = 'Pola'; $strFieldsTerminatedBy = 'Pola oddzielane przez'; $strFileAlreadyExists = 'Plik %s ju istnieje na serwerze, zmie nazw pliku lub zaznacz opcj nadpisywania plikw.'; $strFileCouldNotBeRead = 'Nie mona odczyta pliku'; -$strFileNameTemplateDescriptionDatabase = 'nazwa bazy danych database'; +$strFileNameTemplateDescriptionDatabase = 'nazwa bazy danych'; $strFileNameTemplateDescription = 'Interpretacja tej wartoci naley do funkcji %1$sstrftime%2$s i mona uy jej napisw formatujcych. Dodatkowo zostan zastosowane nastpujce przeksztacenia: %3$s. Pozostay tekst bdzie niezmieniony.'; $strFileNameTemplateDescriptionServer = 'nazwa serwera'; $strFileNameTemplateDescriptionTable = 'nazwa tabeli'; @@ -290,11 +299,13 @@ $strFlushPrivilegesNote = 'Uwaga: phpMyAdmin pobiera uprawnienia u $strFlushQueryCache = 'Oprnij bufor podrczny zapyta'; $strFlushTable = 'Przeaduj tabel ("FLUSH")'; $strFlushTables = 'Przeaduj (zamknij) wszystkie tabele'; +$strFontSize = 'Rozmiar pisma'; $strFormat = 'Format'; $strFormEmpty = 'Brakujca warto w formularzu!'; $strFreePages = 'Strony puste'; $strFullText = 'Peny tekst'; $strFunction = 'Funkcja'; +$strFunctions = 'Funkcje'; $strGenBy = 'Wygenerowany przez'; $strGeneralRelationFeat = 'Oglne funkcje relacyjne'; @@ -368,15 +379,17 @@ $strInUse = 'w u $strInvalidAuthMethod = 'W konfiguracji ustawiono bdn metod uwierzytelniania:'; $strInvalidColumnCount = 'Liczba kolumn musi by wiksza ni zero.'; $strInvalidColumn = 'Podano bdn kolumn (%s)!'; -$strInvalidCSVFieldCount = 'Niewaciwa liczba pl w lini %d danych wejciowych CSV.'; -$strInvalidCSVFormat = 'Niewaciwy format w lini %d danych wejciowych CSV.'; +$strInvalidCSVFieldCount = 'Niewaciwa liczba pl w linii %d danych wejciowych CSV.'; +$strInvalidCSVFormat = 'Niewaciwy format w linii %d danych wejciowych CSV.'; $strInvalidCSVParameter = 'Niewaciwy parametr importu CSV: %s'; +$strInvalidDatabase = 'Niewaciwa baza danych'; $strInvalidFieldAddCount = 'Naley doda przynajmniej jedno pole.'; $strInvalidFieldCount = 'Tabela musi mie przynajmniej jedno pole.'; $strInvalidLDIImport = 'Ten modu nie obsuguje skompresowanych importw!'; $strInvalidRowNumber = '%d nie jest prawidowym numerem rekordu.'; $strInvalidServerHostname = 'Niewaciwa nazwa hosta serwera %1$s. Prosz przyjrze si konfiguracji.'; $strInvalidServerIndex = 'Niewaciwy numer serwera: "%s"'; +$strInvalidTableName = 'Niewaciwa nazwa tabeli'; $strJapanese = 'Japoski'; $strJoins = 'Zczenia'; @@ -392,6 +405,7 @@ $strKorean = 'Korea $strLandscape = 'Orientacja pozioma'; $strLanguageFileNotFound = 'Nie znaleziono pliku jzykowego "%1$s".'; +$strLanguage = 'Jzyk'; $strLanguageUnknown = 'Nieznany jzyk: %1$s.'; $strLatchedPages = 'Stron zatrzanitych'; $strLatexCaption = 'Nagwek tabeli'; @@ -434,7 +448,7 @@ $strMIME_description = 'Opis'; $strMIME_MIMEtype = 'Typ MIME'; $strMIME_nodescription = 'Transformacja ta nie ma opisu.
        Prosz zapyta autora, co robi %s.'; $strMIME_transformation_note = 'Aby uzyska list dostpnych opcji transformacji i ich typw MIME, kliknij %sopisy transformacji%s'; -$strMIME_transformation_options_note = 'Prosz wprowadzi wartoci dla tranformacji w nastpujcym formacie: \'a\',\'b\',\'c\'...
        Jeeli potrzeba wprowadzi odwrotny ukonik ("\") lub apostrof ("\'"), naley je poprzedzi odwrotnym ukonikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').'; +$strMIME_transformation_options_note = 'Prosz wprowadzi wartoci dla transformacji w nastpujcym formacie: \'a\',\'b\',\'c\'...
        Jeeli potrzeba wprowadzi odwrotny ukonik ("\") lub apostrof ("\'"), naley je poprzedzi odwrotnym ukonikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').'; $strMIME_transformation_options = 'Opcje transformacji'; $strMIME_transformation = 'Sposb prezentacji danych'; $strMIMETypesForTable = 'TYPY MIME TABELI'; @@ -471,6 +485,7 @@ $strNext = 'Nast $strNoActivity = 'Brak aktywnoci przez co najmniej %s sekund, prosz zalogowa si jeszcze raz'; $strNoDatabases = 'Brak baz danych'; $strNoDatabasesSelected = 'adna baza danych nie zosta wybrana.'; +$strNoDataReceived = 'Nie otrzymano adnych danych do importu. Albo nie zostaa wysana nazwa pliku, albo plik by zbyt duy (maksymalny dopuszczalny rozmiar pliku okrela si w konfiguracji PHP). Zobacz FAQ 1.16.'; $strNoDescription = 'brak opisu'; $strNoDetailsForEngine = 'Brak szczegowych informacji o tym mechanizmie skadowania'; $strNoDropDatabases = 'Polecenie "DROP DATABASE" jest zablokowane.'; @@ -504,6 +519,10 @@ $strNumSearchResultsTotal = 'W sumie: %s trafie $strNumTables = 'Tabele'; $strOK = 'OK'; +$strOpenDocumentSpreadsheet = 'arkusz kalkulacyjny w formacie Open Document'; +$strOpenDocumentSpreadsheetOptions = 'opcje arkusza kalkulacyjnego w formacie Open Document'; +$strOpenDocumentTextOptions = 'Opcje tekstu w formacie Open Document'; +$strOpenDocumentText = 'Tekst w formacie Open Document'; $strOpenNewWindow = 'Otwrz nowe okno phpMyAdmina'; $strOperations = 'Operacje'; $strOperator = 'Operator'; @@ -519,14 +538,15 @@ $strPartialImport = 'Import cz $strPartialText = 'Skrcony tekst'; $strPasswordChanged = 'Haso dla %s zostao pomylnie zmienione.'; $strPasswordEmpty = 'Puste haso!'; -$strPasswordHashing = 'Sposb kodowania hase'; $strPassword = 'Haso'; +$strPasswordHashing = 'Sposb kodowania hase'; $strPasswordNotSame = 'Hasa nie s identyczne!'; $strPdfDbSchema = 'Schemat bazy danych "%s" - strona %s'; $strPdfInvalidTblName = 'Tabela "%s" nie istnieje!'; $strPdfNoTables = 'Brak tabel'; $strPDFOptions = 'Opcje PDF'; $strPDF = 'PDF'; +$strPDFReportExplanation = '(Generuje raport zawierajcy danej pojedynczej tabeli.)'; $strPDFReportTitle = 'Tytu raportu'; $strPerHour = 'na godzin'; $strPerMinute = 'na minut'; @@ -587,6 +607,7 @@ $strPrivDescUpdate = 'Pozw $strPrivDescUsage = 'Brak uprawnie.'; $strPrivilegesReloaded = 'Uprawnienia zostay pomylnie przeadowane.'; $strPrivileges = 'Uprawnienia'; +$strProcedures = 'Procedury'; $strProcesses = 'Procesy'; $strProcesslist = 'Lista procesw'; $strProtocolVersion = 'Wersja protokou'; @@ -598,6 +619,7 @@ $strQBE = 'Zapytanie przez przyk $strQueryCache = 'Pami podrczna zapyta'; $strQueryFrame = 'Okienko zapytania'; $strQueryOnDb = 'Zapytanie SQL dla bazy danych %s:'; +$strQueryResultsOperations = 'Operacja na wynikach zapytania'; $strQuerySQLHistory = 'Historia SQL'; $strQueryStatistics = 'Statystyki zapyta: Od rozpoczcia jego pracy, do serwera zostao wysanych %s zapyta.'; $strQueryTime = 'Wykonanie zapytania trwao %01.4f sekund(y)'; @@ -615,6 +637,7 @@ $strRelationsForTable = 'RELACJE TABELI'; $strRelations = 'Relacje'; $strRelationView = 'Widok relacyjny'; $strReloadingThePrivileges = 'Przeaduj uprawnienia'; +$strReloadPrivileges = 'Przeaduj uprawnienia'; $strRemoveSelectedUsers = 'Usu zaznaczonych uytkownikw'; $strRenameDatabaseOK = 'Baza danych %s ma nazw zmienion na %s'; $strRenameTableOK = 'Tabela %s ma nazw zmienion na %s'; @@ -671,6 +694,7 @@ $strSent = 'Wys $strServerChoice = 'Wybr serwera'; $strServerNotResponding = 'Serwer nie odpowiada'; $strServer = 'Serwer'; +$strServers = 'Serwery'; $strServerStatusDelayedInserts = 'Opnione dodania'; $strServerStatus = 'Informacje o dziaaniu serwera'; $strServerStatusUptime = 'Serwer MySQL dziaa przez %s. Pocztek pracy: %s.'; @@ -693,11 +717,11 @@ $strShow = 'Poka $strShowSlaveHosts = 'Poka podrzdne hosty'; $strShowSlaveStatus = 'Status serwera podrzdnego'; $strShowStatusBinlog_cache_disk_useDescr = 'Liczba transakcji, ktre uyway pamici podrcznej tymczasowego dziennika binarnego, ale ktry przekroczyy warto binlog_cache_size i do zapisania instrukcji transakcji zosta uyty plik tymczasowy.'; -$strShowStatusBinlog_cache_useDescr = 'Liczba trasnsakcji, ktre uyway pamici podrcznej tymczasowego dziennika binarnego.'; +$strShowStatusBinlog_cache_useDescr = 'Liczba transakcji, ktre uyway pamici podrcznej tymczasowego dziennika binarnego.'; $strShowStatusCreated_tmp_disk_tablesDescr = 'Liczba tabel tymczasowych na dysku utworzonych automatycznie przez serwer podczas wykonywanie instrukcji. Przy duej wartoci Created_tmp_disk_tables, zwikszenie wartoci tmp_table_size spowoduje tworzenie tymczasowych tabel w pamici, a nie na dysku.'; $strShowStatusCreated_tmp_filesDescr = 'Ile plikw tymczasowych utworzy mysqld.'; $strShowStatusCreated_tmp_tablesDescr = 'Liczba tabel tymczasowych w pamici, utworzonych automatycznie przez serwer podczas wykonywania instrukcji.'; -$strShowStatusDelayed_errorsDescr = 'Liczba rekord zapisanych przy pomocy INSERT DELAYED, dla ktrych wystpi jaki bd (prawodpodbnie zduplikowany klucz).'; +$strShowStatusDelayed_errorsDescr = 'Liczba rekordw zapisanych przy pomocy INSERT DELAYED, dla ktrych wystpi jaki bd (prawdopodobnie zdublowany klucz).'; $strShowStatusDelayed_insert_threadsDescr = 'Liczba uytych wtkw obsugujcych INSERT DELAYED. Kada osobna tabela, na ktrej wykonuje si INSERT DELAYED dostaje wasny wtek.'; $strShowStatusDelayed_writesDescr = 'Liczba rekordw zapisanych poprzez INSERT DELAYED.'; $strShowStatusFlush_commandsDescr = 'Liczba wykonanych instrukcji FLUSH.'; @@ -705,23 +729,23 @@ $strShowStatusHandler_commitDescr = 'Liczba wewn $strShowStatusHandler_deleteDescr = 'Ile razy rekord zosta usunity z tabeli.'; $strShowStatusHandler_discoverDescr = 'Serwer MySQL moe zapyta mechanizm skadowania Cluster NDB, czy ma informacje o tabeli o zadanej nazwie. Nazywamy to odkryciem (discovery). Handler_discover wskazuje, ile razy tabela zostaa odkryta.'; $strShowStatusHandler_read_firstDescr = 'Ile razy z indeksu zostaa odczytana pierwsza pozycja. Dua warto sugeruje, e serwer wykonuje penych przeszuka indeksw; na przykad SELECT col1 FROM foo, przy zaoeniu, e col1 jest zindeksowane.'; -$strShowStatusHandler_read_keyDescr = 'Licza da odczytu rekordu na podstawie indeksu. Dua warto to dobra oznaka tego, e zapytania i tabele s waciwie zindeksowane.'; +$strShowStatusHandler_read_keyDescr = 'Liczba da odczytu rekordu na podstawie indeksu. Dua warto to dobra oznaka tego, e zapytania i tabele s waciwie zindeksowane.'; $strShowStatusHandler_read_nextDescr = 'Liczba da odczytu nastpnego rekordu w porzdku indeksowym. Ta warto jest zwikszana przy odpytywaniu o zindeksowan kolumn na ograniczonym przedziale lub przy przeszukiwaniu indeksu.'; $strShowStatusHandler_read_prevDescr = 'Liczba da odczytu poprzedniego rekordu w porzdku indeksowym. Metoda uywana gwnie do optymalizacji ORDER BY ... DESC.'; -$strShowStatusHandler_read_rndDescr = 'Liczba da odczytu nastpnego rekordu na podstawie staego pooenia. Warto jest dua przy wykonywaniu duej iloci zapyta wymagajcych sortowania rezultatu. Prawdodpodobnie wykonano wiele zapyta wymagajcyh przeszukania caej tabeli lub zcze, ktre nie uywaj poprawnie indeksw.'; -$strShowStatusHandler_read_rnd_nextDescr = 'Liczba da odczytu nastpnego rekord w pliku z danymi. Warto jest dua przy wykonywania wielu przeszukiwa tabeli. Oglnie sugueruje to, e tabele nie s poprawnie zindesowane lub e zapytania nie s napisane w sposb pozwalajcy skorzysta z istniejcych indeksw.'; +$strShowStatusHandler_read_rndDescr = 'Liczba da odczytu nastpnego rekordu na podstawie staego pooenia. Warto jest dua przy wykonywaniu duej iloci zapyta wymagajcych sortowania rezultatu. Prawdopodobnie wykonano wiele zapyta wymagajcych przeszukania caej tabeli lub zcze, ktre nie uywaj poprawnie indeksw.'; +$strShowStatusHandler_read_rnd_nextDescr = 'Liczba da odczytu nastpnego rekord w pliku z danymi. Warto jest dua przy wykonywania wielu przeszukiwa tabeli. Oglnie sugeruje to, e tabele nie s poprawnie zindeksowane lub e zapytania nie s napisane w sposb pozwalajcy skorzysta z istniejcych indeksw.'; $strShowStatusHandler_rollbackDescr = 'Liczba wewntrznych instrukcji ROLLBACK.'; $strShowStatusHandler_updateDescr = 'Liczba da zmiany rekordu w tabeli.'; $strShowStatusHandler_writeDescr = 'Liczba da dodania rekordu do tabeli.'; -$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Liczba stron zawierajcyh dane (brudnych lub czystych).'; +$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Liczba stron zawierajcych dane (brudnych lub czystych).'; $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Liczba aktualnie brudnych stron.'; $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Liczba stron w puli bufora, ktrych wymiecienia zadano.'; $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Liczba wolnych stron.'; -$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Liczba stron zatrzanitych w puli bufora InnoDB. S to strony akutalnie odczytywane lub zapisywane lub takie, ktre nie mog zosta wymiecione lub usunite z jakiego innego powodu.'; +$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Liczba stron zatrzanitych w puli bufora InnoDB. S to strony aktualnie odczytywane lub zapisywane lub takie, ktre nie mog zosta wymiecione lub usunite z jakiego innego powodu.'; $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Liczba strony stron zajtych z powodu ich alokacji dla celw administracyjnych takich jak blokady rekordu lub adaptacyjny indeks haszujcy. Warto ta moe te zosta policzona jako Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'czny rozmiar puli bufora, w stronach.'; $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Liczba "losowych" odczytw z wyprzedzeniem zainicjowanych przez InnoDB. Wystpuje gdy zapytane przeszukiwaoby due fragmenty tabeli, ale w dowolnej kolejnoci.'; -$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Liczba sekwencyjnych odczytw z wyprzedzeniem zainicjowalnych przez InnoDB. Wystpuje gdy InnoDB wykonuje sekwencyjne pene przeszukiwanie tabeli.'; +$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Liczba sekwencyjnych odczytw z wyprzedzeniem zainicjowanych przez InnoDB. Wystpuje gdy InnoDB wykonuje sekwencyjne pene przeszukiwanie tabeli.'; $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Liczba da logicznych odczytw ktre wykona InnoDB.'; $strShowStatusInnodb_buffer_pool_readsDescr = 'Liczba logicznych odczytw, ktrych InnoDB nie mg zaspokoi pul bufora i musia wykona odczyt pojedynczej strony.'; $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Zwykle zapis do puli bufora InnoDB obywa si w tle. Jednake, jeli niezbdny jest odczyt lub utworzenie strony a brak jest czystych stron, konieczne jest najpierw oczekiwanie na wymiecienie stron. Ten licznik wskazuje liczb wystpie takich oczekiwa. Jeeli rozmiar puli bufora by ustawiony waciwie, warto ta powinna by maa.'; @@ -730,13 +754,13 @@ $strShowStatusInnodb_data_fsyncsDescr = 'Liczba dot $strShowStatusInnodb_data_pending_fsyncsDescr = 'Aktualna liczba operacji fsync() w toku.'; $strShowStatusInnodb_data_pending_readsDescr = 'Aktualna liczba odczytw w toku.'; $strShowStatusInnodb_data_pending_writesDescr = 'Aktualna liczba zapisw w toku.'; -$strShowStatusInnodb_data_readDescr = 'Ilo dotd odczytanch danych, w bajatach.'; +$strShowStatusInnodb_data_readDescr = 'Ilo dotd odczytanych danych, w bajtach.'; $strShowStatusInnodb_data_readsDescr = 'czna liczba odczytw danych.'; $strShowStatusInnodb_data_writesDescr = 'czna liczba zapisw danych.'; $strShowStatusInnodb_data_writtenDescr = 'Ilo dotd zapisanych danych, w bajtach.'; $strShowStatusInnodb_dblwr_pages_writtenDescr = 'Liczba przeprowadzonych zapisw typu doublewrite.'; $strShowStatusInnodb_dblwr_writesDescr = 'Liczba stron zapisanych przy zapisie typu doublewrite.'; -$strShowStatusInnodb_log_waitsDescr = 'Ile razy czekano, bo bufor dziennika by zbyt may i pred wznowieniem pracy oczekwiano na jego oprnenie.'; +$strShowStatusInnodb_log_waitsDescr = 'Ile razy czekano, bo bufor dziennika by zbyt may i przed wznowieniem pracy oczekiwano na jego oprnienie.'; $strShowStatusInnodb_log_write_requestsDescr = 'Liczba da zapisw do dziennika.'; $strShowStatusInnodb_log_writesDescr = 'Liczba fizycznych zapisw do pliku dziennika.'; $strShowStatusInnodb_os_log_fsyncsDescr = 'Liczba synchronicznych zapisw do pliku dziennika.'; @@ -744,12 +768,12 @@ $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Liczba wywo $strShowStatusInnodb_os_log_pending_writesDescr = 'Liczba zapisw do pliku dziennika w toku.'; $strShowStatusInnodb_os_log_writtenDescr = 'Liczba bajtw zapisanych do pliku dziennika.'; $strShowStatusInnodb_pages_createdDescr = 'Liczba utworzonych stron.'; -$strShowStatusInnodb_page_sizeDescr = 'Wkompilowana wilko strony InnoDB (domylnie 16KB). Wiele wartoci jest mierzonych w stronach; znajomo wielkoci strony pozwala na ich atw konwersj na bajty.'; +$strShowStatusInnodb_page_sizeDescr = 'Wkompilowana wielko strony InnoDB (domylnie 16KB). Wiele wartoci jest mierzonych w stronach; znajomo wielkoci strony pozwala na ich atw konwersj na bajty.'; $strShowStatusInnodb_pages_readDescr = 'Liczba odczytanych stron.'; $strShowStatusInnodb_pages_writtenDescr = 'Liczba zapisanych stron.'; -$strShowStatusInnodb_row_lock_current_waitsDescr = 'Liczba blokad rekordw na ktre akutalnie si czeka.'; +$strShowStatusInnodb_row_lock_current_waitsDescr = 'Liczba blokad rekordw na ktre aktualnie si czeka.'; $strShowStatusInnodb_row_lock_time_avgDescr = 'redni czas uzyskania blokady rekordu, w milisekundach.'; -$strShowStatusInnodb_row_lock_timeDescr = 'Cakowity czas zuyty na uzyskiwanie blokad rekodw, w milisekundach.'; +$strShowStatusInnodb_row_lock_timeDescr = 'Cakowity czas zuyty na uzyskiwanie blokad rekordw, w milisekundach.'; $strShowStatusInnodb_row_lock_time_maxDescr = 'Maksymalny czas uzyskania blokady rekordu, w milisekundach.'; $strShowStatusInnodb_row_lock_waitsDescr = 'Ile razy czekano na blokad rekordu.'; $strShowStatusInnodb_rows_deletedDescr = 'Liczba rekordw usunitych z tabel InnoDB.'; @@ -765,7 +789,7 @@ $strShowStatusKey_write_requestsDescr = 'Liczba $strShowStatusKey_writesDescr = 'Liczba fizycznych zapisw blokw indeksw na dysk.'; $strShowStatusLast_query_costDescr = 'Cakowity koszta ostatnio skompilowanego zapytania, wyliczony przez optymalizator zapyta. Przydatny do porwna kosztw rnych planw wykonania tego samego zapytania. Domylna warto 0 oznacza, e jeszcze adne zapytanie nie zostao skompilowane.'; $strShowStatusNot_flushed_delayed_rowsDescr = 'Liczba rekordw oczekujcych na zapisanie w kolejkach INSERT DELAY.'; -$strShowStatusOpened_tablesDescr = 'Liczba kiedykolwiek otwartych tabel. Jeli ta warto jest dua, prawdopobnie wielko pamici podrcznej tabel jest zbyt maa.'; +$strShowStatusOpened_tablesDescr = 'Liczba kiedykolwiek otwartych tabel. Jeli ta warto jest dua, prawdopodobnie wielko pamici podrcznej tabel jest zbyt maa.'; $strShowStatusOpen_filesDescr = 'Liczba otwartych plikw.'; $strShowStatusOpen_streamsDescr = 'Liczba otwartych strumieni (uywanych gownie do rejestracji w dzienniku).'; $strShowStatusOpen_tablesDescr = 'Liczba otwartych tabel.'; @@ -773,7 +797,7 @@ $strShowStatusQcache_free_blocksDescr = 'Liczba wolnych blok $strShowStatusQcache_free_memoryDescr = 'Ilo dostpnej pamici w podrcznym buforze zapyta.'; $strShowStatusQcache_hitsDescr = 'Liczba trafie pamici podrcznej.'; $strShowStatusQcache_insertsDescr = 'Liczba zapyta dodanych do pamici podrcznej.'; -$strShowStatusQcache_lowmem_prunesDescr = 'Liczba zapyta, ktre zostay usunite z pamici podrcznej, by zwolnic pami do buforowania nowych zapyta. Ta informacje moe pomc dostroi wielko bufora podrcznegoe. Do decydowania o tym, ktre zapytania usun z bufora podrcznego uywana jest strategia "najpierw najduej nieuywany" (least recently used - LRU).'; +$strShowStatusQcache_lowmem_prunesDescr = 'Liczba zapyta, ktre zostay usunite z pamici podrcznej, by zwolnic pami do buforowania nowych zapyta. Ta informacje moe pomc dostroi wielko bufora podrcznego. Do decydowania o tym, ktre zapytania usun z bufora podrcznego uywana jest strategia "najpierw najduej nieuywany" (least recently used - LRU).'; $strShowStatusQcache_not_cachedDescr = 'Liczba niezbuforowanych zapyta (nie dajcych si zbuforowa lub niezbuforowanych z powodu ustawienia query_cache_type).'; $strShowStatusQcache_queries_in_cacheDescr = 'Liczba zapyta zarejestrowanych w buforze podrcznym.'; $strShowStatusQcache_total_blocksDescr = 'Cakowita liczba blokw w buforze podrcznym zapyta.'; @@ -784,7 +808,7 @@ $strShowStatusSelect_full_range_joinDescr = 'Liczba z $strShowStatusSelect_range_checkDescr = 'Liczba zcze bez uycia indeksw gdy moliwo ich uycia bya sprawdzana dla kadego rekordu. (Warto rna od 0 sugeruje staranne przyjrzenie si indeksom tabel.)'; $strShowStatusSelect_rangeDescr = 'Liczba zcze w ktrych uyto zakresw w stosunku do pierwszej tabeli. (Nawet dua warto nie ma kluczowego znaczenia.)'; $strShowStatusSelect_scanDescr = 'Liczba zcze, ktre przeszukay w peni pierwsz tabel.'; -$strShowStatusSlave_open_temp_tablesDescr = 'Liczba tymczasowych tabel akutalnie otwartych przez podrzdny wtek SQL.'; +$strShowStatusSlave_open_temp_tablesDescr = 'Liczba tymczasowych tabel aktualnie otwartych przez podrzdny wtek SQL.'; $strShowStatusSlave_retried_transactionsDescr = 'Ile raz cznie (od startu) podrzdny wtek SQL replikacji ponawia transakcje.'; $strShowStatusSlave_runningDescr = 'ON oznacza, e ten serwer jest podrzdny i jest podczony go serwera gwnego.'; $strShowStatusSlow_launch_threadsDescr = 'Liczba wtkw, ktrych utworzenie trwao duej ni slow_launch_time sekund.'; @@ -792,10 +816,10 @@ $strShowStatusSlow_queriesDescr = 'Liczba zapyta $strShowStatusSort_merge_passesDescr = 'Liczba przebiegw scalania, ktre musia wykona algorytm sortujcy. Przy duej wartoci, warto wzi pod uwag zwikszenie wartoci zmiennej systemowej sort_buffer_size.'; $strShowStatusSort_rangeDescr = 'Liczba sortowa wykonanych przy uyciu zakresw.'; $strShowStatusSort_rowsDescr = 'Liczba posortowanych rekordw.'; -$strShowStatusSort_scanDescr = 'Liczba sortowa wykonanych poprzed przeszukiwanie tabeli.'; +$strShowStatusSort_scanDescr = 'Liczba sortowa wykonanych poprzez przeszukiwanie tabeli.'; $strShowStatusTable_locks_immediateDescr = 'Ile razy blokada tabeli zostaa uzyskana natychmiastowo.'; -$strShowStatusTable_locks_waitedDescr = 'Iler razy blokada tabeli nie moga zosta uzyskana natychmiastowo i niezbdne byo oczekiwanie. Przy wysoka warto oraz problemach z wydajnoci powinno si najpierw zoptymalizowa zapytania, a nastpnie podzieli tabel (tabele) lub uy replikacji.'; -$strShowStatusThreads_cachedDescr = 'Liczba wtkw w buforze podrcznym wtkw. Wspczynnik trafienia w bufor moe by wyliczony ze wzoru Threads_created/Connections. Kolor czerwony oznacza, e powinno si z wikszy thread_cache_size.'; +$strShowStatusTable_locks_waitedDescr = 'Ile razy blokada tabeli nie moga zosta uzyskana natychmiastowo i niezbdne byo oczekiwanie. Przy wysoka warto oraz problemach z wydajnoci powinno si najpierw zoptymalizowa zapytania, a nastpnie podzieli tabel (tabele) lub uy replikacji.'; +$strShowStatusThreads_cachedDescr = 'Liczba wtkw w buforze podrcznym wtkw. Wspczynnik trafienia w bufor moe by wyliczony ze wzoru Threads_created/Connections. Kolor czerwony oznacza, e powinno si zwikszy thread_cache_size.'; $strShowStatusThreads_connectedDescr = 'Liczba aktualnie otwartych pocze.'; $strShowStatusThreads_createdDescr = 'Liczba wtkw utworzonych by obsuy poczenia. Jeeli warto Threads_created jest dua, mona chcie zwikszy warto thread_cache_size. (W przypadku dobrej implementacja wtkw zwykle nie daje to zauwaalnego polepszenia wydajnoci.)'; $strShowStatusThreads_runningDescr = 'Liczba nieupionych wtkw.'; @@ -815,10 +839,11 @@ $strSort = 'Sortuj'; $strSpaceUsage = 'Wykorzystanie przestrzeni'; $strSpanish = 'Hiszpaski'; $strSplitWordsWithSpace = 'Sowa s rozdzielane znakiem spacji (" ").'; +$strSQLCompatibility = 'Tryb zgodnoci SQL'; $strSQLExportType = 'Rodzaj eksportu'; $strSQLImportOptions = 'Opcje SQL'; $strSQLOptions = 'Opcje SQL'; -$strSQLParserBugMessage = 'Istnieje szansa, e wanie znaleziono bd w analizatorze skadni SQL. Prosz zbada bliej swoje zapytanie i sprawdzi, czy cudzysowy s poprawne i dobrze sparowane. Inn moliw przyczyn niepowodzenia moe by ysyanie pliku ze znakami binarnymi poza obszarem tekstu ujtego w cudzysowy. Mona rwnie sprawdzi zapytanie SQL poprzez lini polece MySQL-a. W znalezieniu przyczyny problemu moe pomc take - jeli si pojawi - poniszy opis bdu serwera MySQL. Jeli nadal wystpuj z problemy lub analizator skadni zgasza usterk a linia polece - nie, ogranicz sekwencj zapyta SQL do pojedynczego, ktre powoduje problemy i zgo bd, doczajc fragment danych zawarty w poniszej sekcji TNIJ:'; +$strSQLParserBugMessage = 'Istnieje szansa, e wanie znaleziono bd w analizatorze skadni SQL. Prosz zbada bliej swoje zapytanie i sprawdzi, czy cudzysowy s poprawne i dobrze sparowane. Inn moliw przyczyn niepowodzenia moe by wysyanie pliku ze znakami binarnymi poza obszarem tekstu ujtego w cudzysowy. Mona rwnie sprawdzi zapytanie SQL poprzez lini polece MySQL-a. W znalezieniu przyczyny problemu moe pomc take - jeli si pojawi - poniszy opis bdu serwera MySQL. Jeli nadal wystpuj z problemy lub analizator skadni zgasza usterk a linia polece - nie, ogranicz sekwencj zapyta SQL do pojedynczego, ktre powoduje problemy i zgo bd, doczajc fragment danych zawarty w poniszej sekcji TNIJ:'; $strSQLParserUserError = 'Wyglda na to, e w twoim zapytaniu SQL jest bd. W znalezieniu przyczyny problemu moe pomc take - jeli si pojawi - poniszy opis bdu serwera MySQL.'; $strSQLQuery = 'zapytanie SQL'; $strSQLResult = 'Rezultat SQL'; @@ -838,6 +863,7 @@ $strStrucCSV = 'Dane CSV'; $strStrucData = 'Struktura i dane'; $strStrucExcelCSV = 'CSV dla MS Excel'; $strStrucNativeExcel = 'Dane w formacie macierzystym MS Excela'; +$strStrucNativeExcelOptions = 'Opcje eksportu do macierzystego formatu Excela'; $strStrucOnly = 'Tylko struktura'; $strStructPropose = 'Analiza zawartoci'; $strStructure = 'Struktura'; @@ -887,7 +913,7 @@ $strTraditionalSpanish = 'Tradycyjny hiszpa $strTraffic = 'Ruch'; $strTransactionCoordinator = 'Koordynator transakcji'; $strTransformation_application_octetstream__download = 'Wywietla link do cignicia binarnych danych z tego pola. Pierwsza opcja to nazwa pliku binarnego. Drug opcj jest moliwa nazwa pola zawierajcego nazw pliku. Jeeli dana jest druga opcja, pierwsza musi by pustym napisem'; -$strTransformation_application_octetstream__hex = 'Wywietla szesnastkow reprezentacj danych. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate +$strTransformation_application_octetstream__hex = 'Wywietla szesnastkow reprezentacj danych. Opcjonalny pierwszy parametr okrela jak czsto dodawane bd spacje (domylnie: co 2 pbajty).'; $strTransformation_image_jpeg__inline = 'Wywietla klikaln miniaturk; opcje: szeroko,wysoko w pikselach (oryginalne proporcje zostan zachowane)'; $strTransformation_image_jpeg__link = 'Wywietla link do tego obrazu (bezporednie cignicie bloba).'; $strTransformation_image_png__inline = 'Zobacz image/jpeg: inline'; @@ -914,7 +940,8 @@ $strUpdateProfileMessage = 'Profil zosta $strUpdateQuery = 'Zmie zapytanie'; $strUpdComTab = 'Informacje o tym, jak zaktualizowa tabel Column_comments znajduj si w dokumentacji'; $strUpgrade = 'Poleca si aktualizacj do %s w wersji %s lub pniejszej.'; -$strUploadLimit = 'Prawdodpobobnie prbowano wrzuci duy plik. Aby pozna sposoby obejcia tego limitu, prosz zapozna si z %sdokumenacj%s.'; +$strUploadLimit = 'Prawdopodobnie prbowano wrzuci duy plik. Aby pozna sposoby obejcia tego limitu, prosz zapozna si z %sdokumenacj%s.'; +$strUploadsNotAllowed = 'Serwer nie pozwala na upload plikw.'; $strUsage = 'Wykorzystanie'; $strUseBackquotes = 'Uyj cudzysoww z nazwami tabel i pl'; $strUsedPhpExtensions = 'Uywane rozszerzenia PHP'; @@ -956,6 +983,7 @@ $strWritingCommentNotPossible = 'Zapisanie komentarza nie jest mo $strWritingRelationNotPossible = 'Zapisanie relacji nie jest moliwe'; $strWrongUser = 'Bdne pola uytkownik/haso. Brak dostpu.'; +$strXMLOptions = 'Opcje formatu XML'; $strXML = 'XML'; $strYes = 'Tak'; @@ -963,36 +991,4 @@ $strYes = 'Tak'; $strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograniczenie.'; $strZip = '".zip"'; -// To translate: - -$strReloadPrivileges = 'Reload privileges'; //to translate - -$strSQLCompatibility = 'SQL compatibility mode'; //to translate - -$strQueryResultsOperations = 'Query results operations'; //to translate -$strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strXMLOptions = 'XML options'; //to translate -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index a21e65f4c..7b41f7c4f 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -23,6 +23,7 @@ $strAccessDeniedCreateConfig = 'Prawdopodobnie powodem jest brak utworzonego pli $strAccessDeniedExplanation = 'phpMyAdmin próbował połączyć się z serwerem MySQL, a serwer odrzucił połączenie. Powinieneś sprawdzić nazwę hosta, nazwę użytkownika i hasło w pliku config.inc.php i upewnić się, że odpowiadają one informacjom danym przez administratora serwera MySQL.'; $strAction = 'Działanie'; $strAddAutoIncrement = 'Dodaj wartości AUTO_INCREMENT'; +$strAddClause = 'Dodaj %s'; $strAddConstraints = 'Dodaj ograniczenia'; $strAddDeleteColumn = 'Dodaj/usuń pola'; $strAddDeleteRow = 'Dodaj/usuń wiersz kryteriów'; @@ -104,6 +105,7 @@ $strBzError = 'phpMyAdminowi nie udało się skompresować zrzutu z powodu zepsu $strBzip = '".bz2"'; $strCalendar = 'Kalendarz'; +$strCanNotLoadExportPlugins = 'Nie udało się załadować modułów eksportu, proszę sprawdzić instalację!'; $strCanNotLoadImportPlugins = 'Nie udało się załadować modułów importu, proszę sprawdzić instalację!'; $strCannotLogin = 'Nie udało się zalogować na serwer MySQL'; $strCantLoad = 'nie udało się załadować modułu %s,
        proszę sprawdzić konfigurację PHP'; @@ -144,7 +146,7 @@ $strCompatibleHashing = 'Kompatybilny z MySQL-em 4.0'; $strCompleteInserts = 'Pełne dodania'; $strCompression = 'Typ kompresji'; $strCompressionWillBeDetected = 'Rodzaj kompresji importowanych plików zostanie automatycznie rozpoznany jako jeden z: %s'; -$strConfigDefaultFileError = 'Nie udało się załadaować domyślnej konfiguracji z pliku: "%1$s"'; +$strConfigDefaultFileError = 'Nie udało się załadować domyślnej konfiguracji z pliku: "%1$s"'; $strConfigFileError = 'phpMyAdmin nie zdołał odczytać Twojego pliku konfiguracji!
        Może się to zdarzyć, jeśli PHP znajdzie w nim błąd składniowy lub nie może znaleźć tego pliku.
        Proszę wywołać bezpośrednio plik konfiguracyjny używając poniższego linku i odczytać otrzymane komunikat(y) o błędach. W większości przypadków brakuje gdzieś cudzysłowu lub średnika.
        Jeżeli otrzymasz pustą stronę, wszystko jest w porządku.'; $strConfigureTableCoord = 'Proszę skonfigurować współrzędnie dla tabeli %s'; $strConnectionError = 'Nie udało się nawiązać połączenia: błędne ustawienia.'; @@ -165,6 +167,10 @@ $strCreateNewDatabase = 'Utwórz nową bazę danych'; $strCreateNewTable = 'Utwórz nową tabelę w bazie danych %s'; $strCreatePage = 'Utwórz nową stronę'; $strCreatePdfFeat = 'Tworzenie PDF-ów'; +$strCreateUserDatabase = 'Baza danych dla użytkownika'; +$strCreateUserDatabaseName = 'Utwórz bazę danych z taką samą nazwą i przyznaj wszystkie uprawnienia'; +$strCreateUserDatabaseNone = 'Brak'; +$strCreateUserDatabaseWildcard = 'Przyznaj wszystkie uprawienia do baz danych o nazwach pasujących do maski (nazwaużytkownika_%)'; $strCreate = 'Utwórz'; $strCreationDates = 'Daty utworzenia/aktualizacji/sprawdzenia'; $strCriteria = 'Kryteria'; @@ -218,6 +224,7 @@ $strDeletedRows = 'Skasowane rekordy:'; $strDeleteNoUsersSelected = 'Żaden użytkownik ze został zaznaczony do skasowania!'; $strDelete = 'Usuń'; $strDeleting = 'Usuwanie %s'; +$strDelimiter = 'Separator'; $strDelOld = 'Aktualna strona ma powiązania z tabelą, która już nie istnieje. Czy chcesz usunąć te powiązania?'; $strDescending = 'Malejąco'; $strDescription = 'Opis'; @@ -258,6 +265,7 @@ $strEnglish = 'Angielski'; $strEnglishPrivileges = ' Uwaga: Uprawnienia MySQL są oznaczone w języku angielskim '; $strError = 'Błąd'; $strErrorInZipFile = 'Błąd w archiwum ZIP:'; +$strErrorRenamingTable = 'Błąd podczas zmiany nazwy tabeli z %1$s na %2$s'; $strEscapeWildcards = 'Aby użyć symboli wieloznacznych _ i % w znaczeniu dosłownym, należy je poprzedzić znakiem \ '; $strEsperanto = 'Esperanto'; $strEstonian = 'Estoński'; @@ -266,6 +274,7 @@ $strExcelOptions = 'Opcje Excela'; $strExecuteBookmarked = 'Wykonaj zapamiętanego zapytania'; $strExplain = 'Wyjaśnij SQL'; $strExport = 'Eksport'; +$strExportMustBeFile = 'Wybrany typ eksportu musi być zapisany do pliku'; $strExtendedInserts = 'Rozszerzone dodania'; $strExtra = 'Dodatkowo'; @@ -279,7 +288,7 @@ $strFields = 'Pola'; $strFieldsTerminatedBy = 'Pola oddzielane przez'; $strFileAlreadyExists = 'Plik %s już istnieje na serwerze, zmień nazwę pliku lub zaznacz opcję nadpisywania plików.'; $strFileCouldNotBeRead = 'Nie można odczytać pliku'; -$strFileNameTemplateDescriptionDatabase = 'nazwa bazy danych database'; +$strFileNameTemplateDescriptionDatabase = 'nazwa bazy danych'; $strFileNameTemplateDescription = 'Interpretacja tej wartości należy do funkcji %1$sstrftime%2$s i można użyć jej napisów formatujących. Dodatkowo zostaną zastosowane następujące przekształcenia: %3$s. Pozostały tekst będzie niezmieniony.'; $strFileNameTemplateDescriptionServer = 'nazwa serwera'; $strFileNameTemplateDescriptionTable = 'nazwa tabeli'; @@ -291,11 +300,13 @@ $strFlushPrivilegesNote = 'Uwaga: phpMyAdmin pobiera uprawnienia użytkowników $strFlushQueryCache = 'Opróżnij bufor podręczny zapytań'; $strFlushTable = 'Przeładuj tabelę ("FLUSH")'; $strFlushTables = 'Przeładuj (zamknij) wszystkie tabele'; +$strFontSize = 'Rozmiar pisma'; $strFormat = 'Format'; $strFormEmpty = 'Brakująca wartość w formularzu!'; $strFreePages = 'Strony puste'; $strFullText = 'Pełny tekst'; $strFunction = 'Funkcja'; +$strFunctions = 'Funkcje'; $strGenBy = 'Wygenerowany przez'; $strGeneralRelationFeat = 'Ogólne funkcje relacyjne'; @@ -369,15 +380,17 @@ $strInUse = 'w użyciu'; $strInvalidAuthMethod = 'W konfiguracji ustawiono błędną metodę uwierzytelniania:'; $strInvalidColumnCount = 'Liczba kolumn musi być większa niż zero.'; $strInvalidColumn = 'Podano błędną kolumnę (%s)!'; -$strInvalidCSVFieldCount = 'Niewłaściwa liczba pól w lini %d danych wejściowych CSV.'; -$strInvalidCSVFormat = 'Niewłaściwy format w lini %d danych wejściowych CSV.'; +$strInvalidCSVFieldCount = 'Niewłaściwa liczba pól w linii %d danych wejściowych CSV.'; +$strInvalidCSVFormat = 'Niewłaściwy format w linii %d danych wejściowych CSV.'; $strInvalidCSVParameter = 'Niewłaściwy parametr importu CSV: %s'; +$strInvalidDatabase = 'Niewłaściwa baza danych'; $strInvalidFieldAddCount = 'Należy dodać przynajmniej jedno pole.'; $strInvalidFieldCount = 'Tabela musi mieć przynajmniej jedno pole.'; $strInvalidLDIImport = 'Ten moduł nie obsługuje skompresowanych importów!'; $strInvalidRowNumber = '%d nie jest prawidłowym numerem rekordu.'; $strInvalidServerHostname = 'Niewłaściwa nazwa hosta serwera %1$s. Proszę przyjrzeć się konfiguracji.'; $strInvalidServerIndex = 'Niewłaściwy numer serwera: "%s"'; +$strInvalidTableName = 'Niewłaściwa nazwa tabeli'; $strJapanese = 'Japoński'; $strJoins = 'Złączenia'; @@ -393,6 +406,7 @@ $strKorean = 'Koreański'; $strLandscape = 'Orientacja pozioma'; $strLanguageFileNotFound = 'Nie znaleziono pliku językowego "%1$s".'; +$strLanguage = 'Język'; $strLanguageUnknown = 'Nieznany język: %1$s.'; $strLatchedPages = 'Stron zatrzaśniętych'; $strLatexCaption = 'Nagłówek tabeli'; @@ -435,7 +449,7 @@ $strMIME_description = 'Opis'; $strMIME_MIMEtype = 'Typ MIME'; $strMIME_nodescription = 'Transformacja ta nie ma opisu.
        Proszę zapytać autora, co robi %s.'; $strMIME_transformation_note = 'Aby uzyskać listę dostępnych opcji transformacji i ich typów MIME, kliknij %sopisy transformacji%s'; -$strMIME_transformation_options_note = 'Proszę wprowadzić wartości dla tranformacji w następującym formacie: \'a\',\'b\',\'c\'...
        Jeżeli potrzeba wprowadzić odwrotny ukośnik ("\") lub apostrof ("\'"), należy je poprzedzić odwrotnym ukośnikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').'; +$strMIME_transformation_options_note = 'Proszę wprowadzić wartości dla transformacji w następującym formacie: \'a\',\'b\',\'c\'...
        Jeżeli potrzeba wprowadzić odwrotny ukośnik ("\") lub apostrof ("\'"), należy je poprzedzić odwrotnym ukośnikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').'; $strMIME_transformation_options = 'Opcje transformacji'; $strMIME_transformation = 'Sposób prezentacji danych'; $strMIMETypesForTable = 'TYPY MIME TABELI'; @@ -472,6 +486,7 @@ $strNext = 'Następne'; $strNoActivity = 'Brak aktywności przez co najmniej %s sekund, proszę zalogować się jeszcze raz'; $strNoDatabases = 'Brak baz danych'; $strNoDatabasesSelected = 'Żadna baza danych nie został wybrana.'; +$strNoDataReceived = 'Nie otrzymano żadnych danych do importu. Albo nie została wysłana nazwa pliku, albo plik był zbyt duży (maksymalny dopuszczalny rozmiar pliku określa się w konfiguracji PHP). Zobacz FAQ 1.16.'; $strNoDescription = 'brak opisu'; $strNoDetailsForEngine = 'Brak szczegółowych informacji o tym mechanizmie składowania'; $strNoDropDatabases = 'Polecenie "DROP DATABASE" jest zablokowane.'; @@ -505,6 +520,10 @@ $strNumSearchResultsTotal = 'W sumie: %s trafień'; $strNumTables = 'Tabele'; $strOK = 'OK'; +$strOpenDocumentSpreadsheet = 'arkusz kalkulacyjny w formacie Open Document'; +$strOpenDocumentSpreadsheetOptions = 'opcje arkusza kalkulacyjnego w formacie Open Document'; +$strOpenDocumentTextOptions = 'Opcje tekstu w formacie Open Document'; +$strOpenDocumentText = 'Tekst w formacie Open Document'; $strOpenNewWindow = 'Otwórz nowe okno phpMyAdmina'; $strOperations = 'Operacje'; $strOperator = 'Operator'; @@ -520,14 +539,15 @@ $strPartialImport = 'Import częściowy'; $strPartialText = 'Skrócony tekst'; $strPasswordChanged = 'Hasło dla %s zostało pomyślnie zmienione.'; $strPasswordEmpty = 'Puste hasło!'; -$strPasswordHashing = 'Sposób kodowania haseł'; $strPassword = 'Hasło'; +$strPasswordHashing = 'Sposób kodowania haseł'; $strPasswordNotSame = 'Hasła nie są identyczne!'; $strPdfDbSchema = 'Schemat bazy danych "%s" - strona %s'; $strPdfInvalidTblName = 'Tabela "%s" nie istnieje!'; $strPdfNoTables = 'Brak tabel'; $strPDFOptions = 'Opcje PDF'; $strPDF = 'PDF'; +$strPDFReportExplanation = '(Generuje raport zawierający danej pojedynczej tabeli.)'; $strPDFReportTitle = 'Tytuł raportu'; $strPerHour = 'na godzinę'; $strPerMinute = 'na minutę'; @@ -588,6 +608,7 @@ $strPrivDescUpdate = 'Pozwól zmieniać dane.'; $strPrivDescUsage = 'Brak uprawnień.'; $strPrivilegesReloaded = 'Uprawnienia zostały pomyślnie przeładowane.'; $strPrivileges = 'Uprawnienia'; +$strProcedures = 'Procedury'; $strProcesses = 'Procesy'; $strProcesslist = 'Lista procesów'; $strProtocolVersion = 'Wersja protokołu'; @@ -599,6 +620,7 @@ $strQBE = 'Zapytanie przez przykład'; $strQueryCache = 'Pamięć podręczna zapytań'; $strQueryFrame = 'Okienko zapytania'; $strQueryOnDb = 'Zapytanie SQL dla bazy danych %s:'; +$strQueryResultsOperations = 'Operacja na wynikach zapytania'; $strQuerySQLHistory = 'Historia SQL'; $strQueryStatistics = 'Statystyki zapytań: Od rozpoczęcia jego pracy, do serwera zostało wysłanych %s zapytań.'; $strQueryTime = 'Wykonanie zapytania trwało %01.4f sekund(y)'; @@ -616,6 +638,7 @@ $strRelationsForTable = 'RELACJE TABELI'; $strRelations = 'Relacje'; $strRelationView = 'Widok relacyjny'; $strReloadingThePrivileges = 'Przeładuj uprawnienia'; +$strReloadPrivileges = 'Przeładuj uprawnienia'; $strRemoveSelectedUsers = 'Usuń zaznaczonych użytkowników'; $strRenameDatabaseOK = 'Baza danych %s ma nazwę zmienioną na %s'; $strRenameTableOK = 'Tabela %s ma nazwę zmienioną na %s'; @@ -672,6 +695,7 @@ $strSent = 'Wysłane'; $strServerChoice = 'Wybór serwera'; $strServerNotResponding = 'Serwer nie odpowiada'; $strServer = 'Serwer'; +$strServers = 'Serwery'; $strServerStatusDelayedInserts = 'Opóźnione dodania'; $strServerStatus = 'Informacje o działaniu serwera'; $strServerStatusUptime = 'Serwer MySQL działa przez %s. Początek pracy: %s.'; @@ -694,11 +718,11 @@ $strShow = 'Pokaż'; $strShowSlaveHosts = 'Pokaż podrzędne hosty'; $strShowSlaveStatus = 'Status serwera podrzędnego'; $strShowStatusBinlog_cache_disk_useDescr = 'Liczba transakcji, które używały pamięci podręcznej tymczasowego dziennika binarnego, ale który przekroczyły wartość binlog_cache_size i do zapisania instrukcji transakcji został użyty plik tymczasowy.'; -$strShowStatusBinlog_cache_useDescr = 'Liczba trasnsakcji, które używały pamięci podręcznej tymczasowego dziennika binarnego.'; +$strShowStatusBinlog_cache_useDescr = 'Liczba transakcji, które używały pamięci podręcznej tymczasowego dziennika binarnego.'; $strShowStatusCreated_tmp_disk_tablesDescr = 'Liczba tabel tymczasowych na dysku utworzonych automatycznie przez serwer podczas wykonywanie instrukcji. Przy dużej wartości Created_tmp_disk_tables, zwiększenie wartości tmp_table_size spowoduje tworzenie tymczasowych tabel w pamięci, a nie na dysku.'; $strShowStatusCreated_tmp_filesDescr = 'Ile plików tymczasowych utworzył mysqld.'; $strShowStatusCreated_tmp_tablesDescr = 'Liczba tabel tymczasowych w pamięci, utworzonych automatycznie przez serwer podczas wykonywania instrukcji.'; -$strShowStatusDelayed_errorsDescr = 'Liczba rekoród zapisanych przy pomocy INSERT DELAYED, dla których wystąpił jakiś błąd (prawodpodbnie zduplikowany klucz).'; +$strShowStatusDelayed_errorsDescr = 'Liczba rekordów zapisanych przy pomocy INSERT DELAYED, dla których wystąpił jakiś błąd (prawdopodobnie zdublowany klucz).'; $strShowStatusDelayed_insert_threadsDescr = 'Liczba użytych wątków obsługujących INSERT DELAYED. Każda osobna tabela, na której wykonuje się INSERT DELAYED dostaje własny wątek.'; $strShowStatusDelayed_writesDescr = 'Liczba rekordów zapisanych poprzez INSERT DELAYED.'; $strShowStatusFlush_commandsDescr = 'Liczba wykonanych instrukcji FLUSH.'; @@ -706,23 +730,23 @@ $strShowStatusHandler_commitDescr = 'Liczba wewnętrznych intrukcji COMMIT.'; $strShowStatusHandler_deleteDescr = 'Ile razy rekord został usunięty z tabeli.'; $strShowStatusHandler_discoverDescr = 'Serwer MySQL może zapytać mechanizm składowania Cluster NDB, czy ma informacje o tabeli o zadanej nazwie. Nazywamy to odkryciem (discovery). Handler_discover wskazuje, ile razy tabela została odkryta.'; $strShowStatusHandler_read_firstDescr = 'Ile razy z indeksu została odczytana pierwsza pozycja. Duża wartość sugeruje, że serwer wykonuje pełnych przeszukań indeksów; na przykład SELECT col1 FROM foo, przy założeniu, że col1 jest zindeksowane.'; -$strShowStatusHandler_read_keyDescr = 'Licza żądań odczytu rekordu na podstawie indeksu. Duża wartość to dobra oznaka tego, że zapytania i tabele są właściwie zindeksowane.'; +$strShowStatusHandler_read_keyDescr = 'Liczba żądań odczytu rekordu na podstawie indeksu. Duża wartość to dobra oznaka tego, że zapytania i tabele są właściwie zindeksowane.'; $strShowStatusHandler_read_nextDescr = 'Liczba żądań odczytu następnego rekordu w porządku indeksowym. Ta wartość jest zwiększana przy odpytywaniu o zindeksowaną kolumnę na ograniczonym przedziale lub przy przeszukiwaniu indeksu.'; $strShowStatusHandler_read_prevDescr = 'Liczba żądań odczytu poprzedniego rekordu w porządku indeksowym. Metoda używana głównie do optymalizacji ORDER BY ... DESC.'; -$strShowStatusHandler_read_rndDescr = 'Liczba żądań odczytu następnego rekordu na podstawie stałego położenia. Wartość jest duża przy wykonywaniu dużej ilości zapytań wymagających sortowania rezultatu. Prawdodpodobnie wykonano wiele zapytań wymagającyh przeszukania całej tabeli lub złączeń, które nie używają poprawnie indeksów.'; -$strShowStatusHandler_read_rnd_nextDescr = 'Liczba żądań odczytu następnego rekord w pliku z danymi. Wartość jest duża przy wykonywania wielu przeszukiwań tabeli. Ogólnie sugueruje to, że tabele nie są poprawnie zindesowane lub że zapytania nie są napisane w sposób pozwalający skorzystać z istniejących indeksów.'; +$strShowStatusHandler_read_rndDescr = 'Liczba żądań odczytu następnego rekordu na podstawie stałego położenia. Wartość jest duża przy wykonywaniu dużej ilości zapytań wymagających sortowania rezultatu. Prawdopodobnie wykonano wiele zapytań wymagających przeszukania całej tabeli lub złączeń, które nie używają poprawnie indeksów.'; +$strShowStatusHandler_read_rnd_nextDescr = 'Liczba żądań odczytu następnego rekord w pliku z danymi. Wartość jest duża przy wykonywania wielu przeszukiwań tabeli. Ogólnie sugeruje to, że tabele nie są poprawnie zindeksowane lub że zapytania nie są napisane w sposób pozwalający skorzystać z istniejących indeksów.'; $strShowStatusHandler_rollbackDescr = 'Liczba wewnętrznych instrukcji ROLLBACK.'; $strShowStatusHandler_updateDescr = 'Liczba żądań zmiany rekordu w tabeli.'; $strShowStatusHandler_writeDescr = 'Liczba żądań dodania rekordu do tabeli.'; -$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Liczba stron zawierającyh dane (brudnych lub czystych).'; +$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Liczba stron zawierających dane (brudnych lub czystych).'; $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Liczba aktualnie brudnych stron.'; $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Liczba stron w puli bufora, których wymiecienia zażądano.'; $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Liczba wolnych stron.'; -$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Liczba stron zatrzaśniętych w puli bufora InnoDB. Są to strony akutalnie odczytywane lub zapisywane lub takie, które nie mogą zostać wymiecione lub usunięte z jakiegoś innego powodu.'; +$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Liczba stron zatrzaśniętych w puli bufora InnoDB. Są to strony aktualnie odczytywane lub zapisywane lub takie, które nie mogą zostać wymiecione lub usunięte z jakiegoś innego powodu.'; $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Liczba strony stron zajętych z powodu ich alokacji dla celów administracyjnych takich jak blokady rekordu lub adaptacyjny indeks haszujący. Wartość ta może też zostać policzona jako Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Łączny rozmiar puli bufora, w stronach.'; $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Liczba "losowych" odczytów z wyprzedzeniem zainicjowanych przez InnoDB. Występuje gdy zapytane przeszukiwałoby duże fragmenty tabeli, ale w dowolnej kolejności.'; -$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Liczba sekwencyjnych odczytów z wyprzedzeniem zainicjowalnych przez InnoDB. Występuje gdy InnoDB wykonuje sekwencyjne pełne przeszukiwanie tabeli.'; +$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Liczba sekwencyjnych odczytów z wyprzedzeniem zainicjowanych przez InnoDB. Występuje gdy InnoDB wykonuje sekwencyjne pełne przeszukiwanie tabeli.'; $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Liczba żądań logicznych odczytów które wykonał InnoDB.'; $strShowStatusInnodb_buffer_pool_readsDescr = 'Liczba logicznych odczytów, których InnoDB nie mógł zaspokoić pulą bufora i musiał wykonać odczyt pojedynczej strony.'; $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Zwykle zapis do puli bufora InnoDB obywa się w tle. Jednakże, jeśli niezbędny jest odczyt lub utworzenie strony a brak jest czystych stron, konieczne jest najpierw oczekiwanie na wymiecienie stron. Ten licznik wskazuje liczbę wystąpień takich oczekiwań. Jeżeli rozmiar puli bufora był ustawiony właściwie, wartość ta powinna być mała.'; @@ -731,13 +755,13 @@ $strShowStatusInnodb_data_fsyncsDescr = 'Liczba dotąd wykonanych operacji fsync $strShowStatusInnodb_data_pending_fsyncsDescr = 'Aktualna liczba operacji fsync() w toku.'; $strShowStatusInnodb_data_pending_readsDescr = 'Aktualna liczba odczytów w toku.'; $strShowStatusInnodb_data_pending_writesDescr = 'Aktualna liczba zapisów w toku.'; -$strShowStatusInnodb_data_readDescr = 'Ilość dotąd odczytanch danych, w bajatach.'; +$strShowStatusInnodb_data_readDescr = 'Ilość dotąd odczytanych danych, w bajtach.'; $strShowStatusInnodb_data_readsDescr = 'Łączna liczba odczytów danych.'; $strShowStatusInnodb_data_writesDescr = 'Łączna liczba zapisów danych.'; $strShowStatusInnodb_data_writtenDescr = 'Ilość dotąd zapisanych danych, w bajtach.'; $strShowStatusInnodb_dblwr_pages_writtenDescr = 'Liczba przeprowadzonych zapisów typu doublewrite.'; $strShowStatusInnodb_dblwr_writesDescr = 'Liczba stron zapisanych przy zapisie typu doublewrite.'; -$strShowStatusInnodb_log_waitsDescr = 'Ile razy czekano, bo bufor dziennika był zbyt mały i pred wznowieniem pracy oczekwiano na jego opróżnenie.'; +$strShowStatusInnodb_log_waitsDescr = 'Ile razy czekano, bo bufor dziennika był zbyt mały i przed wznowieniem pracy oczekiwano na jego opróżnienie.'; $strShowStatusInnodb_log_write_requestsDescr = 'Liczba żądań zapisów do dziennika.'; $strShowStatusInnodb_log_writesDescr = 'Liczba fizycznych zapisów do pliku dziennika.'; $strShowStatusInnodb_os_log_fsyncsDescr = 'Liczba synchronicznych zapisów do pliku dziennika.'; @@ -745,12 +769,12 @@ $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Liczba wywołań fsync dla pl $strShowStatusInnodb_os_log_pending_writesDescr = 'Liczba zapisów do pliku dziennika w toku.'; $strShowStatusInnodb_os_log_writtenDescr = 'Liczba bajtów zapisanych do pliku dziennika.'; $strShowStatusInnodb_pages_createdDescr = 'Liczba utworzonych stron.'; -$strShowStatusInnodb_page_sizeDescr = 'Wkompilowana wilkość strony InnoDB (domyślnie 16KB). Wiele wartości jest mierzonych w stronach; znajomość wielkości strony pozwala na ich łatwą konwersję na bajty.'; +$strShowStatusInnodb_page_sizeDescr = 'Wkompilowana wielkość strony InnoDB (domyślnie 16KB). Wiele wartości jest mierzonych w stronach; znajomość wielkości strony pozwala na ich łatwą konwersję na bajty.'; $strShowStatusInnodb_pages_readDescr = 'Liczba odczytanych stron.'; $strShowStatusInnodb_pages_writtenDescr = 'Liczba zapisanych stron.'; -$strShowStatusInnodb_row_lock_current_waitsDescr = 'Liczba blokad rekordów na które akutalnie się czeka.'; +$strShowStatusInnodb_row_lock_current_waitsDescr = 'Liczba blokad rekordów na które aktualnie się czeka.'; $strShowStatusInnodb_row_lock_time_avgDescr = 'Średni czas uzyskania blokady rekordu, w milisekundach.'; -$strShowStatusInnodb_row_lock_timeDescr = 'Całkowity czas zużyty na uzyskiwanie blokad rekodów, w milisekundach.'; +$strShowStatusInnodb_row_lock_timeDescr = 'Całkowity czas zużyty na uzyskiwanie blokad rekordów, w milisekundach.'; $strShowStatusInnodb_row_lock_time_maxDescr = 'Maksymalny czas uzyskania blokady rekordu, w milisekundach.'; $strShowStatusInnodb_row_lock_waitsDescr = 'Ile razy czekano na blokadę rekordu.'; $strShowStatusInnodb_rows_deletedDescr = 'Liczba rekordów usuniętych z tabel InnoDB.'; @@ -766,7 +790,7 @@ $strShowStatusKey_write_requestsDescr = 'Liczba żądań zapisów bloków indeks $strShowStatusKey_writesDescr = 'Liczba fizycznych zapisów bloków indeksów na dysk.'; $strShowStatusLast_query_costDescr = 'Całkowity koszta ostatnio skompilowanego zapytania, wyliczony przez optymalizator zapytań. Przydatny do porównań kosztów różnych planów wykonania tego samego zapytania. Domyślna wartość 0 oznacza, że jeszcze żadne zapytanie nie zostało skompilowane.'; $strShowStatusNot_flushed_delayed_rowsDescr = 'Liczba rekordów oczekujących na zapisanie w kolejkach INSERT DELAY.'; -$strShowStatusOpened_tablesDescr = 'Liczba kiedykolwiek otwartych tabel. Jeśli ta wartość jest duża, prawdopobnie wielkość pamięci podręcznej tabel jest zbyt mała.'; +$strShowStatusOpened_tablesDescr = 'Liczba kiedykolwiek otwartych tabel. Jeśli ta wartość jest duża, prawdopodobnie wielkość pamięci podręcznej tabel jest zbyt mała.'; $strShowStatusOpen_filesDescr = 'Liczba otwartych plików.'; $strShowStatusOpen_streamsDescr = 'Liczba otwartych strumieni (używanych głownie do rejestracji w dzienniku).'; $strShowStatusOpen_tablesDescr = 'Liczba otwartych tabel.'; @@ -774,7 +798,7 @@ $strShowStatusQcache_free_blocksDescr = 'Liczba wolnych bloków pamięci w podr $strShowStatusQcache_free_memoryDescr = 'Ilość dostępnej pamięci w podręcznym buforze zapytań.'; $strShowStatusQcache_hitsDescr = 'Liczba trafień pamięci podręcznej.'; $strShowStatusQcache_insertsDescr = 'Liczba zapytań dodanych do pamięci podręcznej.'; -$strShowStatusQcache_lowmem_prunesDescr = 'Liczba zapytań, które zostały usunięte z pamięci podręcznej, by zwolnic pamięć do buforowania nowych zapytań. Ta informacje może pomóc dostroić wielkość bufora podręcznegoe. Do decydowania o tym, które zapytania usunąć z bufora podręcznego używana jest strategia "najpierw najdłużej nieużywany" (least recently used - LRU).'; +$strShowStatusQcache_lowmem_prunesDescr = 'Liczba zapytań, które zostały usunięte z pamięci podręcznej, by zwolnic pamięć do buforowania nowych zapytań. Ta informacje może pomóc dostroić wielkość bufora podręcznego. Do decydowania o tym, które zapytania usunąć z bufora podręcznego używana jest strategia "najpierw najdłużej nieużywany" (least recently used - LRU).'; $strShowStatusQcache_not_cachedDescr = 'Liczba niezbuforowanych zapytań (nie dających się zbuforować lub niezbuforowanych z powodu ustawienia query_cache_type).'; $strShowStatusQcache_queries_in_cacheDescr = 'Liczba zapytań zarejestrowanych w buforze podręcznym.'; $strShowStatusQcache_total_blocksDescr = 'Całkowita liczba bloków w buforze podręcznym zapytań.'; @@ -785,7 +809,7 @@ $strShowStatusSelect_full_range_joinDescr = 'Liczba złączeń w których użyto $strShowStatusSelect_range_checkDescr = 'Liczba złączeń bez użycia indeksów gdy możliwość ich użycia była sprawdzana dla każdego rekordu. (Wartość różna od 0 sugeruje staranne przyjrzenie się indeksom tabel.)'; $strShowStatusSelect_rangeDescr = 'Liczba złączeń w których użyto zakresów w stosunku do pierwszej tabeli. (Nawet duża wartość nie ma kluczowego znaczenia.)'; $strShowStatusSelect_scanDescr = 'Liczba złączeń, które przeszukały w pełni pierwszą tabelę.'; -$strShowStatusSlave_open_temp_tablesDescr = 'Liczba tymczasowych tabel akutalnie otwartych przez podrzędny wątek SQL.'; +$strShowStatusSlave_open_temp_tablesDescr = 'Liczba tymczasowych tabel aktualnie otwartych przez podrzędny wątek SQL.'; $strShowStatusSlave_retried_transactionsDescr = 'Ile raz łącznie (od startu) podrzędny wątek SQL replikacji ponawiał transakcje.'; $strShowStatusSlave_runningDescr = 'ON oznacza, że ten serwer jest podrzędny i jest podłączony go serwera głównego.'; $strShowStatusSlow_launch_threadsDescr = 'Liczba wątków, których utworzenie trwało dłużej niż slow_launch_time sekund.'; @@ -793,10 +817,10 @@ $strShowStatusSlow_queriesDescr = 'Liczba zapytań, których wykonanie zajęło $strShowStatusSort_merge_passesDescr = 'Liczba przebiegów scalania, które musiał wykonać algorytm sortujący. Przy dużej wartości, warto wziąć pod uwagę zwiększenie wartości zmiennej systemowej sort_buffer_size.'; $strShowStatusSort_rangeDescr = 'Liczba sortować wykonanych przy użyciu zakresów.'; $strShowStatusSort_rowsDescr = 'Liczba posortowanych rekordów.'; -$strShowStatusSort_scanDescr = 'Liczba sortowań wykonanych poprzed przeszukiwanie tabeli.'; +$strShowStatusSort_scanDescr = 'Liczba sortowań wykonanych poprzez przeszukiwanie tabeli.'; $strShowStatusTable_locks_immediateDescr = 'Ile razy blokada tabeli została uzyskana natychmiastowo.'; -$strShowStatusTable_locks_waitedDescr = 'Iler razy blokada tabeli nie mogła zostać uzyskana natychmiastowo i niezbędne było oczekiwanie. Przy wysoka wartość oraz problemach z wydajnością powinno się najpierw zoptymalizować zapytania, a następnie podzielić tabelę (tabele) lub użyć replikacji.'; -$strShowStatusThreads_cachedDescr = 'Liczba wątków w buforze podręcznym wątków. Współczynnik trafienia w bufor może być wyliczony ze wzoru Threads_created/Connections. Kolor czerwony oznacza, że powinno się z większyć thread_cache_size.'; +$strShowStatusTable_locks_waitedDescr = 'Ile razy blokada tabeli nie mogła zostać uzyskana natychmiastowo i niezbędne było oczekiwanie. Przy wysoka wartość oraz problemach z wydajnością powinno się najpierw zoptymalizować zapytania, a następnie podzielić tabelę (tabele) lub użyć replikacji.'; +$strShowStatusThreads_cachedDescr = 'Liczba wątków w buforze podręcznym wątków. Współczynnik trafienia w bufor może być wyliczony ze wzoru Threads_created/Connections. Kolor czerwony oznacza, że powinno się zwiększyć thread_cache_size.'; $strShowStatusThreads_connectedDescr = 'Liczba aktualnie otwartych połączeń.'; $strShowStatusThreads_createdDescr = 'Liczba wątków utworzonych by obsłużyć połączenia. Jeżeli wartość Threads_created jest duża, można chcieć zwiększyć wartość thread_cache_size. (W przypadku dobrej implementacja wątków zwykle nie daje to zauważalnego polepszenia wydajności.)'; $strShowStatusThreads_runningDescr = 'Liczba nieuśpionych wątków.'; @@ -816,10 +840,11 @@ $strSort = 'Sortuj'; $strSpaceUsage = 'Wykorzystanie przestrzeni'; $strSpanish = 'Hiszpański'; $strSplitWordsWithSpace = 'Słowa są rozdzielane znakiem spacji (" ").'; +$strSQLCompatibility = 'Tryb zgodności SQL'; $strSQLExportType = 'Rodzaj eksportu'; $strSQLImportOptions = 'Opcje SQL'; $strSQLOptions = 'Opcje SQL'; -$strSQLParserBugMessage = 'Istnieje szansa, że właśnie znaleziono błąd w analizatorze składni SQL. Proszę zbadać bliżej swoje zapytanie i sprawdzić, czy cudzysłowy są poprawne i dobrze sparowane. Inną możliwą przyczyną niepowodzenia może być ysyłanie pliku ze znakami binarnymi poza obszarem tekstu ujętego w cudzysłowy. Można również sprawdzić zapytanie SQL poprzez linię poleceń MySQL-a. W znalezieniu przyczyny problemu może pomóc także - jeśli się pojawi - poniższy opis błędu serwera MySQL. Jeśli nadal występują z problemy lub analizator składni zgłasza usterkę a linia poleceń - nie, ogranicz sekwencję zapytań SQL do pojedynczego, które powoduje problemy i zgłoś błąd, dołączając fragment danych zawarty w poniższej sekcji TNIJ:'; +$strSQLParserBugMessage = 'Istnieje szansa, że właśnie znaleziono błąd w analizatorze składni SQL. Proszę zbadać bliżej swoje zapytanie i sprawdzić, czy cudzysłowy są poprawne i dobrze sparowane. Inną możliwą przyczyną niepowodzenia może być wysyłanie pliku ze znakami binarnymi poza obszarem tekstu ujętego w cudzysłowy. Można również sprawdzić zapytanie SQL poprzez linię poleceń MySQL-a. W znalezieniu przyczyny problemu może pomóc także - jeśli się pojawi - poniższy opis błędu serwera MySQL. Jeśli nadal występują z problemy lub analizator składni zgłasza usterkę a linia poleceń - nie, ogranicz sekwencję zapytań SQL do pojedynczego, które powoduje problemy i zgłoś błąd, dołączając fragment danych zawarty w poniższej sekcji TNIJ:'; $strSQLParserUserError = 'Wygląda na to, że w twoim zapytaniu SQL jest błąd. W znalezieniu przyczyny problemu może pomóc także - jeśli się pojawi - poniższy opis błędu serwera MySQL.'; $strSQLQuery = 'zapytanie SQL'; $strSQLResult = 'Rezultat SQL'; @@ -839,6 +864,7 @@ $strStrucCSV = 'Dane CSV'; $strStrucData = 'Struktura i dane'; $strStrucExcelCSV = 'CSV dla MS Excel'; $strStrucNativeExcel = 'Dane w formacie macierzystym MS Excela'; +$strStrucNativeExcelOptions = 'Opcje eksportu do macierzystego formatu Excela'; $strStrucOnly = 'Tylko struktura'; $strStructPropose = 'Analiza zawartości'; $strStructure = 'Struktura'; @@ -888,7 +914,7 @@ $strTraditionalSpanish = 'Tradycyjny hiszpański'; $strTraffic = 'Ruch'; $strTransactionCoordinator = 'Koordynator transakcji'; $strTransformation_application_octetstream__download = 'Wyświetla link do ściągnięcia binarnych danych z tego pola. Pierwsza opcja to nazwa pliku binarnego. Drugą opcją jest możliwa nazwa pola zawierającego nazwę pliku. Jeżeli dana jest druga opcja, pierwsza musi być pustym napisem'; -$strTransformation_application_octetstream__hex = 'Wyświetla szesnastkową reprezentację danych. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate +$strTransformation_application_octetstream__hex = 'Wyświetla szesnastkową reprezentację danych. Opcjonalny pierwszy parametr określa jak często dodawane będą spacje (domyślnie: co 2 półbajty).'; $strTransformation_image_jpeg__inline = 'Wyświetla klikalną miniaturkę; opcje: szerokość,wysokość w pikselach (oryginalne proporcje zostaną zachowane)'; $strTransformation_image_jpeg__link = 'Wyświetla link do tego obrazu (bezpośrednie ściągnięcie bloba).'; $strTransformation_image_png__inline = 'Zobacz image/jpeg: inline'; @@ -915,7 +941,8 @@ $strUpdateProfileMessage = 'Profil został uaktualniony.'; $strUpdateQuery = 'Zmień zapytanie'; $strUpdComTab = 'Informacje o tym, jak zaktualizować tabelę Column_comments znajdują się w dokumentacji'; $strUpgrade = 'Poleca się aktualizację do %s w wersji %s lub późniejszej.'; -$strUploadLimit = 'Prawdodpobobnie próbowano wrzucić duży plik. Aby poznać sposoby obejścia tego limitu, proszę zapoznać się z %sdokumenacją%s.'; +$strUploadLimit = 'Prawdopodobnie próbowano wrzucić duży plik. Aby poznać sposoby obejścia tego limitu, proszę zapoznać się z %sdokumenacją%s.'; +$strUploadsNotAllowed = 'Serwer nie pozwala na upload plików.'; $strUsage = 'Wykorzystanie'; $strUseBackquotes = 'Użyj cudzysłowów z nazwami tabel i pól'; $strUsedPhpExtensions = 'Używane rozszerzenia PHP'; @@ -957,6 +984,7 @@ $strWritingCommentNotPossible = 'Zapisanie komentarza nie jest możliwe'; $strWritingRelationNotPossible = 'Zapisanie relacji nie jest możliwe'; $strWrongUser = 'Błędne pola użytkownik/hasło. Brak dostępu.'; +$strXMLOptions = 'Opcje formatu XML'; $strXML = 'XML'; $strYes = 'Tak'; @@ -964,36 +992,4 @@ $strYes = 'Tak'; $strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograniczenie.'; $strZip = '".zip"'; -// To translate: - -$strReloadPrivileges = 'Reload privileges'; //to translate - -$strSQLCompatibility = 'SQL compatibility mode'; //to translate - -$strQueryResultsOperations = 'Query results operations'; //to translate -$strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strXMLOptions = 'XML options'; //to translate -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/polish-windows-1250.inc.php b/lang/polish-windows-1250.inc.php index 63ff65565..69008733a 100644 --- a/lang/polish-windows-1250.inc.php +++ b/lang/polish-windows-1250.inc.php @@ -22,6 +22,7 @@ $strAccessDeniedCreateConfig = 'Prawdopodobnie powodem jest brak utworzonego pli $strAccessDeniedExplanation = 'phpMyAdmin prbowa poczy si z serwerem MySQL, a serwer odrzuci poczenie. Powiniene sprawdzi nazw hosta, nazw uytkownika i haso w pliku config.inc.php i upewni si, e odpowiadaj one informacjom danym przez administratora serwera MySQL.'; $strAction = 'Dziaanie'; $strAddAutoIncrement = 'Dodaj wartoci AUTO_INCREMENT'; +$strAddClause = 'Dodaj %s'; $strAddConstraints = 'Dodaj ograniczenia'; $strAddDeleteColumn = 'Dodaj/usu pola'; $strAddDeleteRow = 'Dodaj/usu wiersz kryteriw'; @@ -103,6 +104,7 @@ $strBzError = 'phpMyAdminowi nie uda $strBzip = '".bz2"'; $strCalendar = 'Kalendarz'; +$strCanNotLoadExportPlugins = 'Nie udao si zaadowa moduw eksportu, prosz sprawdzi instalacj!'; $strCanNotLoadImportPlugins = 'Nie udao si zaadowa moduw importu, prosz sprawdzi instalacj!'; $strCannotLogin = 'Nie udao si zalogowa na serwer MySQL'; $strCantLoad = 'nie udao si zaadowa moduu %s,
        prosz sprawdzi konfiguracj PHP'; @@ -143,7 +145,7 @@ $strCompatibleHashing = 'Kompatybilny z MySQL-em 4.0'; $strCompleteInserts = 'Pene dodania'; $strCompression = 'Typ kompresji'; $strCompressionWillBeDetected = 'Rodzaj kompresji importowanych plikw zostanie automatycznie rozpoznany jako jeden z: %s'; -$strConfigDefaultFileError = 'Nie udao si zaadaowa domylnej konfiguracji z pliku: "%1$s"'; +$strConfigDefaultFileError = 'Nie udao si zaadowa domylnej konfiguracji z pliku: "%1$s"'; $strConfigFileError = 'phpMyAdmin nie zdoa odczyta Twojego pliku konfiguracji!
        Moe si to zdarzy, jeli PHP znajdzie w nim bd skadniowy lub nie moe znale tego pliku.
        Prosz wywoa bezporednio plik konfiguracyjny uywajc poniszego linku i odczyta otrzymane komunikat(y) o bdach. W wikszoci przypadkw brakuje gdzie cudzysowu lub rednika.
        Jeeli otrzymasz pust stron, wszystko jest w porzdku.'; $strConfigureTableCoord = 'Prosz skonfigurowa wsprzdnie dla tabeli %s'; $strConnectionError = 'Nie udao si nawiza poczenia: bdne ustawienia.'; @@ -164,6 +166,10 @@ $strCreateNewDatabase = 'Utw $strCreateNewTable = 'Utwrz now tabel w bazie danych %s'; $strCreatePage = 'Utwrz now stron'; $strCreatePdfFeat = 'Tworzenie PDF-w'; +$strCreateUserDatabase = 'Baza danych dla uytkownika'; +$strCreateUserDatabaseName = 'Utwrz baz danych z tak sam nazw i przyznaj wszystkie uprawnienia'; +$strCreateUserDatabaseNone = 'Brak'; +$strCreateUserDatabaseWildcard = 'Przyznaj wszystkie uprawienia do baz danych o nazwach pasujcych do maski (nazwauytkownika_%)'; $strCreate = 'Utwrz'; $strCreationDates = 'Daty utworzenia/aktualizacji/sprawdzenia'; $strCriteria = 'Kryteria'; @@ -217,6 +223,7 @@ $strDeletedRows = 'Skasowane rekordy:'; $strDeleteNoUsersSelected = 'aden uytkownik ze zosta zaznaczony do skasowania!'; $strDelete = 'Usu'; $strDeleting = 'Usuwanie %s'; +$strDelimiter = 'Separator'; $strDelOld = 'Aktualna strona ma powizania z tabel, ktra ju nie istnieje. Czy chcesz usun te powizania?'; $strDescending = 'Malejco'; $strDescription = 'Opis'; @@ -257,6 +264,7 @@ $strEnglish = 'Angielski'; $strEnglishPrivileges = ' Uwaga: Uprawnienia MySQL s oznaczone w jzyku angielskim '; $strError = 'Bd'; $strErrorInZipFile = 'Bd w archiwum ZIP:'; +$strErrorRenamingTable = 'Bd podczas zmiany nazwy tabeli z %1$s na %2$s'; $strEscapeWildcards = 'Aby uy symboli wieloznacznych _ i % w znaczeniu dosownym, naley je poprzedzi znakiem \ '; $strEsperanto = 'Esperanto'; $strEstonian = 'Estoski'; @@ -265,6 +273,7 @@ $strExcelOptions = 'Opcje Excela'; $strExecuteBookmarked = 'Wykonaj zapamitanego zapytania'; $strExplain = 'Wyjanij SQL'; $strExport = 'Eksport'; +$strExportMustBeFile = 'Wybrany typ eksportu musi by zapisany do pliku'; $strExtendedInserts = 'Rozszerzone dodania'; $strExtra = 'Dodatkowo'; @@ -278,7 +287,7 @@ $strFields = 'Pola'; $strFieldsTerminatedBy = 'Pola oddzielane przez'; $strFileAlreadyExists = 'Plik %s ju istnieje na serwerze, zmie nazw pliku lub zaznacz opcj nadpisywania plikw.'; $strFileCouldNotBeRead = 'Nie mona odczyta pliku'; -$strFileNameTemplateDescriptionDatabase = 'nazwa bazy danych database'; +$strFileNameTemplateDescriptionDatabase = 'nazwa bazy danych'; $strFileNameTemplateDescription = 'Interpretacja tej wartoci naley do funkcji %1$sstrftime%2$s i mona uy jej napisw formatujcych. Dodatkowo zostan zastosowane nastpujce przeksztacenia: %3$s. Pozostay tekst bdzie niezmieniony.'; $strFileNameTemplateDescriptionServer = 'nazwa serwera'; $strFileNameTemplateDescriptionTable = 'nazwa tabeli'; @@ -290,11 +299,13 @@ $strFlushPrivilegesNote = 'Uwaga: phpMyAdmin pobiera uprawnienia u $strFlushQueryCache = 'Oprnij bufor podrczny zapyta'; $strFlushTable = 'Przeaduj tabel ("FLUSH")'; $strFlushTables = 'Przeaduj (zamknij) wszystkie tabele'; +$strFontSize = 'Rozmiar pisma'; $strFormat = 'Format'; $strFormEmpty = 'Brakujca warto w formularzu!'; $strFreePages = 'Strony puste'; $strFullText = 'Peny tekst'; $strFunction = 'Funkcja'; +$strFunctions = 'Funkcje'; $strGenBy = 'Wygenerowany przez'; $strGeneralRelationFeat = 'Oglne funkcje relacyjne'; @@ -368,15 +379,17 @@ $strInUse = 'w u $strInvalidAuthMethod = 'W konfiguracji ustawiono bdn metod uwierzytelniania:'; $strInvalidColumnCount = 'Liczba kolumn musi by wiksza ni zero.'; $strInvalidColumn = 'Podano bdn kolumn (%s)!'; -$strInvalidCSVFieldCount = 'Niewaciwa liczba pl w lini %d danych wejciowych CSV.'; -$strInvalidCSVFormat = 'Niewaciwy format w lini %d danych wejciowych CSV.'; +$strInvalidCSVFieldCount = 'Niewaciwa liczba pl w linii %d danych wejciowych CSV.'; +$strInvalidCSVFormat = 'Niewaciwy format w linii %d danych wejciowych CSV.'; $strInvalidCSVParameter = 'Niewaciwy parametr importu CSV: %s'; +$strInvalidDatabase = 'Niewaciwa baza danych'; $strInvalidFieldAddCount = 'Naley doda przynajmniej jedno pole.'; $strInvalidFieldCount = 'Tabela musi mie przynajmniej jedno pole.'; $strInvalidLDIImport = 'Ten modu nie obsuguje skompresowanych importw!'; $strInvalidRowNumber = '%d nie jest prawidowym numerem rekordu.'; $strInvalidServerHostname = 'Niewaciwa nazwa hosta serwera %1$s. Prosz przyjrze si konfiguracji.'; $strInvalidServerIndex = 'Niewaciwy numer serwera: "%s"'; +$strInvalidTableName = 'Niewaciwa nazwa tabeli'; $strJapanese = 'Japoski'; $strJoins = 'Zczenia'; @@ -392,6 +405,7 @@ $strKorean = 'Korea $strLandscape = 'Orientacja pozioma'; $strLanguageFileNotFound = 'Nie znaleziono pliku jzykowego "%1$s".'; +$strLanguage = 'Jzyk'; $strLanguageUnknown = 'Nieznany jzyk: %1$s.'; $strLatchedPages = 'Stron zatrzanitych'; $strLatexCaption = 'Nagwek tabeli'; @@ -434,7 +448,7 @@ $strMIME_description = 'Opis'; $strMIME_MIMEtype = 'Typ MIME'; $strMIME_nodescription = 'Transformacja ta nie ma opisu.
        Prosz zapyta autora, co robi %s.'; $strMIME_transformation_note = 'Aby uzyska list dostpnych opcji transformacji i ich typw MIME, kliknij %sopisy transformacji%s'; -$strMIME_transformation_options_note = 'Prosz wprowadzi wartoci dla tranformacji w nastpujcym formacie: \'a\',\'b\',\'c\'...
        Jeeli potrzeba wprowadzi odwrotny ukonik ("\") lub apostrof ("\'"), naley je poprzedzi odwrotnym ukonikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').'; +$strMIME_transformation_options_note = 'Prosz wprowadzi wartoci dla transformacji w nastpujcym formacie: \'a\',\'b\',\'c\'...
        Jeeli potrzeba wprowadzi odwrotny ukonik ("\") lub apostrof ("\'"), naley je poprzedzi odwrotnym ukonikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').'; $strMIME_transformation_options = 'Opcje transformacji'; $strMIME_transformation = 'Sposb prezentacji danych'; $strMIMETypesForTable = 'TYPY MIME TABELI'; @@ -471,6 +485,7 @@ $strNext = 'Nast $strNoActivity = 'Brak aktywnoci przez co najmniej %s sekund, prosz zalogowa si jeszcze raz'; $strNoDatabases = 'Brak baz danych'; $strNoDatabasesSelected = 'adna baza danych nie zosta wybrana.'; +$strNoDataReceived = 'Nie otrzymano adnych danych do importu. Albo nie zostaa wysana nazwa pliku, albo plik by zbyt duy (maksymalny dopuszczalny rozmiar pliku okrela si w konfiguracji PHP). Zobacz FAQ 1.16.'; $strNoDescription = 'brak opisu'; $strNoDetailsForEngine = 'Brak szczegowych informacji o tym mechanizmie skadowania'; $strNoDropDatabases = 'Polecenie "DROP DATABASE" jest zablokowane.'; @@ -504,6 +519,10 @@ $strNumSearchResultsTotal = 'W sumie: %s trafie $strNumTables = 'Tabele'; $strOK = 'OK'; +$strOpenDocumentSpreadsheet = 'arkusz kalkulacyjny w formacie Open Document'; +$strOpenDocumentSpreadsheetOptions = 'opcje arkusza kalkulacyjnego w formacie Open Document'; +$strOpenDocumentTextOptions = 'Opcje tekstu w formacie Open Document'; +$strOpenDocumentText = 'Tekst w formacie Open Document'; $strOpenNewWindow = 'Otwrz nowe okno phpMyAdmina'; $strOperations = 'Operacje'; $strOperator = 'Operator'; @@ -519,14 +538,15 @@ $strPartialImport = 'Import cz $strPartialText = 'Skrcony tekst'; $strPasswordChanged = 'Haso dla %s zostao pomylnie zmienione.'; $strPasswordEmpty = 'Puste haso!'; -$strPasswordHashing = 'Sposb kodowania hase'; $strPassword = 'Haso'; +$strPasswordHashing = 'Sposb kodowania hase'; $strPasswordNotSame = 'Hasa nie s identyczne!'; $strPdfDbSchema = 'Schemat bazy danych "%s" - strona %s'; $strPdfInvalidTblName = 'Tabela "%s" nie istnieje!'; $strPdfNoTables = 'Brak tabel'; $strPDFOptions = 'Opcje PDF'; $strPDF = 'PDF'; +$strPDFReportExplanation = '(Generuje raport zawierajcy danej pojedynczej tabeli.)'; $strPDFReportTitle = 'Tytu raportu'; $strPerHour = 'na godzin'; $strPerMinute = 'na minut'; @@ -587,6 +607,7 @@ $strPrivDescUpdate = 'Pozw $strPrivDescUsage = 'Brak uprawnie.'; $strPrivilegesReloaded = 'Uprawnienia zostay pomylnie przeadowane.'; $strPrivileges = 'Uprawnienia'; +$strProcedures = 'Procedury'; $strProcesses = 'Procesy'; $strProcesslist = 'Lista procesw'; $strProtocolVersion = 'Wersja protokou'; @@ -598,6 +619,7 @@ $strQBE = 'Zapytanie przez przyk $strQueryCache = 'Pami podrczna zapyta'; $strQueryFrame = 'Okienko zapytania'; $strQueryOnDb = 'Zapytanie SQL dla bazy danych %s:'; +$strQueryResultsOperations = 'Operacja na wynikach zapytania'; $strQuerySQLHistory = 'Historia SQL'; $strQueryStatistics = 'Statystyki zapyta: Od rozpoczcia jego pracy, do serwera zostao wysanych %s zapyta.'; $strQueryTime = 'Wykonanie zapytania trwao %01.4f sekund(y)'; @@ -615,6 +637,7 @@ $strRelationsForTable = 'RELACJE TABELI'; $strRelations = 'Relacje'; $strRelationView = 'Widok relacyjny'; $strReloadingThePrivileges = 'Przeaduj uprawnienia'; +$strReloadPrivileges = 'Przeaduj uprawnienia'; $strRemoveSelectedUsers = 'Usu zaznaczonych uytkownikw'; $strRenameDatabaseOK = 'Baza danych %s ma nazw zmienion na %s'; $strRenameTableOK = 'Tabela %s ma nazw zmienion na %s'; @@ -671,6 +694,7 @@ $strSent = 'Wys $strServerChoice = 'Wybr serwera'; $strServerNotResponding = 'Serwer nie odpowiada'; $strServer = 'Serwer'; +$strServers = 'Serwery'; $strServerStatusDelayedInserts = 'Opnione dodania'; $strServerStatus = 'Informacje o dziaaniu serwera'; $strServerStatusUptime = 'Serwer MySQL dziaa przez %s. Pocztek pracy: %s.'; @@ -693,11 +717,11 @@ $strShow = 'Poka $strShowSlaveHosts = 'Poka podrzdne hosty'; $strShowSlaveStatus = 'Status serwera podrzdnego'; $strShowStatusBinlog_cache_disk_useDescr = 'Liczba transakcji, ktre uyway pamici podrcznej tymczasowego dziennika binarnego, ale ktry przekroczyy warto binlog_cache_size i do zapisania instrukcji transakcji zosta uyty plik tymczasowy.'; -$strShowStatusBinlog_cache_useDescr = 'Liczba trasnsakcji, ktre uyway pamici podrcznej tymczasowego dziennika binarnego.'; +$strShowStatusBinlog_cache_useDescr = 'Liczba transakcji, ktre uyway pamici podrcznej tymczasowego dziennika binarnego.'; $strShowStatusCreated_tmp_disk_tablesDescr = 'Liczba tabel tymczasowych na dysku utworzonych automatycznie przez serwer podczas wykonywanie instrukcji. Przy duej wartoci Created_tmp_disk_tables, zwikszenie wartoci tmp_table_size spowoduje tworzenie tymczasowych tabel w pamici, a nie na dysku.'; $strShowStatusCreated_tmp_filesDescr = 'Ile plikw tymczasowych utworzy mysqld.'; $strShowStatusCreated_tmp_tablesDescr = 'Liczba tabel tymczasowych w pamici, utworzonych automatycznie przez serwer podczas wykonywania instrukcji.'; -$strShowStatusDelayed_errorsDescr = 'Liczba rekord zapisanych przy pomocy INSERT DELAYED, dla ktrych wystpi jaki bd (prawodpodbnie zduplikowany klucz).'; +$strShowStatusDelayed_errorsDescr = 'Liczba rekordw zapisanych przy pomocy INSERT DELAYED, dla ktrych wystpi jaki bd (prawdopodobnie zdublowany klucz).'; $strShowStatusDelayed_insert_threadsDescr = 'Liczba uytych wtkw obsugujcych INSERT DELAYED. Kada osobna tabela, na ktrej wykonuje si INSERT DELAYED dostaje wasny wtek.'; $strShowStatusDelayed_writesDescr = 'Liczba rekordw zapisanych poprzez INSERT DELAYED.'; $strShowStatusFlush_commandsDescr = 'Liczba wykonanych instrukcji FLUSH.'; @@ -705,23 +729,23 @@ $strShowStatusHandler_commitDescr = 'Liczba wewn $strShowStatusHandler_deleteDescr = 'Ile razy rekord zosta usunity z tabeli.'; $strShowStatusHandler_discoverDescr = 'Serwer MySQL moe zapyta mechanizm skadowania Cluster NDB, czy ma informacje o tabeli o zadanej nazwie. Nazywamy to odkryciem (discovery). Handler_discover wskazuje, ile razy tabela zostaa odkryta.'; $strShowStatusHandler_read_firstDescr = 'Ile razy z indeksu zostaa odczytana pierwsza pozycja. Dua warto sugeruje, e serwer wykonuje penych przeszuka indeksw; na przykad SELECT col1 FROM foo, przy zaoeniu, e col1 jest zindeksowane.'; -$strShowStatusHandler_read_keyDescr = 'Licza da odczytu rekordu na podstawie indeksu. Dua warto to dobra oznaka tego, e zapytania i tabele s waciwie zindeksowane.'; +$strShowStatusHandler_read_keyDescr = 'Liczba da odczytu rekordu na podstawie indeksu. Dua warto to dobra oznaka tego, e zapytania i tabele s waciwie zindeksowane.'; $strShowStatusHandler_read_nextDescr = 'Liczba da odczytu nastpnego rekordu w porzdku indeksowym. Ta warto jest zwikszana przy odpytywaniu o zindeksowan kolumn na ograniczonym przedziale lub przy przeszukiwaniu indeksu.'; $strShowStatusHandler_read_prevDescr = 'Liczba da odczytu poprzedniego rekordu w porzdku indeksowym. Metoda uywana gwnie do optymalizacji ORDER BY ... DESC.'; -$strShowStatusHandler_read_rndDescr = 'Liczba da odczytu nastpnego rekordu na podstawie staego pooenia. Warto jest dua przy wykonywaniu duej iloci zapyta wymagajcych sortowania rezultatu. Prawdodpodobnie wykonano wiele zapyta wymagajcyh przeszukania caej tabeli lub zcze, ktre nie uywaj poprawnie indeksw.'; -$strShowStatusHandler_read_rnd_nextDescr = 'Liczba da odczytu nastpnego rekord w pliku z danymi. Warto jest dua przy wykonywania wielu przeszukiwa tabeli. Oglnie sugueruje to, e tabele nie s poprawnie zindesowane lub e zapytania nie s napisane w sposb pozwalajcy skorzysta z istniejcych indeksw.'; +$strShowStatusHandler_read_rndDescr = 'Liczba da odczytu nastpnego rekordu na podstawie staego pooenia. Warto jest dua przy wykonywaniu duej iloci zapyta wymagajcych sortowania rezultatu. Prawdopodobnie wykonano wiele zapyta wymagajcych przeszukania caej tabeli lub zcze, ktre nie uywaj poprawnie indeksw.'; +$strShowStatusHandler_read_rnd_nextDescr = 'Liczba da odczytu nastpnego rekord w pliku z danymi. Warto jest dua przy wykonywania wielu przeszukiwa tabeli. Oglnie sugeruje to, e tabele nie s poprawnie zindeksowane lub e zapytania nie s napisane w sposb pozwalajcy skorzysta z istniejcych indeksw.'; $strShowStatusHandler_rollbackDescr = 'Liczba wewntrznych instrukcji ROLLBACK.'; $strShowStatusHandler_updateDescr = 'Liczba da zmiany rekordu w tabeli.'; $strShowStatusHandler_writeDescr = 'Liczba da dodania rekordu do tabeli.'; -$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Liczba stron zawierajcyh dane (brudnych lub czystych).'; +$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Liczba stron zawierajcych dane (brudnych lub czystych).'; $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Liczba aktualnie brudnych stron.'; $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Liczba stron w puli bufora, ktrych wymiecienia zadano.'; $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Liczba wolnych stron.'; -$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Liczba stron zatrzanitych w puli bufora InnoDB. S to strony akutalnie odczytywane lub zapisywane lub takie, ktre nie mog zosta wymiecione lub usunite z jakiego innego powodu.'; +$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Liczba stron zatrzanitych w puli bufora InnoDB. S to strony aktualnie odczytywane lub zapisywane lub takie, ktre nie mog zosta wymiecione lub usunite z jakiego innego powodu.'; $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Liczba strony stron zajtych z powodu ich alokacji dla celw administracyjnych takich jak blokady rekordu lub adaptacyjny indeks haszujcy. Warto ta moe te zosta policzona jako Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'czny rozmiar puli bufora, w stronach.'; $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Liczba "losowych" odczytw z wyprzedzeniem zainicjowanych przez InnoDB. Wystpuje gdy zapytane przeszukiwaoby due fragmenty tabeli, ale w dowolnej kolejnoci.'; -$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Liczba sekwencyjnych odczytw z wyprzedzeniem zainicjowalnych przez InnoDB. Wystpuje gdy InnoDB wykonuje sekwencyjne pene przeszukiwanie tabeli.'; +$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Liczba sekwencyjnych odczytw z wyprzedzeniem zainicjowanych przez InnoDB. Wystpuje gdy InnoDB wykonuje sekwencyjne pene przeszukiwanie tabeli.'; $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Liczba da logicznych odczytw ktre wykona InnoDB.'; $strShowStatusInnodb_buffer_pool_readsDescr = 'Liczba logicznych odczytw, ktrych InnoDB nie mg zaspokoi pul bufora i musia wykona odczyt pojedynczej strony.'; $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Zwykle zapis do puli bufora InnoDB obywa si w tle. Jednake, jeli niezbdny jest odczyt lub utworzenie strony a brak jest czystych stron, konieczne jest najpierw oczekiwanie na wymiecienie stron. Ten licznik wskazuje liczb wystpie takich oczekiwa. Jeeli rozmiar puli bufora by ustawiony waciwie, warto ta powinna by maa.'; @@ -730,13 +754,13 @@ $strShowStatusInnodb_data_fsyncsDescr = 'Liczba dot $strShowStatusInnodb_data_pending_fsyncsDescr = 'Aktualna liczba operacji fsync() w toku.'; $strShowStatusInnodb_data_pending_readsDescr = 'Aktualna liczba odczytw w toku.'; $strShowStatusInnodb_data_pending_writesDescr = 'Aktualna liczba zapisw w toku.'; -$strShowStatusInnodb_data_readDescr = 'Ilo dotd odczytanch danych, w bajatach.'; +$strShowStatusInnodb_data_readDescr = 'Ilo dotd odczytanych danych, w bajtach.'; $strShowStatusInnodb_data_readsDescr = 'czna liczba odczytw danych.'; $strShowStatusInnodb_data_writesDescr = 'czna liczba zapisw danych.'; $strShowStatusInnodb_data_writtenDescr = 'Ilo dotd zapisanych danych, w bajtach.'; $strShowStatusInnodb_dblwr_pages_writtenDescr = 'Liczba przeprowadzonych zapisw typu doublewrite.'; $strShowStatusInnodb_dblwr_writesDescr = 'Liczba stron zapisanych przy zapisie typu doublewrite.'; -$strShowStatusInnodb_log_waitsDescr = 'Ile razy czekano, bo bufor dziennika by zbyt may i pred wznowieniem pracy oczekwiano na jego oprnenie.'; +$strShowStatusInnodb_log_waitsDescr = 'Ile razy czekano, bo bufor dziennika by zbyt may i przed wznowieniem pracy oczekiwano na jego oprnienie.'; $strShowStatusInnodb_log_write_requestsDescr = 'Liczba da zapisw do dziennika.'; $strShowStatusInnodb_log_writesDescr = 'Liczba fizycznych zapisw do pliku dziennika.'; $strShowStatusInnodb_os_log_fsyncsDescr = 'Liczba synchronicznych zapisw do pliku dziennika.'; @@ -744,12 +768,12 @@ $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Liczba wywo $strShowStatusInnodb_os_log_pending_writesDescr = 'Liczba zapisw do pliku dziennika w toku.'; $strShowStatusInnodb_os_log_writtenDescr = 'Liczba bajtw zapisanych do pliku dziennika.'; $strShowStatusInnodb_pages_createdDescr = 'Liczba utworzonych stron.'; -$strShowStatusInnodb_page_sizeDescr = 'Wkompilowana wilko strony InnoDB (domylnie 16KB). Wiele wartoci jest mierzonych w stronach; znajomo wielkoci strony pozwala na ich atw konwersj na bajty.'; +$strShowStatusInnodb_page_sizeDescr = 'Wkompilowana wielko strony InnoDB (domylnie 16KB). Wiele wartoci jest mierzonych w stronach; znajomo wielkoci strony pozwala na ich atw konwersj na bajty.'; $strShowStatusInnodb_pages_readDescr = 'Liczba odczytanych stron.'; $strShowStatusInnodb_pages_writtenDescr = 'Liczba zapisanych stron.'; -$strShowStatusInnodb_row_lock_current_waitsDescr = 'Liczba blokad rekordw na ktre akutalnie si czeka.'; +$strShowStatusInnodb_row_lock_current_waitsDescr = 'Liczba blokad rekordw na ktre aktualnie si czeka.'; $strShowStatusInnodb_row_lock_time_avgDescr = 'redni czas uzyskania blokady rekordu, w milisekundach.'; -$strShowStatusInnodb_row_lock_timeDescr = 'Cakowity czas zuyty na uzyskiwanie blokad rekodw, w milisekundach.'; +$strShowStatusInnodb_row_lock_timeDescr = 'Cakowity czas zuyty na uzyskiwanie blokad rekordw, w milisekundach.'; $strShowStatusInnodb_row_lock_time_maxDescr = 'Maksymalny czas uzyskania blokady rekordu, w milisekundach.'; $strShowStatusInnodb_row_lock_waitsDescr = 'Ile razy czekano na blokad rekordu.'; $strShowStatusInnodb_rows_deletedDescr = 'Liczba rekordw usunitych z tabel InnoDB.'; @@ -765,7 +789,7 @@ $strShowStatusKey_write_requestsDescr = 'Liczba $strShowStatusKey_writesDescr = 'Liczba fizycznych zapisw blokw indeksw na dysk.'; $strShowStatusLast_query_costDescr = 'Cakowity koszta ostatnio skompilowanego zapytania, wyliczony przez optymalizator zapyta. Przydatny do porwna kosztw rnych planw wykonania tego samego zapytania. Domylna warto 0 oznacza, e jeszcze adne zapytanie nie zostao skompilowane.'; $strShowStatusNot_flushed_delayed_rowsDescr = 'Liczba rekordw oczekujcych na zapisanie w kolejkach INSERT DELAY.'; -$strShowStatusOpened_tablesDescr = 'Liczba kiedykolwiek otwartych tabel. Jeli ta warto jest dua, prawdopobnie wielko pamici podrcznej tabel jest zbyt maa.'; +$strShowStatusOpened_tablesDescr = 'Liczba kiedykolwiek otwartych tabel. Jeli ta warto jest dua, prawdopodobnie wielko pamici podrcznej tabel jest zbyt maa.'; $strShowStatusOpen_filesDescr = 'Liczba otwartych plikw.'; $strShowStatusOpen_streamsDescr = 'Liczba otwartych strumieni (uywanych gownie do rejestracji w dzienniku).'; $strShowStatusOpen_tablesDescr = 'Liczba otwartych tabel.'; @@ -773,7 +797,7 @@ $strShowStatusQcache_free_blocksDescr = 'Liczba wolnych blok $strShowStatusQcache_free_memoryDescr = 'Ilo dostpnej pamici w podrcznym buforze zapyta.'; $strShowStatusQcache_hitsDescr = 'Liczba trafie pamici podrcznej.'; $strShowStatusQcache_insertsDescr = 'Liczba zapyta dodanych do pamici podrcznej.'; -$strShowStatusQcache_lowmem_prunesDescr = 'Liczba zapyta, ktre zostay usunite z pamici podrcznej, by zwolnic pami do buforowania nowych zapyta. Ta informacje moe pomc dostroi wielko bufora podrcznegoe. Do decydowania o tym, ktre zapytania usun z bufora podrcznego uywana jest strategia "najpierw najduej nieuywany" (least recently used - LRU).'; +$strShowStatusQcache_lowmem_prunesDescr = 'Liczba zapyta, ktre zostay usunite z pamici podrcznej, by zwolnic pami do buforowania nowych zapyta. Ta informacje moe pomc dostroi wielko bufora podrcznego. Do decydowania o tym, ktre zapytania usun z bufora podrcznego uywana jest strategia "najpierw najduej nieuywany" (least recently used - LRU).'; $strShowStatusQcache_not_cachedDescr = 'Liczba niezbuforowanych zapyta (nie dajcych si zbuforowa lub niezbuforowanych z powodu ustawienia query_cache_type).'; $strShowStatusQcache_queries_in_cacheDescr = 'Liczba zapyta zarejestrowanych w buforze podrcznym.'; $strShowStatusQcache_total_blocksDescr = 'Cakowita liczba blokw w buforze podrcznym zapyta.'; @@ -784,7 +808,7 @@ $strShowStatusSelect_full_range_joinDescr = 'Liczba z $strShowStatusSelect_range_checkDescr = 'Liczba zcze bez uycia indeksw gdy moliwo ich uycia bya sprawdzana dla kadego rekordu. (Warto rna od 0 sugeruje staranne przyjrzenie si indeksom tabel.)'; $strShowStatusSelect_rangeDescr = 'Liczba zcze w ktrych uyto zakresw w stosunku do pierwszej tabeli. (Nawet dua warto nie ma kluczowego znaczenia.)'; $strShowStatusSelect_scanDescr = 'Liczba zcze, ktre przeszukay w peni pierwsz tabel.'; -$strShowStatusSlave_open_temp_tablesDescr = 'Liczba tymczasowych tabel akutalnie otwartych przez podrzdny wtek SQL.'; +$strShowStatusSlave_open_temp_tablesDescr = 'Liczba tymczasowych tabel aktualnie otwartych przez podrzdny wtek SQL.'; $strShowStatusSlave_retried_transactionsDescr = 'Ile raz cznie (od startu) podrzdny wtek SQL replikacji ponawia transakcje.'; $strShowStatusSlave_runningDescr = 'ON oznacza, e ten serwer jest podrzdny i jest podczony go serwera gwnego.'; $strShowStatusSlow_launch_threadsDescr = 'Liczba wtkw, ktrych utworzenie trwao duej ni slow_launch_time sekund.'; @@ -792,10 +816,10 @@ $strShowStatusSlow_queriesDescr = 'Liczba zapyta $strShowStatusSort_merge_passesDescr = 'Liczba przebiegw scalania, ktre musia wykona algorytm sortujcy. Przy duej wartoci, warto wzi pod uwag zwikszenie wartoci zmiennej systemowej sort_buffer_size.'; $strShowStatusSort_rangeDescr = 'Liczba sortowa wykonanych przy uyciu zakresw.'; $strShowStatusSort_rowsDescr = 'Liczba posortowanych rekordw.'; -$strShowStatusSort_scanDescr = 'Liczba sortowa wykonanych poprzed przeszukiwanie tabeli.'; +$strShowStatusSort_scanDescr = 'Liczba sortowa wykonanych poprzez przeszukiwanie tabeli.'; $strShowStatusTable_locks_immediateDescr = 'Ile razy blokada tabeli zostaa uzyskana natychmiastowo.'; -$strShowStatusTable_locks_waitedDescr = 'Iler razy blokada tabeli nie moga zosta uzyskana natychmiastowo i niezbdne byo oczekiwanie. Przy wysoka warto oraz problemach z wydajnoci powinno si najpierw zoptymalizowa zapytania, a nastpnie podzieli tabel (tabele) lub uy replikacji.'; -$strShowStatusThreads_cachedDescr = 'Liczba wtkw w buforze podrcznym wtkw. Wspczynnik trafienia w bufor moe by wyliczony ze wzoru Threads_created/Connections. Kolor czerwony oznacza, e powinno si z wikszy thread_cache_size.'; +$strShowStatusTable_locks_waitedDescr = 'Ile razy blokada tabeli nie moga zosta uzyskana natychmiastowo i niezbdne byo oczekiwanie. Przy wysoka warto oraz problemach z wydajnoci powinno si najpierw zoptymalizowa zapytania, a nastpnie podzieli tabel (tabele) lub uy replikacji.'; +$strShowStatusThreads_cachedDescr = 'Liczba wtkw w buforze podrcznym wtkw. Wspczynnik trafienia w bufor moe by wyliczony ze wzoru Threads_created/Connections. Kolor czerwony oznacza, e powinno si zwikszy thread_cache_size.'; $strShowStatusThreads_connectedDescr = 'Liczba aktualnie otwartych pocze.'; $strShowStatusThreads_createdDescr = 'Liczba wtkw utworzonych by obsuy poczenia. Jeeli warto Threads_created jest dua, mona chcie zwikszy warto thread_cache_size. (W przypadku dobrej implementacja wtkw zwykle nie daje to zauwaalnego polepszenia wydajnoci.)'; $strShowStatusThreads_runningDescr = 'Liczba nieupionych wtkw.'; @@ -815,10 +839,11 @@ $strSort = 'Sortuj'; $strSpaceUsage = 'Wykorzystanie przestrzeni'; $strSpanish = 'Hiszpaski'; $strSplitWordsWithSpace = 'Sowa s rozdzielane znakiem spacji (" ").'; +$strSQLCompatibility = 'Tryb zgodnoci SQL'; $strSQLExportType = 'Rodzaj eksportu'; $strSQLImportOptions = 'Opcje SQL'; $strSQLOptions = 'Opcje SQL'; -$strSQLParserBugMessage = 'Istnieje szansa, e wanie znaleziono bd w analizatorze skadni SQL. Prosz zbada bliej swoje zapytanie i sprawdzi, czy cudzysowy s poprawne i dobrze sparowane. Inn moliw przyczyn niepowodzenia moe by ysyanie pliku ze znakami binarnymi poza obszarem tekstu ujtego w cudzysowy. Mona rwnie sprawdzi zapytanie SQL poprzez lini polece MySQL-a. W znalezieniu przyczyny problemu moe pomc take - jeli si pojawi - poniszy opis bdu serwera MySQL. Jeli nadal wystpuj z problemy lub analizator skadni zgasza usterk a linia polece - nie, ogranicz sekwencj zapyta SQL do pojedynczego, ktre powoduje problemy i zgo bd, doczajc fragment danych zawarty w poniszej sekcji TNIJ:'; +$strSQLParserBugMessage = 'Istnieje szansa, e wanie znaleziono bd w analizatorze skadni SQL. Prosz zbada bliej swoje zapytanie i sprawdzi, czy cudzysowy s poprawne i dobrze sparowane. Inn moliw przyczyn niepowodzenia moe by wysyanie pliku ze znakami binarnymi poza obszarem tekstu ujtego w cudzysowy. Mona rwnie sprawdzi zapytanie SQL poprzez lini polece MySQL-a. W znalezieniu przyczyny problemu moe pomc take - jeli si pojawi - poniszy opis bdu serwera MySQL. Jeli nadal wystpuj z problemy lub analizator skadni zgasza usterk a linia polece - nie, ogranicz sekwencj zapyta SQL do pojedynczego, ktre powoduje problemy i zgo bd, doczajc fragment danych zawarty w poniszej sekcji TNIJ:'; $strSQLParserUserError = 'Wyglda na to, e w twoim zapytaniu SQL jest bd. W znalezieniu przyczyny problemu moe pomc take - jeli si pojawi - poniszy opis bdu serwera MySQL.'; $strSQLQuery = 'zapytanie SQL'; $strSQLResult = 'Rezultat SQL'; @@ -838,6 +863,7 @@ $strStrucCSV = 'Dane CSV'; $strStrucData = 'Struktura i dane'; $strStrucExcelCSV = 'CSV dla MS Excel'; $strStrucNativeExcel = 'Dane w formacie macierzystym MS Excela'; +$strStrucNativeExcelOptions = 'Opcje eksportu do macierzystego formatu Excela'; $strStrucOnly = 'Tylko struktura'; $strStructPropose = 'Analiza zawartoci'; $strStructure = 'Struktura'; @@ -887,7 +913,7 @@ $strTraditionalSpanish = 'Tradycyjny hiszpa $strTraffic = 'Ruch'; $strTransactionCoordinator = 'Koordynator transakcji'; $strTransformation_application_octetstream__download = 'Wywietla link do cignicia binarnych danych z tego pola. Pierwsza opcja to nazwa pliku binarnego. Drug opcj jest moliwa nazwa pola zawierajcego nazw pliku. Jeeli dana jest druga opcja, pierwsza musi by pustym napisem'; -$strTransformation_application_octetstream__hex = 'Wywietla szesnastkow reprezentacj danych. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate +$strTransformation_application_octetstream__hex = 'Wywietla szesnastkow reprezentacj danych. Opcjonalny pierwszy parametr okrela jak czsto dodawane bd spacje (domylnie: co 2 pbajty).'; $strTransformation_image_jpeg__inline = 'Wywietla klikaln miniaturk; opcje: szeroko,wysoko w pikselach (oryginalne proporcje zostan zachowane)'; $strTransformation_image_jpeg__link = 'Wywietla link do tego obrazu (bezporednie cignicie bloba).'; $strTransformation_image_png__inline = 'Zobacz image/jpeg: inline'; @@ -914,7 +940,8 @@ $strUpdateProfileMessage = 'Profil zosta $strUpdateQuery = 'Zmie zapytanie'; $strUpdComTab = 'Informacje o tym, jak zaktualizowa tabel Column_comments znajduj si w dokumentacji'; $strUpgrade = 'Poleca si aktualizacj do %s w wersji %s lub pniejszej.'; -$strUploadLimit = 'Prawdodpobobnie prbowano wrzuci duy plik. Aby pozna sposoby obejcia tego limitu, prosz zapozna si z %sdokumenacj%s.'; +$strUploadLimit = 'Prawdopodobnie prbowano wrzuci duy plik. Aby pozna sposoby obejcia tego limitu, prosz zapozna si z %sdokumenacj%s.'; +$strUploadsNotAllowed = 'Serwer nie pozwala na upload plikw.'; $strUsage = 'Wykorzystanie'; $strUseBackquotes = 'Uyj cudzysoww z nazwami tabel i pl'; $strUsedPhpExtensions = 'Uywane rozszerzenia PHP'; @@ -956,6 +983,7 @@ $strWritingCommentNotPossible = 'Zapisanie komentarza nie jest mo $strWritingRelationNotPossible = 'Zapisanie relacji nie jest moliwe'; $strWrongUser = 'Bdne pola uytkownik/haso. Brak dostpu.'; +$strXMLOptions = 'Opcje formatu XML'; $strXML = 'XML'; $strYes = 'Tak'; @@ -963,36 +991,4 @@ $strYes = 'Tak'; $strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograniczenie.'; $strZip = '".zip"'; -// To translate: - -$strReloadPrivileges = 'Reload privileges'; //to translate - -$strSQLCompatibility = 'SQL compatibility mode'; //to translate - -$strQueryResultsOperations = 'Query results operations'; //to translate -$strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strXMLOptions = 'XML options'; //to translate -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php b/lang/portuguese-iso-8859-1.inc.php index aa9fdbfe1..c1153210d 100644 --- a/lang/portuguese-iso-8859-1.inc.php +++ b/lang/portuguese-iso-8859-1.inc.php @@ -14,6 +14,8 @@ $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$mysql_4_1_doc_lang = 'pt'; + $day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab'); $month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez'); // See http://www.php.net/manual/en/function.strftime.php to define the diff --git a/lang/portuguese-iso-8859-15.inc.php b/lang/portuguese-iso-8859-15.inc.php index 9bc6c5a7f..8d713d80e 100644 --- a/lang/portuguese-iso-8859-15.inc.php +++ b/lang/portuguese-iso-8859-15.inc.php @@ -14,6 +14,8 @@ $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$mysql_4_1_doc_lang = 'pt'; + $day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab'); $month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez'); // See http://www.php.net/manual/en/function.strftime.php to define the diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index 99219551d..b5494c9ee 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -15,6 +15,8 @@ $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$mysql_4_1_doc_lang = 'pt'; + $day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab'); $month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez'); // See http://www.php.net/manual/en/function.strftime.php to define the @@ -256,8 +258,8 @@ $strImportDocSQL = 'Importar ficheiros docSQL'; $strImportFiles = 'Importar'; $strIndexes = 'Índices'; $strIndexHasBeenDropped = 'O Índice %s foi eliminado'; -$strIndex = 'Índice'; $strIndexName = 'Nome do Índice :'; +$strIndex = 'Índice'; $strIndexType = 'Tipo de Índice :'; $strInnodbStat = 'Estado da InnoDB'; $strInsecureMySQL = 'O seu ficheiro de configuração contem configurações (root sem palavra-passe) que correspondem à conta privilegiada por defeito do MySQL. O servidor MySQL está a correr com este valor por defeito, assim aberto a intrusões, deveria corrigir este buraco de segurança.'; @@ -338,8 +340,8 @@ $strNoFrames = 'O phpMyAdmin torna-se mais agradável se usado num browser que s $strNoIndex = 'Nenhum indíce definido!'; $strNoIndexPartsDefined = 'Nenhuma parte do índice definida!'; $strNoModification = 'Sem alterações'; -$strNo = 'Não'; $strNone = 'Nenhum'; +$strNo = 'Não'; $strNoOptions = 'Este formato não tem opções'; $strNoPassword = 'Sem palavra-passe'; $strNoPermission = 'O servidor web não tem permissões para gravar o ficheiro %s.'; diff --git a/lang/spanish-iso-8859-1.inc.php b/lang/spanish-iso-8859-1.inc.php index 6fef2889b..1140c8d98 100644 --- a/lang/spanish-iso-8859-1.inc.php +++ b/lang/spanish-iso-8859-1.inc.php @@ -8,6 +8,8 @@ $number_decimal_separator = '.'; // Atajos para Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$mysql_5_0_doc_lang = 'es'; + $day_of_week = array('Dom', 'Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab'); $month = array('Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic'); // Ver http://www.php.net/manual/es/function.strftime.php para definir diff --git a/lang/spanish-iso-8859-15.inc.php b/lang/spanish-iso-8859-15.inc.php index 1d84b52a1..82804ef4b 100644 --- a/lang/spanish-iso-8859-15.inc.php +++ b/lang/spanish-iso-8859-15.inc.php @@ -8,6 +8,8 @@ $number_decimal_separator = '.'; // Atajos para Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$mysql_5_0_doc_lang = 'es'; + $day_of_week = array('Dom', 'Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab'); $month = array('Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic'); // Ver http://www.php.net/manual/es/function.strftime.php para definir diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index 5e9f3f8dc..4f3628a0d 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -9,6 +9,8 @@ $number_decimal_separator = '.'; // Atajos para Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$mysql_5_0_doc_lang = 'es'; + $day_of_week = array('Dom', 'Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab'); $month = array('Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic'); // Ver http://www.php.net/manual/es/function.strftime.php para definir diff --git a/lang/swedish-iso-8859-1.inc.php b/lang/swedish-iso-8859-1.inc.php index 7cf291354..d91fc5027 100644 --- a/lang/swedish-iso-8859-1.inc.php +++ b/lang/swedish-iso-8859-1.inc.php @@ -10,7 +10,7 @@ $text_dir = 'ltr'; $number_thousands_separator = ' '; $number_decimal_separator = ','; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('bytes', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$byteUnits = array('bytes', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB'); $day_of_week = array('Sn', 'Mn', 'Tis', 'Ons', 'Tors', 'Fre', 'Lr'); $month = array('januari', 'februari', 'mars', 'april', 'maj', 'juni', 'juli', 'augusti', 'september', 'oktober', 'november', 'december'); @@ -26,6 +26,7 @@ $strAccessDeniedCreateConfig = 'Trolig orsak till detta $strAccessDeniedExplanation = 'phpMyAdmin frskte skapa en frbindelse till MySQL-servern, men servern nekade uppkopplingen. Kontrollera vrd, anvndarnamn och lsenord i config.inc.php och frvissa dig om att de stmmer verens med informationen frn administratren av MySQL-servern.'; $strAction = 'tgrd'; $strAddAutoIncrement = 'Lgg till AUTO_INCREMENT-vrde'; +$strAddClause = 'Lgg till %s'; $strAddConstraints = 'Lgg till restriktioner'; $strAddDeleteColumn = 'Lgg till/ta bort fltkolumner'; $strAddDeleteRow = 'Lgg till/ta bort villkorsrader'; @@ -107,6 +108,7 @@ $strBzError = 'phpMyAdmin kunde inte komprimera SQL-satserna p $strBzip = '"bzippad"'; $strCalendar = 'Kalender'; +$strCanNotLoadExportPlugins = 'Kunde inte ladda export-tillgg. Kontrollera din installation.'; $strCanNotLoadImportPlugins = 'Kunde inte ladda tillgg fr import. Kontrollera din installation!'; $strCannotLogin = 'Kan ej logga in p MySQL-server'; $strCantLoad = 'kan inte ladda %s-tillgg,
        var god kontrollera PHP-konfigurationen.'; @@ -169,6 +171,10 @@ $strCreateNewTable = 'Skapa ny tabell i databas %s'; $strCreatePage = 'Skapa en ny sida'; $strCreatePdfFeat = 'Skapande av PDF-sidor'; $strCreate = 'Skapa'; +$strCreateUserDatabase = 'Databas fr anvndare'; +$strCreateUserDatabaseName = 'Skapa databas med samma namn och ge alla privilegier'; +$strCreateUserDatabaseNone = 'Ingen'; +$strCreateUserDatabaseWildcard = 'Ge alla privilegier till namn med jokertecken (username_%)'; $strCreationDates = 'Skapad/Uppdaterad/Kontrollerad datum'; $strCriteria = 'Villkor'; $strCroatian = 'Kroatisk'; @@ -221,6 +227,7 @@ $strDeletedRows = 'Raderade rader'; $strDeleteNoUsersSelected = 'Inga anvndare valda fr borttagning!'; $strDelete = 'Radera'; $strDeleting = 'Tar bort %s'; +$strDelimiter = 'Avgrnsare'; $strDelOld = 'Nuvarande sida har referenser till tabeller som inte lngre existerar. Vill du ta bort dessa referenser?'; $strDescending = 'Fallande'; $strDescription = 'Beskrivning'; @@ -261,6 +268,7 @@ $strEnglish = 'Engelsk'; $strEnglishPrivileges = ' Obs! MySQL-privilegiumnamn anges p engelska '; $strError = 'Fel'; $strErrorInZipFile = 'Fel i ZIP-arkiv:'; +$strErrorRenamingTable = 'Fel vid namnbyte p tabell %1$s till %2$s'; $strEscapeWildcards = 'Jokerteknen _ och % mste fregs av ett \ fr att anvndas i egentlig betydelse'; $strEsperanto = 'Esperanto'; $strEstonian = 'Estnisk'; @@ -269,6 +277,7 @@ $strExcelOptions = 'Excel-alternativ'; $strExecuteBookmarked = 'Utfr bokmrkt frga'; $strExplain = 'Frklara SQL-kod'; $strExport = 'Exportera'; +$strExportMustBeFile = 'Vald export-typ mste sparas i fil!'; $strExtendedInserts = 'Utkade infogningar'; $strExtra = 'Extra'; @@ -294,11 +303,13 @@ $strFlushPrivilegesNote = 'Anm: phpMyAdmin h $strFlushQueryCache = 'Rensa frgecache'; $strFlushTable = 'Rensa tabell'; $strFlushTables = 'Stng alla tabeller'; +$strFontSize = 'Teckenstorlek'; $strFormat = 'Format'; $strFormEmpty = 'Vrde saknas i formulret!'; $strFreePages = 'Fria sidor'; $strFullText = 'Fullstndiga texter'; $strFunction = 'Funktion'; +$strFunctions = 'Funktioner'; $strGenBy = 'Genererad av'; $strGeneralRelationFeat = 'Allmnna relationsfunktionaliteter'; @@ -375,12 +386,14 @@ $strInvalidColumn = 'Ogiltig kolumn (%s) angiven!'; $strInvalidCSVFieldCount = 'Ogiltigt antal flt i CSV-indata p rad %d.'; $strInvalidCSVFormat = 'Ogiltigt format i CSV-indata p rad %d.'; $strInvalidCSVParameter = 'Ogiltig parameter fr CSV-import: %s'; +$strInvalidDatabase = 'Ogiltig databas'; $strInvalidFieldAddCount = 'Du mste lgga till tminstone ett flt.'; $strInvalidFieldCount = 'Tabell mste ha tminstone ett flt.'; $strInvalidLDIImport = 'Detta tillgg stder inte komprimerade importer!'; $strInvalidRowNumber = '%d r inte ett giltigt radnummer.'; $strInvalidServerHostname = 'Ogiltigt vrdnamn fr server %1$s. Var god granska din konfiguration.'; $strInvalidServerIndex = 'Ogiltigt serverindex: "%s"'; +$strInvalidTableName = 'Ogiltigt tabellnamn'; $strJapanese = 'Japansk'; $strJoins = 'Freningar'; @@ -396,6 +409,7 @@ $strKorean = 'Koreansk'; $strLandscape = 'Liggande'; $strLanguageFileNotFound = 'Sprkfil "%1$s" hittades inte.'; +$strLanguage = 'Sprk'; $strLanguageUnknown = 'Oknt sprk: %1$s.'; $strLatchedPages = 'Lsta sidor'; $strLatexCaption = 'Tabellrubrik'; @@ -475,6 +489,7 @@ $strNext = 'N $strNoActivity = 'Ingen aktivitet sedan %s sekunder eller mer. Var god logga in igen'; $strNoDatabases = 'Inga databaser'; $strNoDatabasesSelected = 'Inga databaser markerade.'; +$strNoDataReceived = 'Inga data att importera mottogs. Antingen skickades inget filnamn eller s versteg filens storlek den maximala som tillts av din PHP-konfiguration.. Se FAQ 1.16.'; $strNoDescription = 'Ingen beskrivning'; $strNoDetailsForEngine = 'Det finns ingen tillgnglig detaljerad statusinformation fr denna lagringsmotor.'; $strNoDropDatabases = '"DROP DATABASE"-satser r inaktiverade.'; @@ -508,6 +523,10 @@ $strNumSearchResultsTotal = 'Totalt: %s tr $strNumTables = 'Tabeller'; $strOK = 'OK'; +$strOpenDocumentSpreadsheet = 'OpenDocument-kalkylblad'; +$strOpenDocumentSpreadsheetOptions = 'OpenDocument-kalkylbladsalternativ'; +$strOpenDocumentText = 'OpenDocument-text'; +$strOpenDocumentTextOptions = 'OpenDocument-textalternativ'; $strOpenNewWindow = 'ppna nytt phpMyAdmin-fnster'; $strOperations = 'Operationer'; $strOperator = 'Operator'; @@ -531,6 +550,7 @@ $strPdfInvalidTblName = 'Tabellen "%s" finns inte!'; $strPdfNoTables = 'Inga tabeller'; $strPDFOptions = 'PDF-alternativ'; $strPDF = 'PDF'; +$strPDFReportExplanation = '(Skapar en rapport som innehller data frn en enstaka tabell)'; $strPDFReportTitle = 'Rapportrubrik'; $strPerHour = 'per timme'; $strPerMinute = 'per minut'; @@ -591,6 +611,7 @@ $strPrivDescUpdate = 'Till $strPrivDescUsage = 'Inga privilegier.'; $strPrivileges = 'Privilegier'; $strPrivilegesReloaded = 'Privilegierna har laddats om.'; +$strProcedures = 'Procedurer'; $strProcesses = 'Processer'; $strProcesslist = 'Processlista'; $strProtocolVersion = 'Protokollversion'; @@ -677,6 +698,7 @@ $strSent = 'Skickade'; $strServerChoice = 'Serverval'; $strServerNotResponding = 'Servern svarar inte'; $strServer = 'Server'; +$strServers = 'Servrar'; $strServerStatusDelayedInserts = 'Frdrjda infogningar'; $strServerStatus = 'Krningsinformation'; $strServerStatusUptime = 'Denna MySQL-server har krts i %s. Den startade den %s.'; @@ -845,6 +867,7 @@ $strStrucCSV = 'CSV'; $strStrucData = 'Struktur och data'; $strStrucExcelCSV = 'CSV fr MS Excel'; $strStrucNativeExcel = 'Naturlig MS Excel-data'; +$strStrucNativeExcelOptions = 'Ursprunglig Excel exportalternativ'; $strStrucOnly = 'Enbart struktur'; $strStructPropose = 'Fresl tabellstruktur'; $strStructure = 'Struktur'; @@ -922,6 +945,7 @@ $strUpdateQuery = 'Uppdatera fr $strUpdComTab = 'Se dokumentationen fr uppdatering av din tabell column_comments'; $strUpgrade = 'Du br uppgradera till %s %s eller senare.'; $strUploadLimit = 'Du frskte frmodligen ladda upp en fr stor fil. Se %sdokumentationen%s fr metoder att g runt denna begrnsning.'; +$strUploadsNotAllowed = 'Filuppladdningar r inte tilltna p denna server.'; $strUsage = 'Anvndning'; $strUseBackquotes = 'Anvnd baktcitat runt tabell- och fltnamn'; $strUsedPhpExtensions = 'Anvnda PHP-tillgg'; @@ -963,6 +987,7 @@ $strWritingCommentNotPossible = 'Skrivning av kommentar inte m $strWritingRelationNotPossible = 'Skrivning av relation inte mjlig'; $strWrongUser = 'Fel anvndarnamn/lsenord. tkomst nekad.'; +$strXMLOptions = 'XML-alternativ'; $strXML = 'XML'; $strYes = 'Ja'; @@ -970,29 +995,4 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Anm: Genom att stta dessa alternativ till 0 (noll) tas begrnsningarna bort.'; $strZip = '"zippad"'; -$strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strXMLOptions = 'XML options'; //to translate -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index d93429a93..e59943956 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -11,7 +11,7 @@ $text_dir = 'ltr'; $number_thousands_separator = ' '; $number_decimal_separator = ','; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('bytes', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$byteUnits = array('bytes', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB'); $day_of_week = array('Sön', 'Mån', 'Tis', 'Ons', 'Tors', 'Fre', 'Lör'); $month = array('januari', 'februari', 'mars', 'april', 'maj', 'juni', 'juli', 'augusti', 'september', 'oktober', 'november', 'december'); @@ -27,6 +27,7 @@ $strAccessDeniedCreateConfig = 'Trolig orsak till detta är att du inte skapade $strAccessDeniedExplanation = 'phpMyAdmin försökte skapa en förbindelse till MySQL-servern, men servern nekade uppkopplingen. Kontrollera värd, användarnamn och lösenord i config.inc.php och förvissa dig om att de stämmer överens med informationen från administratören av MySQL-servern.'; $strAction = 'Åtgärd'; $strAddAutoIncrement = 'Lägg till AUTO_INCREMENT-värde'; +$strAddClause = 'Lägg till %s'; $strAddConstraints = 'Lägg till restriktioner'; $strAddDeleteColumn = 'Lägg till/ta bort fältkolumner'; $strAddDeleteRow = 'Lägg till/ta bort villkorsrader'; @@ -108,6 +109,7 @@ $strBzError = 'phpMyAdmin kunde inte komprimera SQL-satserna på grund av ett tr $strBzip = '"bzippad"'; $strCalendar = 'Kalender'; +$strCanNotLoadExportPlugins = 'Kunde inte ladda export-tillägg. Kontrollera din installation.'; $strCanNotLoadImportPlugins = 'Kunde inte ladda tillägg för import. Kontrollera din installation!'; $strCannotLogin = 'Kan ej logga in på MySQL-server'; $strCantLoad = 'kan inte ladda %s-tillägg,
        var god kontrollera PHP-konfigurationen.'; @@ -170,6 +172,10 @@ $strCreateNewTable = 'Skapa ny tabell i databas %s'; $strCreatePage = 'Skapa en ny sida'; $strCreatePdfFeat = 'Skapande av PDF-sidor'; $strCreate = 'Skapa'; +$strCreateUserDatabase = 'Databas för användare'; +$strCreateUserDatabaseName = 'Skapa databas med samma namn och ge alla privilegier'; +$strCreateUserDatabaseNone = 'Ingen'; +$strCreateUserDatabaseWildcard = 'Ge alla privilegier till namn med jokertecken (username_%)'; $strCreationDates = 'Skapad/Uppdaterad/Kontrollerad datum'; $strCriteria = 'Villkor'; $strCroatian = 'Kroatisk'; @@ -222,6 +228,7 @@ $strDeletedRows = 'Raderade rader'; $strDeleteNoUsersSelected = 'Inga användare valda för borttagning!'; $strDelete = 'Radera'; $strDeleting = 'Tar bort %s'; +$strDelimiter = 'Avgränsare'; $strDelOld = 'Nuvarande sida har referenser till tabeller som inte längre existerar. Vill du ta bort dessa referenser?'; $strDescending = 'Fallande'; $strDescription = 'Beskrivning'; @@ -262,6 +269,7 @@ $strEnglish = 'Engelsk'; $strEnglishPrivileges = ' Obs! MySQL-privilegiumnamn anges på engelska '; $strError = 'Fel'; $strErrorInZipFile = 'Fel i ZIP-arkiv:'; +$strErrorRenamingTable = 'Fel vid namnbyte på tabell %1$s till %2$s'; $strEscapeWildcards = 'Jokerteknen _ och % måste föregås av ett \ för att användas i egentlig betydelse'; $strEsperanto = 'Esperanto'; $strEstonian = 'Estnisk'; @@ -270,6 +278,7 @@ $strExcelOptions = 'Excel-alternativ'; $strExecuteBookmarked = 'Utför bokmärkt fråga'; $strExplain = 'Förklara SQL-kod'; $strExport = 'Exportera'; +$strExportMustBeFile = 'Vald export-typ måste sparas i fil!'; $strExtendedInserts = 'Utökade infogningar'; $strExtra = 'Extra'; @@ -295,11 +304,13 @@ $strFlushPrivilegesNote = 'Anm: phpMyAdmin hämtar användarnas privilegier dire $strFlushQueryCache = 'Rensa frågecache'; $strFlushTable = 'Rensa tabell'; $strFlushTables = 'Stäng alla tabeller'; +$strFontSize = 'Teckenstorlek'; $strFormat = 'Format'; $strFormEmpty = 'Värde saknas i formuläret!'; $strFreePages = 'Fria sidor'; $strFullText = 'Fullständiga texter'; $strFunction = 'Funktion'; +$strFunctions = 'Funktioner'; $strGenBy = 'Genererad av'; $strGeneralRelationFeat = 'Allmänna relationsfunktionaliteter'; @@ -376,12 +387,14 @@ $strInvalidColumn = 'Ogiltig kolumn (%s) angiven!'; $strInvalidCSVFieldCount = 'Ogiltigt antal fält i CSV-indata på rad %d.'; $strInvalidCSVFormat = 'Ogiltigt format i CSV-indata på rad %d.'; $strInvalidCSVParameter = 'Ogiltig parameter för CSV-import: %s'; +$strInvalidDatabase = 'Ogiltig databas'; $strInvalidFieldAddCount = 'Du måste lägga till åtminstone ett fält.'; $strInvalidFieldCount = 'Tabell måste ha åtminstone ett fält.'; $strInvalidLDIImport = 'Detta tillägg stöder inte komprimerade importer!'; $strInvalidRowNumber = '%d är inte ett giltigt radnummer.'; $strInvalidServerHostname = 'Ogiltigt värdnamn för server %1$s. Var god granska din konfiguration.'; $strInvalidServerIndex = 'Ogiltigt serverindex: "%s"'; +$strInvalidTableName = 'Ogiltigt tabellnamn'; $strJapanese = 'Japansk'; $strJoins = 'Föreningar'; @@ -397,6 +410,7 @@ $strKorean = 'Koreansk'; $strLandscape = 'Liggande'; $strLanguageFileNotFound = 'Språkfil "%1$s" hittades inte.'; +$strLanguage = 'Språk'; $strLanguageUnknown = 'Okänt språk: %1$s.'; $strLatchedPages = 'Låsta sidor'; $strLatexCaption = 'Tabellrubrik'; @@ -476,6 +490,7 @@ $strNext = 'Nästa'; $strNoActivity = 'Ingen aktivitet sedan %s sekunder eller mer. Var god logga in igen'; $strNoDatabases = 'Inga databaser'; $strNoDatabasesSelected = 'Inga databaser markerade.'; +$strNoDataReceived = 'Inga data att importera mottogs. Antingen skickades inget filnamn eller så översteg filens storlek den maximala som tillåts av din PHP-konfiguration.. Se FAQ 1.16.'; $strNoDescription = 'Ingen beskrivning'; $strNoDetailsForEngine = 'Det finns ingen tillgänglig detaljerad statusinformation för denna lagringsmotor.'; $strNoDropDatabases = '"DROP DATABASE"-satser är inaktiverade.'; @@ -509,6 +524,10 @@ $strNumSearchResultsTotal = 'Totalt: %s träff(ar)'; $strNumTables = 'Tabeller'; $strOK = 'OK'; +$strOpenDocumentSpreadsheet = 'OpenDocument-kalkylblad'; +$strOpenDocumentSpreadsheetOptions = 'OpenDocument-kalkylbladsalternativ'; +$strOpenDocumentText = 'OpenDocument-text'; +$strOpenDocumentTextOptions = 'OpenDocument-textalternativ'; $strOpenNewWindow = 'Öppna nytt phpMyAdmin-fönster'; $strOperations = 'Operationer'; $strOperator = 'Operator'; @@ -532,6 +551,7 @@ $strPdfInvalidTblName = 'Tabellen "%s" finns inte!'; $strPdfNoTables = 'Inga tabeller'; $strPDFOptions = 'PDF-alternativ'; $strPDF = 'PDF'; +$strPDFReportExplanation = '(Skapar en rapport som innehåller data från en enstaka tabell)'; $strPDFReportTitle = 'Rapportrubrik'; $strPerHour = 'per timme'; $strPerMinute = 'per minut'; @@ -592,6 +612,7 @@ $strPrivDescUpdate = 'Tillåter ändring av data.'; $strPrivDescUsage = 'Inga privilegier.'; $strPrivileges = 'Privilegier'; $strPrivilegesReloaded = 'Privilegierna har laddats om.'; +$strProcedures = 'Procedurer'; $strProcesses = 'Processer'; $strProcesslist = 'Processlista'; $strProtocolVersion = 'Protokollversion'; @@ -678,6 +699,7 @@ $strSent = 'Skickade'; $strServerChoice = 'Serverval'; $strServerNotResponding = 'Servern svarar inte'; $strServer = 'Server'; +$strServers = 'Servrar'; $strServerStatusDelayedInserts = 'Fördröjda infogningar'; $strServerStatus = 'Körningsinformation'; $strServerStatusUptime = 'Denna MySQL-server har körts i %s. Den startade den %s.'; @@ -846,6 +868,7 @@ $strStrucCSV = 'CSV'; $strStrucData = 'Struktur och data'; $strStrucExcelCSV = 'CSV för MS Excel'; $strStrucNativeExcel = 'Naturlig MS Excel-data'; +$strStrucNativeExcelOptions = 'Ursprunglig Excel exportalternativ'; $strStrucOnly = 'Enbart struktur'; $strStructPropose = 'Föreslå tabellstruktur'; $strStructure = 'Struktur'; @@ -923,6 +946,7 @@ $strUpdateQuery = 'Uppdatera fråga'; $strUpdComTab = 'Se dokumentationen för uppdatering av din tabell column_comments'; $strUpgrade = 'Du bör uppgradera till %s %s eller senare.'; $strUploadLimit = 'Du försökte förmodligen ladda upp en för stor fil. Se %sdokumentationen%s för metoder att gå runt denna begränsning.'; +$strUploadsNotAllowed = 'Filuppladdningar är inte tillåtna på denna server.'; $strUsage = 'Användning'; $strUseBackquotes = 'Använd bakåtcitat runt tabell- och fältnamn'; $strUsedPhpExtensions = 'Använda PHP-tillägg'; @@ -964,6 +988,7 @@ $strWritingCommentNotPossible = 'Skrivning av kommentar inte möjlig'; $strWritingRelationNotPossible = 'Skrivning av relation inte möjlig'; $strWrongUser = 'Fel användarnamn/lösenord. Åtkomst nekad.'; +$strXMLOptions = 'XML-alternativ'; $strXML = 'XML'; $strYes = 'Ja'; @@ -971,29 +996,4 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) tas begränsningarna bort.'; $strZip = '"zippad"'; -$strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strXMLOptions = 'XML options'; //to translate -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php b/lang/turkish-iso-8859-9.inc.php index f9caa6809..90eb64a06 100644 --- a/lang/turkish-iso-8859-9.inc.php +++ b/lang/turkish-iso-8859-9.inc.php @@ -1,98 +1,83 @@ $cfg[\'BZipDump\'] ynergesini FALSE \'a deitirmeniz gerekmektedir. Bz2 sktrma zelliklerini kullanmak istiyorsanz ,bir sonraki php srmne gncelleme yapmanz gerekmektedir.php hata raporu %s\' e baknz '; -$strBzip = '"bzip"'; +$strBusyPages = 'Megul sayfalar'; +$strBzError = 'phpMyAdmin, bu PHP srmndeki bozuk bir Bz2 uzantsndan dolay dkm sktramad. phpMyAdmin dizinindeki yaplandrma dosyanzn iindeki $cfg[\'BZipDump\'] ynergesini FALSE \'a ayarlamanz kesinlikle nerilir. Eer Bz2 sktrma zelliklerini kullanmak istiyorsanz, daha yeni PHP srmne gncelleme yapmalsnz. Ayrntlar iin PHP hata raporu %s\'e bakn.'; +$strBzip = '"bzip olarak"'; $strCalendar = 'Takvim'; -$strCannotLogin = 'MySQL seenekleri'; -$strCantLoadRecodeIconv = 'Karakter seti dnm iin gerekli olan Iconv veya recode uzantlarn ykleyenemiyor. Php\'nin bu uzantlara izin vermesini salayn veya phpMyAdmin iinde karakter dnmn devre d braknz...'; -$strCantLoad = '%s uzants yklenemiyor,
        PHP konfigurasyon dosyasn kontrol ediniz.'; -$strCantRenameIdxToPrimary = 'Indeks\'i PRIMARY olarak adlandrmazsnz!'; -$strCantUseRecodeIconv = 'Uzant raporlar yklenmiken , ne iconv,ne libinconv,ne de recode_string fonksiyonu kullanlamaz. Php ayarlarnz kontrol ediniz.'; -$strCardinality = 'En nemli'; -$strCaseInsensitive = 'byk kk harf duyarsz'; -$strCaseSensitive = 'byk kk harf duyarl'; +$strCanNotLoadExportPlugins = 'Dar aktarma eklentileri yklenemedi, ltfen kurulumunuzu kontrol edin!'; +$strCanNotLoadImportPlugins = 'eri aktarma eklentileri yklenemedi, ltfen kurulumunuzu kontrol edin!'; +$strCannotLogin = 'MySQL sunucusuna oturum alamyor'; +$strCantLoad = '[a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] uzants yklenemiyor. Ltfen PHP yaplandrmanz kontrol edin.'; +$strCantLoadRecodeIconv = 'Karakter grubu dnm iin gerekli olan iconv veya recode uzantlar yklenemedi. Ya PHP\'yi bu uzantlar etkinletirmek iin yaplandrn ya da phpMyAdmin iinde karakter grubu dnmn etkisizletirin...'; +$strCantRenameIdxToPrimary = 'ndeks\'i PRIMARY olarak yeniden adlandrmazsnz!'; +$strCantUseRecodeIconv = 'Gerekli uzantlar yklenmi grnmesine ramen, ne iconv, ne libinconv, ne de recode_string ilevi kullanlamad. PHP yaplandrmanz kontrol edin.'; +$strCardinality = 'nemlilik'; +$strCaseInsensitive = 'byk kk harfe duyarsz'; +$strCaseSensitive = 'byk kk harfe duyarl'; $strCentralEuropean = 'Orta Avrupa'; -$strChangeCopyMode = 'Ayn yetkilerle yeni bir kullanc yarat ve :'; -$strChangeCopyModeCopy = 'eski kullancy muhafaza et.'; -$strChangeCopyModeDeleteAndReload = 'eski kullancy kullanc tablolarndan sil ve sonra yetkileri yeniden ykle.'; -$strChangeCopyModeJustDelete = 'eski kullancy kullanc tablolarndan sil.'; -$strChangeCopyModeRevoke = 'eskiden kalan btn aktif yetkileri iptal et ve sil.'; -$strChangeCopyUser = 'Login bilgisini deitir / Kullanc kopyala'; $strChange = 'Deitir'; -$strChangeDisplay = 'Grmek istediiniz alan seiniz'; -$strChangePassword = 'ifre Deitir'; -$strCharset = 'Karakter seti'; -$strCharsetOfFile = 'Dosyann karakter seti:'; -$strCharsetsAndCollations = 'Karakter setleri ve karlatrmalar'; -$strCharsets = 'Karakter setleri'; -$strCheckAll = 'Tmn se'; -$strCheckOverhead = 'Batan aaya kontrol et'; +$strChangeCopyModeCopy = '... eski olan sakla.'; +$strChangeCopyMode = 'Ayn yetkilerle yeni bir kullanc olutur ve ...'; +$strChangeCopyModeDeleteAndReload = '... eski olan kullanc tablolarndan sil ve sonra da yetkileri yeniden ykle.'; +$strChangeCopyModeJustDelete = '... eski olan kullanc tablolarndan sil.'; +$strChangeCopyModeRevoke = '... eski olandan btn aktif yetkileri iptal et ve sonra da sil.'; +$strChangeCopyUser = 'Otutum Ama Bilgisini deitir / Kullancy kopyala'; +$strChangeDisplay = 'Gstermek iin alan sein'; +$strChangePassword = 'Parola deitir'; +$strCharset = 'Karakter grubu'; +$strCharsetOfFile = 'Dosyann karakter grubu:'; +$strCharsetsAndCollations = 'Karakter Gruplar ve Karlatrmalar'; +$strCharsets = 'Karakter gruplar'; +$strCheckAll = 'Tmn aretle'; +$strCheckOverhead = 'Ek yk olan tablolar kontrol et'; +$strCheckPrivs = 'Yetkileri kontrol et'; $strCheckPrivsLong = '"%s" veritaban iin yetkileri kontrol et.'; -$strCheckPrivs = 'mtiyazlar kontrol et'; $strCheckTable = 'Tabloyu kontrol et'; -$strChoosePage = 'Ltfen dzenlemek istediiniz sayfay sein'; -$strColComFeat = 'Stun yorumlar gsteriliyor'; +$strChoosePage = 'Ltfen dzenlemek iin sayfa sein'; +$strColComFeat = 'Stun Yorumlar gsteriliyor'; $strCollation = 'Karlatrma'; $strColumnNames = 'Stun adlar'; $strColumnPrivileges = 'Stuna zg yetkiler'; $strCommand = 'Komut'; +$strComments = 'Yorumlar'; $strCommentsForTable = 'TABLO YORUMLARI'; -$strComments = 'Stun yorum,iliki ve MIME tiplerini ier.'; $strCompatibleHashing = 'MySQL 4.0 uyumlu'; -$strCompleteInserts = 'Her INSERT komutunda stun adlarn ekle'; +$strCompleteInserts = 'Btn eklemeler'; $strCompression = 'Sktrma'; -$strConfigFileError ='phpMyAdmin konfigurasyon dosyanz okuyamad....
        Bu php yorumlama hatas bulduu zaman veya dosyay bulamad zaman meydana gelebilir..
        Ltfen aadaki linki kullanarak dosyay direkt olarak arn ve aldnz php hata mesajlarn okuyunuz.ou durumda herhangi bir yerde trnak veya noktal virgl eksiktir
        Bo bir sayfayla karlarsanz ,herey yolunda demektir.'; -$strConfigureTableCoord = ' Ltfen %s tablosu iin koordinatlar yaplandrnz'; +$strCompressionWillBeDetected = 'eri aktarlm dosya sktrmas otomatik olarak bu dosya trlerinden alglanacak: %s'; +$strConfigDefaultFileError = 'Varsaylan yaplandrma bundan yklenemedi: "%1$s"'; +$strConfigFileError ='phpMyAdmin yaplandrma dosyanz okuyamad!
        Bu, eer PHP, iinde ayrtrma hatas bulursa ya da dosyay bulamazsa meydana gelebilir.
        Ltfen aadaki balanty kullanarak yaplandrma dosyasn dorudan arn ve aldnz PHP hata mesaj(larn) okuyun. ou durumda herhangi bir yerde trnak veya noktal virgl eksiktir.
        Eer bo bir sayfa karnza kyorsa, her ey yolunda demektir.'; +$strConfigureTableCoord = 'Ltfen %s tablosu iin koordinatlar yaplandrn'; $strConnectionError = 'Balanamyor: geersiz ayarlar.'; $strConnections = 'Balantlar'; $strConstraintsForDumped = 'Dkm yaplm tablolar iin kstlamalar'; -$strConstraintsForTable = 'Tablo iin kstlamalar'; -$strCookiesRequired = 'Cookieler ak olmaldr.'; -$strCopyDatabaseOK = '%s veritaban %s\` e kopyaland.'; +$strConstraintsForTable = 'Tablo kstlamalar'; +$strCookiesRequired = 'Bu ksm gemek iin tanmlama bilgileri (Cookies) ak olmal.'; $strCopy = 'Kopyala'; +$strCopyDatabaseOK = '%s veritaban %s\'e kopyaland.'; +$strCopyTable = 'Tabloyu una (veritaban.tablo) kopyala:'; $strCopyTableOK = '%s tablosu %s zerine kopyaland.'; -$strCopyTableSameNames = 'Tabloyu aynsna kopyalayamyor!'; -$strCopyTable = 'Tabloyu (veritaban.tablo) kopyala :'; -$strCouldNotKill = 'phpMyAdmin %s ilemini kapatamad. Byk ihtimalle daha nceden kapatlm.'; -$strCreateDatabaseBeforeCopying = 'Kopyalamadan nce CREATE DATABASE (Veritaban Yarat)'; -$strCreate = 'Git'; -$strCreateIndex = '%s. stunda yeni bir indeks olutur.'; +$strCopyTableSameNames = 'Tablo aynsna kopyalanamyor!'; +$strCouldNotKill = 'phpMyAdmin %s ilemini sonlandramad. Muhtemelen zaten kapatlm.'; +$strCreate = 'Olutur'; +$strCreateDatabaseBeforeCopying = 'Kopyalamadan nce CREATE DATABASE (Veritaban Olutur)'; +$strCreateIndex = ' %s stunda indeks olutur.'; $strCreateIndexTopic = 'Yeni bir indeks olutur'; $strCreateNewDatabase = 'Yeni veritaban olutur'; -$strCreateNewTable = '%s veritaban zerinde yeni bir tablo olutur'; -$strCreatePage = 'Yeni sayfa olutur'; +$strCreateNewTable = '%s veritabannda yeni tablo olutur'; +$strCreatePage = 'Yeni bir sayfa olutur'; $strCreatePdfFeat = 'PDF\'lerin oluturulmas'; -$strCreationDates = 'Oluturulma/Gncelleme/Kontrol tarihleri'; +$strCreateUserDatabase = 'Kullanc iin veritaban'; +$strCreateUserDatabaseName = 'Ayn isimle veritaban olutur ve tm yetkileri ver'; +$strCreateUserDatabaseNone = 'Yok'; +$strCreateUserDatabaseWildcard = 'Joker isimlere tm yetkileri ver (kullancad_%)'; +$strCreationDates = 'Oluturma/Gncelleme/Kontrol tarihleri'; $strCriteria = 'Kriter'; $strCroatian = 'Hrvata'; +$strCSV = 'CSV'; +$strCSVImportOptions = 'CSV seenekleri'; $strCSVOptions = 'CSV seenekleri'; $strCyrillic = 'Kiril'; $strCzech = 'eke'; $strCzechSlovak = 'eke-Slovaka'; -$strDanish = 'Danimarkaca'; +$strDanish = 'Danca'; +$strDatabase = 'Veritaban'; $strDatabaseEmpty = 'Veritaban ad bo!'; -$strDatabaseExportOptions = 'Veritaban dnm ayarlar'; +$strDatabaseExportOptions = 'Veritaban dar aktarma seenekleri'; $strDatabaseHasBeenDropped = '%s veritaban kaldrld.'; $strDatabaseNoTable = 'Bu veritaban tablo iermiyor!'; -$strDatabasesDropped = '%s veritabanlar baaryla kaldrld.'; -$strDatabasesStatsDisable = 'statistikleri kapat'; -$strDatabasesStatsEnable = 'statistikleri a'; -$strDatabasesStatsHeavyTraffic = 'Not: Burada veritaban istatistiklerini amak Web Sunucusu ile MySQL arasnda yksek trafie yol aabilir.'; -$strDatabasesStats = 'Veritaban istatistikleri'; $strDatabases = 'Veritabanlar'; -$strDatabase = 'Veritaban'; +$strDatabasesDropped = '%s veritabanlar baarl olarak kaldrld.'; +$strDatabasesStats = 'Veritaban istatistikleri'; +$strDatabasesStatsDisable = 'statistikler etkisiz'; +$strDatabasesStatsEnable = 'statistikler etkin'; +$strDatabasesStatsHeavyTraffic = 'Not: Buradaki veritaban istatistiklerini etkinletirmek web sunucusu ile MySQL sunucusu arasnda yksek trafie yol aabilir.'; +$strData = 'Veri'; $strDataDict = 'Veri szl'; $strDataOnly = 'Sadece veri'; $strDataPages = 'Veri ieren sayfalar'; -$strData = 'Veri'; $strDBComment = 'Veritaban yorumu:'; $strDBCopy = 'Veritabann uraya kopyala:'; $strDBGContext = 'erik'; $strDBGContextID = 'erik ID'; -$strDBGHits = 'Giriler(hit)'; +$strDBGHits = 'Ulama'; $strDBGLine = 'Satr'; -$strDBGMaxTimeMs = 'Max zaman, ms'; -$strDBGMinTimeMs = 'Min zaman, ms'; +$strDBGMaxTimeMs = 'En ok sre, ms'; +$strDBGMinTimeMs = 'En az sre, ms'; $strDBGModule = 'Modl'; -$strDBGTimePerHitMs = 'Zaman/Giri, ms'; -$strDBGTotalTimeMs = 'Toplam zaman, ms'; +$strDBGTimePerHitMs = 'Sre/Ulama, ms'; +$strDBGTotalTimeMs = 'Toplam sre, ms'; $strDbPrivileges = 'Veritabanna zg yetkiler'; -$strDBRename = 'Veritabann yeniden adlandr'; +$strDBRename = 'Veritabann una yeniden adlandr'; $strDbSpecific = 'Veritabanna zg'; -$strDefaultEngine = '%s bu MySQL sunucusunun zerindeki varsaylan depolama motorudur.'; -$strDefaultValueHelp = 'Varsaylan deerler iin trnak iareti veya slash koymak yerine tek deer giriniz.Mesela : a'; $strDefault = 'Varsaylan'; +$strDefaultEngine = '%s bu MySQL sunucusundaki varsaylan depolama motorudur.'; +$strDefaultValueHelp = 'Varsaylan deerler iin ltfen sola eik izgisiz veya alntsz sadece tek deer girin. Bu biimi kullann: a'; $strDefragment = 'Tabloyu birletir'; -$strDelayedInserts = 'Gecikmi kayt eklemeleri kullan'; -$strDeleteAndFlushDescr = 'Bu en ksa yoldur fakat yetkileri yeniden yklemek zaman alabilir.'; -$strDeleteAndFlush = 'Kullanclar sonra da yetkileri sil.'; -$strDeletedRows = 'Silinen satrlar:'; -$strDeleted = 'Satr silindi.'; +$strDelayedInserts = 'Gecikmi eklemeleri kullan'; +$strDeleteAndFlush = 'Kullanclar sil ve sonra da yetkileri yeniden ykle.'; +$strDeleteAndFlushDescr = 'Bu en temiz yoldur fakat yetkileri yeniden yklemek zaman alabilir.'; $strDelete = 'Sil'; +$strDeletedRows = 'Silinen satrlar:'; +$strDeleted = 'Satr silindi'; +$strDeleteNoUsersSelected = 'Silmek iin kullanc seilmedi!'; $strDeleting = '%s siliniyor'; -$strDelOld = 'Sayfada kullanlmayan tablolara verilmi referanslar bulunuyor. Bu referanslar silmek ister misiniz?'; -$strDescending = 'Azalan'; -$strDescription = 'Tanmlama'; +$strDelimiter = 'Snrlayc'; +$strDelOld = 'u anki sayfa, daha fazla bulunmas gereksiz tablolara verilmi referanslara sahip. Bu referanslar silmek ister misiniz?'; +$strDescending = 'Bykten Ke'; +$strDescription = 'Aklama'; $strDictionary = 'szlk'; -$strDirtyPages = 'Bozuk Sayfalar'; // not the actual translation i need some help -$strDisabled = 'Etkin deil'; -$strDisableForeignChecks = 'Yabanc anahtar iaretlerini seilemez kl'; +$strDirtyPages = 'Bozuk sayfalar'; +$strDisabled = 'Etkisiz'; +$strDisableForeignChecks = 'Yabanc anahtar iaretlerini etkisizletir'; $strDisplayFeat = 'zellikleri Gster'; $strDisplayOrder = 'Grnm dzeni:'; $strDisplayPDF = 'PDF emasn gster'; -$strDoAQuery = '

        "rnekle sorgu" yap. (joker:%)
        '; -$strDocu = 'Yardm'; +$strDoAQuery = '"rnek sorgu" yap. (joker: "%")'; +$strDocu = 'Belgeler'; $strDoYouReally = 'Aadaki komutu uygulamak istediinizden emin misiniz? '; $strDropDatabaseStrongWarning = 'Btn bir veritabann YOK ETMEK zeresiniz!'; $strDrop = 'Kaldr'; $strDropUsersDb = 'Kullanclarla ayn isimlerde olan veritabanlarn kaldr.'; $strDumpingData = 'Tablo dkm verisi'; $strDumpSaved = 'Dkm dosyas %s dosyasna kaydedildi'; -$strDumpXRows = 'Satr says : %s %s .satrdan balayarak.'; +$strDumpXRows = '%s satr dkm, %s. kayttan balyor.'; $strDynamic = 'deiken'; $strEdit = 'Dzenle'; $strEditPDFPages = ' PDF Sayfalarn dzenle'; -$strEditPrivileges = 'ncelikleri Dzenle'; -$strEffective = 'Efektif'; +$strEditPrivileges = 'Yetkileri dzenle'; +$strEffective = 'Etkili'; $strEmpty = 'Boalt'; -$strEmptyResultSet = 'MySQL bo bir sonu kmesi dndrd ( sfr satr).'; +$strEmptyResultSet = 'MySQL bo bir sonu kmesi dndrd (rn. sfr satr).'; $strEnabled = 'Etkin'; -$strEncloseInTransaction = 'lemlerde dntr ekle'; +$strEncloseInTransaction = 'lem iinde dar aktarmay kapsa'; $strEndCut = 'END CUT'; -$strEndRaw = 'END RAW'; $strEnd = 'Son'; -$strEngineAvailable = '%s bu MySQL sunucusu zerinde bulunmaktadr.'; $strEngineUnsupported = 'Bu MySQL sunucusu %s depolama motorunu desteklememektedir.'; -$strEngineDisabled = '%s bu MySQL sunucusu iin devre d braklmtr.'; -$strEngines = 'Motorlar'; +$strEndRaw = 'END RAW'; +$strEngineAvailable = '%s bu MySQL sunucusunda var.'; +$strEngineDisabled = '%s bu MySQL sunucusu iin etkisizletirildi.'; +$strEngines = 'Motorlar'; +$strEngineUnsupported = 'Bu MySQL sunucusu %s depolama motorunu desteklemez.'; $strEnglish = 'ngilizce'; -$strEnglishPrivileges = ' Not: MySQL yetki adlar ngilizce olarak belirtilmitir '; +$strEnglishPrivileges = ' Not: MySQL yetki adlar ngilizce olarak belirtilir '; $strError = 'Hata'; -$strEscapeWildcards = '_ ve % jokerleri harfi harfine kullanlmak isteniyorsa \ ile beraber kullanlmaldr.'; -$strEstonian = 'Estonyaca'; -$strExcelEdition = 'Excel tipi'; -$strExcelOptions = 'Excel ayarlar'; +$strErrorInZipFile = 'ZIP arivinde hata:'; +$strErrorRenamingTable = '%1$s tablo adn %2$s tablo adna deitirme hatas'; +$strEscapeWildcards = '_ ve % jokerleri harfi harfine kullanlmak iin \ ile doldurun.'; +$strEsperanto = 'Esperanto'; +$strEstonian = 'Este'; +$strExcelEdition = 'Excel yaps'; +$strExcelOptions = 'Excel seenekleri'; $strExecuteBookmarked = 'aretlenmi sorguyu altr'; $strExplain = 'SQL\'i akla'; -$strExport = 'Dntr'; -$strExtendedInserts = 'Tablo ismini ve INSERT deyimini sadece bir kez kullan'; +$strExport = 'Dar Aktar'; +$strExportMustBeFile = 'Seili dar aktarma tr dosyaya kaydedilmelidir!'; +$strExtendedInserts = 'Geniletilmi eklemeler'; $strExtra = 'Ekstra'; -$strFailedAttempts = 'Baarsz denemeler'; +$strFailedAttempts = 'Baarsz deneme'; $strField = 'Alan'; -$strFieldHasBeenDropped = '%s alan kaldrlmtr'; -$strFields = 'Alanlar'; +$strFieldHasBeenDropped = '%s alan kaldrld'; $strFieldsEmpty = ' Alan says bo! '; -$strFieldsEnclosedBy = 'Kapatma karakteri'; -$strFieldsEscapedBy = 'Ka karakteri'; -$strFieldsTerminatedBy = 'Alan sonu karakteri'; -$strFileAlreadyExists = '%s dosyas zaten serverda mevcut, dosya adn deitirin veya zerine yaz seeneini sein! '; +$strFieldsEnclosedBy = 'Alanlar kapsayan:'; +$strFieldsEscapedBy = 'Alanlar dolduran:'; +$strFields = 'Alanlar'; +$strFieldsTerminatedBy = 'Alanlar sonlandran:'; +$strFileAlreadyExists = '%s dosyas zaten sunucuda var, dosya adn deitirin veya zerine yazma seeneini iaretleyin.'; $strFileCouldNotBeRead = 'Dosya okunamad'; -$strFileNameTemplate = 'Dosya ismi ablonu'; +$strFileNameTemplateDescriptionDatabase = 'veritaban ad'; +$strFileNameTemplateDescriptionServer = 'sunucu ad'; +$strFileNameTemplateDescriptionTable = 'tablo ad'; +$strFileNameTemplateDescription = 'Bu deer %1$sstrftime%2$s kullanlarak yorumlanr, bu yzden zaman biimlendirme dizgisi kullanabilirsiniz. lave olarak yandaki dnmler meydana gelecek: %3$s. Dier metin olduu gibi tutulacak.'; +$strFileNameTemplate = 'Dosya ad ablonu'; $strFileNameTemplateRemember = 'ablonu hatrla'; +$strFileToImport = 'eri aktarmak iin dosya'; $strFixed = 'Sabit'; -$strFlushPrivilegesNote = 'Not: phpMyAdmin kullanclarn yetkilerini direkt olarak MySQL\'n yetki tablolarndan alr.Bu tablolarn ierikleri eer elle deiiklik yaplmsa sunucunun kulland yetkilerden farkl olabilir.Bu durumda devam etmeden nce %syetkileri yeniden yklemeniz gerekir%s .'; -$strFlushTable = 'Tabloyu yeniden ykle("FLUSH")'; +$strFlushPrivilegesNote = 'Not: phpMyAdmin kullanclarn yetkilerini dorudan MySQL\'in yetki tablolarndan alr. Bu tablolarn ierikleri, eer elle deitirildiyse sunucunun kulland yetkilerden farkl olabilir. Bu durumda devam etmeden nce %syetkileri yeniden yklemeniz%s gerekir.'; +$strFlushQueryCache = 'Sorgu nbelleini temizle'; +$strFlushTable = 'Tabloyu temizle ("FLUSH")'; +$strFlushTables = 'Tm tablolar temizle (kapat)'; +$strFontSize = 'Taz Tipi boyutu'; $strFormat = 'Biim'; -$strFormEmpty = 'Form\'da eksik deer !'; -$strFreePages = 'Serbest Sayfalar'; -$strFullText = 'Tm metinler'; -$strFunction = 'Fonksiyon'; +$strFormEmpty = 'Formda eksik deer!'; +$strFreePages = 'Serbest sayfalar'; +$strFullText = 'Tam Metinler'; +$strFunction = 'lev'; +$strFunctions = 'levler'; -$strGenBy = 'retildi:'; +$strGenBy = 'reten:'; $strGeneralRelationFeat = 'Genel iliki zellikleri'; -$strGenerate = 'Olutur'; -$strGeneratePassword = 'ifre Olutur'; -$strGenTime = 'kt Tarihi'; +$strGenerate = 'ret'; +$strGeneratePassword = 'Parola ret'; +$strGenTime = 'retim Zaman'; $strGeorgian = 'Grcce'; $strGerman = 'Almanca'; $strGlobal = 'genel'; -$strGlobalPrivileges = 'Global yetkiler'; -$strGlobalValue = 'Global deer'; +$strGlobalPrivileges = 'Genel yetkiler'; +$strGlobalValue = 'Genel deer'; $strGo = 'Git'; -$strGrantOption = 'Hak'; +$strGrantOption = 'Onayla'; $strGreek = 'Yunanca'; -$strGzip = '"gzip"'; +$strGzip = '"gzip olarak"'; -$strHasBeenAltered = 'dzenlendi.'; -$strHasBeenCreated = 'yaratld.'; +$strHandler = 'Denetimci'; +$strHasBeenAltered = 'deitirildi.'; +$strHasBeenCreated = 'oluturuldu.'; $strHaveToShow = 'Grntlemek iin en az bir stun semelisiniz'; $strHebrew = 'branice'; -$strHexForBinary = 'Binari alanlar iin onaltlk say sistemini kullan.'; -$strHome = 'Ana Sayfa'; -$strHomepageOfficial = 'phpMyAdmin Web Sayfas'; -$strHostEmpty = 'Sunucu ismi alan bo!'; -$strHost = 'Sunucu'; +$strHexForBinary = 'Binari alanlar iin onaltlk say sistemini kullan'; +$strHome = 'Giri'; +$strHomepageOfficial = 'Resm phpMyAdmin Anasayfas'; +$strHostEmpty = 'Anamakine ad bo!'; +$strHost = 'Anamakine'; +$strHTMLExcel = 'Microsoft Excel 2000'; +$strHTMLExcelOptions = 'Microsoft Excel 2000 dar aktarma seenekleri'; +$strHTMLWord = 'Microsoft Word 2000'; +$strHTMLWordOptions = 'Microsoft Word 2000 dar aktarma seenekleri'; $strHungarian = 'Macarca'; $strIcelandic = 'zlandaca'; $strId = 'ID'; -$strIdxFulltext = 'Tm metinler'; -$strIgnoreInserts = 'Kayt eklemeleri yoksay kullan'; +$strIdxFulltext = 'Tam metin'; +$strIgnoreDuplicates = 'Kopya satrlar yoksay'; $strIgnore = 'Yoksay'; -$strIgnoringFile = '%s dosyasn yoksayyor'; -$strImportDocSQL = 'docSQL dosyalarn dntr '; -$strImportFiles = 'Dosyalar dntr'; +$strIgnoreInserts = 'Yoksaylan eklemeleri kullan'; +$strIgnoringFile = '%s dosyas yoksaylyor'; +$strImportDocSQL = 'docSQL Dosyalarn eri Aktar'; +$strImportFiles = 'Dosyalar ieri aktar'; +$strImportFormat = 'eri aktarlm dosyann biimi'; +$strImport = 'eri Aktar'; +$strImportSuccessfullyFinished = 'eri aktarma baarl olarak bitti, %d sorgu altrld.'; $strIndexes = 'ndeksler'; -$strIndexHasBeenDropped = '%s indeks\'i silindi.'; -$strIndexName = 'ndeks ismi :'; +$strIndexHasBeenDropped = '%s indeksi kaldrld'; $strIndex = 'ndeks'; -$strIndexType = 'ndeks tipi :'; -$strIndexWarningMultiple = '`%s` stunu iin birden fazla %s anahtar yaratld. '; -$strIndexWarningPrimary = 'PRIMARY ve INDEX anahtarlarnn ikisine birden `%s` stunu iin deer verilemez.'; -$strIndexWarningTable = '`%s` tablosunun indexleri ile ilgili sorunlar'; -$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`'; -$strInnoDBAutoextendIncrement = 'Art miktarn otomatik olarak arttr'; -$strInnoDBAutoextendIncrementDesc = ' Otomatik genileyen tablo boyutu bo olduunda otomatik genileyen tablo boluunun boyutun art miktar.'; -$strInnoDBDataFilePath = 'Veri dosyalar'; -$strInnoDBDataHomeDirDesc = 'InnoDB veri dosyalar iin dizin yolunun ortak kullanlan ksm.'; -$strInnoDBDataHomeDir = 'Veri ana dizini '; -$strInnodbStat = 'InnoDB durumu'; -$strInsecureMySQL = 'Konfigurasyon dosyanz (ifresiz root) varsaylan MySQL yetki dosyasyla aynen uyuan ayarlar ieriyor.MySQL sunucunuz bu varsaylan ayarlarla alyor,dardan girie ak,ve bu gvenlik an hemen dzeltmeniz gerekmektedir.'; +$strIndexName = 'ndeks ismi:'; +$strIndexType = 'ndeks tr :'; +$strIndexWarningMultiple = 'Birden fazla %s anahtar `%s` stunu iin oluturuldu.'; +$strIndexWarningPrimary = 'PRIMARY ve INDEX anahtarlarnn her ikisi de `%s` stunu iin ayarlanmamaldr.'; +$strIndexWarningTable = '`%s` tablosunun indeksleri ile ilgili sorunlar'; +$strIndexWarningUnique = 'UNIQUE ve INDEX anahtarlarnn her ikisi de `%s` stunu iin ayarlanmamaldr.'; +$strInnoDBAutoextendIncrement = 'Art miktarn otomatik genilet'; +$strInnoDBAutoextendIncrementDesc = 'Tablo dolduunda otomatik genileyen tablo alannn genilemesi iin art miktar boyutu.'; +$strInnoDBBufferPoolSize = 'Ara bellek havuzu boyutu'; +$strInnoDBBufferPoolSizeDesc = 'Hafza ara bellei boyutu InnoDB, veriyi nbelleklemek ve tablolarn indekslemek iin kullanr.'; +$strInnoDBDataFilePath = 'Veri dosyalar'; +$strInnoDBDataHomeDir = 'Veri ana dizini'; +$strInnoDBDataHomeDirDesc = 'Tm InnoDB veri dosyalar iin dizin yolunun ortak ksm.'; +$strInnoDBPages = 'sayfa'; +$strInnodbStat = 'InnoDB Durumu'; +$strInsecureMySQL = 'Yaplandrma dosyanz varsaylan MySQL yetkili hesapla uyuan ayarlar (parolasz root) ieriyor. MySQL sunucunuz bu varsaylan, dardan girie ak ayarlarla alyor ve bu gvenlik an gerekten dzeltmeniz gerekmektedir.'; $strInsertAsNewRow = 'Yeni satr olarak ekle'; $strInsertedRowId = 'Satr id\'si eklendi:'; $strInsertedRows = 'Eklenen satrlar:'; $strInsert = 'Ekle'; -$strInternalNotNecessary = '* InnoDb\'nin iinde zaten bir i iliki var ise gerekli deildir.'; +$strInternalNotNecessary = '* InnoDb\'de zaten bir i iliki olduunda bu gerekli deildir.'; $strInternalRelations = ' ilikiler'; $strInUse = 'kullanmda'; +$strInvalidAuthMethod = 'Yaplandrma iinde geersiz kimlik denetimi yntemi ayar:'; $strInvalidColumnCount = 'Stun says sfrdan byk olmal.'; -$strInvalidFieldAddCount = 'En azndan bir alan eklemeniz gerekmektedir..'; +$strInvalidColumn = 'Geersiz stun (%s) belirlenmi!'; +$strInvalidCSVFieldCount = 'CSV giriinde %d. satrda geersiz alan says.'; +$strInvalidCSVFormat = 'CSV giriinin %d. satrnda geersiz biim.'; +$strInvalidCSVParameter = 'CSV girii iin geersiz parametre: %s'; +$strInvalidDatabase = 'Geersiz veritaban'; +$strInvalidFieldAddCount = 'En az bir alan eklemek zorundasnz.'; $strInvalidFieldCount = 'Tablonun en az bir alan olmal.'; +$strInvalidLDIImport = 'Bu eklenti sktrlm ieri aktarm dosyalarn desteklemez!'; $strInvalidRowNumber = '%d geerli bir satr says deil.'; +$strInvalidServerHostname = '%1$s sunucusu iin geersiz anamakine. Ltfen yaplandrmanz gzden geirin.'; +$strInvalidServerIndex = 'Geersiz sunucu indeksi: "%s"'; +$strInvalidTableName = 'Geersiz tablo ad'; $strJapanese = 'Japonca'; +$strJoins = 'Birletirmeler'; $strJumpToDB = '"%s" veritabanna git.'; -$strJustDeleteDescr = '"silinmi" kullanclar, yetkiler yeniden yklenmedike ,hala sunucuya normaldeki gibi eriilebilecek '; -$strJustDelete = 'Kullanclar yetki tablolarndan sil .'; +$strJustDeleteDescr = '"Silinmi" kullanclar, yetkiler yeniden yklenene kadar her zaman olduu gibi sunucuya hala eriilebileceklerdir.'; +$strJustDelete = 'Sadece kullanclar yetki tablolarndan sil.'; -$strKeepPass = 'ifreyi deitirme'; +$strKeepPass = 'Parolay deitirme'; +$strKeyCache = 'Anahtar nbellei'; $strKeyname = 'Anahtar ismi'; -$strKill = 'Kapat'; +$strKill = 'Sonlandr'; $strKorean = 'Korece'; $strLandscape = 'Peyzaj'; -$strLatchedPages = 'Mandallanm Sayfalar'; //also this +$strLanguageFileNotFound = 'Dil dosyas "%1$s" bulunamad.'; +$strLanguage = 'Dil'; +$strLanguageUnknown = 'Bilinmeyen dil: %1$s.'; +$strLatchedPages = 'Sabitlenmi sayfalar'; $strLatexCaption = 'Tablo bal'; $strLatexContent = '__TABLE__ tablosunun ierii'; -$strLatexContinuedCaption = 'devam eden tablo bal'; +$strLatexContinuedCaption = 'Devam eden tablo bal'; $strLatexContinued = '(devam eden)'; -$strLatexIncludeCaption = 'Tablo baln ier'; +$strLatexIncludeCaption = 'Tablo baln dahil et'; $strLatexLabel = 'Etiket anahtar'; $strLaTeX = 'LaTeX'; $strLaTeXOptions = 'LaTeX seenekleri'; $strLatexStructure = '__TABLE__ tablosunun yaps'; $strLatvian = 'Litvanyaca'; -$strLengthSet = 'Boyut/Deerler*'; -$strLimitNumRows = 'Sayfa bana kayt says :'; -$strLinesTerminatedBy = 'Satr sonu'; -$strLinkNotFound = 'Link bulunamad'; -$strLinksTo = 'Linkler->'; +$strLDI = 'VER YKLE kullanarak CSV'; +$strLDIImportOptions = 'VER YKLE kullanarak CSV ieri aktarm iin seenekler'; +$strLDILocal = 'YEREL anahtar kelime kullan'; +$strLengthSet = 'Uzunluk/Deerler'; +$strLimitNumRows = 'Sayfa bana satr says'; +$strLinesTerminatedBy = 'Satr sonlandran:'; +$strLinkNotFound = 'Balant bulunamad'; +$strLinksTo = 'una balant ver ->'; $strLithuanian = 'Litvanyaca'; -$strLocalhost = 'Lokal'; -$strLocationTextfile = 'Dosyadan ykle'; -$strLoginInformation = 'Login bilgisi'; -$strLogin = 'Login'; -$strLogout = 'k'; -$strLogPassword = 'ifre:'; +$strLocalhost = 'Yerel'; +$strLocationTextfile = 'Metin dosyasnn yeri'; +$strLoginInformation = 'Oturum Ama Bilgisi'; +$strLogin = 'Oturum A'; +$strLogout = 'Oturumu Kapat'; +$strLogPassword = 'Parola:'; $strLogServer = 'Sunucu'; $strLogUsername = 'Kullanc Ad:'; -$strLongOperation = 'Bu ilem ok uzun srebilir. Devam etmek istediiniz emin misiniz?'; +$strLongOperation = 'Bu ilem uzun zaman alabilir. Yine de ilerlensin mi?'; -$strMaximumSize = 'En byk boyut: %s%s'; -$strMbExtensionMissing = 'mbstring PHP uzants bulunamad ve multibyte karakter seti kullanmaktasnz. Eer mbstring uzants bulunmazsa phpMyAdmin karakter dizilerini dzgn bir ekilde blemeyecei iin beklenmeyen sonular oluabilir.'; -$strMbOverloadWarning = 'mbstring.func_overload PHP konfigrasyon dosyanzda etkinletirilmi durumda. Bu seenek phpMyAdmin ile uyumsuzluk gstermekte ve baz verilerin bozulmasna yol aabilir!'; -$strMIME_available_mime = 'Uygun MIME-tipleri'; -$strMIME_available_transform = 'Uygun dnmler'; -$strMIME_description = 'Tanmlama'; -$strMIME_MIMEtype = 'MIME-tip'; -$strMIME_nodescription = 'Bu dnm iin uygun bilgi bulunmamaktadr.
        Ltfen yazara %s ne yapar diye sorun'; -$strMIME_transformation_note = 'Uygun dnm seeneklerinin listesi ve onlarn MIME-tip dnmleri iin, %sdnm tanmlamar%s\'na tklayn'; -$strMIME_transformation_options = 'Dnm seenekleri'; -$strMIME_transformation_options_note = 'Ltfen dnm seenekleri iin deerleri bu ekili kullanarak giriniz: \'a\',\'b\',\'c\'...
        Backslash ("\") veya tek trnak ("\'") kullamanz gerekiyorsa, u ekilde kullann : \'\\\\xyz\' veya \'a\\\'b\').'; +$strMaxConnects = 'En fazla ezamanl balant'; +$strMaximalQueryLength = 'Oluturulan sorgunun azami uzunluu'; +$strMaximumSize = 'En fazla: %s%s'; +$strMbExtensionMissing = 'mbstring PHP uzants bulunamad ve oklu bayt karakter grubu kullandnz grnyor. Mbstring uzants olmadan phpMyAdmin karakter dizgilerini doru olarak blemez ve bu beklenmedik sonular dourabilir.'; +$strMbOverloadWarning = 'PHP yaplandrmanzda mbstring.func_overload ilevini etkinletirmisiniz. Bu seenek phpMyAdmin ile uyumlusuzdur ve baz veri bozulmalarna sebep olabilir!'; +$strMIME_available_mime = 'Mevcut MIME trleri'; +$strMIME_available_transform = 'Mevcut dnmler'; +$strMIME_description = 'Aklama'; +$strMIME_MIMEtype = 'MIME tr'; +$strMIME_nodescription = 'Bu dnm iin mevcut aklama yok.
        Ltfen yazara %s ne yapar diye sorun.'; $strMIME_transformation = 'Tarayc dnm'; -$strMIMETypesForTable = 'TABLO MIME TPLER'; -$strMIME_without = 'talik olarak yazlm MIME-tipleri ayr bir dnm fonksiyonuna sahip deildir.'; +$strMIME_transformation_note = 'Mevcut dnm seeneklerinin listesi ve bunlarn MIME tr dnmleri iin %sdnm tanmlamar%s\'na tklayn'; +$strMIME_transformation_options_note = 'Ltfen dnm seenekleri iin deerleri bu biimi kullanarak giriniz: \'a\',\'b\',\'c\'...
        Eer bu deerler arasna hep ters eik izgi ("\") veya tek trnak ("\'") koymanz gerekirse, nlerine ters eik izgi koyun (rnein \'\\\\xyz\' veya \'a\\\'b\').'; +$strMIME_transformation_options = 'Dnm seenekleri'; +$strMIMETypesForTable = 'TABLO MIME TRLER'; +$strMIME_without = 'talik olarak yazlm MIME trleri ayr bir dnm ilevine sahip deildir.'; $strModifications = 'Deiiklikler kaydedildi'; +$strModifyIndexTopic = 'Indeksi deitir'; $strModify = 'Deitir'; -$strModifyIndexTopic = 'Indeks dzenle'; +$strMoveTable = 'Tabloyu una (veritaban.tablo) ta:'; $strMoveTableOK = '%s tablosu %s zerine tand.'; -$strMoveTableSameNames = 'Tabloyu aynsna tayamyor!'; -$strMoveTable = 'Tabloyu (veritaban.tablo) ta :'; -$strMultilingual = 'oklu dil'; -$strMyISAMDataPointerSizeDesc = 'MAX_ROWS seenei belirtilmedii durumlarda MyISAM tablolar iin CREATE TABLE komutuyla kullanlacak olan varsaylan iareti boyutu (Byte olarak).'; -$strMyISAMDataPointerSize = 'Veri iareti boyutu'; -$strMyISAMMaxExtraSortFileSizeDesc = 'Hzl MyISAM indeksi oluturulmas srasnda kullanlan geici dosya belirtilen boyutta anahtar nbellek kullanlmas durumunda oluacak olan dosyadan byk olacaksa, anahtar nbellek metodunu seiniz.'; -$strMyISAMMaxExtraSortFileSize = 'ndeks oluturmada kullanlan maksimum geici dosyalar boyutu'; -$strMyISAMMaxSortFileSizeDesc = 'MySQL\in bir MyISAM indeksini yeniden olutururken kulland geici dosyann maksimum boyutu (REPAIR TABLE, ALTER TABLE, ya da LOAD DATA INFILE srasnda).'; -$strMyISAMMaxSortFileSize = 'Maksimum geici sralama dosyalar boyutu.'; -$strMyISAMRecoverOptions = 'Otomatik Kurtarma Modu'; $strMyISAMRecoverOptionsDesc = '-myisam-recover eklinde sunucu balang komutu olarak ayarlanabilen ve ken MyISAM tablolarn otomatik olarak kurtarmak amacyla kullanlan mod,.'; -$strMyISAMRepairThreadsDesc = 'Bu deer 1\den bykse, ilem sralama yoluyla yaplan Onarm (Repair) srasnda MyISAM tablosu indeksleri (her bir indeks kendi ilemi iinde ) paralel olarak yaratlr. '; -$strMyISAMRepairThreads = 'lemleri Onar'; -$strMyISAMSortBufferSizeDesc = 'Bir REPAIR TABLE komutuyla MyISAM indeksleri sralanrken ya da CREATE INDEX ya da ALTER TABLE komutuyla indekslerin oluturulmas srasnda iin ayrlan ara bellek miktar.'; -$strMyISAMSortBufferSize = 'Listeleme ara bellek boyutu'; -$strMySQLCharset = 'MySQL karakter seti'; +$strMoveTableSameNames = 'Tablo aynsna tanamyor!'; +$strMultilingual = 'okdilli'; +$strMyISAMDataPointerSize = 'Veri imleci boyutu'; +$strMyISAMDataPointerSizeDesc = 'MAX_ROWS seenei belirlenmediinde MyISAM tablolar iin CREATE TABLE komutuyla kullanlacak olan bayt cinsinden varsaylan imle boyutu.'; +$strMyISAMMaxExtraSortFileSizeDesc = 'Eer hzl MyISAM indeksi oluturulmas iin kullanlan geici dosya, burada belirlenmi miktar tarafndan kullanlan anahtar nbelleinden bykse, anahtar nbellek yntemi tercih edilir.'; +$strMyISAMMaxExtraSortFileSize = 'ndeks oluturmada kullanlan geici dosyalar iin en fazla boyut'; +$strMyISAMMaxSortFileSizeDesc = 'MySQL\'in, bir MyISAM indeksi yeniden oluturulurken kullanmaya izin verdii geici dosyann en fazla boyutu (REPAIR TABLE, ALTER TABLE, ya da LOAD DATA INFILE srasnda).'; +$strMyISAMMaxSortFileSize = 'Geici sralama dosyalar iin en fazla boyut.'; +$strMyISAMRecoverOptions = 'Otomatik kurtarma kipi'; +$strMyISAMRecoverOptionsDesc = '-myisam-recover sunucusu balat seenei yoluyla ayarlanan, km MyISAM tablolarn otomatik kurtarmak iin kip.'; +$strMyISAMRepairThreadsDesc = 'Eer bu deer 1\'den bykse, sralama ilemi tarafndan yaplan onarma srasnda, MyISAM tablosu indeksleri (her bir indeks kendi ilemi iinde) paralel olarak oluturulur.'; +$strMyISAMRepairThreads = 'lemleri onar'; +$strMyISAMSortBufferSizeDesc = 'Bir REPAIR TABLE komutu srasnda MyISAM indeksleri sralanrken ya da CREATE INDEX veya ALTER TABLE komutuyla indeksler oluturulduunda ayrlan ara bellek miktar.'; +$strMyISAMSortBufferSize = 'Ara bellek boyutunu srala'; +$strMySQLCharset = 'MySQL karakter grubu'; +$strMysqlClientVersion = 'MySQL istemci srm'; $strMySQLConnectionCollation = 'MySQL balant karlatrmas'; $strMySQLSaid = 'MySQL kts: '; $strMySQLShowProcess = 'lemleri gster'; -$strMySQLShowStatus = 'MySQL alma zaman bilgisini gster'; +$strMySQLShowStatus = 'MySQL alma sresi bilgisini gster'; $strMySQLShowVars = 'MySQL sistem deikenlerini gster'; $strName = 'sim'; $strNext = 'Sonraki'; -$strNoActivity = '%s veya daha fazla saniye boyunca hibir ilem yaplmad, ltfen yeniden giri yapnz'; -$strNoDatabasesSelected = 'Veritaban seilmedi.'; +$strNoActivity = '%s saniye iinde hibir ilem yaplmad, ltfen yeniden oturum an'; $strNoDatabases = 'Veritaban yok'; -$strNoDescription = 'Tanmlama yok'; -$strNoDetailsForEngine = 'Bu depolama motoru iin detayl durum bilgisi bulunmamaktadr.'; -$strNoDropDatabases = '"DROP DATABASE" cmlesi burada kullanlamaz.'; -$strNoExplain = 'SQL aklamasn yapma'; -$strNoFrames = 'phpMyAdmin frame destekli bir tarayc ile daha iyi almaktadr...'; -$strNo = 'Hayr'; -$strNoIndex = 'Indeks tanmlanmad!'; -$strNoIndexPartsDefined = 'Indeks ksm tanmlanmad!'; +$strNoDatabasesSelected = 'Veritaban seilmedi.'; +$strNoDataReceived = 'eri aktarmak iin veri alnmad. Ya dosya ad gnderilmedi ya da PHP yaplandrmanz tarafndan izin verilen en fazla boyut ald. SSS 1.16\'ya bakn.'; +$strNoDescription = 'Aklama yok'; +$strNoDetailsForEngine = 'Bu depolama motoru iin ayrntl durum bilgisi mevcut deil.'; +$strNoDropDatabases = '"DROP DATABASE" ifadesi etkisiz.'; +$strNoExplain = 'SQL Aklamasn atla'; +$strNoFilesFoundInZip = 'ZIP arivi iinde hi dosya bulunamad!'; +$strNoFrames = 'phpMyAdmin, ereve-kabiliyeti olan tarayc ile daha kullanldr.'; +$strNoIndex = 'ndeks tanmlanmad!'; +$strNoIndexPartsDefined = 'ndeks ksmlar tanmlanmad!'; $strNoModification = 'Deiiklik yok'; $strNone = 'Hibiri'; -$strNoOptions = 'Bu dzenin seei yok'; -$strNoPassword = 'ifre yok'; -$strNoPermission = 'Web sunucusu %s dosyasn kaydetmek iin izne sahip deil.'; -$strNoPhp = ' PHP kodsuz'; -$strNoPrivileges = 'Buna yetkiniz yok'; -$strNoRights = 'Burada bulunmak iin yeterli haklara sahip deilsiniz!'; +$strNo = 'Hayr'; +$strNoOptions = 'Bu biimin seenekleri yok'; +$strNoPassword = 'Parola yok'; +$strNoPermission = 'Web sunucusu %s dosyasn kaydetmek iin izne sahip deil.'; +$strNoPhp = 'PHP Kodsuz'; +$strNoPrivileges = 'Yetkiler yok'; +$strNoRights = 'Burada bulunmak iin yeterli izinlere sahip deilsiniz!'; $strNoRowsSelected = 'Satr seilmedi'; -$strNoSpace = '%s dosyasn kaydetmek iin yeterli alan yok.'; +$strNoSpace = '%s dosyasn kaydetmek iin yetersiz alan.'; $strNoTablesFound = 'Veritabannda tablo bulunamad.'; -$strNoThemeSupport = 'Tema destei bulunmuyor,ltfen ayarlar ve/veya %s dizinindeki temalarnz kontrol ediniz'; -$strNotNumber = 'Ltfen bir say giriniz!'; -$strNotOK = 'Tamam deil'; -$strNotSet = '%s tablosu bulunamad veya %s iinde tanmlanmad'; +$strNoThemeSupport = 'Tema destei yok, ltfen yaplandrmanz ve/veya %s dizinindeki temalarnz kontrol edin.'; +$strNotNumber = 'Bu bir say deil!'; +$strNotOK = 'TAMAM deil'; +$strNotSet = '%s tablosu bulunamad veya %s iinde ayarlanmad'; $strNoUsersFound = 'Kullanc(lar) bulunamad.'; -$strNoValidateSQL = 'SQL dorulamasn yapma'; +$strNoValidateSQL = 'SQL Dorulamasn atla'; $strNull = 'Bo'; -$strNumberOfFields = 'Alan Says'; -$strNumSearchResultsInTable = '%s ( %s tablosu iinde aramanza uyan kayt says ) '; -$strNumSearchResultsTotal = 'Toplam: %s eleim'; +$strNumberOfFields = 'Alan says'; +$strNumSearchResultsInTable = '%s eleme, %s tablosu iinde'; +$strNumSearchResultsTotal = 'Toplam: %s eleme'; $strNumTables = 'Tablolar'; -$strOK = 'Tamam'; +$strOK = 'TAMAM'; +$strOpenDocumentSpreadsheet = 'Ak Belge Hesap izelgesi'; +$strOpenDocumentSpreadsheetOptions = 'Ak Belge Hesap izelgesi seenekleri'; +$strOpenDocumentText = 'Ak Belge Metini'; +$strOpenDocumentTextOptions = 'Ak Belge Metini seenekleri'; +$strOpenNewWindow = 'Yeni phpMyAdmin penceresi a'; $strOperations = 'lemler'; -$strOperator = 'lemci'; -$strOptimizeTable = 'Tabloyu optimize et'; -$strOr = 'veya'; -$strOverhead = 'Kullanlamayan Veri'; -$strOverwriteExisting = 'Mevcut dosyalarn zerine yaz!'; +$strOperator = 'letici'; +$strOptimizeTable = 'Tabloyu uyarla'; +$strOr = 'Veya'; +$strOverhead = 'Ek Yk'; +$strOverwriteExisting = 'Mevcut dosya(larn)nn zerine yaz'; $strPageNumber = 'Sayfa numaras:'; -$strPagesToBeFlushed = 'Yeniden yklenecek sayfalar gster (flush)'; -$strPaperSize = 'Kat boyu'; +$strPagesToBeFlushed = 'Temizlenen sayfalar'; +$strPaperSize = 'Kat boyutu'; +$strPartialImport = 'Ksmi ieri aktarma'; $strPartialText = 'Ksmi Metinler'; -$strPasswordChanged = '%s iin ifre baaryla deitirildi.'; -$strPasswordEmpty = 'ifre alan doldurulmad!'; -$strPasswordHashing = 'ifre Hash yntemi'; -$strPassword = 'ifre'; -$strPasswordNotSame = 'Girilen ifreler uyumuyor!'; +$strPasswordChanged = '%s iin parola baarl olarak deitirildi.'; +$strPasswordEmpty = 'Parola bo!'; +$strPasswordHashing = 'Parola Hesaplanyor'; +$strPasswordNotSame = 'Parolalar birbiriyle ayn deil!'; +$strPassword = 'Parola'; $strPdfDbSchema = ' "%s" veritabannn emas - Sayfa %s'; -$strPdfInvalidTblName = ' "%s" tablosu bulunamyor !'; -$strPdfNoTables = 'Tablo yok'; +$strPdfInvalidTblName = ' "%s" tablosu yok!'; +$strPdfNoTables = 'Tablolar yok'; +$strPDFOptions = 'PDF seenekleri'; +$strPDF = 'PDF'; +$strPDFReportExplanation = '(Tek tablonun verisini ieren bir rapor retir)'; +$strPDFReportTitle = 'Rapor bal'; $strPerHour = 'saat bana'; $strPerMinute = 'dakika bana'; $strPerSecond = 'saniye bana'; $strPersian = 'Farsa'; $strPhoneBook = 'telefon defteri'; -$strPHP40203 = ' Ciddi bir multi-byte karakter dizisi (mbstring) hatasna sahip olan PHP 4.2.3 kullanyorsunuz,. PHP hata raporu 19404\' e baknz. Bu srmn phpMyAdmin\'le kullanlmas nerilmez.'; -$strPhp = 'PHP kodu olutur'; +$strPHP40203 = 'Ciddi bir oklu-bayt karakter dizgisi (mbstring) hatasna sahip olan PHP 4.2.3 kullanyorsunuz. PHP hata raporu 19404\' e baknz. PHP\'nin bu srmnn phpMyAdmin\'le kullanlmas nerilmez.'; +$strPhp = 'PHP Kodu olutur'; $strPHPVersion = 'PHP Srm'; -$strPmaDocumentation = 'phpMyAdmin yardm'; -$strPmaUriError = '$cfg[\'PmaAbsoluteUri\']\' nin deeri konfigurasyon dosyasnn iinde verilmelidir!'; -$strPolish = 'Lehce'; +$strPmaDocumentation = 'phpMyAdmin belgeleri'; +$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] talimat yaplandrma dosyanz iinde AYARLANMAK zorundadr!'; +$strPolish = 'Lehe'; $strPortrait = 'Portre'; -$strPos1 = 'Balang'; +$strPos1 = 'Yukar'; $strPrevious = 'nceki'; +$strPrimaryKeyHasBeenDropped = 'Birincil anahtar kaldrld'; +$strPrimaryKeyName = 'Birincil anahtarn ismi "PRIMARY" olmaldr!'; +$strPrimaryKeyWarning = '("PRIMARY" sadece ve sadece bir birincil anahtarn ismi olmaldr!'; $strPrimary = 'Birincil'; -$strPrimaryKeyHasBeenDropped = 'Birincil anahtar silindi'; -$strPrimaryKeyName = 'PRIMARY KEY TEK olmaldr!'; -$strPrimaryKeyWarning = '# PRIMARY sadece birincil bir anahtarn ismi olmaldr!'; -$strPrintViewFull = 'Yazc grnts (tm metin)'; -$strPrintView = 'Yazc grnts'; $strPrint = 'Yazdr'; +$strPrintViewFull = 'Bask grnm (tm metinler ile)'; +$strPrintView = 'Bask grnm'; $strPrivDescAllPrivileges = 'GRANT hari tm yetkileri ierir.'; -$strPrivDescAlter = 'Varolan tablonun yapsnn deitirilmesine izin verir.'; +$strPrivDescAlter = 'Varolan tablolarn yapsnn deitirilmesine izin verir.'; +$strPrivDescAlterRoutine = 'Depolanan yordamlarn deitirilmesine ve kaldrlmasna izin verir.'; $strPrivDescCreateDb = 'Yeni veritabanlar ve tablolarn oluturulmasna izin verir.'; +$strPrivDescCreateRoutine = 'Depolanan yordamlarn oluturulmasna izin verir.'; $strPrivDescCreateTbl = 'Yeni tablolarn oluturulmasna izin verir.'; $strPrivDescCreateTmpTable = 'Geici tablolara oluturulmasna izin verir.'; +$strPrivDescCreateUser = 'Kullanc hesaplarnn oluturulmasna, kaldrlmasna ve yeniden adlandrlmasna izin verir.'; +$strPrivDescCreateView = 'Yeni grnmlerin oluturulmasna izin verir.'; $strPrivDescDelete = 'Veri silinmesine izin verir.'; $strPrivDescDropDb = 'Veritabanlar ve tablolarn kaldrlmasna izin verir.'; $strPrivDescDropTbl = 'Tablolarn kaldrlmasna izin verir.'; -$strPrivDescExecute = 'Kaydedilmi yordamlarn altrlmasna izin verir.; Bu MySQL srmnde etkisi yoktur.'; -$strPrivDescFile = 'Data import ve export\'una izin verir.'; -$strPrivDescGrant = 'mtiyaz tablolarn yeniden yklemeden yeni kullanc ve yetki eklenmesine izin verir.'; -$strPrivDescIndex = 'ndekslerin yaratlmasna ve kaldrlmasna izin verir.'; -$strPrivDescInsert = 'Verinin eklenmesine ve yer deitirilmesine izin verir.'; -$strPrivDescLockTables = 'Geerli ilem iin tablolarn kilitlenmesine izin verir.'; -$strPrivDescMaxConnections = 'Kullancnn saat bana aabilecei balanty snrlar.'; +$strPrivDescExecute5 = 'Depolanan yordamlarn yrtlmesine izin verir.'; +$strPrivDescExecute = 'Depolanm ilemlerin altrlmasna izin verir; bu MySQL srmnde etkisi yoktur.'; +$strPrivDescFile = 'Verinin ieri ve dar aktarlmasna izin verir.'; +$strPrivDescGrant = 'Yetki tablolarn yeniden yklemeden yeni kullanclarn ve yetkilerin eklenmesine izin verir.'; +$strPrivDescIndex = 'ndekslerin oluturulmasna ve kaldrlmasna izin verir.'; +$strPrivDescInsert = 'Verinin eklenmesine ve yerinin deitirilmesine izin verir.'; +$strPrivDescLockTables = 'u anki ilem iin tablolarn kilitlenmesine izin verir.'; +$strPrivDescMaxConnections = 'Kullancnn saat bana aabilecei yeni balant saysn snrlar.'; $strPrivDescMaxQuestions = 'Kullancnn saat bana sunucuya gnderebilecei sorgu saysn snrlar.'; -$strPrivDescMaxUpdates = 'Kullancnn,saat bana altrabilecei,herhangi bir tablo veya veritaban deitiren komut saysn snrlar.'; -$strPrivDescProcess3 = 'Dier kullanclarn ilemlerinin kapatlmasna izin verir.'; +$strPrivDescMaxUpdates = 'Kullancnn saat bana altrabilecei herhangi bir tabloyu veya veritabann deitiren komut saysn snrlar.'; +$strPrivDescMaxUserConnections = 'Kullancnn ezamanl balant saysn snrlar.'; +$strPrivDescProcess3 = 'Dier kullanclarn ilemlerinin sonlandrlmasna izin verir.'; $strPrivDescProcess4 = 'lem listesindeki btn sorgularn grntlenmesine izin verir.'; $strPrivDescReferences = 'Bu MySQL srmnde etkisi yoktur.'; -$strPrivDescReload = 'Sunucu ayarlarnn yeniden yklenmesine ve nbellein silinmesine izin verir'; -$strPrivDescReplClient = 'Kullanclara Slave ve Master\'larn nerede olduunu sorma hakkn verir.'; -$strPrivDescReplSlave = 'Kopya slave\'ler iin gerekli.'; -$strPrivDescSelect = 'Veri okunmasna izin ver.'; -$strPrivDescShowDb = 'Btn veritabanlar listesine eriim verir.'; +$strPrivDescReload = 'Sunucu ayarlarnn yeniden yklenmesine ve sunucunun nbelleinin temizlenmesine izin verir'; +$strPrivDescReplClient = 'Kullanclara Slave ve Master\'larn nerede olduunu sormasna izin verir.'; +$strPrivDescReplSlave = 'oaltlan slave\'ler iin gereklidir.'; +$strPrivDescSelect = 'Veri okunmasna izin verir.'; +$strPrivDescShowDb = 'Btn veritaban listesine eriim verir.'; +$strPrivDescShowView = 'SHOW CREATE VIEW sorgularnn yaplmasna izin verir.'; $strPrivDescShutdown = 'Sunucunun kapatlmasna izin ver.'; -$strPrivDescSuper = 'Maksimum balant says alsa bile balanmasna izin ver;Global deikenleri saptamak veya dier kullanclarn ilemlerini sonlandrmak gibi bir ok ynetim ilemi iin gereklidir.'; +$strPrivDescSuper = 'En fazla balant says alsa bile balanmasna izin verir; genel deikenleri ayarlamak veya dier kullanclarn ilemlerini sonlandrmak gibi pek ok ynetimsel ilemler iin gereklidir.'; $strPrivDescUpdate = 'Veri deitirilmesine izin ver.'; -$strPrivDescUsage = 'mtiyaz yok.'; -$strPrivileges = 'mtiyazlar'; -$strPrivilegesReloaded = 'Ayrcalklar baaryla yklendi.'; +$strPrivDescUsage = 'Yetkiler yok.'; +$strPrivileges = 'Yetkiler'; +$strPrivilegesReloaded = 'Yetkiler baarl olarak yklendi.'; +$strProcedures = 'Yordamlar'; $strProcesses = 'lemler'; $strProcesslist = 'lem listesi'; -$strPutColNames = 'lk satrda alan isimlerini koy'; +$strProtocolVersion = 'Protokol srm'; +$strPutColNames = 'lk satr iine alan adlarn koy'; $strQBEDel = 'Del'; $strQBEIns = 'Ins'; -$strQBE = ' Sorgula'; +$strQBE = 'Sorgu'; +$strQueryCache = 'Sorgu nbellei'; $strQueryFrame = 'Sorgu penceresi'; -$strQueryOnDb = '%s veritabannda SQL sorgusu :'; +$strQueryOnDb = '%s veritabannda SQL sorgusu:'; +$strQueryResultsOperations = 'Sorgu sonular ilemleri'; $strQuerySQLHistory = 'SQL gemii'; -$strQueryStatistics = 'Sorgu istatistikleri: Balangtan bu yana sunucuya %s sorgu gnderildi.'; -$strQueryTime = 'Sorgu %01.4f san srd'; -$strQueryType = 'Sorgu ekli'; +$strQueryStatistics = 'Sorgu istatistikleri: Balangtan beri sunucuya %s sorgu gnderildi.'; +$strQueryTime = 'Sorgu %01.4f san srd'; +$strQueryType = 'Sorgu tr'; $strQueryWindowLock = 'Pencere dndan bu sorgunun zerine yazma'; -$strReceived = 'Alnd'; +$strReadRequests = 'stekleri oku'; +$strReceived = 'Alnan'; $strRecords = 'Kaytlar'; -$strReferentialIntegrity = 'Referans btnln kontrol et.'; +$strReferentialIntegrity = 'lgili btnlk kontrol:'; $strRefresh = 'Yenile'; -$strRelationalSchema = 'liki emas'; -$strRelationNotWorking = 'likili tablolarla almada kullanlan ekstra zellikler kapatld.Nedenini renmek iin %sburaya%s tklaynz...'; +$strRelationalSchema = 'likisel ema'; +$strRelationNotWorking = 'Bal tablolar ile alan ilave zellikler etkisizletirildi. Nedenini renmek iin %sburaya%s tklayn.'; $strRelationsForTable = 'TABLO LKLER'; $strRelations = 'likiler'; $strRelationView = 'liki grnm'; -$strReloadingThePrivileges = 'mtiyazlar yeniden yklyor'; +$strReloadingThePrivileges = 'Yetkiler yeniden ykleniyor'; +$strReloadPrivileges = 'Yetkileri yeniden ykle'; $strRemoveSelectedUsers = 'Seili kullanclar kaldr'; $strRenameDatabaseOK = '%s veritaban %s olarak yeniden adlandrld'; $strRenameTableOK = '%s tablosu %s olarak yeniden adlandrld'; -$strRenameTable = 'Tabloyu yeniden adlandr'; -$strRepairTable = 'Tablo\'yu onar'; -$strReplaceNULLBy = 'NULL \' u bununla yerdeitir'; -$strReplaceTable = 'Tablo verisini bir dosyadaki ile deitir'; +$strRenameTable = 'Tabloyu yeniden una adlandr'; +$strRepairTable = 'Tabloyu onar'; +$strReplaceNULLBy = 'NULL\'u bunla deitir:'; +$strReplaceTable = 'Tablo verisini dosya ile deitir'; +$strReplication = 'oaltma'; $strReset = 'Sfrla'; $strResourceLimits = 'Kaynak snrlar'; $strReType = 'Yeniden gir'; -$strRevokeAndDeleteDescr = 'Kullanclar yeniden yklenene kadar hala KULLANIM ayrcalna sahip olacaklar.'; -$strRevokeAndDelete = 'Kullanclardaki tm etkin yetkileri geersiz kl ve sonra sil..'; -$strRevoke = 'Geersiz kl'; -$strRevokeMessage = '%s\'in nceliklerini kaldrdnz'; +$strRevokeAndDeleteDescr = 'Kullanclar, yetkiler yeniden yklenene kadar hala USAGE yetkisine sahip olacaklar.'; +$strRevokeAndDelete = 'Kullanclardan tm aktif yetkileri geri al ve sonra da sil.'; +$strRevokeMessage = '%s iin yetkileri geri aldnz'; +$strRevoke = 'Geri al'; $strRomanian = 'Romence'; -$strRowLength = 'Satr boyu'; -$strRowsFrom = 'kayt : Balayaca kayt :'; +$strRowLength = 'Satr uzunluu'; +$strRowsFrom = 'satr, balayaca kayt numaras:'; $strRowSize = ' Satr boyutu '; $strRowsModeFlippedHorizontal = 'yatay (dndrlm balklar)'; $strRowsModeHorizontal = 'yatay'; -$strRowsModeOptions = '%s olarak gster ve %s hcre sonra bal tekrarla.'; +$strRowsModeOptions = '%s kipinde ve %s hcre sonra bal tekrarla.'; $strRowsModeVertical = 'dikey'; -$strRows = 'Satr'; -$strRowsStatistic = 'Satr istatistii'; -$strRunning = '# %s zerinde alyor...'; -$strRunQuery = 'Sorguyu altr'; -$strRunSQLQuery = '%s veritaban zerinde sorgu altr'; +$strRows = 'Satrlar'; +$strRowsStatistic = 'Satr statistikleri'; +$strRunning = '%s zerinde alyor'; +$strRunQuery = 'Sorguyu Gnder'; +$strRunSQLQueryOnServer = '%s sunucusu zerinde SQL sorgusunu/sorgularn altr'; +$strRunSQLQuery = '%s veritaban zerinde SQL sorgusunu/sorgularn altr'; $strRussian = 'Rusa'; +$strSaveOnServer = 'Sunucuda %s dizinine kaydet'; $strSave = 'Kaydet'; -$strSaveOnServer = 'Sunucuda %s dizininin iinde kaydet'; -$strScaleFactorSmall = 'arpan faktr sayfadaki ema iin ok kk'; -$strSearch = 'Ara'; +$strScaleFactorSmall = 'lek, emay bir sayfaya sdrmak iin ok kk'; $strSearchFormTitle = 'Veritabannda ara'; -$strSearchInTables = 'Tablo iinde ara :'; -$strSearchNeedle = 'Aranacak kelime veya deerler ( joker: "%" ):'; +$strSearchInTables = 'Tablo iindeki(ler):'; +$strSearchNeedle = 'Aranacak kelime(ler) veya deer(ler) ( joker: "%" ):'; $strSearchOption1 = 'kelimelerin en azndan biri'; -$strSearchOption2 = 'btn kelimeler'; -$strSearchOption3 = 'tam eleim'; -$strSearchOption4 = 'normal deyim'; -$strSearchResultsFor = ' "%s" %s iin arama sonular:'; -$strSearchType = 'BUL :'; -$strSecretRequired = 'Ayar dosyas iin gizli bir ifre gerekiyor (blowfish_secret).'; -$strSelectADb = ' Ltfen bir veritaban seiniz'; -$strSelectAll = 'Tmn se'; -$strSelectBinaryLog = 'Grntlemek istediiniz binari kaydn seiniz'; -$strSelectFields = 'Alan se (en az bir)'; +$strSearchOption2 = 'tm kelimeler'; +$strSearchOption3 = 'kesin ifade'; +$strSearchOption4 = 'kurall ifade olarak'; +$strSearchResultsFor = '"%s" %s iin arama sonular:'; +$strSearch = 'Ara'; +$strSearchType = 'Bul:'; +$strSecretRequired = 'Yaplandrma dosyas iin gizli bir parola ifadesi gerekiyor (blowfish_secret).'; +$strSelectADb = ' Ltfen bir veritaban sein'; +$strSelectAll = 'Tmn Se'; +$strSelectBinaryLog = 'Grntlemek iin binari gnln sein'; +$strSelectFields = 'Alanlar se (en az bir):'; $strSelectNumRows = 'sorgu ierisinde'; -$strSelectTables = 'Tablolar se'; +$strSelectTables = 'Tablolar Se'; $strSend = 'Dosya olarak kaydet'; -$strSent = 'Gnderildi'; -$strServerChoice = 'Server seimi'; +$strSent = 'Gnderilen'; +$strServerChoice = 'Sunucu Seimi'; $strServerNotResponding = 'Sunucu yant vermiyor'; -$strServerStatus = 'alma bilgisi'; -$strServerStatusUptime = 'Bu MySQL sunucusunun alma sresi : %s
        Balama Zaman: %s '; -$strServer = 'Sunucusu'; +$strServer = 'Sunucu'; +$strServers = 'Sunucular'; +$strServerStatusDelayedInserts = 'Gecikmi eklemeler'; +$strServerStatus = 'alma Sresi Bilgisi'; +$strServerStatusUptime = 'Bu MySQL sunucusunun alma sresi: %s. Balatld zaman: %s.'; $strServerTabVariables = 'Deikenler'; -$strServerTrafficNotes = 'Sunucu Younluu: Bu tablolar balama zamanndan bu yana MySQL sunucusunun network younluunu gsterir.'; +$strServerTrafficNotes = 'Sunucu trafii: Bu tablolar sunucunun balatld andan itibaren MySQL sunucusunun a trafii istatistiklerini gsterir.'; $strServerVars = 'Sunucu deikenleri ve ayarlar'; -$strServerVersion = 'Server srm'; +$strServerVersion = 'Sunucu srm'; $strSessionValue = 'Oturum deeri'; -$strSetEnumVal = 'Eer alan tipi "enum" veya "set" ise verileri u formata gre giriniz: \'a\',\'b\',\'c\'...
        Eer bu deerler arasna backslash ("\") veya tek trnak koymanz gerekirse (\'),bunun iin backslash kullann.Mesela: \'\\\\xyz\' veya \'a\\\'b\') gibi.'; +$strSetEnumVal = 'Eer alan tr "enum" veya "set" ise ltfen deerleri bu biimi kullanarak girin: \'a\',\'b\',\'c\'...
        Eer bu deerler arasna hep ters eik izgi ("\") veya tek trnak ("\'") koymanz gerekirse, nlerine ters eik izgi koyun (rnein \'\\\\xyz\' veya \'a\\\'b\').'; $strShowAll = 'Tmn gster'; $strShowColor = 'Rengi gster'; -$strShowDatadictAs = 'Veri szl format'; -$strShowFullQueries = 'Sorgularn tmn gster'; -$strShowGrid = 'Izgaray gster'; -$strShow = 'Gster'; -$strShowingRecords = 'Kaytlar gsteriyor...'; +$strShowDatadictAs = 'Veri Szl Biimi'; +$strShowFullQueries = 'Tm Sorgular Gster'; +$strShowGrid = 'Izgara gster'; +$strShowingBookmark = 'aret gsteriliyor'; +$strShowingRecords = 'Satrlar gsteriliyor'; +$strShowOpenTables = 'Ak tablolar gster'; $strShowPHPInfo = 'PHP bilgisini gster'; -$strShowTableDimension = 'Tablolarn'; +$strShow = 'Gster'; +$strShowSlaveHosts = 'Slave anamakineleri gster'; +$strShowSlaveStatus = 'Slave durumunu gster'; +$strShowStatusBinlog_cache_disk_useDescr = 'Geici binari gnl nbelleinde kullanlan ilemlerin saysdr ama binlog_cache_size deerini at ve ilemdeki ifadeleri depolamak iin geici dosya kulland.'; +$strShowStatusBinlog_cache_useDescr = 'Geici binari gnl nbelleinde kullanlan ilemlerin says.'; +$strShowStatusCreated_tmp_disk_tablesDescr = 'fadeler altrlrken sunucu tarafndan disk zerindeki geici tablo saylar otomatik olarak oluturuldu. Eer Created_tmp_disk_tables deeri byk ise, geici tablolarn disk tabanl yerine bellek tabanl olamasna sebep olmak iin tmp_table_size deerini arttrmak isteyebilirsiniz.'; +$strShowStatusCreated_tmp_filesDescr = 'mysqld\'nin ka tane geici dosya oluturduudur.'; +$strShowStatusCreated_tmp_tablesDescr = 'fadeler altrlrken sunucu tarafndan bellek iindeki geici tablolarn says otomatik olarak oluturuldu.'; +$strShowStatusDelayed_errorsDescr = 'INSERT DELAYED komutu ile yazlm, baz hatalarn meydana geldii satr says (muhtemelen kopya anahtar).'; +$strShowStatusDelayed_insert_threadsDescr = 'Kullanmda olan INSERT DELAYED ileticisi ilem says. INSERT DELAYED komutunu kullanan her farkl tablodan biri kendi ilemini alr.'; +$strShowStatusDelayed_writesDescr = 'INSERT DELAYED satr yazm saysdr.'; +$strShowStatusFlush_commandsDescr = 'altrlm FLUSH ifadesi saysdr.'; +$strShowStatusHandler_commitDescr = 'Dahili COMMIT ifadesi saysdr.'; +$strShowStatusHandler_deleteDescr = 'Tablodan satrn ka kez silindii saysdr.'; +$strShowStatusHandler_discoverDescr = 'Eer MySQL sunucusu verilen isimdeki tabloyu biliyorsa, NDB Yn depolama motorunu sorabilir. Buna kefetme denir. Handler_discover tablolarn ke kez kefedildiini gsterir.'; +$strShowStatusHandler_read_firstDescr = 'ndeks\'ten ilk giriin ka kez okunduu saysdr. Eer bu deer yksekse, sunucunun ok fazla indeks taramas yapyor olduunu gsterir; rnein, SELECT col1 FROM foo, anlalyor ki col1 indekslenmi.'; +$strShowStatusHandler_read_keyDescr = 'Anahtarda satr tabanl okumak iin istek saysdr. Eer bu deer yksekse, sorgularnzn ve tablolarnzn dzgn bir ekilde indekslenmesinin iyi olduu belirtisidir.'; +$strShowStatusHandler_read_nextDescr = 'Anahtar srasnda sonraki satr okumak iin istek saysdr. Eer kstl aralk ile indeks stununu sorguluyorsanz ya da indeks taramas yapyorsanz, bu arttrlan miktardr.'; +$strShowStatusHandler_read_prevDescr = 'Anahtar srasnda nceki satr okumak iin istek saysdr. Bu okuma yntemi balca ORDER BY ... DESC komutunu uyarlamak iin kullanlr.'; +$strShowStatusHandler_read_rndDescr = 'Sabitlenmi konumda satr tabanl okumak iin istek saysdr. Eer sonular sralamay gerektiren ok fazla sorgu yapyorsanz, bu deer yksek olur. Muhtemelen btn tablolar taramak iin MySQL gerektiren ok fazla sorgulamanz vardr veya dzgn bir ekilde anahtarlar kullanmamaktasnz.'; +$strShowStatusHandler_read_rnd_nextDescr = 'Veri dosyasnda sonraki satr okumak iin istek saysdr. Eer ok fazla tablo taramas yapyorsanz, bu deer yksek olur. Genellikle tablolarnz dzgn bir ekilde indekslenmediinde ya da sorgularnz, sahip olduunuz indeksleri karna kullanmak iin yazmadnda nerilir.'; +$strShowStatusHandler_rollbackDescr = 'Dahili ROLLBACK ifadesi saysdr.'; +$strShowStatusHandler_updateDescr = 'Tablo iinde satr gncellemek iin istek saysdr.'; +$strShowStatusHandler_writeDescr = 'Tablo iinde satr eklemek iin istek saysdr.'; +$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Veri ieren sayfa saysdr (dolu veya temiz).'; +$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'u anki dolu sayfa saysdr.'; +$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Temizlenmesi iin istenmi ara bellek havuz sayfa saysdr.'; +$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Bo sayfa saysdr.'; +$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDB ara bellek havuzunda sabitlenmi sayfa saysdr. Bunlar u anki okunan veya yazlm ya da baz dier sebepler yznden temizlenemeyen veya tanamayan sayfalardr.'; +$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Megul sayfa saysdr nk bunlar satr kilitleri veya uyarlamal adresleme indeksi gibi ynetimsel ek yk iin ayrlmtr. Bu deer ayn zamanda Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data deerleri gibi hesaplanabilir.'; +$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Sayfalardaki ara bellek havuzunun toplam boyutudur.'; +$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDB "rastgele" nden okuma balatm saysdr. Sorgu tablonun byk bir ksmn tarad zaman bu olur ama rastgele dzende.'; +$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDB sral nden okuma balatm saysdr. InnoDB sral tam tablo taramas yapt zaman bu olur.'; +$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB\'nin bitirdii veya yapt mantksal okuma istei saysdr.'; +$strShowStatusInnodb_buffer_pool_readsDescr = 'InnoDB\'nin ara bellek havuzundan tatmin olamad ve tek-sayfa okumas yapmak zorunda olduu mantksal okuma saysdr.'; +$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normal olarak arkaplanda olan InnoDB ara bellek havuzuna yazlr. Ancak, eer sayfa oluturma veya okuma gerekliyse ve temiz sayfalar yoksa nce sayfalarn temizlenmesi iin beklenmesi gereklidir. Bu saya bu bekleme durumlarn sayar. Eer ara bellek havuzu boyutu dzgn bir ekilde ayarlandysa, bu deer kk olmaldr.'; +$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'InnoDB ara bellek havuzuna bitti yazma saysdr.'; +$strShowStatusInnodb_data_fsyncsDescr = 'imdiye kadarki fsync() ilem saysdr.'; +$strShowStatusInnodb_data_pending_fsyncsDescr = 'u anki bekleyen fsync() ilem saysdr.'; +$strShowStatusInnodb_data_pending_readsDescr = 'u anki bekleyen okuma saysdr.'; +$strShowStatusInnodb_data_pending_writesDescr = 'u anki bekleyen yazma saysdr.'; +$strShowStatusInnodb_data_readDescr = 'Bayt cinsinden imdiye kadarki veri okuma miktardr.'; +$strShowStatusInnodb_data_readsDescr = 'Toplam veri okuma saysdr.'; +$strShowStatusInnodb_data_writesDescr = 'Toplam veri yazma saysdr.'; +$strShowStatusInnodb_data_writtenDescr = 'Bayt cinsinden imdiye kadarki yazlm veri miktardr.'; +$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Bu ama iin yazlm sayfa says ve gerekletirilmi ifte-yazm yazma saysdr.'; +$strShowStatusInnodb_dblwr_writesDescr = 'Bu ama iin yazlm sayfa says ve gerekletirilmi ifte-yazm yazma saysdr.'; +$strShowStatusInnodb_log_waitsDescr = 'Sahip olunan bekleme saysdr nk gnlk ara bellei ok kk ve devam etmeden nce temizlenmesi iin beklemek zorundayz.'; +$strShowStatusInnodb_log_write_requestsDescr = 'Gnlk yazma istei saysdr.'; +$strShowStatusInnodb_log_writesDescr = 'Gnlk dosyasna fiziksel yazma saysdr.'; +$strShowStatusInnodb_os_log_fsyncsDescr = 'Gnlk dosyasna bitmi fsyncs yazma saysdr.'; +$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Bekleyen gnlk dosyas fsyncs saysdr.'; +$strShowStatusInnodb_os_log_pending_writesDescr = 'Bekleyen gnlk dosyas yazma saysdr.'; +$strShowStatusInnodb_os_log_writtenDescr = 'Gnlk dosyasna yazl bayt saysdr.'; +$strShowStatusInnodb_pages_createdDescr = 'Oluturulmu sayfa saysdr.'; +$strShowStatusInnodb_page_sizeDescr = 'Derlenen InnoDB sayfa boyutu (varsaylan 16KB). Birok deer sayfalarda saylr; sayfa boyutu bunlarn kolaylkla bayt\'a dntrlmesine izin verir.'; +$strShowStatusInnodb_pages_readDescr = 'Okunan sayfa saysdr.'; +$strShowStatusInnodb_pages_writtenDescr = 'Yazlm sayfa saysdr.'; +$strShowStatusInnodb_row_lock_current_waitsDescr = 'u anki beklenen satr kilidi saysdr.'; +$strShowStatusInnodb_row_lock_time_avgDescr = 'Milisaniye cinsinden satr kilidi elde etmek iin ortalama sredir.'; +$strShowStatusInnodb_row_lock_timeDescr = 'Milisaniye cinsinden satr kilidi elde ederken harcanm toplam sredir.'; +$strShowStatusInnodb_row_lock_time_maxDescr = 'Milisaniye cinsinden satr kilidi elde etmek iin en fazla sredir.'; +$strShowStatusInnodb_row_lock_waitsDescr = 'Satr kilidinin beklemek zorunda kald sre saysdr.'; +$strShowStatusInnodb_rows_deletedDescr = 'InnoDB tablolarndan silinen satr saysdr.'; +$strShowStatusInnodb_rows_insertedDescr = 'InnoDB tablolarna eklenen satr saysdr.'; +$strShowStatusInnodb_rows_readDescr = 'InnoDB tablolarndan okunan satr saysdr.'; +$strShowStatusInnodb_rows_updatedDescr = 'InnoDB tablolarnda gncellenen satr saysdr.'; +$strShowStatusKey_blocks_not_flushedDescr = 'Anahtar nbelleindeki deitirilmi ama diskte henz temizlenmemi anahtar blou saysdr. Not_flushed_key_blocks olarak bilinip kullanlr.'; +$strShowStatusKey_blocks_unusedDescr = 'Anahtar nbelleinde kullanlmayan blok saysdr. Bu deeri anahtar nbelleinin ne kadarnn kullanmda olmasn belirlemek iin kullanabilirsiniz.'; +$strShowStatusKey_blocks_usedDescr = 'Anahtar nbelleinde kullanlan blok saysdr. Bu deerin en u noktada olmas bir kerede en fazla blok saysnn kullanmda olmamasn gsterir.'; +$strShowStatusKey_read_requestsDescr = 'nbellekten anahtar blounun okunmas iin istek saysdr.'; +$strShowStatusKey_readsDescr = 'Diskten anahtar blounun fiziksel okunma saysdr. Eer Key_reads deeri bykse, key_buffer_size deeriniz muhtemelen ok kktr. Eksik nbellek oran Key_reads/Key_read_requests olarak hesaplanabilir.'; +$strShowStatusKey_write_requestsDescr = 'nbellee anahtar blou yazmak iin istek saysdr.'; +$strShowStatusKey_writesDescr = 'Diske anahtar blounu fiziksel yazma saysdr.'; +$strShowStatusLast_query_costDescr = 'Sorgu en iyileyicisi tarafndan hesaplanm gibi son derlenen sorgunun toplam maliyetidir. Ayn sorgu iin farkl sorgu planlarnn maliyetini karlatrmak iin yararldr. Varsaylan deer 0, henz derlenmi sorgu olmad anlamna gelir.'; +$strShowStatusNot_flushed_delayed_rowsDescr = 'INSERT DELAY sralarnda yazlmak iin bekleyen satr saysdr.'; +$strShowStatusOpened_tablesDescr = 'Ak olan tablo saysdr. Eer ak tablolar bykse, tablo nbellek deeriniz muhtemelen ok kktr.'; +$strShowStatusOpen_filesDescr = 'Ak olan dosya saysdr.'; +$strShowStatusOpen_streamsDescr = 'Ak olan ak saysdr (balca gnlkleme iin kullanlr).'; +$strShowStatusOpen_tablesDescr = 'Ak olan tablo saysdr.'; +$strShowStatusQcache_free_blocksDescr = 'Sorgu nbelleindeki bo bellek blou saysdr.'; +$strShowStatusQcache_free_memoryDescr = 'Sorgu nbellei iin bo bellek miktardr.'; +$strShowStatusQcache_hitsDescr = 'nbellee ulama saysdr.'; +$strShowStatusQcache_insertsDescr = 'nbellee eklenen sorgu saysdr.'; +$strShowStatusQcache_lowmem_prunesDescr = 'Yeni sorgular nbelleklemek iin bellei boaltmaya ynelik nbellekten kaldrlm sorgu saysdr. Bu bilgi sorgu nbellek boyutunu ayarlamnza yardmc olabilir. nbellekten hangi sorgularn kaldrlacana karar vermek iin sorgu nbellei en az son kullanlm (LRU) stratejisini kullanr.'; +$strShowStatusQcache_not_cachedDescr = 'nbelleklenmemi sorgu saysdr (nbelleklenemez, ya da query_cache_type ayarndan dolay nbelleklenmedi).'; +$strShowStatusQcache_queries_in_cacheDescr = 'nbellekte kaytl sorgu saysdr.'; +$strShowStatusQcache_total_blocksDescr = 'Sorgu nbellei iindeki toplam blok saysdr.'; +$strShowStatusReset = 'Sfrla'; +$strShowStatusRpl_statusDescr = 'Arza-gvenli oaltm durumu (henz tamamlanmad).'; +$strShowStatusSelect_full_joinDescr = 'ndeksler kullanmayan birletirme saysdr. Eer bu deer 0 deilse, tablolarnzn indekslerini dikkatli olarak kontrol etmelisiniz.'; +$strShowStatusSelect_full_range_joinDescr = 'Referans tablosunda aralk aramas kullanan birletirme saysdr.'; +$strShowStatusSelect_range_checkDescr = 'Her bir satrdan sonra anahtar kullanmn kontrol eden anahtarsz birletirme saysdr. (Eer bu deer 0 deilse, tablolarnzn indekslerini dikkatli olarak kontrol etmelisiniz.)'; +$strShowStatusSelect_rangeDescr = 'lk tabloda aralklar kullanan birletirme saysdr. (Normal olarak kusurlu deildir, eer bykse bile.)'; +$strShowStatusSelect_scanDescr = 'lk tablonun tam taramasnn yapld birletirme saysdr.'; +$strShowStatusSlave_open_temp_tablesDescr = 'Slave SQL ilemi tarafndan u anki ak geici tablo saysdr.'; +$strShowStatusSlave_retried_transactionsDescr = 'oaltlan slave SQL ileminin yeniden denedii ilerin toplam (balangtan beri) sre saysdr.'; +$strShowStatusSlave_runningDescr = 'Eer sunucu master\'a bal slave ise, bu AIKTIR.'; +$strShowStatusSlow_launch_threadsDescr = 'Oluturmak iin slow_launch_time saniyeden daha uzun zaman alm ilem saysdr.'; +$strShowStatusSlow_queriesDescr = 'long_query_time saniyeden daha uzun zaman alm sorgu saysdr.'; +$strShowStatusSort_merge_passesDescr = 'Yaplmas zorunlu sralama algoritmas birletirme geii saysdr. Eer bu deer bykse, sort_buffer_size sistem deikeninin deerini arttrmay dikkate almalsnz.'; +$strShowStatusSort_rangeDescr = 'Aralklarla yaplm sralama saysdr.'; +$strShowStatusSort_rowsDescr = 'Sralanm satr saysdr.'; +$strShowStatusSort_scanDescr = 'Taranan tablo tarafndan yaplm sralama saysdr.'; +$strShowStatusTable_locks_immediateDescr = 'Tablo kilidinin hemen tannd sre saysdr.'; +$strShowStatusTable_locks_waitedDescr = 'Tablo kilidinin hemen tannamad ve beklemenin gerektii sre saysdr. Eer bu deer yksekse ve performans sorununuz varsa, nce sorgularnz uyarlamalsnz ve sonra ya tablonuzu ya da tablolarnz bln veya oaltma kullann.'; +$strShowStatusThreads_cachedDescr = 'lem nbellei iinde ilem saysdr. nbellee ulama hz Threads_created/Balantlar olarak hesaplanabilir. Eer bu deer krmz ise, thread_cache_size boyutunuzu ykseltmelisiniz.'; +$strShowStatusThreads_connectedDescr = 'u anki ak balant saysdr.'; +$strShowStatusThreads_createdDescr = 'Balantlar ilemek iin oluturulmu ilem saysdr. Eer Threads_created deeri byk ise, thread_cache_size deerini arttrmak isteyebilirsiniz. (eer iyi bir ilem uygulamasna sahipseniz, normal olarak bu, dikkate deer bir performans art vermez.)'; +$strShowStatusThreads_runningDescr = 'Hala faaliyette olan ilemler saysdr.'; +$strShowTableDimension = 'Tablolarn boyutlarn gster'; $strShowTables = 'Tablolar gster'; -$strShowThisQuery = 'Sorguyu burada yine gster.'; +$strShowThisQuery = 'Bu sorguyu burada tekrar gster'; $strSimplifiedChinese = 'Basitletirilmi ince'; -$strSingly = '( birer birer )'; +$strSingly = '(birer birer)'; $strSize = 'Boyut'; +$strSkipQueries = 'Balangtan atlamak iin kayt(sorgu) says:'; $strSlovak = 'Slovaka'; $strSlovenian = 'Slovence'; -$strSocketProblem = '(ya da lokal MySQL sunucusu soketi dzgn bir ekilde ayarlanmam.)'; +$strSocketProblem = '(ya da yerel MySQL sunucusunun soketi doru olarak yaplandrlmad)'; $strSortByKey = 'Anahtara gre srala'; +$strSorting = 'Sralama'; $strSort = 'Srala'; -$strSpaceUsage = 'Kullanlan alan'; +$strSpaceUsage = 'Alan kullanm'; $strSpanish = 'spanyolca'; -$strSplitWordsWithSpace = 'Kelimelerin arasnda boluk olmaldr (" ").'; -$strSQLExportType = 'Export tipi'; +$strSplitWordsWithSpace = 'Kelimeler bolukla ayrlr (" ").'; +$strSQLCompatibility = 'SQL uyumluluk kipi'; +$strSQLExportType = 'Dar aktarma tr'; +$strSQLImportOptions = 'SQL seenekleri'; $strSQLOptions = 'SQL seenekleri'; -$strSQLParserBugMessage = 'SQL yorumlaycsnda bir hata bulma ihtimaliniz var.Ltfen sorgunuzu dikkatli bir ekilde gzden geiriniz,ve trnaklar doru ve yanl yazlmam kontrol ediniz.Dier olas hata nedenleri metin alanna alabilecei boyuttan daha byk bir dosya yklyor olma ihtimalinizdir.Sorgunuzu MySQL komut satr arayznde de deneyebilirsiniz..MySQL sunucu hata kts,var ise,hatay manzda size yardmc olabilir.Hala sorunlarnz varsa veya komut satr arayz alrken,yorumlayc hata veriyorsa,ltfen SQL sorgu giriinizi hata yaratan tek bir sorguya indirgeyin,ve aadaki CUT blm veri yn ile birlikte hata raporunu bildiriniz:'; -$strSQLParserUserError = 'SQL sorgunuzda bir hata varm gibi gzkyor.MySQL sunucu hata kts,var ise,hatay bulmanzda size yardmc olabilir.'; +$strSQLParserBugMessage = 'SQL ayrtrcsnda bir hata bulabilme ihtimaliniz var. Ltfen sorgunuzu yakndan dikkatli bir ekilde gzden geirin ve trnaklarn doru ve uyumsuz olmadn kontrol edin. Dier muhtemel hata nedenleri trnakl metin alannn dnda binari ile dosya gnderiyor olmanz olabilir. Ayn zamanda sorgunuzu MySQL komut satr arabiriminde deneyebilirsiniz. Eer hata varsa, aadaki MySQL sunucu hata kts, sorunu tehis etmenizde ayrca size yardmc olabilir. Eer hala sorunlarnz varsa ya da komut satr arabirimi baarl olduunda ayrtrc baarszsa, ltfen sorunlara neden olan SQL sorgu giriinizi tek bir sorguya indirgeyin ve aadaki CUT blm iindeki veri yn ile birlikte hata raporunu gnderin:'; +$strSQLParserUserError = 'SQL sorgunuzda bir hata olduu grnyor. Eer varsa, aadaki MySQL sunucu hata kts, sorunu tehis etmenizde ayrca size yardmc olabilir.'; $strSQLQuery = 'SQL sorgusu'; $strSQLResult = 'SQL sonucu'; -$strSQL = 'SQL sorgusu'; -$strSQPBugInvalidIdentifer = 'Geersiz tanmlayc'; +$strSQL = 'SQL'; +$strSQPBugInvalidIdentifer = 'Geersiz Tanmlayc'; $strSQPBugUnclosedQuote = 'Kapatlmam trnak'; -$strSQPBugUnknownPunctuation = 'Bilinmeyen noktalama iareti'; +$strSQPBugUnknownPunctuation = 'Bilinmeyen Noktalama areti Dizgisi'; $strStatCheckTime = 'Son kontrol'; -$strStatCreateTime = 'Oluturulma'; -$strStatement = 'Durum'; +$strStatCreateTime = 'Yaratma'; +$strStatement = 'fadeler'; +$strStatisticsOverrun = 'Megul sunucu zerinde, bayt sayalar ar ileyebilir, bu yzden MySQL sunucusu tarafndan raporlanan istatistikler doru olmayabilir.'; $strStatUpdateTime = 'Son gncellenme'; $strStatus = 'Durum'; -$strStorageEngine = 'Depolama Motoru'; -$strStorageEngines = 'Depolama Motorlar'; -$strStrucCSV = 'CSV verisi'; +$strStorageEngines = 'Depolama Motorlar'; +$strStorageEngine = 'Depolama Motoru'; +$strStrucCSV = 'CSV'; $strStrucData = 'Yap ve Veri'; -$strStrucExcelCSV = 'MS Excel verisi iin CSV'; -$strStrucNativeExcel = 'MS Excel verisi'; +$strStrucExcelCSV = 'MS Excel iin CSV'; +$strStrucNativeExcel = 'Bamsz MS Excel biimi'; +$strStrucNativeExcelOptions = 'Bamsz Excel dar aktarma seenekleri'; $strStrucOnly = 'Sadece yap'; -$strStructPropose = 'Tablo yapsn analiz et.'; +$strStructPropose = 'Tablo yaps ner'; $strStructure = 'Yap'; -$strSubmit = 'Onayla'; -$strSuccess = 'SQL sorgunuz baaryla altrlmtr'; -$strSum = 'toplam'; -$strSwedish = 'svece'; -$strSwitchToDatabase = 'Kopyalanm veritabann kullan.'; +$strSubmit = 'Gnder'; +$strSuccess = 'SQL sorgunuz baarl olarak altrld'; +$strSum = 'Toplam'; +$strSwedish = 'svee'; +$strSwitchToDatabase = 'Kopyalanm veritabanna ge.'; $strSwitchToTable = 'Kopyalanm tabloya ge'; +$strTableAlreadyExists = '%s tablosu zaten var!'; $strTableComments = 'Tablo yorumlar'; -$strTableEmpty = 'Tablo ismi bo!'; -$strTableHasBeenDropped = '%s tablosu kaldrlmtr'; -$strTableHasBeenEmptied = '%s tablosu boaltlmtr'; -$strTableHasBeenFlushed = '%s tablosu baaryla kapatlmtr.'; +$strTableEmpty = 'Tablo ad bo!'; +$strTableHasBeenDropped = '%s tablosu kaldrld'; +$strTableHasBeenEmptied = '%s tablosu boaltld'; +$strTableHasBeenFlushed = '%s tablosu temizlendi'; $strTableMaintenance = 'Tablo bakm'; $strTableOfContents = 'erik tablosu'; -$strTableOptions = 'Tablo ayarlar'; +$strTableOptions = 'Tablo seenekleri'; $strTables = '%s tablo'; -$strTableStructure = 'Tablo yaps :'; +$strTableStructure = 'Tablo yaps:'; $strTable = 'Tablo:'; -$strTakeIt = 'Se'; +$strTakeIt = 'Al'; $strTblPrivileges = 'Tabloya zg yetkiler'; -$strTextAreaLength = 'Boyutu nedeniyle,
        bu alan dzenlenmeyebilir '; -$strThai = 'Thai'; -$strTheme = 'Tema / Sitil'; -$strThisHost = 'Bu host '; +$strTempData = 'Geici veri'; +$strTextAreaLength = 'Uzunluu nedeniyle,
        bu alan dzenlenebilir olmayabilir '; +$strThai = 'Tayca'; +$strThemeDefaultNotFound = 'Varsaylan tema %s bulunamad!'; +$strThemeNoPreviewAvailable = 'nizleme mevcut deil.'; +$strThemeNotFound = '%s temas bulunamad!'; +$strThemeNoValidImgPath = '%s temas iin geerli resim yolu bulunamad!'; +$strThemePathNotFound = '%s temas iin tema yolu bulunamad!'; +$strTheme = 'Tema / Stil'; +$strThisHost = 'Bu Anamakine'; $strThisNotDirectory = 'Bu bir dizin deildi'; -$strThreadSuccessfullyKilled = '%s ilemi baaryla sonlandrld.'; +$strThreads = 'lemler'; +$strThreadSuccessfullyKilled = '%s ilemi baarl olarak sonlandrld.'; +$strTimeoutInfo = 'nceki ieri aktarma zaman amna urad, sonradan yeniden gnderim %d konumundan devam edecek.'; +$strTimeoutNothingParsed = 'Ancak son altrmada hi veri ayrtrlmad, bu genellikle, php zaman snrlarn arttrmadnz srece phpMyAdmin\'in bu ieri aktarmay biteremeyecei anlamna gelir.'; +$strTimeoutPassed = 'Kk program zaman am geti, eer ieri aktarmay bitirmek istiyorsanz, ltfen ayn dosyay yeniden gnderin ve ieri aktarma devam edecektir.'; $strTime = 'Zaman'; -$strToggleScratchboard = 'scratchboard\a ge'; +$strToggleScratchboard = 'Karalama panosuna ge'; $strTotal = 'toplam'; $strTotalUC = 'Toplam'; $strTraditionalChinese = 'Geleneksel ince'; $strTraditionalSpanish = 'Geleneksel spanyolca'; -$strTraffic = 'Younluk'; -$strTransformation_application_octetstream__download = 'Bir alandaki binari veriyi yklemek iin link gster.lk seenek binari dosya addr.kinci seenek ise dosya adn ieren tablo satrrn olas alan addr.kinci bir seenek istiyorsanz ilk seenei bo brakmalsnz.'; -$strTransformation_application_octetstream__hex = 'Verinin hexadesimal sunumunu gsterir. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate -$strTransformation_image_jpeg__inline = 'Tklanabilir bir thumbnail gsterir; seenekler: pixel olarak genilik,ykseklik (orijinal oran korunur)'; -$strTransformation_image_jpeg__link = 'Bu resime direkt bir link gsterir (direct blob yklemesi...).'; -$strTransformation_image_png__inline = 'jpeg resmini gr: satrii'; -$strTransformation_text_plain__dateformat = 'Bir TIME, TIMESTAMP veya DATETIME alan alr ve varsaylan tarih format bilgilerinizle onu yeniden biimlendirir.lk seenek zamangsterimi(timestamp)\'ne eklenecek bir offset(saat olarak)\'tir.(Varsaylan: 0).kinci seenek PHP\'nin strftime() fonksiyonu iin uygun olan parametrelere gre farkl bir zamangsterimi(timestamp)\'dir.'; -$strTransformation_text_plain__external = 'D bir uygulama altrr ve alanverisini standart giri yoluyla besler.Uygulamann standart kts dner.Varsaylan ho bir HTML kts veren Tidy(Dzenli)\'dir..Gvenlik nedeniyle libraries/transformations/text_plain__external.inc.php dosyasn elle dzenlemeniz ve almasna izin vereceiniz aralar eklemeniz gerekir.lk seenek;altrmak istediiniz program says,ikinci seenek ise program iin gerekli olan parametrelerdir.nc parametre ,eer 1\'e setlenmise htmlspecialchars() fonksiyonunu kullanarak kty dntrecektir(Varsaylan: 1).Drdnc bir parametre ise ,eer 1\'e setlenmise NOWRAP(kaydrma yok) kodu tm hcreye eklenecek ve btn kt yeniden dzenlenmeden grnecektir.(Varsaylan :1)'; -$strTransformation_text_plain__formatted = 'Alann orijinal biimlendirmesini korur.Escaping(ka) yaplmaz..'; -$strTransformation_text_plain__imagelink = 'Bir resim ve bir link gsterir,alan dosya ismini ierir;ilk seenek "http://domain.com/" gibi bir yazm,ikinci seenek pixel olarak genilik,ncs ise yksekliktir.'; -$strTransformation_text_plain__link = 'Bir link ve dosya ismini ieren alan gsterir;ilk seenek "http://domain.com/" gibi bir gsterim,ikincisi ise link iin bir balktr.'; -$strTransformation_text_plain__substr = 'Bir karakter dizisinin bir ksmn gsterir. lk seenek dizinin balangcndan ne kadar uzaa gideceidir (Varsaylan 0). kinci seenek ka karakter alnacadr (Varsaylan: dizinin sonuna kadar). nc seenek ise dizide kesilme olacaksa eklenecek ya da kartlacak diziyi belirtir (Varsaylan: "...").'; -$strTruncateQueries = 'Grlen sorgular ksalt'; +$strTraffic = 'Trafik'; +$strTransactionCoordinator = 'lem koordinatr'; +$strTransformation_application_octetstream__download = 'Alann binari verisini indirmek iin balant grntler. Dosya adn belirlemek iin ilk seenei kullanabilirsiniz ya da dosya adn ieren alann ad olarak ikinci seenei kullanabilirsiniz. Eer ikinci seenei kullanrsanz birinci seenei bo karakter dizgisi olarak ayarlamanz gerekir.'; +$strTransformation_application_octetstream__hex = 'Verinin onaltlk gsterimini grntler. stee bal ilk parametre, ne sklkta boluk ekleneceini belirler (varsaylan 2 yarm bayttr).'; +$strTransformation_image_jpeg__inline = 'Tklanabilir kk resim grntler. Seenekler piksel cinsinden en fazla genilik ve yksekliktir. Orijinal en-boy oran korunur.'; +$strTransformation_image_jpeg__link = 'Bu resmi indirme iin balant grntler.'; +$strTransformation_image_png__inline = 'Resme/jpeg\'e bakn: satrii'; +$strTransformation_text_plain__dateformat = 'Yerel tarih/zaman\'nza gre TIME, TIMESTAMP veya DATETIME alann grntler. lk seenek zaman damgasna eklenecek olan karlktr (saat cinsinden) (Varsaylan: 0). Farkl tarih/saat biimi dizgisi belirlemek iin ikinci seenei kullann; PHP\'nin strftime() ilevi iin belgelere bakn.'; +$strTransformation_text_plain__external = 'SADECE LINUX: Harici bir uygulama altrr ve alan verisini standart giri yoluyla besler. Uygulamann standart kts dner. Dzgn HTML kodu basks iin varsaylan dzenlidir. Gvenlik nedeniyle libraries/transformations/text_plain__external.inc.php dosyasn elle dzenlemeli ve olmasn istediiniz aralar listelemelisiniz. lk seenek kullanmak istediiniz program says ve ikinci seenek program iin parametrelerdir. nc seenek, eer 1\'e ayarlanrsa, htmlspecialchars() ilevi kullanlarak kty dntrecektir (Varsaylan 1). Drdnc seenek, eer 1\'e ayarlanrsa, szck kaydrma korunacak ve tm kt tek bir satrda grnecektir (Varsaylan 1).'; +$strTransformation_text_plain__formatted = 'Alann ieriini, htmlspecialchars() ilevini altrmadan olduu gibi grntler. Bu, geerli HTML ierdii var saylan alandr.'; +$strTransformation_text_plain__imagelink = 'Bir resim ve bir balant grntler; alan dosya adn ierir. lk seenek "http://www.adresim.com/" gibi bir URL n ekidir. kinci ve nc seenekler piksel cinsinden genilik ve yksekliktir.'; +$strTransformation_text_plain__link = 'Bir balant grntler; alan dosya adn ierir. lk seenek "http://www.adresim.com/" gibi bir URL n ekidir. kinci seenek balant iin balktr.'; +$strTransformation_text_plain__sql = 'Szdizimi vurgulamal SQL sorgusu gibi metni biimlendirir.'; +$strTransformation_text_plain__substr = 'Karakter dizisinin bir ksmn grntler. lk seenek dizginin balangcndan atlamak iin karakter saysdr (Varsaylan 0). kinci seenek dndrlecek karakter saysdr (Varsaylan: dizginin sonuna kadar). nc seenek ksaltma meydana geldiinde eklemek ve/veya baa eklemek iin dizgidir (Varsaylan: "...").'; +$strTruncateQueries = 'Gsterilen Sorgular Ksalt'; $strTurkish = 'Trke'; -$strType = 'Tip'; +$strType = 'Tr'; $strUkrainian = 'Ukraynaca'; -$strUncheckAll = 'Hibirisini Seme'; +$strUncheckAll = 'Hibirini Seme'; $strUnicode = 'Unicode'; -$strUnique = 'Unique'; +$strUnique = 'Esiz'; $strUnknown = 'bilinmeyen'; -$strUnselectAll = 'Hibirisini seme'; -$strUpdatePrivMessage = '%s iin olan yetkileri gncellediniz.'; +$strUnselectAll = 'Tm Seimi Kaldr'; +$strUnsupportedCompressionDetected = 'Desteklenmeyen sktrmayla (%s) dosya yklemeyi denediniz. Ya bunun iin destek henz tamamlanmad ya da yaplandrmanz tarafndan etkisizletirildi.'; +$strUpdatePrivMessage = '%s iin yetkileri gncellediniz.'; $strUpdateProfileMessage = 'Profil gncellendi.'; -$strUpdateQuery = 'Sorguyu gncelle'; -$strUpdComTab = 'Stun_Yorumlar tablosunun nasl gncellendiini renmek istiyorsanz Dkmanlara baknz.'; -$strUpgrade = '%s %s veya daha sonraki bir srme ykseltme yapmanz gereklidir.'; +$strUpdateQuery = 'Sorguyu Gncelle'; +$strUpdComTab = 'Stun_Yorumlar tablonuzun nasl gncelleneceini renmek iin ltfen belgelere bakn.'; +$strUpgrade = '%s %s veya sonrasna ykseltmelisiniz.'; +$strUploadLimit = 'Muhtemelen ok byk dosya gndermeyi denediniz. Ltfen bu snra zm yolu bulmak iin %sbelgelere%s bavurun.'; +$strUploadsNotAllowed = 'Bu sunucuda dosya gnderimlerine izin verilmez.'; $strUsage = 'Kullanm'; -$strUseBackquotes = 'Tablo ve alan isimleri iin ters trnak " ` " iaretini kullan'; -$strUseHostTable = 'Host tablosunu kullan'; -$strUserAlreadyExists = '%s kullancs zaten mevcut!'; -$strUserEmpty = 'Kullanc ismi alan doldurulmad!'; -$strUser = 'Kullanc'; -$strUserName = 'Kullanc ismi'; +$strUseBackquotes = 'Tablo ve alan adlarn ters trnak ile kapsa'; +$strUsedPhpExtensions = 'Kullanlan PHP uzantlar'; +$strUseHostTable = 'Anamakine Tablosu kullan'; +$strUserAlreadyExists = '%s kullancs zaten var!'; +$strUserEmpty = 'Kullanc ad bo!'; +$strUserName = 'Kullanc Ad'; $strUserNotFound = 'Seili kullanc yetki tablosunda bulunamad.'; -$strUserOverview = 'Kullanc gzlem'; -$strUsersDeleted = 'Seili kullanclar baaryla silindi.'; +$strUserOverview = 'Kullanc gzden geirme'; +$strUsersDeleted = 'Seili kullanclar baarl olarak silindi.'; $strUsersHavingAccessToDb = '"%s" veritabanna eriimi olan kullanclar'; -$strUseTabKey = 'Deerden deere gemek iin TAB tuunu istediiniz herhangi bir yere gitmek iin CTRL+OK TULARI\`n kullann.'; +$strUser = 'Kullanc'; +$strUseTabKey = 'Deerden deere gemek iin TAB tuunu veya herhangi bir yere gitmek iin CTRL+OK TULARI\'n kullann.'; $strUseTables = 'Tablolar kullan'; $strUseTextField = 'Metin alann kullan'; $strUseThisValue = 'Bu deeri kullan'; $strValidateSQL = 'SQL\'i dorula'; -$strValidatorError = 'SQL onaylaycs balatlamad.%sdkmanlar%s\'da belirtildii gibi,gerekli php uzantlarnn yklenip yklenilmediini kontrol ediniz.'; +$strValidatorError = 'SQL onaylaycs balatlamad. %sBelgelerde%s anlatld gibi ltfen gerekli php uzantlarnn kurulu olduunu kontrol edin.'; $strValue = 'Deer'; $strVar = 'Deiken'; -$strVersionInformation = 'Srm bilgisi'; -$strViewDumpDatabases = 'Veritabanlar dkm emas'; -$strViewDumpDB = 'Veritaban dkm emas'; -$strViewDump = 'Tablo dkm emas'; -$strView = 'Grnt'; -$strViewHasBeenDropped = '%s grnts kaldrld'; +$strVersionInformation = 'Srm bilgisi'; +$strViewDumpDatabases = 'Veritabanlarnn dkmn (emasn) gster'; +$strViewDumpDB = 'Veritabannn dkmn (emasn) gster'; +$strViewDump = 'Tablonun dkmn (emasn) gster'; +$strViewHasBeenDropped = '%s grnm kaldrld'; +$strViewMaxExactCount = 'Bu grnm %s satrdan daha fazla. Ltfen %sbelgelere%s bavurun.'; +$strView = 'Grnm'; -$strWebServerUploadDirectoryError = 'Ykleme iin belirttiiniz dizine ulalamyor.'; -$strWebServerUploadDirectory = 'web sunucu ykleme dizini'; -$strWelcome = '%s srmne HOGELDNZ....'; +$strWebServerUploadDirectoryError = 'Gnderme ii iin ayarladnz dizine ulalamyor'; +$strWebServerUploadDirectory = 'web sunucusu gnderme dizini'; +$strWelcome = '%s srmne Ho Geldiniz'; $strWestEuropean = 'Bat Avrupa'; $strWildcard = 'joker'; -$strWindowNotFound = 'Taray penceresi gncellenemiyor...Balants olan pencereyi kapattnz veya taraycnzn gvenlik ayarlar buna izin vermiyor'; +$strWindowNotFound = 'Hedef tarayc penceresi gncellenemiyor. Belki ana pencereyi kapatm olabilirsiniz ya da taraycnzn gvenlik ayarlar apraz-pencere gncellemelerini engellemek iin yaplandrlmtr.'; $strWithChecked = 'Seilileri:'; -$strWritingCommentNotPossible = 'Yorum yazlmas mmkn deil.'; -$strWritingRelationNotPossible = 'liki yazlmas mmkn deil.'; -$strWrongUser = 'Hatal kullanc ad/parola. Eriim engellendi.'; +$strWriteRequests = 'Yazma istekleri'; +$strWritingCommentNotPossible = 'Yorum yazlmas mmkn deil'; +$strWritingRelationNotPossible = 'liki yazlmas mmkn deil'; +$strWrongUser = 'Yanl kullanc ad/parola. Eriim engellendi.'; +$strXMLOptions = 'XML seenekleri'; $strXML = 'XML'; $strYes = 'Evet'; -$strZeroRemovesTheLimit = 'Not: Bu seeneklerin 0\'a ayarlanmas snr kaldrr..'; -$strZip = '"ziplenmi"'; +$strZeroRemovesTheLimit = 'Not: Bu seeneklerin 0 (sfr)\'a ayarlanmas snr kaldrr.'; +$strZip = '"zip olarak"'; -// To translate: -$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate -$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate - -$strBookmarkCreated = 'Bookmark %s created'; //to translate -$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate -$strBrowseDistinctValues = 'Browse distinct values'; //to translate -$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate -$strBufferReadMissesInPercent = 'Read misses in %'; //to translate -$strBufferReadMisses = 'Read misses'; //to translate -$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate -$strBufferWriteWaits = 'Write waits'; //to translate - -$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate -$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate -$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate -$strCSV = 'CSV'; //to translate -$strCSVImportOptions = 'CSV options'; //to translate - -$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate - -$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate -$strErrorInZipFile = 'Error in ZIP archive:'; //to translate -$strEsperanto = 'Esperanto'; //to translate - -$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate -$strFileNameTemplateDescriptionServer = 'server name'; //to translate -$strFileNameTemplateDescriptionTable = 'table name'; //to translate -$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate -$strFileToImport = 'File to import'; //to translate -$strFlushQueryCache = 'Flush query cache'; //to translate -$strFlushTables = 'Flush (close) all tables'; //to translate - -$strHandler = 'Handler'; //to translate -$strHTMLExcel = 'Microsoft Excel 2000'; //to translate -$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate -$strHTMLWord = 'Microsoft Word 2000'; //to translate -$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate - -$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate -$strImportFormat = 'Format of imported file'; //to translate -$strImport = 'Import'; //to translate -$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate -$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate -$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate -$strInnoDBPages = 'pages'; //to translate -$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate -$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate -$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate -$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate -$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate -$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate -$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate -$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate - -$strJoins = 'Joins'; //to translate - -$strKeyCache = 'Key cache'; //to translate - -$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate -$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate -$strLDI = 'CSV using LOAD DATA'; //to translate -$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate -$strLDILocal = 'Use LOCAL keyword'; //to translate - -$strMaxConnects = 'max. concurrent connections'; //to translate -$strMaximalQueryLength = 'Maximal length of created query'; //to translate -$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate -$strMysqlClientVersion = 'MySQL client version'; //to translate - -$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate - -$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate - -$strPartialImport = 'Partial import'; //to translate -$strPDFOptions = 'PDF options'; //to translate -$strPDF = 'PDF'; //to translate -$strPDFReportTitle = 'Report title'; //to translate -$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate -$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate -$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate -$strPrivDescCreateView = 'Allows creating new views.'; //to translate -$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate -$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate -$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate -$strProtocolVersion = 'Protocol version'; //to translate - -$strQueryCache = 'Query cache'; //to translate - -$strReadRequests = 'Read requests'; //to translate -$strReloadPrivileges = 'Reload privileges'; //to translate -$strReplication = 'Replication'; //to translate -$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate - -$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate -$strShowingBookmark = 'Showing bookmark'; //to translate -$strShowOpenTables = 'Show open tables'; //to translate -$strShowSlaveHosts = 'Show slave hosts'; //to translate -$strShowSlaveStatus = 'Show slave status'; //to translate -$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate -$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate -$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate -$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate -$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate -$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate -$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate -$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate -$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate -$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate -$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate -$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate -$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate -$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate -$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate -$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate -$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate -$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate -$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate -$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate -$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate -$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate -$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate -$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate -$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate -$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate -$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate -$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate -$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate -$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate -$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate -$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate -$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate -$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate -$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate -$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate -$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate -$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate -$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate -$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate -$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate -$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate -$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate -$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate -$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate -$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate -$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate -$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate -$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate -$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate -$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate -$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate -$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate -$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate -$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate -$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate -$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate -$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate -$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate -$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate -$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate -$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate -$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate -$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate -$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate -$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate -$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate -$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate -$strShowStatusReset = 'Reset'; //to translate -$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate -$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate -$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate -$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate -$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate -$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate -$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate -$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate -$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate -$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate -$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate -$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate -$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate -$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate -$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate -$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate -$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate -$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate -$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate -$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate -$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate -$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate -$strSorting = 'Sorting'; //to translate -$strSQLCompatibility = 'SQL compatibility mode'; //to translate -$strSQLImportOptions = 'SQL options'; //to translate -$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate - -$strTableAlreadyExists = 'Table %s already exists!'; //to translate -$strTempData = 'Temporary data'; //to translate -$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate -$strThemeNoPreviewAvailable = 'No preview available.'; //to translate -$strThemeNotFound = 'Theme %s not found!'; //to translate -$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate -$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate -$strThreads = 'Threads'; //to translate -$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate -$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate -$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate -$strTransactionCoordinator = 'Transaction coordinator'; //to translate -$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate - -$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate -$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate -$strUsedPhpExtensions = 'Used PHP extensions'; //to translate - -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate - -$strWriteRequests = 'Write requests'; //to translate - -$strQueryResultsOperations = 'Query results operations'; //to translate -$strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strXMLOptions = 'XML options'; //to translate -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index ca6657b2b..8f189e99d 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -1,99 +1,84 @@ $cfg[\'BZipDump\'] yönergesini FALSE \'a değiştirmeniz gerekmektedir. Bz2 sıkıştırma özelliklerini kullanmak istiyorsanız ,bir sonraki php sürümüne güncelleme yapmanız gerekmektedir.php hata raporu %s\' e bakınız '; -$strBzip = '"bzip"'; +$strBusyPages = 'Meşgul sayfalar'; +$strBzError = 'phpMyAdmin, bu PHP sürümündeki bozuk bir Bz2 uzantısından dolayı dökümü sıkıştıramadı. phpMyAdmin dizinindeki yapılandırma dosyanızın içindeki $cfg[\'BZipDump\'] yönergesini FALSE \'a ayarlamanız kesinlikle önerilir. Eğer Bz2 sıkıştırma özelliklerini kullanmak istiyorsanız, daha yeni PHP sürümüne güncelleme yapmalısınız. Ayrıntılar için PHP hata raporu %s\'e bakın.'; +$strBzip = '"bzip olarak"'; $strCalendar = 'Takvim'; -$strCannotLogin = 'MySQL seçenekleri'; -$strCantLoadRecodeIconv = 'Karakter seti dönüşümü için gerekli olan Iconv veya recode uzantılarını yükleyenemiyor. Php\'nin bu uzantılara izin vermesini sağlayın veya phpMyAdmin içinde karakter dönüşümünü devre dışı bırakınız...'; -$strCantLoad = '%s uzantısı yüklenemiyor,
        PHP konfigurasyon dosyasını kontrol ediniz.'; -$strCantRenameIdxToPrimary = 'Indeks\'i PRIMARY olarak adlandırımazsınız!'; -$strCantUseRecodeIconv = 'Uzantı raporları yüklenmişken , ne iconv,ne libinconv,ne de recode_string fonksiyonu kullanılamaz. Php ayarlarınızı kontrol ediniz.'; -$strCardinality = 'En önemli'; -$strCaseInsensitive = 'büyük küçük harf duyarsız'; -$strCaseSensitive = 'büyük küçük harf duyarlı'; +$strCanNotLoadExportPlugins = 'Dışarı aktarma eklentileri yüklenemedi, lütfen kurulumunuzu kontrol edin!'; +$strCanNotLoadImportPlugins = 'İçeri aktarma eklentileri yüklenemedi, lütfen kurulumunuzu kontrol edin!'; +$strCannotLogin = 'MySQL sunucusuna oturum açılamıyor'; +$strCantLoad = '[a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] uzantısı yüklenemiyor. Lütfen PHP yapılandırmanızı kontrol edin.'; +$strCantLoadRecodeIconv = '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...'; +$strCantRenameIdxToPrimary = 'İndeks\'i PRIMARY olarak yeniden adlandırımazsınız!'; +$strCantUseRecodeIconv = '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.'; +$strCardinality = 'Önemlilik'; +$strCaseInsensitive = 'büyük küçük harfe duyarsız'; +$strCaseSensitive = 'büyük küçük harfe duyarlı'; $strCentralEuropean = 'Orta Avrupa'; -$strChangeCopyMode = 'Aynı yetkilerle yeni bir kullanıcı yarat ve :'; -$strChangeCopyModeCopy = 'eski kullanıcıyı muhafaza et.'; -$strChangeCopyModeDeleteAndReload = 'eski kullanıcıyı kullanıcı tablolarından sil ve sonra yetkileri yeniden yükle.'; -$strChangeCopyModeJustDelete = 'eski kullanıcıyı kullanıcı tablolarından sil.'; -$strChangeCopyModeRevoke = 'eskiden kalan bütün aktif yetkileri iptal et ve sil.'; -$strChangeCopyUser = 'Login bilgisini değiştir / Kullanıcı kopyala'; $strChange = 'Değiştir'; -$strChangeDisplay = 'Görmek istediğiniz alanı seçiniz'; -$strChangePassword = 'Şifre Değiştir'; -$strCharset = 'Karakter seti'; -$strCharsetOfFile = 'Dosyanın karakter seti:'; -$strCharsetsAndCollations = 'Karakter setleri ve karşılaştırmalar'; -$strCharsets = 'Karakter setleri'; -$strCheckAll = 'Tümünü seç'; -$strCheckOverhead = 'Baştan aşağıya kontrol et'; -$strCheckPrivs = 'İmtiyazları kontrol et'; +$strChangeCopyModeCopy = '... eski olanı sakla.'; +$strChangeCopyMode = 'Aynı yetkilerle yeni bir kullanıcı oluştur ve ...'; +$strChangeCopyModeDeleteAndReload = '... eski olanı kullanıcı tablolarından sil ve sonra da yetkileri yeniden yükle.'; +$strChangeCopyModeJustDelete = '... eski olanı kullanıcı tablolarından sil.'; +$strChangeCopyModeRevoke = '... eski olandan bütün aktif yetkileri iptal et ve sonra da sil.'; +$strChangeCopyUser = 'Otutum Açma Bilgisini değiştir / Kullanıcıyı kopyala'; +$strChangeDisplay = 'Göstermek için alan seçin'; +$strChangePassword = 'Parola değiştir'; +$strCharset = 'Karakter grubu'; +$strCharsetOfFile = 'Dosyanın karakter grubu:'; +$strCharsetsAndCollations = 'Karakter Grupları ve Karşılaştırmalar'; +$strCharsets = 'Karakter grupları'; +$strCheckAll = 'Tümünü İşaretle'; +$strCheckOverhead = 'Ek yükü olan tabloları kontrol et'; +$strCheckPrivs = 'Yetkileri kontrol et'; $strCheckPrivsLong = '"%s" veritabanı için yetkileri kontrol et.'; $strCheckTable = 'Tabloyu kontrol et'; -$strChoosePage = 'Lütfen düzenlemek istediğiniz sayfayı seçin'; -$strColComFeat = 'Sütun yorumları gösteriliyor'; +$strChoosePage = 'Lütfen düzenlemek için sayfa seçin'; +$strColComFeat = 'Sütun Yorumları gösteriliyor'; $strCollation = 'Karşılaştırma'; $strColumnNames = 'Sütun adları'; $strColumnPrivileges = 'Sütuna özgü yetkiler'; $strCommand = 'Komut'; +$strComments = 'Yorumlar'; $strCommentsForTable = 'TABLO YORUMLARI'; -$strComments = 'Sütun yorum,ilişki ve MIME tiplerini içer.'; $strCompatibleHashing = 'MySQL 4.0 uyumlu'; -$strCompleteInserts = 'Her INSERT komutunda sütun adlarını ekle'; +$strCompleteInserts = 'Bütün eklemeler'; $strCompression = 'Sıkıştırma'; -$strConfigFileError ='phpMyAdmin konfigurasyon dosyanızı okuyamadı....
        Bu php yorumlama hatası bulduğu zaman veya dosyayı bulamadığı zaman meydana gelebilir..
        Lütfen aşağıdaki linki kullanarak dosyayı direkt olarak çağırın ve aldığınız php hata mesajlarını okuyunuz.Çoğu durumda herhangi bir yerde tırnak veya noktalı virgül eksiktir
        Boş bir sayfayla karşılaşırsanız ,herşey yolunda demektir.'; -$strConfigureTableCoord = ' Lütfen %s tablosu için koordinatları yapılandırınız'; +$strCompressionWillBeDetected = 'İçeri aktarılmış dosya sıkıştırması otomatik olarak bu dosya türlerinden algılanacak: %s'; +$strConfigDefaultFileError = 'Varsayılan yapılandırma bundan yüklenemedi: "%1$s"'; +$strConfigFileError ='phpMyAdmin yapılandırma dosyanızı okuyamadı!
        Bu, eğer PHP, içinde ayrıştırma hatası bulursa ya da dosyayı bulamazsa meydana gelebilir.
        Lütfen aşağıdaki bağlantıyı kullanarak yapılandırma dosyasını doğrudan çağırın ve aldığınız PHP hata mesaj(larını)ı okuyun. Çoğu durumda herhangi bir yerde tırnak veya noktalı virgül eksiktir.
        Eğer boş bir sayfa karşınıza çıkıyorsa, her şey yolunda demektir.'; +$strConfigureTableCoord = 'Lütfen %s tablosu için koordinatları yapılandırın'; $strConnectionError = 'Bağlanamıyor: geçersiz ayarlar.'; $strConnections = 'Bağlantılar'; $strConstraintsForDumped = 'Dökümü yapılmış tablolar için kısıtlamalar'; -$strConstraintsForTable = 'Tablo için kısıtlamalar'; -$strCookiesRequired = 'Cookieler açık olmalıdır.'; -$strCopyDatabaseOK = '%s veritabanı %s\` e kopyalandı.'; +$strConstraintsForTable = 'Tablo kısıtlamaları'; +$strCookiesRequired = 'Bu kısmı geçmek için tanımlama bilgileri (Cookies) açık olmalı.'; $strCopy = 'Kopyala'; +$strCopyDatabaseOK = '%s veritabanı %s\'e kopyalandı.'; +$strCopyTable = 'Tabloyu şuna (veritabanı.tablo) kopyala:'; $strCopyTableOK = '%s tablosu %s üzerine kopyalandı.'; -$strCopyTableSameNames = 'Tabloyu aynısına kopyalayamıyor!'; -$strCopyTable = 'Tabloyu (veritabanı.tablo) kopyala :'; -$strCouldNotKill = 'phpMyAdmin %s işlemini kapatamadı. Büyük ihtimalle daha önceden kapatılmış.'; -$strCreateDatabaseBeforeCopying = 'Kopyalamadan önce CREATE DATABASE (Veritabanı Yarat)'; -$strCreate = 'Git'; -$strCreateIndex = '%s. sütunda yeni bir indeks oluştur.'; +$strCopyTableSameNames = 'Tablo aynısına kopyalanamıyor!'; +$strCouldNotKill = 'phpMyAdmin %s işlemini sonlandıramadı. Muhtemelen zaten kapatılmış.'; +$strCreate = 'Oluştur'; +$strCreateDatabaseBeforeCopying = 'Kopyalamadan önce CREATE DATABASE (Veritabanı Oluştur)'; +$strCreateIndex = ' %s sütunda indeks oluştur.'; $strCreateIndexTopic = 'Yeni bir indeks oluştur'; $strCreateNewDatabase = 'Yeni veritabanı oluştur'; -$strCreateNewTable = '%s veritabanı üzerinde yeni bir tablo oluştur'; -$strCreatePage = 'Yeni sayfa oluştur'; +$strCreateNewTable = '%s veritabanında yeni tablo oluştur'; +$strCreatePage = 'Yeni bir sayfa oluştur'; $strCreatePdfFeat = 'PDF\'lerin oluşturulması'; -$strCreationDates = 'Oluşturulma/Güncelleme/Kontrol tarihleri'; +$strCreateUserDatabase = 'Kullanıcı için veritabanı'; +$strCreateUserDatabaseName = 'Aynı isimle veritabanı oluştur ve tüm yetkileri ver'; +$strCreateUserDatabaseNone = 'Yok'; +$strCreateUserDatabaseWildcard = 'Joker isimlere tüm yetkileri ver (kullanıcıadı_%)'; +$strCreationDates = 'Oluşturma/Güncelleme/Kontrol tarihleri'; $strCriteria = 'Kriter'; $strCroatian = 'Hırvatça'; +$strCSV = 'CSV'; +$strCSVImportOptions = 'CSV seçenekleri'; $strCSVOptions = 'CSV seçenekleri'; $strCyrillic = 'Kiril'; $strCzech = 'Çekçe'; $strCzechSlovak = 'Çekçe-Slovakça'; -$strDanish = 'Danimarkaca'; +$strDanish = 'Danca'; +$strDatabase = 'Veritabanı'; $strDatabaseEmpty = 'Veritabanı adı boş!'; -$strDatabaseExportOptions = 'Veritabanı dönüşüm ayarları'; +$strDatabaseExportOptions = 'Veritabanı dışarı aktarma seçenekleri'; $strDatabaseHasBeenDropped = '%s veritabanı kaldırıldı.'; $strDatabaseNoTable = 'Bu veritabanı tablo içermiyor!'; -$strDatabasesDropped = '%s veritabanları başarıyla kaldırıldı.'; -$strDatabasesStatsDisable = 'İstatistikleri kapat'; -$strDatabasesStatsEnable = 'İstatistikleri aç'; -$strDatabasesStatsHeavyTraffic = 'Not: Burada veritabanı istatistiklerini açmak Web Sunucusu ile MySQL arasında yüksek trafiğe yol açabilir.'; -$strDatabasesStats = 'Veritabanı istatistikleri'; $strDatabases = 'Veritabanları'; -$strDatabase = 'Veritabanı'; +$strDatabasesDropped = '%s veritabanları başarılı olarak kaldırıldı.'; +$strDatabasesStats = 'Veritabanı istatistikleri'; +$strDatabasesStatsDisable = 'İstatistikler etkisiz'; +$strDatabasesStatsEnable = 'İstatistikler etkin'; +$strDatabasesStatsHeavyTraffic = 'Not: Buradaki veritabanı istatistiklerini etkinleştirmek web sunucusu ile MySQL sunucusu arasında yüksek trafiğe yol açabilir.'; +$strData = 'Veri'; $strDataDict = 'Veri sözlüğü'; $strDataOnly = 'Sadece veri'; $strDataPages = 'Veri içeren sayfalar'; -$strData = 'Veri'; $strDBComment = 'Veritabanı yorumu:'; $strDBCopy = 'Veritabanını şuraya kopyala:'; $strDBGContext = 'İçerik'; $strDBGContextID = 'İçerik ID'; -$strDBGHits = 'Girişler(hit)'; +$strDBGHits = 'Ulaşma'; $strDBGLine = 'Satır'; -$strDBGMaxTimeMs = 'Max zaman, ms'; -$strDBGMinTimeMs = 'Min zaman, ms'; +$strDBGMaxTimeMs = 'En çok süre, ms'; +$strDBGMinTimeMs = 'En az süre, ms'; $strDBGModule = 'Modül'; -$strDBGTimePerHitMs = 'Zaman/Giriş, ms'; -$strDBGTotalTimeMs = 'Toplam zaman, ms'; +$strDBGTimePerHitMs = 'Süre/Ulaşma, ms'; +$strDBGTotalTimeMs = 'Toplam süre, ms'; $strDbPrivileges = 'Veritabanına özgü yetkiler'; -$strDBRename = 'Veritabanını yeniden adlandır'; +$strDBRename = 'Veritabanını şuna yeniden adlandır'; $strDbSpecific = 'Veritabanına özgü'; -$strDefaultEngine = '%s bu MySQL sunucusunun üzerindeki varsayılan depolama motorudur.'; -$strDefaultValueHelp = 'Varsayılan değerler için tırnak işareti veya slash koymak yerine tek değer giriniz.Mesela : a'; $strDefault = 'Varsayılan'; +$strDefaultEngine = '%s bu MySQL sunucusundaki varsayılan depolama motorudur.'; +$strDefaultValueHelp = 'Varsayılan değerler için lütfen sola eğik çizgisiz veya alıntısız sadece tek değer girin. Bu biçimi kullanın: a'; $strDefragment = 'Tabloyu birleştir'; -$strDelayedInserts = 'Gecikmiş kayıt eklemeleri kullan'; -$strDeleteAndFlushDescr = 'Bu en kısa yoldur fakat yetkileri yeniden yüklemek zaman alabilir.'; -$strDeleteAndFlush = 'Kullanıcıları sonra da yetkileri sil.'; -$strDeletedRows = 'Silinen satırlar:'; -$strDeleted = 'Satır silindi.'; +$strDelayedInserts = 'Gecikmiş eklemeleri kullan'; +$strDeleteAndFlush = 'Kullanıcıları sil ve sonra da yetkileri yeniden yükle.'; +$strDeleteAndFlushDescr = 'Bu en temiz yoldur fakat yetkileri yeniden yüklemek zaman alabilir.'; $strDelete = 'Sil'; +$strDeletedRows = 'Silinen satırlar:'; +$strDeleted = 'Satır silindi'; +$strDeleteNoUsersSelected = 'Silmek için kullanıcı seçilmedi!'; $strDeleting = '%s siliniyor'; -$strDelOld = 'Sayfada kullanılmayan tablolara verilmiş referanslar bulunuyor. Bu referansları silmek ister misiniz?'; -$strDescending = 'Azalan'; -$strDescription = 'Tanımlama'; +$strDelimiter = 'Sınırlayıcı'; +$strDelOld = 'Şu anki sayfa, daha fazla bulunması gereksiz tablolara verilmiş referanslara sahip. Bu referansları silmek ister misiniz?'; +$strDescending = 'Büyükten Küçüğe'; +$strDescription = 'Açıklama'; $strDictionary = 'sözlük'; -$strDirtyPages = 'Bozuk Sayfalar'; // not the actual translation i need some help -$strDisabled = 'Etkin değil'; -$strDisableForeignChecks = 'Yabancı anahtar işaretlerini seçilemez kıl'; +$strDirtyPages = 'Bozuk sayfalar'; +$strDisabled = 'Etkisiz'; +$strDisableForeignChecks = 'Yabancı anahtar işaretlerini etkisizleştir'; $strDisplayFeat = 'Özellikleri Göster'; $strDisplayOrder = 'Görünüm düzeni:'; $strDisplayPDF = 'PDF şemasını göster'; -$strDoAQuery = '

        "Örnekle sorgu" yap. (joker:%)
        '; -$strDocu = 'Yardım'; +$strDoAQuery = '"Örnek sorgu" yap. (joker: "%")'; +$strDocu = 'Belgeler'; $strDoYouReally = 'Aşağıdaki komutu uygulamak istediğinizden emin misiniz? '; $strDropDatabaseStrongWarning = 'Bütün bir veritabanını YOK ETMEK üzeresiniz!'; $strDrop = 'Kaldır'; $strDropUsersDb = 'Kullanıcılarla aynı isimlerde olan veritabanlarını kaldır.'; $strDumpingData = 'Tablo döküm verisi'; $strDumpSaved = 'Döküm dosyası %s dosyasına kaydedildi'; -$strDumpXRows = 'Satır sayısı : %s %s .satırdan başlayarak.'; +$strDumpXRows = '%s satır dökümü, %s. kayıttan başlıyor.'; $strDynamic = 'değişken'; $strEdit = 'Düzenle'; $strEditPDFPages = ' PDF Sayfalarını düzenle'; -$strEditPrivileges = 'Öncelikleri Düzenle'; -$strEffective = 'Efektif'; +$strEditPrivileges = 'Yetkileri düzenle'; +$strEffective = 'Etkili'; $strEmpty = 'Boşalt'; -$strEmptyResultSet = 'MySQL boş bir sonuç kümesi döndürdü ( sıfır satır).'; +$strEmptyResultSet = 'MySQL boş bir sonuç kümesi döndürdü (örn. sıfır satır).'; $strEnabled = 'Etkin'; -$strEncloseInTransaction = 'İşlemlerde dönüştürü ekle'; +$strEncloseInTransaction = 'İşlem içinde dışarı aktarmayı kapsa'; $strEndCut = 'END CUT'; -$strEndRaw = 'END RAW'; $strEnd = 'Son'; -$strEngineAvailable = '%s bu MySQL sunucusu üzerinde bulunmaktadır.'; $strEngineUnsupported = 'Bu MySQL sunucusu %s depolama motorunu desteklememektedir.'; -$strEngineDisabled = '%s bu MySQL sunucusu için devre dışı bırakılmıştır.'; -$strEngines = 'Motorlar'; +$strEndRaw = 'END RAW'; +$strEngineAvailable = '%s bu MySQL sunucusunda var.'; +$strEngineDisabled = '%s bu MySQL sunucusu için etkisizleştirildi.'; +$strEngines = 'Motorlar'; +$strEngineUnsupported = 'Bu MySQL sunucusu %s depolama motorunu desteklemez.'; $strEnglish = 'İngilizce'; -$strEnglishPrivileges = ' Not: MySQL yetki adları İngilizce olarak belirtilmiştir '; +$strEnglishPrivileges = ' Not: MySQL yetki adları İngilizce olarak belirtilir '; $strError = 'Hata'; -$strEscapeWildcards = '_ ve % jokerleri harfi harfine kullanılmak isteniyorsa \ ile beraber kullanılmalıdır.'; -$strEstonian = 'Estonyaca'; -$strExcelEdition = 'Excel tipi'; -$strExcelOptions = 'Excel ayarları'; +$strErrorInZipFile = 'ZIP arşivinde hata:'; +$strErrorRenamingTable = '%1$s tablo adını %2$s tablo adına değiştirme hatası'; +$strEscapeWildcards = '_ ve % jokerleri harfi harfine kullanılmak için \ ile doldurun.'; +$strEsperanto = 'Esperanto'; +$strEstonian = 'Estçe'; +$strExcelEdition = 'Excel yapısı'; +$strExcelOptions = 'Excel seçenekleri'; $strExecuteBookmarked = 'İşaretlenmiş sorguyu çalıştır'; $strExplain = 'SQL\'i açıkla'; -$strExport = 'Dönüştür'; -$strExtendedInserts = 'Tablo ismini ve INSERT deyimini sadece bir kez kullan'; +$strExport = 'Dışarı Aktar'; +$strExportMustBeFile = 'Seçili dışarı aktarma türü dosyaya kaydedilmelidir!'; +$strExtendedInserts = 'Genişletilmiş eklemeler'; $strExtra = 'Ekstra'; -$strFailedAttempts = 'Başarısız denemeler'; +$strFailedAttempts = 'Başarısız deneme'; $strField = 'Alan'; -$strFieldHasBeenDropped = '%s alanı kaldırılmıştır'; -$strFields = 'Alanlar'; +$strFieldHasBeenDropped = '%s alanı kaldırıldı'; $strFieldsEmpty = ' Alan sayısı boş! '; -$strFieldsEnclosedBy = 'Kapatma karakteri'; -$strFieldsEscapedBy = 'Kaçış karakteri'; -$strFieldsTerminatedBy = 'Alan sonu karakteri'; -$strFileAlreadyExists = '%s dosyası zaten serverda mevcut, dosya adını değiştirin veya üzerine yaz seçeneğini seçin! '; +$strFieldsEnclosedBy = 'Alanları kapsayan:'; +$strFieldsEscapedBy = 'Alanları dolduran:'; +$strFields = 'Alanlar'; +$strFieldsTerminatedBy = 'Alanları sonlandıran:'; +$strFileAlreadyExists = '%s dosyası zaten sunucuda var, dosya adını değiştirin veya üzerine yazma seçeneğini işaretleyin.'; $strFileCouldNotBeRead = 'Dosya okunamadı'; -$strFileNameTemplate = 'Dosya ismi şablonu'; +$strFileNameTemplateDescriptionDatabase = 'veritabanı adı'; +$strFileNameTemplateDescriptionServer = 'sunucu adı'; +$strFileNameTemplateDescriptionTable = 'tablo adı'; +$strFileNameTemplateDescription = 'Bu değer %1$sstrftime%2$s kullanılarak yorumlanır, bu yüzden zaman biçimlendirme dizgisi kullanabilirsiniz. İlave olarak yandaki dönüşümler meydana gelecek: %3$s. Diğer metin olduğu gibi tutulacak.'; +$strFileNameTemplate = 'Dosya adı şablonu'; $strFileNameTemplateRemember = 'şablonu hatırla'; +$strFileToImport = 'İçeri aktarmak için dosya'; $strFixed = 'Sabit'; -$strFlushPrivilegesNote = 'Not: phpMyAdmin kullanıcıların yetkilerini direkt olarak MySQL\'ün yetki tablolarından alır.Bu tabloların içerikleri eğer elle değişiklik yapılmışsa sunucunun kullandığı yetkilerden farklı olabilir.Bu durumda devam etmeden önce %syetkileri yeniden yüklemeniz gerekir%s .'; -$strFlushTable = 'Tabloyu yeniden yükle("FLUSH")'; +$strFlushPrivilegesNote = 'Not: phpMyAdmin kullanıcıların yetkilerini doğrudan MySQL\'in yetki tablolarından alır. Bu tabloların içerikleri, eğer elle değiştirildiyse sunucunun kullandığı yetkilerden farklı olabilir. Bu durumda devam etmeden önce %syetkileri yeniden yüklemeniz%s gerekir.'; +$strFlushQueryCache = 'Sorgu önbelleğini temizle'; +$strFlushTable = 'Tabloyu temizle ("FLUSH")'; +$strFlushTables = 'Tüm tabloları temizle (kapat)'; +$strFontSize = 'Tazı Tipi boyutu'; $strFormat = 'Biçim'; -$strFormEmpty = 'Form\'da eksik değer !'; -$strFreePages = 'Serbest Sayfalar'; -$strFullText = 'Tüm metinler'; -$strFunction = 'Fonksiyon'; +$strFormEmpty = 'Formda eksik değer!'; +$strFreePages = 'Serbest sayfalar'; +$strFullText = 'Tam Metinler'; +$strFunction = 'İşlev'; +$strFunctions = 'İşlevler'; -$strGenBy = 'üretildi:'; +$strGenBy = 'Üreten:'; $strGeneralRelationFeat = 'Genel ilişki özellikleri'; -$strGenerate = 'Oluştur'; -$strGeneratePassword = 'Şifre Oluştur'; -$strGenTime = 'Çıktı Tarihi'; +$strGenerate = 'Üret'; +$strGeneratePassword = 'Parola Üret'; +$strGenTime = 'Üretim Zamanı'; $strGeorgian = 'Gürcüce'; $strGerman = 'Almanca'; $strGlobal = 'genel'; -$strGlobalPrivileges = 'Global yetkiler'; -$strGlobalValue = 'Global değer'; +$strGlobalPrivileges = 'Genel yetkiler'; +$strGlobalValue = 'Genel değer'; $strGo = 'Git'; -$strGrantOption = 'Hak'; +$strGrantOption = 'Onayla'; $strGreek = 'Yunanca'; -$strGzip = '"gzip"'; +$strGzip = '"gzip olarak"'; -$strHasBeenAltered = 'düzenlendi.'; -$strHasBeenCreated = 'yaratıldı.'; +$strHandler = 'Denetimci'; +$strHasBeenAltered = 'değiştirildi.'; +$strHasBeenCreated = 'oluşturuldu.'; $strHaveToShow = 'Görüntülemek için en az bir sütun seçmelisiniz'; $strHebrew = 'İbranice'; -$strHexForBinary = 'Binari alanları için onaltılık sayı sistemini kullan.'; -$strHome = 'Ana Sayfa'; -$strHomepageOfficial = 'phpMyAdmin Web Sayfası'; -$strHostEmpty = 'Sunucu ismi alanı boş!'; -$strHost = 'Sunucu'; +$strHexForBinary = 'Binari alanları için onaltılık sayı sistemini kullan'; +$strHome = 'Giriş'; +$strHomepageOfficial = 'Resmî phpMyAdmin Anasayfası'; +$strHostEmpty = 'Anamakine adı boş!'; +$strHost = 'Anamakine'; +$strHTMLExcel = 'Microsoft Excel 2000'; +$strHTMLExcelOptions = 'Microsoft Excel 2000 dışarı aktarma seçenekleri'; +$strHTMLWord = 'Microsoft Word 2000'; +$strHTMLWordOptions = 'Microsoft Word 2000 dışarı aktarma seçenekleri'; $strHungarian = 'Macarca'; $strIcelandic = 'İzlandaca'; $strId = 'ID'; -$strIdxFulltext = 'Tüm metinler'; -$strIgnoreInserts = 'Kayıt eklemeleri yoksayı kullan'; +$strIdxFulltext = 'Tam metin'; +$strIgnoreDuplicates = 'Kopya satırları yoksay'; $strIgnore = 'Yoksay'; -$strIgnoringFile = '%s dosyasını yoksayıyor'; -$strImportDocSQL = 'docSQL dosyalarını dönüştür '; -$strImportFiles = 'Dosyaları dönüştür'; +$strIgnoreInserts = 'Yoksayılan eklemeleri kullan'; +$strIgnoringFile = '%s dosyası yoksayılıyor'; +$strImportDocSQL = 'docSQL Dosyalarını İçeri Aktar'; +$strImportFiles = 'Dosyaları içeri aktar'; +$strImportFormat = 'İçeri aktarılmış dosyanın biçimi'; +$strImport = 'İçeri Aktar'; +$strImportSuccessfullyFinished = 'İçeri aktarma başarılı olarak bitti, %d sorgu çalıştırıldı.'; $strIndexes = 'İndeksler'; -$strIndexHasBeenDropped = '%s indeks\'i silindi.'; +$strIndexHasBeenDropped = '%s indeksi kaldırıldı'; $strIndex = 'İndeks'; -$strIndexName = 'İndeks ismi :'; -$strIndexType = 'İndeks tipi :'; -$strIndexWarningMultiple = '`%s` sütunu için birden fazla %s anahtarı yaratıldı. '; -$strIndexWarningPrimary = 'PRIMARY ve INDEX anahtarlarının ikisine birden `%s` sütunu için değer verilemez.'; -$strIndexWarningTable = '`%s` tablosunun indexleri ile ilgili sorunlar'; -$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`'; -$strInnoDBAutoextendIncrement = 'Artış miktarını otomatik olarak arttır'; -$strInnoDBAutoextendIncrementDesc = ' Otomatik genişleyen tablo boyutu boş olduğunda otomatik genişleyen tablo boşluğunun boyutun artış miktarı.'; -$strInnoDBDataFilePath = 'Veri dosyaları'; -$strInnoDBDataHomeDirDesc = 'InnoDB veri dosyaları için dizin yolunun ortak kullanılan kısmı.'; -$strInnoDBDataHomeDir = 'Veri ana dizini '; -$strInnodbStat = 'InnoDB durumu'; -$strInsecureMySQL = 'Konfigurasyon dosyanız (şifresiz root) varsayılan MySQL yetki dosyasıyla aynen uyuşan ayarlar içeriyor.MySQL sunucunuz bu varsayılan ayarlarla çalışıyor,dışardan girişe açık,ve bu güvenlik açığını hemen düzeltmeniz gerekmektedir.'; +$strIndexName = 'İndeks ismi:'; +$strIndexType = 'İndeks türü :'; +$strIndexWarningMultiple = 'Birden fazla %s anahtarı `%s` sütunu için oluşturuldu.'; +$strIndexWarningPrimary = 'PRIMARY ve INDEX anahtarlarının her ikisi de `%s` sütunu için ayarlanmamalıdır.'; +$strIndexWarningTable = '`%s` tablosunun indeksleri ile ilgili sorunlar'; +$strIndexWarningUnique = 'UNIQUE ve INDEX anahtarlarının her ikisi de `%s` sütunu için ayarlanmamalıdır.'; +$strInnoDBAutoextendIncrement = 'Artış miktarını otomatik genişlet'; +$strInnoDBAutoextendIncrementDesc = 'Tablo dolduğunda otomatik genişleyen tablo alanının genişlemesi için artış miktarı boyutu.'; +$strInnoDBBufferPoolSize = 'Ara bellek havuzu boyutu'; +$strInnoDBBufferPoolSizeDesc = 'Hafıza ara belleği boyutu InnoDB, veriyi önbelleklemek ve tablolarını indekslemek için kullanır.'; +$strInnoDBDataFilePath = 'Veri dosyaları'; +$strInnoDBDataHomeDir = 'Veri ana dizini'; +$strInnoDBDataHomeDirDesc = 'Tüm InnoDB veri dosyaları için dizin yolunun ortak kısmı.'; +$strInnoDBPages = 'sayfa'; +$strInnodbStat = 'InnoDB Durumu'; +$strInsecureMySQL = 'Yapılandırma dosyanız varsayılan MySQL yetkili hesapla uyuşan ayarlar (parolasız root) içeriyor. MySQL sunucunuz bu varsayılan, dışardan girişe açık ayarlarla çalışıyor ve bu güvenlik açığını gerçekten düzeltmeniz gerekmektedir.'; $strInsertAsNewRow = 'Yeni satır olarak ekle'; $strInsertedRowId = 'Satır id\'si eklendi:'; $strInsertedRows = 'Eklenen satırlar:'; $strInsert = 'Ekle'; -$strInternalNotNecessary = '* InnoDb\'nin içinde zaten bir iç ilişki var ise gerekli değildir.'; +$strInternalNotNecessary = '* InnoDb\'de zaten bir iç ilişki olduğunda bu gerekli değildir.'; $strInternalRelations = 'İç ilişkiler'; $strInUse = 'kullanımda'; +$strInvalidAuthMethod = 'Yapılandırma içinde geçersiz kimlik denetimi yöntemi ayarı:'; $strInvalidColumnCount = 'Sütun sayısı sıfırdan büyük olmalı.'; -$strInvalidFieldAddCount = 'En azından bir alan eklemeniz gerekmektedir..'; +$strInvalidColumn = 'Geçersiz sütun (%s) belirlenmiş!'; +$strInvalidCSVFieldCount = 'CSV girişinde %d. satırda geçersiz alan sayısı.'; +$strInvalidCSVFormat = 'CSV girişinin %d. satırında geçersiz biçim.'; +$strInvalidCSVParameter = 'CSV girişi için geçersiz parametre: %s'; +$strInvalidDatabase = 'Geçersiz veritabanı'; +$strInvalidFieldAddCount = 'En az bir alan eklemek zorundasınız.'; $strInvalidFieldCount = 'Tablonun en az bir alanı olmalı.'; +$strInvalidLDIImport = 'Bu eklenti sıkıştırılmış içeri aktarım dosyalarını desteklemez!'; $strInvalidRowNumber = '%d geçerli bir satır sayısı değil.'; +$strInvalidServerHostname = '%1$s sunucusu için geçersiz anamakine. Lütfen yapılandırmanızı gözden geçirin.'; +$strInvalidServerIndex = 'Geçersiz sunucu indeksi: "%s"'; +$strInvalidTableName = 'Geçersiz tablo adı'; $strJapanese = 'Japonca'; +$strJoins = 'Birleştirmeler'; $strJumpToDB = '"%s" veritabanına git.'; -$strJustDeleteDescr = '"silinmiş" kullanıcılar, yetkiler yeniden yüklenmedikçe ,hala sunucuya normaldeki gibi erişilebilecek '; -$strJustDelete = 'Kullanıcıları yetki tablolarından sil .'; +$strJustDeleteDescr = '"Silinmiş" kullanıcılar, yetkiler yeniden yüklenene kadar her zaman olduğu gibi sunucuya hala erişilebileceklerdir.'; +$strJustDelete = 'Sadece kullanıcıları yetki tablolarından sil.'; -$strKeepPass = 'Şifreyi değiştirme'; +$strKeepPass = 'Parolayı değiştirme'; +$strKeyCache = 'Anahtar önbelleği'; $strKeyname = 'Anahtar ismi'; -$strKill = 'Kapat'; +$strKill = 'Sonlandır'; $strKorean = 'Korece'; $strLandscape = 'Peyzaj'; -$strLatchedPages = 'Mandallanmış Sayfalar'; //also this +$strLanguageFileNotFound = 'Dil dosyası "%1$s" bulunamadı.'; +$strLanguage = 'Dil'; +$strLanguageUnknown = 'Bilinmeyen dil: %1$s.'; +$strLatchedPages = 'Sabitlenmiş sayfalar'; $strLatexCaption = 'Tablo başlığı'; $strLatexContent = '__TABLE__ tablosunun içeriği'; -$strLatexContinuedCaption = 'devam eden tablo başlığı'; +$strLatexContinuedCaption = 'Devam eden tablo başlığı'; $strLatexContinued = '(devam eden)'; -$strLatexIncludeCaption = 'Tablo başlığını içer'; +$strLatexIncludeCaption = 'Tablo başlığını dahil et'; $strLatexLabel = 'Etiket anahtarı'; $strLaTeX = 'LaTeX'; $strLaTeXOptions = 'LaTeX seçenekleri'; $strLatexStructure = '__TABLE__ tablosunun yapısı'; $strLatvian = 'Litvanyaca'; -$strLengthSet = 'Boyut/Değerler*'; -$strLimitNumRows = 'Sayfa başına kayıt sayısı :'; -$strLinesTerminatedBy = 'Satır sonu'; -$strLinkNotFound = 'Link bulunamadı'; -$strLinksTo = 'Linkler->'; +$strLDI = 'VERİ YÜKLE kullanarak CSV'; +$strLDIImportOptions = 'VERİ YÜKLE kullanarak CSV içeri aktarımı için seçenekler'; +$strLDILocal = 'YEREL anahtar kelime kullan'; +$strLengthSet = 'Uzunluk/Değerler'; +$strLimitNumRows = 'Sayfa başına satır sayısı'; +$strLinesTerminatedBy = 'Satırı sonlandıran:'; +$strLinkNotFound = 'Bağlantı bulunamadı'; +$strLinksTo = 'Şuna bağlantı ver ->'; $strLithuanian = 'Litvanyaca'; -$strLocalhost = 'Lokal'; -$strLocationTextfile = 'Dosyadan yükle'; -$strLoginInformation = 'Login bilgisi'; -$strLogin = 'Login'; -$strLogout = 'Çıkış'; -$strLogPassword = 'Şifre:'; +$strLocalhost = 'Yerel'; +$strLocationTextfile = 'Metin dosyasının yeri'; +$strLoginInformation = 'Oturum Açma Bilgisi'; +$strLogin = 'Oturum Aç'; +$strLogout = 'Oturumu Kapat'; +$strLogPassword = 'Parola:'; $strLogServer = 'Sunucu'; $strLogUsername = 'Kullanıcı Adı:'; -$strLongOperation = 'Bu işlem çok uzun sürebilir. Devam etmek istediğiniz emin misiniz?'; +$strLongOperation = 'Bu işlem uzun zaman alabilir. Yine de ilerlensin mi?'; -$strMaximumSize = 'En büyük boyut: %s%s'; -$strMbExtensionMissing = 'mbstring PHP uzantısı bulunamadı ve multibyte karakter seti kullanmaktasınız. Eğer mbstring uzantısı bulunmazsa phpMyAdmin karakter dizilerini düzgün bir şekilde bölemeyeceği için beklenmeyen sonuçlar oluşabilir.'; -$strMbOverloadWarning = 'mbstring.func_overload PHP konfigürasyon dosyanızda etkinleştirilmiş durumda. Bu seçenek phpMyAdmin ile uyumsuzluk göstermekte ve bazı verilerin bozulmasına yol açabilir!'; -$strMIME_available_mime = 'Uygun MIME-tipleri'; -$strMIME_available_transform = 'Uygun dönüşümler'; -$strMIME_description = 'Tanımlama'; -$strMIME_MIMEtype = 'MIME-tip'; -$strMIME_nodescription = 'Bu dönüşüm için uygun bilgi bulunmamaktadır.
        Lütfen yazara %s ne yapar diye sorun'; -$strMIME_transformation_note = 'Uygun dönüşüm seçeneklerinin listesi ve onların MIME-tip dönüşümleri için, %sdönüşüm tanımlamarı%s\'na tıklayın'; -$strMIME_transformation_options = 'Dönüşüm seçenekleri'; -$strMIME_transformation_options_note = 'Lütfen dönüşüm seçenekleri için değerleri bu şekili kullanarak giriniz: \'a\',\'b\',\'c\'...
        Backslash ("\") veya tek tırnak ("\'") kullamanız gerekiyorsa, şu şekilde kullanın : \'\\\\xyz\' veya \'a\\\'b\').'; +$strMaxConnects = 'En fazla eşzamanlı bağlantı'; +$strMaximalQueryLength = 'Oluşturulan sorgunun azami uzunluğu'; +$strMaximumSize = 'En fazla: %s%s'; +$strMbExtensionMissing = 'mbstring PHP uzantısı bulunamadı ve çoklu bayt karakter grubu kullandığınız görünüyor. Mbstring uzantısı olmadan phpMyAdmin karakter dizgilerini doğru olarak bölemez ve bu beklenmedik sonuçlar doğurabilir.'; +$strMbOverloadWarning = 'PHP yapılandırmanızda mbstring.func_overload işlevini etkinleştirmişsiniz. Bu seçenek phpMyAdmin ile uyumlusuzdur ve bazı veri bozulmalarına sebep olabilir!'; +$strMIME_available_mime = 'Mevcut MIME türleri'; +$strMIME_available_transform = 'Mevcut dönüşümler'; +$strMIME_description = 'Açıklama'; +$strMIME_MIMEtype = 'MIME türü'; +$strMIME_nodescription = 'Bu dönüşüm için mevcut açıklama yok.
        Lütfen yazara %s ne yapar diye sorun.'; $strMIME_transformation = 'Tarayıcı dönüşümü'; -$strMIMETypesForTable = 'TABLO MIME TİPLERİ'; -$strMIME_without = 'İtalik olarak yazılmış MIME-tipleri ayrı bir dönüşüm fonksiyonuna sahip değildir.'; +$strMIME_transformation_note = 'Mevcut dönüşüm seçeneklerinin listesi ve bunların MIME türü dönüşümleri için %sdönüşüm tanımlamarı%s\'na tıklayın'; +$strMIME_transformation_options_note = 'Lütfen dönüşüm seçenekleri için değerleri bu biçimi kullanarak giriniz: \'a\',\'b\',\'c\'...
        Eğer bu değerler arasına hep ters eğik çizgi ("\") veya tek tırnak ("\'") koymanız gerekirse, önlerine ters eğik çizgi koyun (örneğin \'\\\\xyz\' veya \'a\\\'b\').'; +$strMIME_transformation_options = 'Dönüşüm seçenekleri'; +$strMIMETypesForTable = 'TABLO MIME TÜRLERİ'; +$strMIME_without = 'İtalik olarak yazılmış MIME türleri ayrı bir dönüşüm işlevine sahip değildir.'; $strModifications = 'Değişiklikler kaydedildi'; +$strModifyIndexTopic = 'Indeksi değiştir'; $strModify = 'Değiştir'; -$strModifyIndexTopic = 'Indeks düzenle'; +$strMoveTable = 'Tabloyu şuna (veritabanı.tablo) taşı:'; $strMoveTableOK = '%s tablosu %s üzerine taşındı.'; -$strMoveTableSameNames = 'Tabloyu aynısına taşıyamıyor!'; -$strMoveTable = 'Tabloyu (veritabanı.tablo) taşı :'; -$strMultilingual = 'çoklu dil'; -$strMyISAMDataPointerSizeDesc = 'MAX_ROWS seçeneği belirtilmediği durumlarda MyISAM tabloları için CREATE TABLE komutuyla kullanılacak olan varsayılan işaretçi boyutu (Byte olarak).'; -$strMyISAMDataPointerSize = 'Veri işaretçi boyutu'; -$strMyISAMMaxExtraSortFileSizeDesc = 'Hızlı MyISAM indeksi oluşturulması sırasında kullanılan geçici dosya belirtilen boyutta anahtar önbellek kullanılması durumunda oluşacak olan dosyadan büyük olacaksa, anahtar önbellek metodunu seçiniz.'; -$strMyISAMMaxExtraSortFileSize = 'İndeks oluşturmada kullanılan maksimum geçici dosyalar boyutu'; -$strMyISAMMaxSortFileSizeDesc = 'MySQL\’in bir MyISAM indeksini yeniden oluştururken kullandığı geçici dosyanın maksimum boyutu (REPAIR TABLE, ALTER TABLE, ya da LOAD DATA INFILE sırasında).'; -$strMyISAMMaxSortFileSize = 'Maksimum geçici sıralama dosyaları boyutu.'; -$strMyISAMRecoverOptions = 'Otomatik Kurtarma Modu'; $strMyISAMRecoverOptionsDesc = '-myisam-recover şeklinde sunucu başlangıç komutu olarak ayarlanabilen ve çöken MyISAM tablolarını otomatik olarak kurtarmak amacıyla kullanılan mod,.'; -$strMyISAMRepairThreadsDesc = 'Bu değer 1\’den büyükse, işlem sıralama yoluyla yapılan Onarım (Repair) sırasında MyISAM tablosu indeksleri (her bir indeks kendi işlemi içinde ) paralel olarak yaratılır. '; -$strMyISAMRepairThreads = 'İşlemleri Onar'; -$strMyISAMSortBufferSizeDesc = 'Bir REPAIR TABLE komutuyla MyISAM indeksleri sıralanırken ya da CREATE INDEX ya da ALTER TABLE komutuyla indekslerin oluşturulması sırasında için ayrılan ara bellek miktarı.'; -$strMyISAMSortBufferSize = 'Listeleme ara bellek boyutu'; -$strMySQLCharset = 'MySQL karakter seti'; +$strMoveTableSameNames = 'Tablo aynısına taşınamıyor!'; +$strMultilingual = 'çokdilli'; +$strMyISAMDataPointerSize = 'Veri imleci boyutu'; +$strMyISAMDataPointerSizeDesc = 'MAX_ROWS seçeneği belirlenmediğinde MyISAM tabloları için CREATE TABLE komutuyla kullanılacak olan bayt cinsinden varsayılan imleç boyutu.'; +$strMyISAMMaxExtraSortFileSizeDesc = 'Eğer hızlı MyISAM indeksi oluşturulması için kullanılan geçici dosya, burada belirlenmiş miktar tarafından kullanılan anahtar önbelleğinden büyükse, anahtar önbellek yöntemi tercih edilir.'; +$strMyISAMMaxExtraSortFileSize = 'İndeks oluşturmada kullanılan geçici dosyalar için en fazla boyut'; +$strMyISAMMaxSortFileSizeDesc = 'MySQL\'in, bir MyISAM indeksi yeniden oluşturulurken kullanmaya izin verdiği geçici dosyanın en fazla boyutu (REPAIR TABLE, ALTER TABLE, ya da LOAD DATA INFILE sırasında).'; +$strMyISAMMaxSortFileSize = 'Geçici sıralama dosyaları için en fazla boyut.'; +$strMyISAMRecoverOptions = 'Otomatik kurtarma kipi'; +$strMyISAMRecoverOptionsDesc = '-myisam-recover sunucusu başlat seçeneği yoluyla ayarlanan, çökmüş MyISAM tablolarını otomatik kurtarmak için kip.'; +$strMyISAMRepairThreadsDesc = 'Eğer bu değer 1\'den büyükse, sıralama işlemi tarafından yapılan onarma sırasında, MyISAM tablosu indeksleri (her bir indeks kendi işlemi içinde) paralel olarak oluşturulur.'; +$strMyISAMRepairThreads = 'İşlemleri onar'; +$strMyISAMSortBufferSizeDesc = 'Bir REPAIR TABLE komutu sırasında MyISAM indeksleri sıralanırken ya da CREATE INDEX veya ALTER TABLE komutuyla indeksler oluşturulduğunda ayrılan ara bellek miktarı.'; +$strMyISAMSortBufferSize = 'Ara bellek boyutunu sırala'; +$strMySQLCharset = 'MySQL karakter grubu'; +$strMysqlClientVersion = 'MySQL istemci sürümü'; $strMySQLConnectionCollation = 'MySQL bağlantı karşılaştırması'; $strMySQLSaid = 'MySQL çıktısı: '; $strMySQLShowProcess = 'İşlemleri göster'; -$strMySQLShowStatus = 'MySQL çalışma zamanı bilgisini göster'; +$strMySQLShowStatus = 'MySQL çalışma süresi bilgisini göster'; $strMySQLShowVars = 'MySQL sistem değişkenlerini göster'; $strName = 'İsim'; $strNext = 'Sonraki'; -$strNoActivity = '%s veya daha fazla saniye boyunca hiçbir işlem yapılmadı, lütfen yeniden giriş yapınız'; -$strNoDatabasesSelected = 'Veritabanı seçilmedi.'; +$strNoActivity = '%s saniye içinde hiçbir işlem yapılmadı, lütfen yeniden oturum açın'; $strNoDatabases = 'Veritabanı yok'; -$strNoDescription = 'Tanımlama yok'; -$strNoDetailsForEngine = 'Bu depolama motoru için detaylı durum bilgisi bulunmamaktadır.'; -$strNoDropDatabases = '"DROP DATABASE" cümlesi burada kullanılamaz.'; -$strNoExplain = 'SQL açıklamasını yapma'; -$strNoFrames = 'phpMyAdmin frame destekli bir tarayıcı ile daha iyi çalışmaktadır...'; -$strNo = 'Hayır'; -$strNoIndex = 'Indeks tanımlanmadı!'; -$strNoIndexPartsDefined = 'Indeks kısmı tanımlanmadı!'; +$strNoDatabasesSelected = 'Veritabanı seçilmedi.'; +$strNoDataReceived = 'İçeri aktarmak için veri alınmadı. Ya dosya adı gönderilmedi ya da PHP yapılandırmanız tarafından izin verilen en fazla boyut aşıldı. SSS 1.16\'ya bakın.'; +$strNoDescription = 'Açıklama yok'; +$strNoDetailsForEngine = 'Bu depolama motoru için ayrıntılı durum bilgisi mevcut değil.'; +$strNoDropDatabases = '"DROP DATABASE" ifadesi etkisiz.'; +$strNoExplain = 'SQL Açıklamasını atla'; +$strNoFilesFoundInZip = 'ZIP arşivi içinde hiç dosya bulunamadı!'; +$strNoFrames = 'phpMyAdmin, çerçeve-kabiliyeti olan tarayıcı ile daha kullanışlıdır.'; +$strNoIndex = 'İndeks tanımlanmadı!'; +$strNoIndexPartsDefined = 'İndeks kısımları tanımlanmadı!'; $strNoModification = 'Değişiklik yok'; $strNone = 'Hiçbiri'; -$strNoOptions = 'Bu düzenin seçeği yok'; -$strNoPassword = 'Şifre yok'; -$strNoPermission = 'Web sunucusu %s dosyasını kaydetmek için izne sahip değil.'; -$strNoPhp = ' PHP kodsuz'; -$strNoPrivileges = 'Buna yetkiniz yok'; -$strNoRights = 'Burada bulunmak için yeterli haklara sahip değilsiniz!'; +$strNo = 'Hayır'; +$strNoOptions = 'Bu biçimin seçenekleri yok'; +$strNoPassword = 'Parola yok'; +$strNoPermission = 'Web sunucusu %s dosyasını kaydetmek için izne sahip değil.'; +$strNoPhp = 'PHP Kodsuz'; +$strNoPrivileges = 'Yetkiler yok'; +$strNoRights = 'Burada bulunmak için yeterli izinlere sahip değilsiniz!'; $strNoRowsSelected = 'Satır seçilmedi'; -$strNoSpace = '%s dosyasını kaydetmek için yeterli alan yok.'; +$strNoSpace = '%s dosyasını kaydetmek için yetersiz alan.'; $strNoTablesFound = 'Veritabanında tablo bulunamadı.'; -$strNoThemeSupport = 'Tema desteği bulunmuyor,lütfen ayarları ve/veya %s dizinindeki temalarınızı kontrol ediniz'; -$strNotNumber = 'Lütfen bir sayı giriniz!'; -$strNotOK = 'Tamam değil'; -$strNotSet = '%s tablosu bulunamadı veya %s içinde tanımlanmadı'; +$strNoThemeSupport = 'Tema desteği yok, lütfen yapılandırmanızı ve/veya %s dizinindeki temalarınızı kontrol edin.'; +$strNotNumber = 'Bu bir sayı değil!'; +$strNotOK = 'TAMAM değil'; +$strNotSet = '%s tablosu bulunamadı veya %s içinde ayarlanmadı'; $strNoUsersFound = 'Kullanıcı(lar) bulunamadı.'; -$strNoValidateSQL = 'SQL doğrulamasını yapma'; +$strNoValidateSQL = 'SQL Doğrulamasını atla'; $strNull = 'Boş'; -$strNumberOfFields = 'Alan Sayısı'; -$strNumSearchResultsInTable = '%s ( %s tablosu içinde aramanıza uyan kayıt sayısı ) '; -$strNumSearchResultsTotal = 'Toplam: %s eşleşim'; +$strNumberOfFields = 'Alan sayısı'; +$strNumSearchResultsInTable = '%s eşleşme, %s tablosu içinde'; +$strNumSearchResultsTotal = 'Toplam: %s eşleşme'; $strNumTables = 'Tablolar'; -$strOK = 'Tamam'; +$strOK = 'TAMAM'; +$strOpenDocumentSpreadsheet = 'Açık Belge Hesap Çizelgesi'; +$strOpenDocumentSpreadsheetOptions = 'Açık Belge Hesap Çizelgesi seçenekleri'; +$strOpenDocumentText = 'Açık Belge Metini'; +$strOpenDocumentTextOptions = 'Açık Belge Metini seçenekleri'; +$strOpenNewWindow = 'Yeni phpMyAdmin penceresi aç'; $strOperations = 'İşlemler'; -$strOperator = 'İşlemci'; -$strOptimizeTable = 'Tabloyu optimize et'; -$strOr = 'veya'; -$strOverhead = 'Kullanılamayan Veri'; -$strOverwriteExisting = 'Mevcut dosyaların üzerine yaz!'; +$strOperator = 'İşletici'; +$strOptimizeTable = 'Tabloyu uyarla'; +$strOr = 'Veya'; +$strOverhead = 'Ek Yük'; +$strOverwriteExisting = 'Mevcut dosya(ların)nın üzerine yaz'; $strPageNumber = 'Sayfa numarası:'; -$strPagesToBeFlushed = 'Yeniden yüklenecek sayfaları göster (flush)'; -$strPaperSize = 'Kağıt boyu'; +$strPagesToBeFlushed = 'Temizlenen sayfalar'; +$strPaperSize = 'Kağıt boyutu'; +$strPartialImport = 'Kısmi içeri aktarma'; $strPartialText = 'Kısmi Metinler'; -$strPasswordChanged = '%s için şifre başarıyla değiştirildi.'; -$strPasswordEmpty = 'Şifre alanı doldurulmadı!'; -$strPasswordHashing = 'Şifre Hash yöntemi'; -$strPasswordNotSame = 'Girilen şifreler uyuşmuyor!'; -$strPassword = 'Şifre'; +$strPasswordChanged = '%s için parola başarılı olarak değiştirildi.'; +$strPasswordEmpty = 'Parola boş!'; +$strPasswordHashing = 'Parola Hesaplanıyor'; +$strPasswordNotSame = 'Parolalar birbiriyle aynı değil!'; +$strPassword = 'Parola'; $strPdfDbSchema = ' "%s" veritabanının şeması - Sayfa %s'; -$strPdfInvalidTblName = ' "%s" tablosu bulunamıyor !'; -$strPdfNoTables = 'Tablo yok'; +$strPdfInvalidTblName = ' "%s" tablosu yok!'; +$strPdfNoTables = 'Tablolar yok'; +$strPDFOptions = 'PDF seçenekleri'; +$strPDF = 'PDF'; +$strPDFReportExplanation = '(Tek tablonun verisini içeren bir rapor üretir)'; +$strPDFReportTitle = 'Rapor başlığı'; $strPerHour = 'saat başına'; $strPerMinute = 'dakika başına'; $strPerSecond = 'saniye başına'; $strPersian = 'Farsça'; $strPhoneBook = 'telefon defteri'; -$strPHP40203 = ' Ciddi bir multi-byte karakter dizisi (mbstring) hatasına sahip olan PHP 4.2.3 kullanıyorsunuz,. PHP hata raporu 19404\' e bakınız. Bu sürümün phpMyAdmin\'le kullanılması önerilmez.'; -$strPhp = 'PHP kodu oluştur'; +$strPHP40203 = 'Ciddi bir çoklu-bayt karakter dizgisi (mbstring) hatasına sahip olan PHP 4.2.3 kullanıyorsunuz. PHP hata raporu 19404\' e bakınız. PHP\'nin bu sürümünün phpMyAdmin\'le kullanılması önerilmez.'; +$strPhp = 'PHP Kodu oluştur'; $strPHPVersion = 'PHP Sürümü'; -$strPmaDocumentation = 'phpMyAdmin yardım'; -$strPmaUriError = '$cfg[\'PmaAbsoluteUri\']\' nin değeri konfigurasyon dosyasının içinde verilmelidir!'; -$strPolish = 'Lehce'; +$strPmaDocumentation = 'phpMyAdmin belgeleri'; +$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] talimatı yapılandırma dosyanız içinde AYARLANMAK zorundadır!'; +$strPolish = 'Lehçe'; $strPortrait = 'Portre'; -$strPos1 = 'Başlangıç'; +$strPos1 = 'Yukarı'; $strPrevious = 'Önceki'; +$strPrimaryKeyHasBeenDropped = 'Birincil anahtar kaldırıldı'; +$strPrimaryKeyName = 'Birincil anahtarın ismi "PRIMARY" olmalıdır!'; +$strPrimaryKeyWarning = '("PRIMARY" sadece ve sadece bir birincil anahtarın ismi olmalıdır!'; $strPrimary = 'Birincil'; -$strPrimaryKeyHasBeenDropped = 'Birincil anahtar silindi'; -$strPrimaryKeyName = 'PRIMARY KEY TEK olmalıdır!'; -$strPrimaryKeyWarning = '# PRIMARY sadece birincil bir anahtarın ismi olmalıdır!'; -$strPrintViewFull = 'Yazıcı görüntüsü (tüm metin)'; -$strPrintView = 'Yazıcı görüntüsü'; $strPrint = 'Yazdır'; +$strPrintViewFull = 'Baskı görünümü (tüm metinler ile)'; +$strPrintView = 'Baskı görünümü'; $strPrivDescAllPrivileges = 'GRANT hariç tüm yetkileri içerir.'; -$strPrivDescAlter = 'Varolan tablonun yapısının değiştirilmesine izin verir.'; +$strPrivDescAlter = 'Varolan tabloların yapısının değiştirilmesine izin verir.'; +$strPrivDescAlterRoutine = 'Depolanan yordamların değiştirilmesine ve kaldırılmasına izin verir.'; $strPrivDescCreateDb = 'Yeni veritabanları ve tabloların oluşturulmasına izin verir.'; +$strPrivDescCreateRoutine = 'Depolanan yordamların oluşturulmasına izin verir.'; $strPrivDescCreateTbl = 'Yeni tabloların oluşturulmasına izin verir.'; $strPrivDescCreateTmpTable = 'Geçici tablolara oluşturulmasına izin verir.'; +$strPrivDescCreateUser = 'Kullanıcı hesaplarının oluşturulmasına, kaldırılmasına ve yeniden adlandırılmasına izin verir.'; +$strPrivDescCreateView = 'Yeni görünümlerin oluşturulmasına izin verir.'; $strPrivDescDelete = 'Veri silinmesine izin verir.'; $strPrivDescDropDb = 'Veritabanları ve tabloların kaldırılmasına izin verir.'; $strPrivDescDropTbl = 'Tabloların kaldırılmasına izin verir.'; -$strPrivDescExecute = 'Kaydedilmiş yordamların çalıştırılmasına izin verir.; Bu MySQL sürümünde etkisi yoktur.'; -$strPrivDescFile = 'Data import ve export\'una izin verir.'; -$strPrivDescGrant = 'İmtiyaz tablolarını yeniden yüklemeden yeni kullanıcı ve yetki eklenmesine izin verir.'; -$strPrivDescIndex = 'İndekslerin yaratılmasına ve kaldırılmasına izin verir.'; -$strPrivDescInsert = 'Verinin eklenmesine ve yer değiştirilmesine izin verir.'; -$strPrivDescLockTables = 'Geçerli işlem için tabloların kilitlenmesine izin verir.'; -$strPrivDescMaxConnections = 'Kullanıcının saat başına açabileceği bağlantıyı sınırlar.'; +$strPrivDescExecute5 = 'Depolanan yordamların yürütülmesine izin verir.'; +$strPrivDescExecute = 'Depolanmış işlemlerin çalıştırılmasına izin verir; bu MySQL sürümünde etkisi yoktur.'; +$strPrivDescFile = 'Verinin içeri ve dışarı aktarılmasına izin verir.'; +$strPrivDescGrant = 'Yetki tablolarını yeniden yüklemeden yeni kullanıcıların ve yetkilerin eklenmesine izin verir.'; +$strPrivDescIndex = 'İndekslerin oluşturulmasına ve kaldırılmasına izin verir.'; +$strPrivDescInsert = 'Verinin eklenmesine ve yerinin değiştirilmesine izin verir.'; +$strPrivDescLockTables = 'Şu anki işlem için tabloların kilitlenmesine izin verir.'; +$strPrivDescMaxConnections = 'Kullanıcının saat başına açabileceği yeni bağlantı sayısını sınırlar.'; $strPrivDescMaxQuestions = 'Kullanıcının saat başına sunucuya gönderebileceği sorgu sayısını sınırlar.'; -$strPrivDescMaxUpdates = 'Kullanıcının,saat başına çalıştırabileceği,herhangi bir tablo veya veritabanı değiştiren komut sayısını sınırlar.'; -$strPrivDescProcess3 = 'Diğer kullanıcıların işlemlerinin kapatılmasına izin verir.'; +$strPrivDescMaxUpdates = 'Kullanıcının saat başına çalıştırabileceği herhangi bir tabloyu veya veritabanını değiştiren komut sayısını sınırlar.'; +$strPrivDescMaxUserConnections = 'Kullanıcının eşzamanlı bağlantı sayısını sınırlar.'; +$strPrivDescProcess3 = 'Diğer kullanıcıların işlemlerinin sonlandırılmasına izin verir.'; $strPrivDescProcess4 = 'İşlem listesindeki bütün sorguların görüntülenmesine izin verir.'; $strPrivDescReferences = 'Bu MySQL sürümünde etkisi yoktur.'; -$strPrivDescReload = 'Sunucu ayarlarının yeniden yüklenmesine ve önbelleğin silinmesine izin verir'; -$strPrivDescReplClient = 'Kullanıcılara Slave ve Master\'ların nerede olduğunu sorma hakkını verir.'; -$strPrivDescReplSlave = 'Kopya slave\'ler için gerekli.'; -$strPrivDescSelect = 'Veri okunmasına izin ver.'; -$strPrivDescShowDb = 'Bütün veritabanları listesine erişim verir.'; +$strPrivDescReload = 'Sunucu ayarlarının yeniden yüklenmesine ve sunucunun önbelleğinin temizlenmesine izin verir'; +$strPrivDescReplClient = 'Kullanıcılara Slave ve Master\'ların nerede olduğunu sormasına izin verir.'; +$strPrivDescReplSlave = 'Çoğaltılan slave\'ler için gereklidir.'; +$strPrivDescSelect = 'Veri okunmasına izin verir.'; +$strPrivDescShowDb = 'Bütün veritabanı listesine erişim verir.'; +$strPrivDescShowView = 'SHOW CREATE VIEW sorgularının yapılmasına izin verir.'; $strPrivDescShutdown = 'Sunucunun kapatılmasına izin ver.'; -$strPrivDescSuper = 'Maksimum bağlantı sayısı aşılsa bile bağlanmasına izin ver;Global değişkenleri saptamak veya diğer kullanıcıların işlemlerini sonlandırmak gibi bir çok yönetim işlemi için gereklidir.'; +$strPrivDescSuper = 'En fazla bağlantı sayısı aşılsa bile bağlanmasına izin verir; genel değişkenleri ayarlamak veya diğer kullanıcıların işlemlerini sonlandırmak gibi pek çok yönetimsel işlemler için gereklidir.'; $strPrivDescUpdate = 'Veri değiştirilmesine izin ver.'; -$strPrivDescUsage = 'İmtiyaz yok.'; -$strPrivileges = 'İmtiyazlar'; -$strPrivilegesReloaded = 'Ayrıcalıklar başarıyla yüklendi.'; +$strPrivDescUsage = 'Yetkiler yok.'; +$strPrivileges = 'Yetkiler'; +$strPrivilegesReloaded = 'Yetkiler başarılı olarak yüklendi.'; +$strProcedures = 'Yordamlar'; $strProcesses = 'İşlemler'; $strProcesslist = 'İşlem listesi'; -$strPutColNames = 'İlk satırda alan isimlerini koy'; +$strProtocolVersion = 'Protokol sürümü'; +$strPutColNames = 'İlk satır içine alan adlarını koy'; $strQBEDel = 'Del'; $strQBEIns = 'Ins'; -$strQBE = ' Sorgula'; +$strQBE = 'Sorgu'; +$strQueryCache = 'Sorgu önbelleği'; $strQueryFrame = 'Sorgu penceresi'; -$strQueryOnDb = '%s veritabanında SQL sorgusu :'; +$strQueryOnDb = '%s veritabanında SQL sorgusu:'; +$strQueryResultsOperations = 'Sorgu sonuçları işlemleri'; $strQuerySQLHistory = 'SQL geçmişi'; -$strQueryStatistics = 'Sorgu istatistikleri: Başlangıçtan bu yana sunucuya %s sorgu gönderildi.'; -$strQueryTime = 'Sorgu %01.4f san sürdü'; -$strQueryType = 'Sorgu şekli'; +$strQueryStatistics = 'Sorgu istatistikleri: Başlangıçtan beri sunucuya %s sorgu gönderildi.'; +$strQueryTime = 'Sorgu %01.4f san sürdü'; +$strQueryType = 'Sorgu türü'; $strQueryWindowLock = 'Pencere dışından bu sorgunun üzerine yazma'; -$strReceived = 'Alındı'; +$strReadRequests = 'İstekleri oku'; +$strReceived = 'Alınan'; $strRecords = 'Kayıtlar'; -$strReferentialIntegrity = 'Referans bütünlüğünü kontrol et.'; +$strReferentialIntegrity = 'İlgili bütünlük kontrolü:'; $strRefresh = 'Yenile'; -$strRelationalSchema = 'İlişki şeması'; -$strRelationNotWorking = 'İlişkili tablolarla çalışmada kullanılan ekstra özellikler kapatıldı.Nedenini öğrenmek için %sburaya%s tıklayınız...'; +$strRelationalSchema = 'İlişkisel şema'; +$strRelationNotWorking = 'Bağlı tablolar ile çalışan ilave özellikler etkisizleştirildi. Nedenini öğrenmek için %sburaya%s tıklayın.'; $strRelationsForTable = 'TABLO İLİŞKİLERİ'; $strRelations = 'İlişkiler'; $strRelationView = 'İlişki görünümü'; -$strReloadingThePrivileges = 'İmtiyazları yeniden yüklüyor'; +$strReloadingThePrivileges = 'Yetkiler yeniden yükleniyor'; +$strReloadPrivileges = 'Yetkileri yeniden yükle'; $strRemoveSelectedUsers = 'Seçili kullanıcıları kaldır'; $strRenameDatabaseOK = '%s veritabanı %s olarak yeniden adlandırıldı'; $strRenameTableOK = '%s tablosu %s olarak yeniden adlandırıldı'; -$strRenameTable = 'Tabloyu yeniden adlandır'; -$strRepairTable = 'Tablo\'yu onar'; -$strReplaceNULLBy = 'NULL \' u bununla yerdeğiştir'; -$strReplaceTable = 'Tablo verisini bir dosyadaki ile değiştir'; +$strRenameTable = 'Tabloyu yeniden şuna adlandır'; +$strRepairTable = 'Tabloyu onar'; +$strReplaceNULLBy = 'NULL\'u bunla değiştir:'; +$strReplaceTable = 'Tablo verisini dosya ile değiştir'; +$strReplication = 'Çoğaltma'; $strReset = 'Sıfırla'; $strResourceLimits = 'Kaynak sınırları'; $strReType = 'Yeniden gir'; -$strRevokeAndDeleteDescr = 'Kullanıcılar yeniden yüklenene kadar hala KULLANIM ayrıcalığına sahip olacaklar.'; -$strRevokeAndDelete = 'Kullanıcılardaki tüm etkin yetkileri geçersiz kıl ve sonra sil..'; -$strRevoke = 'Geçersiz kıl'; -$strRevokeMessage = '%s\'in önceliklerini kaldırdınız'; +$strRevokeAndDeleteDescr = 'Kullanıcılar, yetkiler yeniden yüklenene kadar hala USAGE yetkisine sahip olacaklar.'; +$strRevokeAndDelete = 'Kullanıcılardan tüm aktif yetkileri geri al ve sonra da sil.'; +$strRevokeMessage = '%s için yetkileri geri aldınız'; +$strRevoke = 'Geri al'; $strRomanian = 'Romence'; -$strRowLength = 'Satır boyu'; -$strRowsFrom = 'kayıt : Başlayacağı kayıt :'; +$strRowLength = 'Satır uzunluğu'; +$strRowsFrom = 'satır, başlayacağı kayıt numarası:'; $strRowSize = ' Satır boyutu '; $strRowsModeFlippedHorizontal = 'yatay (döndürülmüş başlıklar)'; $strRowsModeHorizontal = 'yatay'; -$strRowsModeOptions = '%s olarak göster ve %s hücre sonra başlığı tekrarla.'; +$strRowsModeOptions = '%s kipinde ve %s hücre sonra başlığı tekrarla.'; $strRowsModeVertical = 'dikey'; -$strRows = 'Satır'; -$strRowsStatistic = 'Satır istatistiği'; -$strRunning = '# %s üzerinde çalışıyor...'; -$strRunQuery = 'Sorguyu çalıştır'; -$strRunSQLQuery = '%s veritabanı üzerinde sorgu çalıştır'; +$strRows = 'Satırlar'; +$strRowsStatistic = 'Satır İstatistikleri'; +$strRunning = '%s üzerinde çalışıyor'; +$strRunQuery = 'Sorguyu Gönder'; +$strRunSQLQueryOnServer = '%s sunucusu üzerinde SQL sorgusunu/sorgularını çalıştır'; +$strRunSQLQuery = '%s veritabanı üzerinde SQL sorgusunu/sorgularını çalıştır'; $strRussian = 'Rusça'; +$strSaveOnServer = 'Sunucuda %s dizinine kaydet'; $strSave = 'Kaydet'; -$strSaveOnServer = 'Sunucuda %s dizininin içinde kaydet'; -$strScaleFactorSmall = 'Çarpan faktörü sayfadaki şema için çok küçük'; -$strSearch = 'Ara'; +$strScaleFactorSmall = 'Ölçek, şemayı bir sayfaya sığdırmak için çok küçük'; $strSearchFormTitle = 'Veritabanında ara'; -$strSearchInTables = 'Tablo içinde ara :'; -$strSearchNeedle = 'Aranacak kelime veya değerler ( joker: "%" ):'; +$strSearchInTables = 'Tablo içindeki(ler):'; +$strSearchNeedle = 'Aranacak kelime(ler) veya değer(ler) ( joker: "%" ):'; $strSearchOption1 = 'kelimelerin en azından biri'; -$strSearchOption2 = 'bütün kelimeler'; -$strSearchOption3 = 'tam eşleşim'; -$strSearchOption4 = 'normal deyim'; -$strSearchResultsFor = ' "%s" %s için arama sonuçları:'; -$strSearchType = 'BUL :'; -$strSecretRequired = 'Ayar dosyası için gizli bir şifre gerekiyor (blowfish_secret).'; -$strSelectADb = ' Lütfen bir veritabanı seçiniz'; -$strSelectAll = 'Tümünü seç'; -$strSelectBinaryLog = 'Görüntülemek istediğiniz binari kaydını seçiniz'; -$strSelectFields = 'Alan seç (en az bir)'; +$strSearchOption2 = 'tüm kelimeler'; +$strSearchOption3 = 'kesin ifade'; +$strSearchOption4 = 'kurallı ifade olarak'; +$strSearchResultsFor = '"%s" %s için arama sonuçları:'; +$strSearch = 'Ara'; +$strSearchType = 'Bul:'; +$strSecretRequired = 'Yapılandırma dosyası için gizli bir parola ifadesi gerekiyor (blowfish_secret).'; +$strSelectADb = ' Lütfen bir veritabanı seçin'; +$strSelectAll = 'Tümünü Seç'; +$strSelectBinaryLog = 'Görüntülemek için binari günlüğünü seçin'; +$strSelectFields = 'Alanları seç (en az bir):'; $strSelectNumRows = 'sorgu içerisinde'; -$strSelectTables = 'Tabloları seç'; +$strSelectTables = 'Tabloları Seç'; $strSend = 'Dosya olarak kaydet'; -$strSent = 'Gönderildi'; -$strServerChoice = 'Server seçimi'; +$strSent = 'Gönderilen'; +$strServerChoice = 'Sunucu Seçimi'; $strServerNotResponding = 'Sunucu yanıt vermiyor'; -$strServerStatus = 'Çalışma bilgisi'; -$strServerStatusUptime = 'Bu MySQL sunucusunun çalışma süresi : %s
        Başlama Zamanı: %s '; -$strServer = 'Sunucusu'; +$strServer = 'Sunucu'; +$strServers = 'Sunucular'; +$strServerStatusDelayedInserts = 'Gecikmiş eklemeler'; +$strServerStatus = 'Çalışma Süresi Bilgisi'; +$strServerStatusUptime = 'Bu MySQL sunucusunun çalışma süresi: %s. Başlatıldığı zaman: %s.'; $strServerTabVariables = 'Değişkenler'; -$strServerTrafficNotes = 'Sunucu Yoğunluğu: Bu tablolar başlama zamanından bu yana MySQL sunucusunun network yoğunluğunu gösterir.'; +$strServerTrafficNotes = 'Sunucu trafiği: Bu tablolar sunucunun başlatıldığı andan itibaren MySQL sunucusunun ağ trafiği istatistiklerini gösterir.'; $strServerVars = 'Sunucu değişkenleri ve ayarları'; -$strServerVersion = 'Server sürümü'; +$strServerVersion = 'Sunucu sürümü'; $strSessionValue = 'Oturum değeri'; -$strSetEnumVal = 'Eğer alan tipi "enum" veya "set" ise verileri şu formata göre giriniz: \'a\',\'b\',\'c\'...
        Eğer bu değerler arasına backslash ("\") veya tek tırnak koymanız gerekirse (\'),bunun için backslash kullanın.Mesela: \'\\\\xyz\' veya \'a\\\'b\') gibi.'; +$strSetEnumVal = 'Eğer alan türü "enum" veya "set" ise lütfen değerleri bu biçimi kullanarak girin: \'a\',\'b\',\'c\'...
        Eğer bu değerler arasına hep ters eğik çizgi ("\") veya tek tırnak ("\'") koymanız gerekirse, önlerine ters eğik çizgi koyun (örneğin \'\\\\xyz\' veya \'a\\\'b\').'; $strShowAll = 'Tümünü göster'; $strShowColor = 'Rengi göster'; -$strShowDatadictAs = 'Veri sözlüğü formatı'; -$strShowFullQueries = 'Sorguların tümünü göster'; -$strShow = 'Göster'; -$strShowGrid = 'Izgarayı göster'; -$strShowingRecords = 'Kayıtları gösteriyor...'; +$strShowDatadictAs = 'Veri Sözlüğü Biçimi'; +$strShowFullQueries = 'Tüm Sorguları Göster'; +$strShowGrid = 'Izgara göster'; +$strShowingBookmark = 'İşaret gösteriliyor'; +$strShowingRecords = 'Satırlar gösteriliyor'; +$strShowOpenTables = 'Açık tabloları göster'; $strShowPHPInfo = 'PHP bilgisini göster'; -$strShowTableDimension = 'Tabloların'; +$strShow = 'Göster'; +$strShowSlaveHosts = 'Slave anamakineleri göster'; +$strShowSlaveStatus = 'Slave durumunu göster'; +$strShowStatusBinlog_cache_disk_useDescr = 'Geçici binari günlüğü önbelleğinde kullanılan işlemlerin sayısıdır ama binlog_cache_size değerini aştı ve işlemdeki ifadeleri depolamak için geçici dosya kullandı.'; +$strShowStatusBinlog_cache_useDescr = 'Geçici binari günlüğü önbelleğinde kullanılan işlemlerin sayısı.'; +$strShowStatusCreated_tmp_disk_tablesDescr = 'İfadeler çalıştırılırken sunucu tarafından disk üzerindeki geçici tablo sayıları otomatik olarak oluşturuldu. Eğer Created_tmp_disk_tables değeri büyük ise, geçici tabloların disk tabanlı yerine bellek tabanlı olamasına sebep olmak için tmp_table_size değerini arttırmak isteyebilirsiniz.'; +$strShowStatusCreated_tmp_filesDescr = 'mysqld\'nin kaç tane geçici dosya oluşturduğudur.'; +$strShowStatusCreated_tmp_tablesDescr = 'İfadeler çalıştırılırken sunucu tarafından bellek içindeki geçici tabloların sayısı otomatik olarak oluşturuldu.'; +$strShowStatusDelayed_errorsDescr = 'INSERT DELAYED komutu ile yazılmış, bazı hataların meydana geldiği satır sayısı (muhtemelen kopya anahtar).'; +$strShowStatusDelayed_insert_threadsDescr = 'Kullanımda olan INSERT DELAYED işleticisi işlem sayısı. INSERT DELAYED komutunu kullanan her farklı tablodan biri kendi işlemini alır.'; +$strShowStatusDelayed_writesDescr = 'INSERT DELAYED satır yazımı sayısıdır.'; +$strShowStatusFlush_commandsDescr = 'Çalıştırılmış FLUSH ifadesi sayısıdır.'; +$strShowStatusHandler_commitDescr = 'Dahili COMMIT ifadesi sayısıdır.'; +$strShowStatusHandler_deleteDescr = 'Tablodan satırın kaç kez silindiği sayısıdır.'; +$strShowStatusHandler_discoverDescr = 'Eğer MySQL sunucusu verilen isimdeki tabloyu biliyorsa, NDB Yığını depolama motorunu sorabilir. Buna keşfetme denir. Handler_discover tabloların keç kez keşfedildiğini gösterir.'; +$strShowStatusHandler_read_firstDescr = 'İndeks\'ten ilk girişin kaç kez okunduğu sayısıdır. Eğer bu değer yüksekse, sunucunun çok fazla indeks taraması yapıyor olduğunu gösterir; örneğin, SELECT col1 FROM foo, anlaşılıyor ki col1 indekslenmiş.'; +$strShowStatusHandler_read_keyDescr = 'Anahtarda satır tabanlı okumak için istek sayısıdır. Eğer bu değer yüksekse, sorgularınızın ve tablolarınızın düzgün bir şekilde indekslenmesinin iyi olduğu belirtisidir.'; +$strShowStatusHandler_read_nextDescr = 'Anahtar sırasında sonraki satırı okumak için istek sayısıdır. Eğer kısıtlı aralık ile indeks sütununu sorguluyorsanız ya da indeks taraması yapıyorsanız, bu arttırılan miktardır.'; +$strShowStatusHandler_read_prevDescr = 'Anahtar sırasında önceki satırı okumak için istek sayısıdır. Bu okuma yöntemi başlıca ORDER BY ... DESC komutunu uyarlamak için kullanılır.'; +$strShowStatusHandler_read_rndDescr = 'Sabitlenmiş konumda satır tabanlı okumak için istek sayısıdır. Eğer sonuçları sıralamayı gerektiren çok fazla sorgu yapıyorsanız, bu değer yüksek olur. Muhtemelen bütün tabloları taramak için MySQL gerektiren çok fazla sorgulamanız vardır veya düzgün bir şekilde anahtarları kullanmamaktasınız.'; +$strShowStatusHandler_read_rnd_nextDescr = 'Veri dosyasında sonraki satırı okumak için istek sayısıdır. Eğer çok fazla tablo taraması yapıyorsanız, bu değer yüksek olur. Genellikle tablolarınız düzgün bir şekilde indekslenmediğinde ya da sorgularınız, sahip olduğunuz indeksleri çıkarına kullanmak için yazmadığında önerilir.'; +$strShowStatusHandler_rollbackDescr = 'Dahili ROLLBACK ifadesi sayısıdır.'; +$strShowStatusHandler_updateDescr = 'Tablo içinde satır güncellemek için istek sayısıdır.'; +$strShowStatusHandler_writeDescr = 'Tablo içinde satır eklemek için istek sayısıdır.'; +$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Veri içeren sayfa sayısıdır (dolu veya temiz).'; +$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Şu anki dolu sayfa sayısıdır.'; +$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Temizlenmesi için istenmiş ara bellek havuz sayfa sayısıdır.'; +$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Boş sayfa sayısıdır.'; +$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDB ara bellek havuzunda sabitlenmiş sayfa sayısıdır. Bunlar şu anki okunan veya yazılmış ya da bazı diğer sebepler yüzünden temizlenemeyen veya taşınamayan sayfalardır.'; +$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Meşgul sayfa sayısıdır çünkü bunlar satır kilitleri veya uyarlamalı adresleme indeksi gibi yönetimsel ek yük için ayrılmıştır. Bu değer aynı zamanda Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data değerleri gibi hesaplanabilir.'; +$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Sayfalardaki ara bellek havuzunun toplam boyutudur.'; +$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDB "rastgele" önden okuma başlatımı sayısıdır. Sorgu tablonun büyük bir kısmını taradığı zaman bu olur ama rastgele düzende.'; +$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDB sıralı önden okuma başlatımı sayısıdır. InnoDB sıralı tam tablo taraması yaptığı zaman bu olur.'; +$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB\'nin bitirdiği veya yaptığı mantıksal okuma isteği sayısıdır.'; +$strShowStatusInnodb_buffer_pool_readsDescr = 'InnoDB\'nin ara bellek havuzundan tatmin olamadığı ve tek-sayfa okuması yapmak zorunda olduğu mantıksal okuma sayısıdır.'; +$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normal olarak arkaplanda olan InnoDB ara bellek havuzuna yazılır. Ancak, eğer sayfa oluşturma veya okuma gerekliyse ve temiz sayfalar yoksa önce sayfaların temizlenmesi için beklenmesi gereklidir. Bu sayaç bu bekleme durumlarını sayar. Eğer ara bellek havuzu boyutu düzgün bir şekilde ayarlandıysa, bu değer küçük olmalıdır.'; +$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'InnoDB ara bellek havuzuna bitti yazma sayısıdır.'; +$strShowStatusInnodb_data_fsyncsDescr = 'Şimdiye kadarki fsync() işlem sayısıdır.'; +$strShowStatusInnodb_data_pending_fsyncsDescr = 'Şu anki bekleyen fsync() işlem sayısıdır.'; +$strShowStatusInnodb_data_pending_readsDescr = 'Şu anki bekleyen okuma sayısıdır.'; +$strShowStatusInnodb_data_pending_writesDescr = 'Şu anki bekleyen yazma sayısıdır.'; +$strShowStatusInnodb_data_readDescr = 'Bayt cinsinden şimdiye kadarki veri okuma miktarıdır.'; +$strShowStatusInnodb_data_readsDescr = 'Toplam veri okuma sayısıdır.'; +$strShowStatusInnodb_data_writesDescr = 'Toplam veri yazma sayısıdır.'; +$strShowStatusInnodb_data_writtenDescr = 'Bayt cinsinden şimdiye kadarki yazılmış veri miktarıdır.'; +$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Bu amaç için yazılmış sayfa sayısı ve gerçekleştirilmiş çifte-yazım yazma sayısıdır.'; +$strShowStatusInnodb_dblwr_writesDescr = 'Bu amaç için yazılmış sayfa sayısı ve gerçekleştirilmiş çifte-yazım yazma sayısıdır.'; +$strShowStatusInnodb_log_waitsDescr = 'Sahip olunan bekleme sayısıdır çünkü günlük ara belleği çok küçük ve devam etmeden önce temizlenmesi için beklemek zorundayız.'; +$strShowStatusInnodb_log_write_requestsDescr = 'Günlük yazma isteği sayısıdır.'; +$strShowStatusInnodb_log_writesDescr = 'Günlük dosyasına fiziksel yazma sayısıdır.'; +$strShowStatusInnodb_os_log_fsyncsDescr = 'Günlük dosyasına bitmiş fsyncs yazma sayısıdır.'; +$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Bekleyen günlük dosyası fsyncs sayısıdır.'; +$strShowStatusInnodb_os_log_pending_writesDescr = 'Bekleyen günlük dosyası yazma sayısıdır.'; +$strShowStatusInnodb_os_log_writtenDescr = 'Günlük dosyasına yazılı bayt sayısıdır.'; +$strShowStatusInnodb_pages_createdDescr = 'Oluşturulmuş sayfa sayısıdır.'; +$strShowStatusInnodb_page_sizeDescr = 'Derlenen InnoDB sayfa boyutu (varsayılan 16KB). Birçok değer sayfalarda sayılır; sayfa boyutu bunların kolaylıkla bayt\'a dönüştürülmesine izin verir.'; +$strShowStatusInnodb_pages_readDescr = 'Okunan sayfa sayısıdır.'; +$strShowStatusInnodb_pages_writtenDescr = 'Yazılmış sayfa sayısıdır.'; +$strShowStatusInnodb_row_lock_current_waitsDescr = 'Şu anki beklenen satır kilidi sayısıdır.'; +$strShowStatusInnodb_row_lock_time_avgDescr = 'Milisaniye cinsinden satır kilidi elde etmek için ortalama süredir.'; +$strShowStatusInnodb_row_lock_timeDescr = 'Milisaniye cinsinden satır kilidi elde ederken harcanmış toplam süredir.'; +$strShowStatusInnodb_row_lock_time_maxDescr = 'Milisaniye cinsinden satır kilidi elde etmek için en fazla süredir.'; +$strShowStatusInnodb_row_lock_waitsDescr = 'Satır kilidinin beklemek zorunda kaldığı süre sayısıdır.'; +$strShowStatusInnodb_rows_deletedDescr = 'InnoDB tablolarından silinen satır sayısıdır.'; +$strShowStatusInnodb_rows_insertedDescr = 'InnoDB tablolarına eklenen satır sayısıdır.'; +$strShowStatusInnodb_rows_readDescr = 'InnoDB tablolarından okunan satır sayısıdır.'; +$strShowStatusInnodb_rows_updatedDescr = 'InnoDB tablolarında güncellenen satır sayısıdır.'; +$strShowStatusKey_blocks_not_flushedDescr = 'Anahtar önbelleğindeki değiştirilmiş ama diskte henüz temizlenmemiş anahtar bloğu sayısıdır. Not_flushed_key_blocks olarak bilinip kullanılır.'; +$strShowStatusKey_blocks_unusedDescr = 'Anahtar önbelleğinde kullanılmayan blok sayısıdır. Bu değeri anahtar önbelleğinin ne kadarının kullanımda olmasını belirlemek için kullanabilirsiniz.'; +$strShowStatusKey_blocks_usedDescr = 'Anahtar önbelleğinde kullanılan blok sayısıdır. Bu değerin en uç noktada olması bir kerede en fazla blok sayısının kullanımda olmamasını gösterir.'; +$strShowStatusKey_read_requestsDescr = 'Önbellekten anahtar bloğunun okunması için istek sayısıdır.'; +$strShowStatusKey_readsDescr = 'Diskten anahtar bloğunun fiziksel okunma sayısıdır. Eğer Key_reads değeri büyükse, key_buffer_size değeriniz muhtemelen çok küçüktür. Eksik önbellek oranı Key_reads/Key_read_requests olarak hesaplanabilir.'; +$strShowStatusKey_write_requestsDescr = 'Önbelleğe anahtar bloğu yazmak için istek sayısıdır.'; +$strShowStatusKey_writesDescr = 'Diske anahtar bloğunu fiziksel yazma sayısıdır.'; +$strShowStatusLast_query_costDescr = 'Sorgu en iyileyicisi tarafından hesaplanmış gibi son derlenen sorgunun toplam maliyetidir. Aynı sorgu için farklı sorgu planlarının maliyetini karşılaştırmak için yararlıdır. Varsayılan değer 0, henüz derlenmiş sorgu olmadığı anlamına gelir.'; +$strShowStatusNot_flushed_delayed_rowsDescr = 'INSERT DELAY sıralarında yazılmak için bekleyen satır sayısıdır.'; +$strShowStatusOpened_tablesDescr = 'Açık olan tablo sayısıdır. Eğer açık tablolar büyükse, tablo önbellek değeriniz muhtemelen çok küçüktür.'; +$strShowStatusOpen_filesDescr = 'Açık olan dosya sayısıdır.'; +$strShowStatusOpen_streamsDescr = 'Açık olan akış sayısıdır (başlıca günlükleme için kullanılır).'; +$strShowStatusOpen_tablesDescr = 'Açık olan tablo sayısıdır.'; +$strShowStatusQcache_free_blocksDescr = 'Sorgu önbelleğindeki boş bellek bloğu sayısıdır.'; +$strShowStatusQcache_free_memoryDescr = 'Sorgu önbelleği için boş bellek miktarıdır.'; +$strShowStatusQcache_hitsDescr = 'Önbelleğe ulaşma sayısıdır.'; +$strShowStatusQcache_insertsDescr = 'Önbelleğe eklenen sorgu sayısıdır.'; +$strShowStatusQcache_lowmem_prunesDescr = 'Yeni sorguları önbelleklemek için belleği boşaltmaya yönelik önbellekten kaldırılmış sorgu sayısıdır. Bu bilgi sorgu önbellek boyutunu ayarlamınıza yardımcı olabilir. Önbellekten hangi sorguların kaldırılacağına karar vermek için sorgu önbelleği en az son kullanılmış (LRU) stratejisini kullanır.'; +$strShowStatusQcache_not_cachedDescr = 'Önbelleklenmemiş sorgu sayısıdır (önbelleklenemez, ya da query_cache_type ayarından dolayı önbelleklenmedi).'; +$strShowStatusQcache_queries_in_cacheDescr = 'Önbellekte kayıtlı sorgu sayısıdır.'; +$strShowStatusQcache_total_blocksDescr = 'Sorgu önbelleği içindeki toplam blok sayısıdır.'; +$strShowStatusReset = 'Sıfırla'; +$strShowStatusRpl_statusDescr = 'Arıza-güvenli çoğaltımı durumu (henüz tamamlanmadı).'; +$strShowStatusSelect_full_joinDescr = 'İndeksler kullanmayan birleştirme sayısıdır. Eğer bu değer 0 değilse, tablolarınızın indekslerini dikkatli olarak kontrol etmelisiniz.'; +$strShowStatusSelect_full_range_joinDescr = 'Referans tablosunda aralık araması kullanan birleştirme sayısıdır.'; +$strShowStatusSelect_range_checkDescr = 'Her bir satırdan sonra anahtar kullanımını kontrol eden anahtarsız birleştirme sayısıdır. (Eğer bu değer 0 değilse, tablolarınızın indekslerini dikkatli olarak kontrol etmelisiniz.)'; +$strShowStatusSelect_rangeDescr = 'İlk tabloda aralıkları kullanan birleştirme sayısıdır. (Normal olarak kusurlu değildir, eğer büyükse bile.)'; +$strShowStatusSelect_scanDescr = 'İlk tablonun tam taramasının yapıldığı birleştirme sayısıdır.'; +$strShowStatusSlave_open_temp_tablesDescr = 'Slave SQL işlemi tarafından şu anki açık geçici tablo sayısıdır.'; +$strShowStatusSlave_retried_transactionsDescr = 'Çoğaltılan slave SQL işleminin yeniden denediği işlerin toplam (başlangıçtan beri) süre sayısıdır.'; +$strShowStatusSlave_runningDescr = 'Eğer sunucu master\'a bağlı slave ise, bu AÇIKTIR.'; +$strShowStatusSlow_launch_threadsDescr = 'Oluşturmak için slow_launch_time saniyeden daha uzun zaman almış işlem sayısıdır.'; +$strShowStatusSlow_queriesDescr = 'long_query_time saniyeden daha uzun zaman almış sorgu sayısıdır.'; +$strShowStatusSort_merge_passesDescr = 'Yapılması zorunlu sıralama algoritması birleştirme geçişi sayısıdır. Eğer bu değer büyükse, sort_buffer_size sistem değişkeninin değerini arttırmayı dikkate almalısınız.'; +$strShowStatusSort_rangeDescr = 'Aralıklarla yapılmış sıralama sayısıdır.'; +$strShowStatusSort_rowsDescr = 'Sıralanmış satır sayısıdır.'; +$strShowStatusSort_scanDescr = 'Taranan tablo tarafından yapılmış sıralama sayısıdır.'; +$strShowStatusTable_locks_immediateDescr = 'Tablo kilidinin hemen tanındığı süre sayısıdır.'; +$strShowStatusTable_locks_waitedDescr = 'Tablo kilidinin hemen tanınamadığı ve beklemenin gerektiği süre sayısıdır. Eğer bu değer yüksekse ve performans sorununuz varsa, önce sorgularınızı uyarlamalısınız ve sonra ya tablonuzu ya da tablolarınızı bölün veya çoğaltma kullanın.'; +$strShowStatusThreads_cachedDescr = 'İşlem önbelleği içinde işlem sayısıdır. Önbelleğe ulaşma hızı Threads_created/Bağlantılar olarak hesaplanabilir. Eğer bu değer kırmızı ise, thread_cache_size boyutunuzu yükseltmelisiniz.'; +$strShowStatusThreads_connectedDescr = 'Şu anki açık bağlantı sayısıdır.'; +$strShowStatusThreads_createdDescr = 'Bağlantıları işlemek için oluşturulmuş işlem sayısıdır. Eğer Threads_created değeri büyük ise, thread_cache_size değerini arttırmak isteyebilirsiniz. (eğer iyi bir işlem uygulamasına sahipseniz, normal olarak bu, dikkate değer bir performans artışı vermez.)'; +$strShowStatusThreads_runningDescr = 'Hala faaliyette olan işlemler sayısıdır.'; +$strShowTableDimension = 'Tabloların boyutlarını göster'; $strShowTables = 'Tabloları göster'; -$strShowThisQuery = 'Sorguyu burada yine göster.'; +$strShowThisQuery = 'Bu sorguyu burada tekrar göster'; $strSimplifiedChinese = 'Basitleştirilmiş Çince'; -$strSingly = '( birer birer )'; +$strSingly = '(birer birer)'; $strSize = 'Boyut'; +$strSkipQueries = 'Başlangıçtan atlamak için kayıt(sorgu) sayısı:'; $strSlovak = 'Slovakça'; $strSlovenian = 'Slovence'; -$strSocketProblem = '(ya da lokal MySQL sunucusu soketi düzgün bir şekilde ayarlanmamış.)'; +$strSocketProblem = '(ya da yerel MySQL sunucusunun soketi doğru olarak yapılandırılmadı)'; $strSortByKey = 'Anahtara göre sırala'; +$strSorting = 'Sıralama'; $strSort = 'Sırala'; -$strSpaceUsage = 'Kullanılan alan'; +$strSpaceUsage = 'Alan kullanımı'; $strSpanish = 'İspanyolca'; -$strSplitWordsWithSpace = 'Kelimelerin arasında boşluk olmalıdır (" ").'; -$strSQLExportType = 'Export tipi'; +$strSplitWordsWithSpace = 'Kelimeler boşlukla ayrılır (" ").'; +$strSQLCompatibility = 'SQL uyumluluk kipi'; +$strSQLExportType = 'Dışarı aktarma türü'; +$strSQLImportOptions = 'SQL seçenekleri'; $strSQLOptions = 'SQL seçenekleri'; -$strSQLParserBugMessage = 'SQL yorumlayıcısında bir hata bulma ihtimaliniz var.Lütfen sorgunuzu dikkatli bir şekilde gözden geçiriniz,ve tırnaklar doğru ve yanlış yazılmamış kontrol ediniz.Diğer olası hata nedenleri metin alanına alabileceği boyuttan daha büyük bir dosya yüklüyor olma ihtimalinizdir.Sorgunuzu MySQL komut satırı arayüzünde de deneyebilirsiniz..MySQL sunucu hata çıktısı,var ise,hatayı manızda size yardımcı olabilir.Hala sorunlarınız varsa veya komut satırı arayüzü çalışırken,yorumlayıcı hata veriyorsa,lütfen SQL sorgu girişinizi hata yaratan tek bir sorguya indirgeyin,ve aşağıdaki CUT bölümü veri yığını ile birlikte hata raporunu bildiriniz:'; -$strSQLParserUserError = 'SQL sorgunuzda bir hata varmış gibi gözüküyor.MySQL sunucu hata çıktısı,var ise,hatayı bulmanızda size yardımcı olabilir.'; +$strSQLParserBugMessage = 'SQL ayrıştırıcısında bir hata bulabilme ihtimaliniz var. Lütfen sorgunuzu yakından dikkatli bir şekilde gözden geçirin ve tırnakların doğru ve uyumsuz olmadığını kontrol edin. Diğer muhtemel hata nedenleri tırnaklı metin alanının dışında binari ile dosya gönderiyor olmanız olabilir. Aynı zamanda sorgunuzu MySQL komut satırı arabiriminde deneyebilirsiniz. Eğer hata varsa, aşağıdaki MySQL sunucu hata çıktısı, sorunu teşhis etmenizde ayrıca size yardımcı olabilir. Eğer hala sorunlarınız varsa ya da komut satırı arabirimi başarılı olduğunda ayrıştırıcı başarısızsa, lütfen sorunlara neden olan SQL sorgu girişinizi tek bir sorguya indirgeyin ve aşağıdaki CUT bölümü içindeki veri yığını ile birlikte hata raporunu gönderin:'; +$strSQLParserUserError = 'SQL sorgunuzda bir hata olduğu görünüyor. Eğer varsa, aşağıdaki MySQL sunucu hata çıktısı, sorunu teşhis etmenizde ayrıca size yardımcı olabilir.'; $strSQLQuery = 'SQL sorgusu'; $strSQLResult = 'SQL sonucu'; -$strSQL = 'SQL sorgusu'; -$strSQPBugInvalidIdentifer = 'Geçersiz tanımlayıcı'; +$strSQL = 'SQL'; +$strSQPBugInvalidIdentifer = 'Geçersiz Tanımlayıcı'; $strSQPBugUnclosedQuote = 'Kapatılmamış tırnak'; -$strSQPBugUnknownPunctuation = 'Bilinmeyen noktalama işareti'; +$strSQPBugUnknownPunctuation = 'Bilinmeyen Noktalama İşareti Dizgisi'; $strStatCheckTime = 'Son kontrol'; -$strStatCreateTime = 'Oluşturulma'; -$strStatement = 'Durum'; +$strStatCreateTime = 'Yaratma'; +$strStatement = 'İfadeler'; +$strStatisticsOverrun = 'Meşgul sunucu üzerinde, bayt sayaçları aşırı işleyebilir, bu yüzden MySQL sunucusu tarafından raporlanan istatistikler doğru olmayabilir.'; $strStatUpdateTime = 'Son güncellenme'; $strStatus = 'Durum'; -$strStorageEngine = 'Depolama Motoru'; -$strStorageEngines = 'Depolama Motorları'; -$strStrucCSV = 'CSV verisi'; +$strStorageEngines = 'Depolama Motorları'; +$strStorageEngine = 'Depolama Motoru'; +$strStrucCSV = 'CSV'; $strStrucData = 'Yapı ve Veri'; -$strStrucExcelCSV = 'MS Excel verisi için CSV'; -$strStrucNativeExcel = 'MS Excel verisi'; +$strStrucExcelCSV = 'MS Excel için CSV'; +$strStrucNativeExcel = 'Bağımsız MS Excel biçimi'; +$strStrucNativeExcelOptions = 'Bağımsız Excel dışarı aktarma seçenekleri'; $strStrucOnly = 'Sadece yapı'; -$strStructPropose = 'Tablo yapısını analiz et.'; +$strStructPropose = 'Tablo yapısı öner'; $strStructure = 'Yapı'; -$strSubmit = 'Onayla'; -$strSuccess = 'SQL sorgunuz başarıyla çalıştırılmıştır'; -$strSum = 'toplam'; -$strSwedish = 'İsveçce'; -$strSwitchToDatabase = 'Kopyalanmış veritabanını kullan.'; +$strSubmit = 'Gönder'; +$strSuccess = 'SQL sorgunuz başarılı olarak çalıştırıldı'; +$strSum = 'Toplam'; +$strSwedish = 'İsveççe'; +$strSwitchToDatabase = 'Kopyalanmış veritabanına geç.'; $strSwitchToTable = 'Kopyalanmış tabloya geç'; +$strTableAlreadyExists = '%s tablosu zaten var!'; $strTableComments = 'Tablo yorumları'; -$strTableEmpty = 'Tablo ismi boş!'; -$strTableHasBeenDropped = '%s tablosu kaldırılmıştır'; -$strTableHasBeenEmptied = '%s tablosu boşaltılmıştır'; -$strTableHasBeenFlushed = '%s tablosu başarıyla kapatılmıştır.'; +$strTableEmpty = 'Tablo adı boş!'; +$strTableHasBeenDropped = '%s tablosu kaldırıldı'; +$strTableHasBeenEmptied = '%s tablosu boşaltıldı'; +$strTableHasBeenFlushed = '%s tablosu temizlendi'; $strTableMaintenance = 'Tablo bakımı'; $strTableOfContents = 'İçerik tablosu'; -$strTableOptions = 'Tablo ayarları'; +$strTableOptions = 'Tablo seçenekleri'; $strTables = '%s tablo'; -$strTableStructure = 'Tablo yapısı :'; +$strTableStructure = 'Tablo yapısı:'; $strTable = 'Tablo:'; -$strTakeIt = 'Seç'; +$strTakeIt = 'Al'; $strTblPrivileges = 'Tabloya özgü yetkiler'; -$strTextAreaLength = 'Boyutu nedeniyle,
        bu alan düzenlenmeyebilir '; -$strThai = 'Thai'; -$strTheme = 'Tema / Sitil'; -$strThisHost = 'Bu host '; +$strTempData = 'Geçici veri'; +$strTextAreaLength = 'Uzunluğu nedeniyle,
        bu alan düzenlenebilir olmayabilir '; +$strThai = 'Tayca'; +$strThemeDefaultNotFound = 'Varsayılan tema %s bulunamadı!'; +$strThemeNoPreviewAvailable = 'Önizleme mevcut değil.'; +$strThemeNotFound = '%s teması bulunamadı!'; +$strThemeNoValidImgPath = '%s teması için geçerli resim yolu bulunamadı!'; +$strThemePathNotFound = '%s teması için tema yolu bulunamadı!'; +$strTheme = 'Tema / Stil'; +$strThisHost = 'Bu Anamakine'; $strThisNotDirectory = 'Bu bir dizin değildi'; -$strThreadSuccessfullyKilled = '%s işlemi başarıyla sonlandırıldı.'; +$strThreads = 'İşlemler'; +$strThreadSuccessfullyKilled = '%s işlemi başarılı olarak sonlandırıldı.'; +$strTimeoutInfo = 'Önceki içeri aktarma zaman aşımına uğradı, sonradan yeniden gönderim %d konumundan devam edecek.'; +$strTimeoutNothingParsed = 'Ancak son çalıştırmada hiç veri ayrıştırılmadı, bu genellikle, php zaman sınırlarını arttırmadığınız sürece phpMyAdmin\'in bu içeri aktarmayı biteremeyeceği anlamına gelir.'; +$strTimeoutPassed = 'Küçük program zaman aşımı geçti, eğer içeri aktarmayı bitirmek istiyorsanız, lütfen aynı dosyayı yeniden gönderin ve içeri aktarma devam edecektir.'; $strTime = 'Zaman'; -$strToggleScratchboard = 'scratchboard\a geç'; +$strToggleScratchboard = 'Karalama panosuna geç'; $strTotal = 'toplam'; $strTotalUC = 'Toplam'; $strTraditionalChinese = 'Geleneksel Çince'; $strTraditionalSpanish = 'Geleneksel İspanyolca'; -$strTraffic = 'Yoğunluk'; -$strTransformation_application_octetstream__download = 'Bir alandaki binari veriyi yüklemek için link göster.İlk seçenek binari dosya adıdır.İkinci seçenek ise dosya adını içeren tablo satırırın olası alan adıdır.İkinci bir seçenek istiyorsanız ilk seçeneği boş bırakmalısınız.'; -$strTransformation_application_octetstream__hex = 'Verinin hexadesimal sunumunu gösterir. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate -$strTransformation_image_jpeg__inline = 'Tıklanabilir bir thumbnail gösterir; seçenekler: pixel olarak genişlik,yükseklik (orijinal oran korunur)'; -$strTransformation_image_jpeg__link = 'Bu resime direkt bir link gösterir (direct blob yüklemesi...).'; -$strTransformation_image_png__inline = 'jpeg resmini gör: satıriçi'; -$strTransformation_text_plain__dateformat = 'Bir TIME, TIMESTAMP veya DATETIME alanı alır ve varsayılan tarih formatı bilgilerinizle onu yeniden biçimlendirir.İlk seçenek zamangösterimi(timestamp)\'ne eklenecek bir offset(saat olarak)\'tir.(Varsayılan: 0).İkinci seçenek PHP\'nin strftime() fonksiyonu için uygun olan parametrelere göre farklı bir zamangösterimi(timestamp)\'dir.'; -$strTransformation_text_plain__external = 'Dış bir uygulama çalıştırır ve alanverisini standart giriş yoluyla besler.Uygulamanın standart çıktısı döner.Varsayılan hoş bir HTML çıktısı veren Tidy(Düzenli)\'dir..Güvenlik nedeniyle libraries/transformations/text_plain__external.inc.php dosyasını elle düzenlemeniz ve çalışmasına izin vereceğiniz araçları eklemeniz gerekir.İlk seçenek;çalıştırmak istediğiniz program sayısı,ikinci seçenek ise program için gerekli olan parametrelerdir.Üçüncü parametre ,eğer 1\'e setlenmişse htmlspecialchars() fonksiyonunu kullanarak çıktıyı dönüştürecektir(Varsayılan: 1).Dördüncü bir parametre ise ,eğer 1\'e setlenmişse NOWRAP(kaydırma yok) kodu tüm hücreye eklenecek ve bütün çıktı yeniden düzenlenmeden görünecektir.(Varsayılan :1)'; -$strTransformation_text_plain__formatted = 'Alanın orijinal biçimlendirmesini korur.Escaping(kaçış) yapılmaz..'; -$strTransformation_text_plain__imagelink = 'Bir resim ve bir link gösterir,alan dosya ismini içerir;ilk seçenek "http://domain.com/" gibi bir yazım,ikinci seçenek pixel olarak genişlik,üçüncüsü ise yüksekliktir.'; -$strTransformation_text_plain__link = 'Bir link ve dosya ismini içeren alanı gösterir;ilk seçenek "http://domain.com/" gibi bir gösterim,ikincisi ise link için bir başlıktır.'; -$strTransformation_text_plain__substr = 'Bir karakter dizisinin bir kısmını gösterir. İlk seçenek dizinin başlangıcından ne kadar uzağa gideceğidir (Varsayılan 0). İkinci seçenek kaç karakter alınacağıdır (Varsayılan: dizinin sonuna kadar). Üçüncü seçenek ise dizide kesilme olacaksa eklenecek ya da çıkartılacak diziyi belirtir (Varsayılan: "...").'; -$strTruncateQueries = 'Görülen sorguları kısalt'; +$strTraffic = 'Trafik'; +$strTransactionCoordinator = 'İşlem koordinatörü'; +$strTransformation_application_octetstream__download = 'Alanın binari verisini indirmek için bağlantı görüntüler. Dosya adını belirlemek için ilk seçeneği kullanabilirsiniz ya da dosya adını içeren alanın adı olarak ikinci seçeneği kullanabilirsiniz. Eğer ikinci seçeneği kullanırsanız birinci seçeneği boş karakter dizgisi olarak ayarlamanız gerekir.'; +$strTransformation_application_octetstream__hex = 'Verinin onaltılık gösterimini görüntüler. İsteğe bağlı ilk parametre, ne sıklıkta boşluk ekleneceğini belirler (varsayılanı 2 yarım bayttır).'; +$strTransformation_image_jpeg__inline = 'Tıklanabilir küçük resim görüntüler. Seçenekler piksel cinsinden en fazla genişlik ve yüksekliktir. Orijinal en-boy oranı korunur.'; +$strTransformation_image_jpeg__link = 'Bu resmi indirme için bağlantı görüntüler.'; +$strTransformation_image_png__inline = 'Resme/jpeg\'e bakın: satıriçi'; +$strTransformation_text_plain__dateformat = 'Yerel tarih/zaman\'ınıza göre TIME, TIMESTAMP veya DATETIME alanını görüntüler. İlk seçenek zaman damgasına eklenecek olan karşılıktır (saat cinsinden) (Varsayılan: 0). Farklı tarih/saat biçimi dizgisi belirlemek için ikinci seçeneği kullanın; PHP\'nin strftime() işlevi için belgelere bakın.'; +$strTransformation_text_plain__external = 'SADECE LINUX: Harici bir uygulama çalıştırır ve alan verisini standart giriş yoluyla besler. Uygulamanın standart çıktısı döner. Düzgün HTML kodu baskısı için varsayılan düzenlidir. Güvenlik nedeniyle libraries/transformations/text_plain__external.inc.php dosyasını elle düzenlemeli ve olmasını istediğiniz araçları listelemelisiniz. İlk seçenek kullanmak istediğiniz program sayısı ve ikinci seçenek program için parametrelerdir. Üçüncü seçenek, eğer 1\'e ayarlanırsa, htmlspecialchars() işlevi kullanılarak çıktıyı dönüştürecektir (Varsayılan 1). Dördüncü seçenek, eğer 1\'e ayarlanırsa, sözcük kaydırma korunacak ve tüm çıktı tek bir satırda görünecektir (Varsayılan 1).'; +$strTransformation_text_plain__formatted = 'Alanın içeriğini, htmlspecialchars() işlevini çalıştırmadan olduğu gibi görüntüler. Bu, geçerli HTML içerdiği var sayılan alandır.'; +$strTransformation_text_plain__imagelink = 'Bir resim ve bir bağlantı görüntüler; alan dosya adını içerir. İlk seçenek "http://www.adresim.com/" gibi bir URL ön ekidir. İkinci ve üçüncü seçenekler piksel cinsinden genişlik ve yüksekliktir.'; +$strTransformation_text_plain__link = 'Bir bağlantı görüntüler; alan dosya adını içerir. İlk seçenek "http://www.adresim.com/" gibi bir URL ön ekidir. İkinci seçenek bağlantı için başlıktır.'; +$strTransformation_text_plain__sql = 'Sözdizimi vurgulamalı SQL sorgusu gibi metni biçimlendirir.'; +$strTransformation_text_plain__substr = 'Karakter dizisinin bir kısmını görüntüler. İlk seçenek dizginin başlangıcından atlamak için karakter sayısıdır (Varsayılan 0). İkinci seçenek döndürülecek karakter sayısıdır (Varsayılan: dizginin sonuna kadar). Üçüncü seçenek kısaltma meydana geldiğinde eklemek ve/veya başa eklemek için dizgidir (Varsayılan: "...").'; +$strTruncateQueries = 'Gösterilen Sorguları Kısalt'; $strTurkish = 'Türkçe'; -$strType = 'Tip'; +$strType = 'Türü'; $strUkrainian = 'Ukraynaca'; -$strUncheckAll = 'Hiçbirisini Seçme'; +$strUncheckAll = 'Hiçbirini Seçme'; $strUnicode = 'Unicode'; -$strUnique = 'Unique'; +$strUnique = 'Eşsiz'; $strUnknown = 'bilinmeyen'; -$strUnselectAll = 'Hiçbirisini seçme'; -$strUpdatePrivMessage = '%s için olan yetkileri güncellediniz.'; +$strUnselectAll = 'Tüm Seçimi Kaldır'; +$strUnsupportedCompressionDetected = 'Desteklenmeyen sıkıştırmayla (%s) dosya yüklemeyi denediniz. Ya bunun için destek henüz tamamlanmadı ya da yapılandırmanız tarafından etkisizleştirildi.'; +$strUpdatePrivMessage = '%s için yetkileri güncellediniz.'; $strUpdateProfileMessage = 'Profil güncellendi.'; -$strUpdateQuery = 'Sorguyu güncelle'; -$strUpdComTab = 'Sütun_Yorumları tablosunun nasıl güncellendiğini öğrenmek istiyorsanız Dökümanlara bakınız.'; -$strUpgrade = '%s %s veya daha sonraki bir sürüme yükseltme yapmanız gereklidir.'; +$strUpdateQuery = 'Sorguyu Güncelle'; +$strUpdComTab = 'Sütun_Yorumları tablonuzun nasıl güncelleneceğini öğrenmek için lütfen belgelere bakın.'; +$strUpgrade = '%s %s veya sonrasına yükseltmelisiniz.'; +$strUploadLimit = 'Muhtemelen çok büyük dosya göndermeyi denediniz. Lütfen bu sınıra çözüm yolu bulmak için %sbelgelere%s başvurun.'; +$strUploadsNotAllowed = 'Bu sunucuda dosya gönderimlerine izin verilmez.'; $strUsage = 'Kullanım'; -$strUseBackquotes = 'Tablo ve alan isimleri için ters tırnak " ` " işaretini kullan'; -$strUseHostTable = 'Host tablosunu kullan'; -$strUserAlreadyExists = '%s kullanıcısı zaten mevcut!'; -$strUserEmpty = 'Kullanıcı ismi alanı doldurulmadı!'; -$strUser = 'Kullanıcı'; -$strUserName = 'Kullanıcı ismi'; +$strUseBackquotes = 'Tablo ve alan adlarını ters tırnak ile kapsa'; +$strUsedPhpExtensions = 'Kullanılan PHP uzantıları'; +$strUseHostTable = 'Anamakine Tablosu kullan'; +$strUserAlreadyExists = '%s kullanıcısı zaten var!'; +$strUserEmpty = 'Kullanıcı adı boş!'; +$strUserName = 'Kullanıcı Adı'; $strUserNotFound = 'Seçili kullanıcı yetki tablosunda bulunamadı.'; -$strUserOverview = 'Kullanıcı gözlem'; -$strUsersDeleted = 'Seçili kullanıcılar başarıyla silindi.'; +$strUserOverview = 'Kullanıcı gözden geçirme'; +$strUsersDeleted = 'Seçili kullanıcılar başarılı olarak silindi.'; $strUsersHavingAccessToDb = '"%s" veritabanına erişimi olan kullanıcılar'; -$strUseTabKey = 'Değerden değere geçmek için TAB tuşunu istediğiniz herhangi bir yere gitmek için CTRL+OK TUŞLARI\`nı kullanın.'; +$strUser = 'Kullanıcı'; +$strUseTabKey = 'Değerden değere geçmek için TAB tuşunu veya herhangi bir yere gitmek için CTRL+OK TUŞLARI\'nı kullanın.'; $strUseTables = 'Tabloları kullan'; $strUseTextField = 'Metin alanını kullan'; $strUseThisValue = 'Bu değeri kullan'; $strValidateSQL = 'SQL\'i doğrula'; -$strValidatorError = 'SQL onaylayıcısı başlatılamadı.%sdökümanlar%s\'da belirtildiği gibi,gerekli php uzantılarının yüklenip yüklenilmediğini kontrol ediniz.'; +$strValidatorError = 'SQL onaylayıcısı başlatılamadı. %sBelgelerde%s anlatıldığı gibi lütfen gerekli php uzantılarının kurulu olduğunu kontrol edin.'; $strValue = 'Değer'; $strVar = 'Değişken'; -$strVersionInformation = 'Sürüm bilgisi'; -$strViewDumpDatabases = 'Veritabanları döküm şeması'; -$strViewDumpDB = 'Veritabanı döküm şeması'; -$strViewDump = 'Tablo döküm şeması'; -$strView = 'Görüntü'; -$strViewHasBeenDropped = '%s görüntüsü kaldırıldı'; +$strVersionInformation = 'Sürüm bilgisi'; +$strViewDumpDatabases = 'Veritabanlarının dökümünü (şemasını) göster'; +$strViewDumpDB = 'Veritabanının dökümünü (şemasını) göster'; +$strViewDump = 'Tablonun dökümünü (şemasını) göster'; +$strViewHasBeenDropped = '%s görünümü kaldırıldı'; +$strViewMaxExactCount = 'Bu görünüm %s satırdan daha fazla. Lütfen %sbelgelere%s başvurun.'; +$strView = 'Görünüm'; -$strWebServerUploadDirectoryError = 'Yükleme için belirttiğiniz dizine ulaşılamıyor.'; -$strWebServerUploadDirectory = 'web sunucu yükleme dizini'; -$strWelcome = '%s sürümüne HOŞGELDİNİZ....'; +$strWebServerUploadDirectoryError = 'Gönderme işi için ayarladığınız dizine ulaşılamıyor'; +$strWebServerUploadDirectory = 'web sunucusu gönderme dizini'; +$strWelcome = '%s sürümüne Hoş Geldiniz'; $strWestEuropean = 'Batı Avrupa'; $strWildcard = 'joker'; -$strWindowNotFound = 'Tarayı penceresi güncellenemiyor...Bağlantısı olan pencereyi kapattınız veya tarayıcınızın güvenlik ayarları buna izin vermiyor'; +$strWindowNotFound = 'Hedef tarayıcı penceresi güncellenemiyor. Belki ana pencereyi kapatmış olabilirsiniz ya da tarayıcınızın güvenlik ayarları çapraz-pencere güncellemelerini engellemek için yapılandırılmıştır.'; $strWithChecked = 'Seçilileri:'; -$strWritingCommentNotPossible = 'Yorum yazılması mümkün değil.'; -$strWritingRelationNotPossible = 'İlişki yazılması mümkün değil.'; -$strWrongUser = 'Hatalı kullanıcı adı/parola. Erişim engellendi.'; +$strWriteRequests = 'Yazma istekleri'; +$strWritingCommentNotPossible = 'Yorum yazılması mümkün değil'; +$strWritingRelationNotPossible = 'İlişki yazılması mümkün değil'; +$strWrongUser = 'Yanlış kullanıcı adı/parola. Erişim engellendi.'; +$strXMLOptions = 'XML seçenekleri'; $strXML = 'XML'; $strYes = 'Evet'; -$strZeroRemovesTheLimit = 'Not: Bu seçeneklerin 0\'a ayarlanması sınırı kaldırır..'; -$strZip = '"ziplenmiş"'; +$strZeroRemovesTheLimit = 'Not: Bu seçeneklerin 0 (sıfır)\'a ayarlanması sınırı kaldırır.'; +$strZip = '"zip olarak"'; -// To translate: -$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate -$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate - -$strBookmarkCreated = 'Bookmark %s created'; //to translate -$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate -$strBrowseDistinctValues = 'Browse distinct values'; //to translate -$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate -$strBufferReadMissesInPercent = 'Read misses in %'; //to translate -$strBufferReadMisses = 'Read misses'; //to translate -$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate -$strBufferWriteWaits = 'Write waits'; //to translate - -$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate -$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate -$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate -$strCSV = 'CSV'; //to translate -$strCSVImportOptions = 'CSV options'; //to translate - -$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate - -$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate -$strErrorInZipFile = 'Error in ZIP archive:'; //to translate -$strEsperanto = 'Esperanto'; //to translate - -$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate -$strFileNameTemplateDescriptionServer = 'server name'; //to translate -$strFileNameTemplateDescriptionTable = 'table name'; //to translate -$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate -$strFileToImport = 'File to import'; //to translate -$strFlushQueryCache = 'Flush query cache'; //to translate -$strFlushTables = 'Flush (close) all tables'; //to translate - -$strHandler = 'Handler'; //to translate -$strHTMLExcel = 'Microsoft Excel 2000'; //to translate -$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate -$strHTMLWord = 'Microsoft Word 2000'; //to translate -$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate - -$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate -$strImportFormat = 'Format of imported file'; //to translate -$strImport = 'Import'; //to translate -$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate -$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate -$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate -$strInnoDBPages = 'pages'; //to translate -$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate -$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate -$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate -$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate -$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate -$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate -$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate -$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate - -$strJoins = 'Joins'; //to translate - -$strKeyCache = 'Key cache'; //to translate - -$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate -$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate -$strLDI = 'CSV using LOAD DATA'; //to translate -$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate -$strLDILocal = 'Use LOCAL keyword'; //to translate - -$strMaxConnects = 'max. concurrent connections'; //to translate -$strMaximalQueryLength = 'Maximal length of created query'; //to translate -$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate -$strMysqlClientVersion = 'MySQL client version'; //to translate - -$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate - -$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate - -$strPartialImport = 'Partial import'; //to translate -$strPDFOptions = 'PDF options'; //to translate -$strPDF = 'PDF'; //to translate -$strPDFReportTitle = 'Report title'; //to translate -$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate -$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate -$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate -$strPrivDescCreateView = 'Allows creating new views.'; //to translate -$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate -$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate -$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate -$strProtocolVersion = 'Protocol version'; //to translate - -$strQueryCache = 'Query cache'; //to translate - -$strReadRequests = 'Read requests'; //to translate -$strReloadPrivileges = 'Reload privileges'; //to translate -$strReplication = 'Replication'; //to translate -$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate - -$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate -$strShowingBookmark = 'Showing bookmark'; //to translate -$strShowOpenTables = 'Show open tables'; //to translate -$strShowSlaveHosts = 'Show slave hosts'; //to translate -$strShowSlaveStatus = 'Show slave status'; //to translate -$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate -$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate -$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate -$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate -$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate -$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate -$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate -$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate -$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate -$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate -$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate -$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate -$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate -$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate -$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate -$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate -$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate -$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate -$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate -$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate -$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate -$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate -$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate -$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate -$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate -$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate -$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate -$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate -$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate -$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate -$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate -$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate -$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate -$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate -$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate -$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate -$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate -$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate -$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate -$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate -$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate -$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate -$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate -$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate -$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate -$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate -$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate -$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate -$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate -$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate -$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate -$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate -$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate -$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate -$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate -$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate -$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate -$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate -$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate -$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate -$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate -$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate -$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate -$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate -$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate -$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate -$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate -$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate -$strShowStatusReset = 'Reset'; //to translate -$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate -$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate -$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate -$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate -$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate -$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate -$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate -$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate -$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate -$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate -$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate -$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate -$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate -$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate -$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate -$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate -$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate -$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate -$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate -$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate -$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate -$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate -$strSorting = 'Sorting'; //to translate -$strSQLCompatibility = 'SQL compatibility mode'; //to translate -$strSQLImportOptions = 'SQL options'; //to translate -$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate - -$strTableAlreadyExists = 'Table %s already exists!'; //to translate -$strTempData = 'Temporary data'; //to translate -$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate -$strThemeNoPreviewAvailable = 'No preview available.'; //to translate -$strThemeNotFound = 'Theme %s not found!'; //to translate -$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate -$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate -$strThreads = 'Threads'; //to translate -$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate -$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate -$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate -$strTransactionCoordinator = 'Transaction coordinator'; //to translate -$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate - -$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate -$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate -$strUsedPhpExtensions = 'Used PHP extensions'; //to translate - -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate - -$strWriteRequests = 'Write requests'; //to translate - -$strQueryResultsOperations = 'Query results operations'; //to translate -$strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strXMLOptions = 'XML options'; //to translate -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/libraries/.htaccess b/libraries/.htaccess index 47f32f26b..56baee608 100644 --- a/libraries/.htaccess +++ b/libraries/.htaccess @@ -1,4 +1,3 @@ # This folder does not require access over HTTP -Order deny,allow -Deny from all -Allow from none +# (the following directive denies access by default) +Order allow,deny diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 3c342ce6a..57c8dbc79 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -80,7 +80,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '2.9.0-dev'); + $this->set('PMA_VERSION', '2.9.1-rc1'); /** * @deprecated */ diff --git a/libraries/auth/config.auth.lib.php b/libraries/auth/config.auth.lib.php index da86a4611..edf226924 100644 --- a/libraries/auth/config.auth.lib.php +++ b/libraries/auth/config.auth.lib.php @@ -107,24 +107,21 @@ function PMA_auth_fails()
        ' . $GLOBALS['strAccessDenied'] . '

        ' . "\n"; } else { - if (!isset($GLOBALS['errno']) || (isset($GLOBALS['errno']) && $GLOBALS['errno'] != 2002) && $GLOBALS['errno'] != 2003) { - // Check whether user has configured something - if ($_SESSION['PMA_Config']->source_mtime == 0) { - echo '

        ' . sprintf($GLOBALS['strAccessDeniedCreateConfig'], '', '') . '

        ' . "\n"; - } else { - echo '

        ' . $GLOBALS['strAccessDeniedExplanation'] . '

        ' . "\n"; - } + // Check whether user has configured something + if ($_SESSION['PMA_Config']->source_mtime == 0) { + echo '

        ' . sprintf($GLOBALS['strAccessDeniedCreateConfig'], '', '') . '

        ' . "\n"; + } elseif (!isset($GLOBALS['errno']) || (isset($GLOBALS['errno']) && $GLOBALS['errno'] != 2002) && $GLOBALS['errno'] != 2003) { + // if we display the "Server not responding" error, do not confuse users + // by telling them they have a settings problem + // (note: it's true that they could have a badly typed host name, but + // anyway the current $strAccessDeniedExplanation tells that the server + // rejected the connection, which is not really what happened) + // 2002 is the error given by mysqli + // 2003 is the error given by mysql + echo '

        ' . $GLOBALS['strAccessDeniedExplanation'] . '

        ' . "\n"; } PMA_mysqlDie($conn_error, '', true, '', false); } diff --git a/libraries/auth/cookie.auth.lib.php b/libraries/auth/cookie.auth.lib.php index 6342f08cb..9a8b840b6 100644 --- a/libraries/auth/cookie.auth.lib.php +++ b/libraries/auth/cookie.auth.lib.php @@ -483,6 +483,7 @@ function PMA_auth_set_user() $url_params['target'] = $GLOBALS['target']; } + define('PMA_COMING_FROM_COOKIE_LOGIN',1); PMA_sendHeaderLocation( $redirect_url . PMA_generate_common_url( $url_params, '&' ) ); exit(); } // end if diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 6fa55e647..8a40534fb 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -861,16 +861,26 @@ if (!defined('PMA_MINIMUM_COMMON')) { $link = 'index'; } $mysql = '5.0'; + $lang = 'en'; if (defined('PMA_MYSQL_INT_VERSION')) { if (PMA_MYSQL_INT_VERSION < 50000) { $mysql = '4.1'; + if (!empty($GLOBALS['mysql_4_1_doc_lang'])) { + $lang = $GLOBALS['mysql_4_1_doc_lang']; + } } elseif (PMA_MYSQL_INT_VERSION >= 50100) { $mysql = '5.1'; + if (!empty($GLOBALS['mysql_5_1_doc_lang'])) { + $lang = $GLOBALS['mysql_5_1_doc_lang']; + } } elseif (PMA_MYSQL_INT_VERSION >= 50000) { $mysql = '5.0'; + if (!empty($GLOBALS['mysql_5_0_doc_lang'])) { + $lang = $GLOBALS['mysql_5_0_doc_lang']; + } } } - $url = $cfg['MySQLManualBase'] . '/' . $mysql . '/en/' . $link . '.html'; + $url = $cfg['MySQLManualBase'] . '/' . $mysql . '/' . $lang . '/' . $link . '.html'; break; } @@ -983,9 +993,10 @@ if (!defined('PMA_MINIMUM_COMMON')) { $error_message = preg_replace("@((\015\012)|(\015)|(\012)){3,}@", "\n\n", $error_message); } // modified to show me the help on error-returns (Michael Keck) + // (now error-messages-server) echo '

        ' . "\n" . ' ' . $GLOBALS['strMySQLSaid'] . '' - . PMA_showMySQLDocu('Error-returns', 'Error-returns') + . PMA_showMySQLDocu('Error-messages-server', 'Error-messages-server') . "\n" . '

        ' . "\n"; @@ -1136,11 +1147,12 @@ if (!defined('PMA_MINIMUM_COMMON')) { session_write_close(); // bug #1523784: IE6 does not like 'Refresh: 0', it // results in a blank page - //if (PMA_IS_IIS) { - // header('Refresh: 0; ' . $uri); - //} else { + // (but we need it when coming from the cookie login panel) + if (PMA_IS_IIS && defined('PMA_COMING_FROM_COOKIE_LOGIN')) { + header('Refresh: 0; ' . $uri); + } else { header('Location: ' . $uri); - //} + } } } } @@ -2677,6 +2689,17 @@ if (isset($_REQUEST['GLOBALS']) || isset($_FILES['GLOBALS']) die('GLOBALS overwrite attempt'); } +/** + * Check for numeric keys + * (if register_globals is on, numeric key can be found in $GLOBALS) + */ + +foreach ($GLOBALS as $key => $dummy) { + if (is_numeric($key)) { + die('numeric key detected'); + } +} + /** * just to be sure there was no import (registering) before here * we empty the global space @@ -2728,8 +2751,6 @@ if (get_magic_quotes_gpc()) { PMA_arrayWalkRecursive($_REQUEST, 'stripslashes', true); } -require_once './libraries/session.inc.php'; - /** * include deprecated grab_globals only if required */ @@ -2737,6 +2758,11 @@ if (empty($__redirect) && !defined('PMA_NO_VARIABLES_IMPORT')) { require './libraries/grab_globals.lib.php'; } +/** + * include session handling after the globals, to avoid overwriting + */ +require_once './libraries/session.inc.php'; + /** * init some variables LABEL_variables_init */ @@ -2850,7 +2876,7 @@ if (PMA_checkPageValidity($_REQUEST['back'], $goto_whitelist)) { * Check whether user supplied token is valid, if not remove any * possibly dangerous stuff from request. */ -if (!isset($_REQUEST['token']) || $_SESSION['PMA_token'] != $_REQUEST['token']) { +if (empty($_REQUEST['token']) || $_SESSION[' PMA_token '] != $_REQUEST['token']) { /* List of parameters which are allowed from unsafe source */ $allow_list = array( 'db', 'table', 'lang', 'server', 'convcharset', 'collation_connection', 'target', @@ -2859,9 +2885,13 @@ if (!isset($_REQUEST['token']) || $_SESSION['PMA_token'] != $_REQUEST['token']) /* Cookie preferences */ 'pma_lang', 'pma_charset', 'pma_collation_connection', 'pma_convcharset', /* Possible login form */ - 'pma_username', 'pma_password', + 'pma_servername', 'pma_username', 'pma_password', ); - $keys = array_keys($_REQUEST); + // do not check only $_REQUEST because it could have been overwritten + // and use type casting because the variables could have become + // strings + $keys = array_keys(array_merge((array)$_REQUEST, (array)$_GET, (array)$_POST, (array)$_COOKIE)); + /* Remove any non allowed stuff from requests */ foreach($keys as $key) { if (!in_array($key, $allow_list)) { diff --git a/libraries/config.default.php b/libraries/config.default.php index be9cb6ff6..c524ad97b 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -310,7 +310,7 @@ $cfg['Export']['latex_structure_label'] = 'tab:__TABLE__-structure'; $cfg['Export']['sql_structure'] = TRUE; $cfg['Export']['sql_data'] = TRUE; -$cfg['Export']['sql_compat'] = 'NONE'; +$cfg['Export']['sql_compatibility'] = 'NONE'; $cfg['Export']['sql_disable_fk'] = FALSE; $cfg['Export']['sql_use_transaction'] = FALSE; $cfg['Export']['sql_drop_database'] = FALSE; @@ -553,7 +553,7 @@ $cfg['ThemeManager'] = TRUE; // if you want to use selectable th $cfg['ThemeDefault'] = 'original'; // set up default theme, if ThemePath not empty // you can set up here an valid path to themes or 'original' for // the original pma-theme -$cfg['ThemePerServer'] = FALSE; // allow diferent theme for each configured server +$cfg['ThemePerServer'] = FALSE; // allow different theme for each configured server //----------------------------------------------------------------------------- diff --git a/libraries/database_interface.lib.php b/libraries/database_interface.lib.php index 2f42880eb..0792260da 100644 --- a/libraries/database_interface.lib.php +++ b/libraries/database_interface.lib.php @@ -145,7 +145,7 @@ function PMA_DBI_convert_message( $message ) { if ( ! empty( $server_language ) && isset( $encodings[$server_language] ) ) { if ( function_exists( 'iconv' ) ) { if ((@stristr(PHP_OS, 'AIX')) && (@strcasecmp(ICONV_IMPL, 'unknown') == 0) && (@strcasecmp(ICONV_VERSION, 'unknown') == 0)) { - require_once('./liraries/iconv_wrapper.lib.php'); + require_once('./libraries/iconv_wrapper.lib.php'); $message = PMA_aix_iconv_wrapper( $encodings[$server_language], $GLOBALS['charset'] . $GLOBALS['cfg']['IconvExtraParams'], $message); } else { diff --git a/libraries/dbg/profiling.php b/libraries/dbg/profiling.php deleted file mode 100644 index 77d8b8139..000000000 --- a/libraries/dbg/profiling.php +++ /dev/null @@ -1,105 +0,0 @@ - - */ - dbg_get_profiler_results( $dbg_prof_results = '' ); - $cwdlen = strlen(getcwd()); // gma added var, $cwdlen = strlen(getcwd()); - echo '
        ' . "\n" . - '' . "\n"; - // gma added "$tr =" - $tr = '' . "\n" . - '' . "\n" . - '' . "\n" . - '' . "\n" . - '' . "\n" . - '' . "\n" . - '' . "\n" . - '' . "\n" . - '' . "\n" . - '' . "\n" . - '' . "\n"; // gma change "." to ";" - echo $tr.'' . "\n"; - $lines = 0; // gma added "echo $tr." and "$lines = 0;" - $ctx_name = ''; - $mod_name = ''; - $ctx_id = ''; - $odd_row = true; - foreach ( $dbg_prof_results['line_no'] as $idx => $line_no ) { - dbg_get_module_name( $dbg_prof_results['mod_no'][$idx], $mod_name ); - - //if (strpos("!".$mod_name, 'dbg.php') > 0) continue; - - $time_sum = $dbg_prof_results['tm_sum'][$idx] * 1000; - $time_avg_hit = $time_sum / $dbg_prof_results['hit_count'][$idx]; - - $time_sum = sprintf( '%.3f', $time_sum ); - $time_avg_hit = sprintf('%.3f', $time_avg_hit); - $time_min = sprintf( '%.3f', $dbg_prof_results['tm_min'][$idx] * 1000 ); - $time_max = sprintf( '%.3f', $dbg_prof_results['tm_max'][$idx] * 1000 ); - dbg_get_source_context( $dbg_prof_results['mod_no'][$idx], - $line_no, $ctx_id ); - - // use a default context name if needed - if ( dbg_get_context_name( $ctx_id, $ctx_name ) - && strlen($ctx_name) == 0 ) { - $ctx_name = "::main"; - } - - if ( $time_avg_hit > $GLOBALS['cfg']['DBG']['profile']['threshold'] ) { - echo '' . - // gma changed "$mod_name" to "substr($mod_name, $cwdlen+1)" - '' . - '' . - '' . - '' . - '' . - '' . - '' . - '' . - '' . - '' . "\n"; - - // gma added line. Repeats the header every x lines. - if ( $lines === 19 ) { - $odd_row = true; - $lines = 0; - echo $tr; - } else { - $odd_row = ! $odd_row; - $lines++; - } - } - } - echo '
        ' . $GLOBALS['strDBGModule'] . '' . $GLOBALS['strDBGLine'] . '' . $GLOBALS['strDBGHits'] . '' . $GLOBALS['strDBGTimePerHitMs'] . '' . $GLOBALS['strDBGTotalTimeMs'] . '' . $GLOBALS['strDBGMinTimeMs'] . '' . $GLOBALS['strDBGMaxTimeMs'] . '' . $GLOBALS['strDBGContextID'] . '' . $GLOBALS['strDBGContext'] . '
        ' . substr($mod_name, $cwdlen+1) . '' . $line_no . '' . $dbg_prof_results['hit_count'][$idx] . '' . $time_avg_hit . '' . $time_sum . '' . $time_min . '' . $time_max . '' . $ctx_id . '' . $ctx_name . '
        '; - } -} -/* gma ... Developer Notes -These two scriptlets can be used as On/Off buttons in your browsers, add to links. -ON: -javascript: document.cookie = 'DBGSESSID=' + escape('1;d=1,p=1') + '; path=/'; document.execCommand('refresh'); -or ... -javascript: document.cookie = 'DBGSESSID=' + escape('1;d=0,p=1') + '; path=/'; document.execCommand('refresh'); -OFF: -javascript: document.cookie = 'DBGSESSID=' + escape('1;d=0,p=0') + '; path=/'; document.execCommand('refresh'); -*/ -?> diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php index b49685ea4..d1f828877 100644 --- a/libraries/display_tbl.lib.php +++ b/libraries/display_tbl.lib.php @@ -1354,7 +1354,8 @@ function PMA_displayTableBody(&$dt_result, &$is_display, $map, $analyzed_sql) { $relation_id = $row[$i]; // nijel: Cut all fields to $GLOBALS['cfg']['LimitChars'] - if (PMA_strlen($row[$i]) > $GLOBALS['cfg']['LimitChars'] && ($dontlimitchars != 1)) { + // lem9: (unless it's a link-type transformation) + if (PMA_strlen($row[$i]) > $GLOBALS['cfg']['LimitChars'] && ($dontlimitchars != 1) && !strpos($transform_function, 'link') === true) { $row[$i] = PMA_substr($row[$i], 0, $GLOBALS['cfg']['LimitChars']) . '...'; } diff --git a/libraries/export/htmlexcel.php b/libraries/export/htmlexcel.php index 1f6d47daa..7efb27d88 100644 --- a/libraries/export/htmlexcel.php +++ b/libraries/export/htmlexcel.php @@ -68,7 +68,7 @@ xmlns="http://www.w3.org/TR/REC-html40"> - + diff --git a/libraries/export/pdf.php b/libraries/export/pdf.php index 73ac4bc6c..1846370a1 100644 --- a/libraries/export/pdf.php +++ b/libraries/export/pdf.php @@ -164,9 +164,10 @@ class PMA_PDF extends PMA_FPDF foreach ($data as $col => $txt) { $this->page = $currpage; $this->SetXY($l, $h); - $this->MultiCell($this->tablewidths[$col], $lineheight, $txt, 0, $this->colAlign[$col]); - - $l += $this->tablewidths[$col]; + if ($this->tablewidths[$col] > 0) { + $this->MultiCell($this->tablewidths[$col], $lineheight, $txt, 0, $this->colAlign[$col]); + $l += $this->tablewidths[$col]; + } if (!isset($tmpheight[$row.'-'.$this->page])) { $tmpheight[$row.'-'.$this->page] = 0; @@ -237,17 +238,32 @@ class PMA_PDF extends PMA_FPDF $colFits[$i] = $stringWidth ; } $this->colTitles[$i] = $this->fields[$i]->name; + $this->display_column[$i] = true; + switch ($this->fields[$i]->type){ case 'int': $this->colAlign[$i] = 'R'; break; + case 'blob': + case 'tinyblob': + case 'mediumblob': + case 'longblob': + //TODO: do not deactivate completely the display + // but show the field's name and [BLOB] + if (stristr($this->fields[$i]->flags, 'BINARY')) { + $this->display_column[$i] = false; + unset($this->colTitles[$i]); + } + $this->colAlign[$i] = 'L'; + break; default: $this->colAlign[$i] = 'L'; } } - // loop through the data, any column whose contents is bigger i - // that the col size is resized + // loop through the data, any column whose contents is bigger + // than the col size is resized + // TODO: force here a LIMIT to avoid reading all rows while ($row = PMA_DBI_fetch_row($this->results)) { foreach ($colFits as $key => $val) { $stringWidth = $this->getstringwidth($row[$key]) + 6 ; @@ -257,7 +273,7 @@ class PMA_PDF extends PMA_FPDF } else { // if text is not bigger than the current column width setting enlarge the column if ($stringWidth > $val) { - $colFits[$key] = ($stringWidth) ; + $colFits[$key] = $stringWidth ; } } } @@ -276,10 +292,12 @@ class PMA_PDF extends PMA_FPDF if (!in_array($i, array_keys($colFits))) { $this->tablewidths[$i] = $this->sColWidth + ($surplus / ($this->numFields - sizeof($colFits))); } + if ($this->display_column[$i] == false) { + $this->tablewidths[$i] = 0; + } } ksort($this->tablewidths); - } PMA_DBI_free_result($this->results); diff --git a/libraries/export/sql.php b/libraries/export/sql.php index dad6efa96..9389e696d 100644 --- a/libraries/export/sql.php +++ b/libraries/export/sql.php @@ -175,8 +175,8 @@ function PMA_exportHeader() global $crlf; global $cfg; - if (PMA_MYSQL_INT_VERSION >= 40100 && isset($GLOBALS['sql_compat']) && $GLOBALS['sql_compat'] != 'NONE') { - PMA_DBI_try_query('SET SQL_MODE="' . $GLOBALS['sql_compat'] . '"'); + if (PMA_MYSQL_INT_VERSION >= 40100 && isset($GLOBALS['sql_compatibility']) && $GLOBALS['sql_compatibility'] != 'NONE') { + PMA_DBI_try_query('SET SQL_MODE="' . $GLOBALS['sql_compatibility'] . '"'); } $head = $GLOBALS['comment_marker'] . 'phpMyAdmin SQL Dump' . $crlf @@ -241,7 +241,7 @@ function PMA_exportDBCreate($db) if (!PMA_exportOutputHandler($create_query)) { return FALSE; } - if (isset($GLOBALS['sql_backquotes']) && PMA_MYSQL_INT_VERSION >= 40100 && isset($GLOBALS['sql_compat']) && $GLOBALS['sql_compat'] == 'NONE') { + if (isset($GLOBALS['sql_backquotes']) && PMA_MYSQL_INT_VERSION >= 40100 && isset($GLOBALS['sql_compatibility']) && $GLOBALS['sql_compatibility'] == 'NONE') { return PMA_exportOutputHandler('USE ' . PMA_backquote($db) . ';' . $crlf); } return PMA_exportOutputHandler('USE ' . $db . ';' . $crlf); diff --git a/libraries/footer.inc.php b/libraries/footer.inc.php index 285da4c56..44bff3692 100644 --- a/libraries/footer.inc.php +++ b/libraries/footer.inc.php @@ -136,17 +136,20 @@ if (file_exists('./config.footer.inc.php')) { /** * Generates profiling data if requested */ + +// profiling deactivated due to licensing issues if (! empty($GLOBALS['cfg']['DBG']['enable']) && ! empty($GLOBALS['cfg']['DBG']['profile']['enable'])) { //run the basic setup code first require_once './libraries/dbg/setup.php'; //if the setup ran fine, then do the profiling + /* if (! empty($GLOBALS['DBG'])) { require_once './libraries/dbg/profiling.php'; dbg_dump_profiling_results(); } + */ } - ?> diff --git a/libraries/grab_globals.lib.php b/libraries/grab_globals.lib.php index 424a321c4..c45a505a4 100644 --- a/libraries/grab_globals.lib.php +++ b/libraries/grab_globals.lib.php @@ -91,9 +91,12 @@ if (! empty($_POST)) { } if (! empty($_FILES)) { - foreach ($_FILES as $name => $value) { - $$name = $value['tmp_name']; - ${$name . '_name'} = $value['name']; + $_valid_variables = preg_replace($GLOBALS['_import_blacklist'], '', array_keys($_FILES)); + foreach ($_valid_variables as $name) { + if (strlen($name) != 0) { + $$name = $_FILES[$name]['tmp_name']; + ${$name . '_name'} = $_FILES[$name]['name']; + } } unset($name, $value); } diff --git a/libraries/session.inc.php b/libraries/session.inc.php index fee6c8b1a..a56e5d89a 100644 --- a/libraries/session.inc.php +++ b/libraries/session.inc.php @@ -84,9 +84,10 @@ ini_set('session.save_handler', 'files'); /** * Token which is used for authenticating access queries. + * (we use "space PMA_token space" to prevent overwriting) */ -if (!isset($_SESSION['PMA_token'])) { - $_SESSION['PMA_token'] = md5(uniqid(rand(), true)); +if (!isset($_SESSION[' PMA_token '])) { + $_SESSION[' PMA_token '] = md5(uniqid(rand(), true)); } /** diff --git a/libraries/sqlparser.data.php b/libraries/sqlparser.data.php index bc2bd3a16..8d5b02d3d 100644 --- a/libraries/sqlparser.data.php +++ b/libraries/sqlparser.data.php @@ -15,7 +15,11 @@ * * Note: before adding a value in the arrays, ensure that you respect * proper sorting, especially with underscores. And don't forget to - * update the _cnt variable at the end of each array. + * update the _cnt variable at the end of each array. + * (It's slower to have PHP do the count). + * + * It's easier to use only uppercase for proper sorting. In case of + * doubt, use the DEBUG code after this function's definition. */ $PMA_SQPdata_function_name = array ( @@ -25,7 +29,7 @@ $PMA_SQPdata_function_name = array ( 'ADDTIME', 'AES_DECRYPT', 'AES_ENCRYPT', - 'Area', // polygon-property-functions.html + 'AREA', // polygon-property-functions.html 'ASCII', 'ASIN', 'ATAN', @@ -42,7 +46,7 @@ $PMA_SQPdata_function_name = array ( 'CAST', 'CEIL', 'CEILING', - 'Centroid', // multipolygon-property-functions.html + 'CENTROID', // multipolygon-property-functions.html 'CHAR', // string-functions.html 'CHARACTER_LENGTH', 'CHARSET', // information-functions.html @@ -84,15 +88,15 @@ $PMA_SQPdata_function_name = array ( 'DEGREES', 'DES_DECRYPT', 'DES_ENCRYPT', - 'Dimension', // general-geometry-property-functions.html + 'DIMENSION', // general-geometry-property-functions.html 'ELT', 'ENCODE', 'ENCRYPT', - 'EndPoint', // linestring-property-functions.html - 'Envelope', // general-geometry-property-functions.html + 'ENDPOINT', // linestring-property-functions.html + 'ENVELOPE', // general-geometry-property-functions.html 'EXP', 'EXPORT_SET', - 'ExteriorRing', // polygon-property-functions.html + 'EXTERIORRING', // polygon-property-functions.html 'EXTRACT', 'FIELD', 'FIND_IN_SET', @@ -101,11 +105,11 @@ $PMA_SQPdata_function_name = array ( 'FOUND_ROWS', 'FROM_DAYS', 'FROM_UNIXTIME', - 'GeometryN', // geometrycollection-property-functions.html - 'GeometryType', // general-geometry-property-functions.html + 'GEOMETRYN', // geometrycollection-property-functions.html + 'GEOMETRYTYPE', // general-geometry-property-functions.html 'GET_FORMAT', 'GET_LOCK', - 'GLength', // linestring-property-functions.html + 'GLENGTH', // linestring-property-functions.html 'GREATEST', 'GROUP_CONCAT', 'GROUP_UNIQUE_USERS', @@ -117,13 +121,13 @@ $PMA_SQPdata_function_name = array ( 'INET_NTOA', 'INSERT', // string-functions.html 'INSTR', - 'InteriorRingN', // polygon-property-functions.html + 'INTERIORRINGN', // polygon-property-functions.html 'INTERVAL', + 'ISCLOSED', // multilinestring-property-functions.html + 'ISEMPTY', // general-geometry-property-functions.html 'ISNULL', - 'IsClosed', // multilinestring-property-functions.html - 'IsEmpty', // general-geometry-property-functions.html - 'IsRing', // linestring-property-functions.html - 'IsSimple', // general-geometry-property-functions.html + 'ISRING', // linestring-property-functions.html + 'ISSIMPLE', // general-geometry-property-functions.html 'IS_FREE_LOCK', 'IS_USED_LOCK', // miscellaneous-functions.html 'LAST_DAY', @@ -158,9 +162,9 @@ $PMA_SQPdata_function_name = array ( 'MONTHNAME', 'NOW', 'NULLIF', - 'NumGeometries', // geometrycollection-property-functions.html - 'NumInteriorRings', // polygon-property-functions.html - 'NumPoints', // linestring-property-functions.html + 'NUMGEOMETRIES', // geometrycollection-property-functions.html + 'NUMINTERIORRINGS', // polygon-property-functions.html + 'NUMPOINTS', // linestring-property-functions.html 'OCT', 'OCTET_LENGTH', 'OLD_PASSWORD', @@ -169,8 +173,8 @@ $PMA_SQPdata_function_name = array ( 'PERIOD_ADD', 'PERIOD_DIFF', 'PI', - 'PointN', // linestring-property-functions.html - 'PointOnSurface', // multipolygon-property-functions.html + 'POINTN', // linestring-property-functions.html + 'POINTONSURFACE', // multipolygon-property-functions.html 'POSITION', 'POW', 'POWER', @@ -200,7 +204,7 @@ $PMA_SQPdata_function_name = array ( 'SPACE', 'SQRT', 'SRID', // general-geometry-property-functions.html - 'StartPoint', // linestring-property-functions.html + 'STARTPOINT', // linestring-property-functions.html 'STD', 'STDDEV', 'STDDEV_POP', // group-by-functions.html @@ -251,6 +255,15 @@ $PMA_SQPdata_function_name = array ( ); //$PMA_SQPdata_function_name_cnt = count($PMA_SQPdata_function_name); $PMA_SQPdata_function_name_cnt = 229; +// DEBUG +//$test_PMA_SQPdata_function_name = $PMA_SQPdata_function_name; +//sort($PMA_SQPdata_function_name); +//if ($PMA_SQPdata_function_name != $test_PMA_SQPdata_function_name) { +// echo 'sort properly like this
        ';
        +//    print_r($PMA_SQPdata_function_name);
        +//    echo '
        '; +//} + $PMA_SQPdata_column_attrib = array ( 'ARCHIVE', // Engine diff --git a/libraries/sqlparser.lib.php b/libraries/sqlparser.lib.php index 4cf9fc9bb..ca98e2baf 100644 --- a/libraries/sqlparser.lib.php +++ b/libraries/sqlparser.lib.php @@ -1512,7 +1512,12 @@ if ( ! defined( 'PMA_MINIMUM_COMMON' ) ) { $group_by_clause .= $arr[$i]['data'] . $sep; } if ($in_order_by && $upper_data != 'ORDER' && $upper_data != 'BY') { - $order_by_clause .= $arr[$i]['data'] . $sep; + // add a space only before ASC or DESC + // not around the dot between dbname and tablename + if ($arr[$i]['type'] == 'alpha_reservedWord') { + $order_by_clause .= $sep; + } + $order_by_clause .= $arr[$i]['data']; } if ($in_having && $upper_data != 'HAVING') { $having_clause .= $arr[$i]['data'] . $sep; diff --git a/libraries/tbl_properties.inc.php b/libraries/tbl_properties.inc.php index 4e934d3ef..91629ab70 100644 --- a/libraries/tbl_properties.inc.php +++ b/libraries/tbl_properties.inc.php @@ -109,7 +109,7 @@ $header_cells = array(); $content_cells = array(); $header_cells[] = $strField; -$header_cells[] = $strType . ($GLOBALS['cfg']['ReplaceHelpImg'] ? PMA_showMySQLDocu('SQL-Syntax', 'Column_types') : '
        ' . PMA_showMySQLDocu('SQL-Syntax', 'Column_types') . ''); +$header_cells[] = $strType . ($GLOBALS['cfg']['ReplaceHelpImg'] ? PMA_showMySQLDocu('SQL-Syntax', 'data-types') : '
        ' . PMA_showMySQLDocu('SQL-Syntax', 'data-types') . ''); $header_cells[] = $strLengthSet . '1'; if (PMA_MYSQL_INT_VERSION >= 40100) { $header_cells[] = $strCollation; diff --git a/libraries/tbl_properties_links.inc.php b/libraries/tbl_properties_links.inc.php index dbfe7943c..6c7de1999 100644 --- a/libraries/tbl_properties_links.inc.php +++ b/libraries/tbl_properties_links.inc.php @@ -17,7 +17,8 @@ require_once('./libraries/bookmark.lib.php'); /** * Set parameters for links */ -if (empty($url_query)) { +if (empty($url_query) +|| (isset($_POST['table']) && isset($_POST['new_name']) && $_POST['table'] != $_POST['new_name'])) { $url_query = PMA_generate_common_url($db, $table); } $url_params['db'] = $db; diff --git a/libraries/url_generating.lib.php b/libraries/url_generating.lib.php index 535b6e5a5..118be3cde 100644 --- a/libraries/url_generating.lib.php +++ b/libraries/url_generating.lib.php @@ -64,7 +64,7 @@ function PMA_generate_common_hidden_inputs($db = '', $table = '', $indent = 0, $ $params['collation_connection'] = $GLOBALS['collation_connection']; } - $params['token'] = $_SESSION['PMA_token']; + $params['token'] = $_SESSION[' PMA_token ']; if (! is_array($skip)) { if (isset($params[$skip])) { @@ -182,7 +182,7 @@ function PMA_generate_common_url ($db = '', $table = '', $delim = '&') $params['collation_connection'] = $GLOBALS['collation_connection']; } - $params['token'] = $_SESSION['PMA_token']; + $params['token'] = $_SESSION[' PMA_token ']; $param_strings = array(); foreach ($params as $key => $val) { diff --git a/scripts/setup.php b/scripts/setup.php index 0d9e38523..c5f724e8a 100644 --- a/scripts/setup.php +++ b/scripts/setup.php @@ -10,10 +10,12 @@ chdir('..'); require_once('./libraries/common.lib.php'); // Grab configuration defaults -$PMA_Config = new PMA_Config(); +// Do not use $PMA_Config, it interferes with the one in $_SESSION +// on servers with register_globals enabled +$PMA_Config_Setup = new PMA_Config(); // Script information -$script_info = 'phpMyAdmin ' . $PMA_Config->get('PMA_VERSION') . ' setup script by Michal Čihař '; +$script_info = 'phpMyAdmin ' . $PMA_Config_Setup->get('PMA_VERSION') . ' setup script by Michal Čihař '; $script_version = '$Id$'; // Grab action @@ -60,7 +62,7 @@ echo '' . "\n"; - phpMyAdmin <?php echo $PMA_Config->get('PMA_VERSION'); ?> setup + phpMyAdmin <?php echo $PMA_Config_Setup->get('PMA_VERSION'); ?> setup -
        +
        - + ' ); ?> diff --git a/scripts/create-release.sh b/scripts/create-release.sh index 1879339f1..a14cf830c 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -68,61 +68,39 @@ # - added release todo list # -cvsserver=${cvsserver:-phpmyadmin.cvs.sourceforge.net} KITS="all-languages-utf-8-only all-languages english" COMPRESSIONS="zip-7z tbz tgz 7z" -# third param is the user; when creating a release we don't want -# to suffer from the delay between anonymous cvs and developer cvs - if [ $# = 0 ] then - echo "Usage: create-release.sh version from_branch devname" + echo "Usages:" + echo " create-release.sh [from_branch]" + echo " create-release.sh snapshot [sf]" echo " (no spaces allowed!)" echo "" - echo "Example: create-release.sh 2.9.0-rc1 QA_2_9 lem9" + echo "Examples:" + echo " create-release.sh 2.9.0-rc1 branches/QA_2_9" + echo " create-release.sh 2.9.0 tags/RELEASE_2_9_0" exit 65 fi -if [ "$1" = "snapshot" ] -then - branch='' -elif [ "$#" -ge 2 ] -then - branch="-r $2" -fi +branch='trunk' -user="anonymous" -if [ "$#" -eq 3 ] -then - user=$3 -fi - - -if [ $1 = "snapshot" ] -then - mode="snapshot" - date_snapshot=`date +%Y%m%d-%H%M%S` -fi - -# Set target name -if [ "$mode" != "snapshot" ] -then - target=$1 +if [ "$1" = "snapshot" ] ; then + mode="snapshot" + date_snapshot=`date +%Y%m%d-%H%M%S` + target=$date_snapshot else - target=$date_snapshot -fi - - -if [ "$mode" != "snapshot" ] -then - - cat <set( 'PMA_VERSION', '2.7.1-dev' ); " + " \$this->set( 'PMA_VERSION', '$1' ); " - in Documentation.html the 2 lines " phpMyAdmin $1 - Documentation " "

        phpMyAdmin $1 Documentation

        " @@ -136,76 +114,40 @@ Please ensure you have: Continue (y/n)? END - printf "\a" - read do_release + read do_release - if [ "$do_release" != 'y' ]; then - exit - fi + if [ "$do_release" != 'y' ]; then + exit + fi fi -if [ "$mode" = "snapshot" -a "$2" != "local" ] ; then -# Goto project dir +if [ "$mode" = "snapshot" -a "$2" = "sf" ] ; then + # Goto project dir cd /home/groups/p/ph/phpmyadmin/htdocs -## Move old cvs dir -#if [ -e cvs ]; -#then -# mv cvs cvs-`date +%s` -#fi - -# Keep one previous version of the cvs directory - if [ -e cvs-prev ]; - then - rm -rf cvs-prev + # Keep one previous version of the cvs directory + if [ -e svn-prev ] ; then + rm -rf svn-prev fi - mv cvs cvs-prev + mv svn svn-prev fi -# Do CVS checkout -mkdir cvs -cd cvs +# Do SVNcheckout +mkdir -p ./svn +cd svn -if [ "$mode" != "snapshot" ] ; then - if grep -Fq ':pserver:anonymous@phpmyadmin.cvs.sourceforge.net:2401/cvsroot/phpmyadmin' ~/.cvspass ; then - echo "You seem to be already logged into phpMyAdmin CVS, skipping that" - else - if [ $user = "anonymous" ] ; then - echo "Press [ENTER]!" - cvs -q -d:pserver:anonymous@$cvsserver:/cvsroot/phpmyadmin login - if [ $? -ne 0 ] ; then - echo "CVS login failed, bailing out" - exit 1 - fi - fi - fi -fi +echo "Exporting repository from subversion" -if [ $user = "anonymous" ] ; then - cvs -q -z3 -d:pserver:anonymous@$cvsserver:/cvsroot/phpmyadmin co -P $branch phpMyAdmin -else - cvs -q -z3 -d:ext:$user@$cvsserver:/cvsroot/phpmyadmin co -P $branch phpMyAdmin -fi +svn export -q https://svn.sourceforge.net/svnroot/phpmyadmin/$branch/phpMyAdmin if [ $? -ne 0 ] ; then - echo "CVS checkout failed, bailing out" + echo "Subversion checkout failed, bailing out" exit 2 fi # Cleanup release dir LC_ALL=C date -u > phpMyAdmin/RELEASE-DATE-${target} -# Olivier asked to keep those in the cvs release, to allow testers to use -# cvs update on it -if [ "$mode" != "snapshot" ] -then - find phpMyAdmin \( -name .cvsignore -o -name CVS \) -print0 | xargs -0 rm -rf -fi - -find phpMyAdmin -type d -print0 | xargs -0 chmod 755 -find phpMyAdmin -type f -print0 | xargs -0 chmod 644 -find phpMyAdmin \( -name '*.sh' -o -name '*.pl' \) -print0 | xargs -0 chmod 755 - # Building Documentation.txt LC_ALL=C w3m -dump phpMyAdmin/Documentation.html > phpMyAdmin/Documentation.txt @@ -296,8 +238,8 @@ cat <set( 'PMA_VERSION', '2.7.1-dev' ); " - in Documentation.html the 2 lines @@ -339,12 +281,6 @@ END fi -if [ "$mode" = "snapshot" -a "$2" != "local" ] ; then - cd .. - find cvs -type d -print0 | xargs -0 chmod 775 - find cvs -type f -print0 | xargs -0 chmod 664 -fi - # Removed due to not needed thanks to clever scripting by Robbat2 # 9. update the demo subdirectory: # - in htdocs, cvs update phpMyAdmin diff --git a/sql.php b/sql.php index 0de583e50..7c35b6867 100644 --- a/sql.php +++ b/sql.php @@ -110,6 +110,9 @@ if (isset($find_real_end) && $find_real_end) { */ elseif (!isset($pos)) { $pos = 0; +} else { + /* We need this to be a integer */ + $pos = (int)$pos } /** diff --git a/tbl_properties_operations.php b/tbl_properties_operations.php index 40ea86096..b13806248 100644 --- a/tbl_properties_operations.php +++ b/tbl_properties_operations.php @@ -201,8 +201,8 @@ value="" />
        // starting with MySQL 5.0.24, SHOW CREATE TABLE includes the AUTO_INCREMENT // next value but users can decide if they want it or not for the operation ?> - -
        + +
        @@ -370,8 +370,8 @@ foreach ($dblist as $each_db) {
        - -
        + +
        - phpMyAdmin 2.9.1-dev - Official translators + phpMyAdmin 2.9.1 - Official translators @@ -31,7 +31,7 @@
      • Glossary
      -

      phpMyAdmin 2.9.1-dev official translators list

      +

      phpMyAdmin 2.9.1 official translators list

      Here is the list of the "official translators" of phpMyAdmin.

      From 894c436e820a1dab6d34c55980bba4a92555adb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 17 Nov 2006 08:49:25 +0000 Subject: [PATCH 15/27] Check before commit! --- libraries/display_tbl.lib.php | 2 +- sql.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php index b70f3a0ae..ee32564f1 100644 --- a/libraries/display_tbl.lib.php +++ b/libraries/display_tbl.lib.php @@ -15,7 +15,7 @@ if (!isset($pos)) { $pos = 0; } else { /* We need this to be a integer */ - $pos = (int)$pos + $pos = (int)$pos; } /** diff --git a/sql.php b/sql.php index 7c35b6867..4522a0414 100644 --- a/sql.php +++ b/sql.php @@ -112,7 +112,7 @@ elseif (!isset($pos)) { $pos = 0; } else { /* We need this to be a integer */ - $pos = (int)$pos + $pos = (int)$pos; } /** From 59d245f36ab4e0b8a49c44b1f9045fc9aef939b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 17 Nov 2006 08:59:43 +0000 Subject: [PATCH 16/27] Fix XSS on table comment. --- ChangeLog | 1 + left.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6806bf195..23d2c838d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $Source$ 2006-11-17 Michal Čihař * sql.php, libraries/display_tbl.lib.php: Force pos to be integer to avoid XSS. + * left.php: Fix XSS on table comment. 2006-11-09 Marc Delisle ### 2.9.1 released from MAINT_2_9_1 diff --git a/left.php b/left.php index ef39a462e..9ffbe5cdb 100644 --- a/left.php +++ b/left.php @@ -533,8 +533,8 @@ function PMA_displayTableList($tables, $visible = false, } echo ' id="icon_' . htmlspecialchars($table_db . '.' . $table['Name']) . '"' .' width="10" height="10" alt="' . $GLOBALS['strBrowse'] . '" />' . "\n" - .'' . htmlspecialchars($table['disp_name']) . ''; echo '' . "\n"; From 416285c4930ed24504edf58774384db4ffec1f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 17 Nov 2006 09:32:12 +0000 Subject: [PATCH 17/27] Fix path disclossure while passing array as some params. --- ChangeLog | 3 +++ index.php | 2 +- libraries/common.lib.php | 29 ++++++++++++++++++++++++----- libraries/select_lang.lib.php | 11 ++++++++++- libraries/url_generating.lib.php | 5 ++++- 5 files changed, 42 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 23d2c838d..11e27642c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,9 @@ $Source$ * sql.php, libraries/display_tbl.lib.php: Force pos to be integer to avoid XSS. * left.php: Fix XSS on table comment. + * index.php, libraries/url_generating.lib.php, libraries/common.lib.php, + libraries/select_lang.lib.php: Fix path disclossure while passing array + as some params. 2006-11-09 Marc Delisle ### 2.9.1 released from MAINT_2_9_1 diff --git a/index.php b/index.php index 44681a8d5..6da60af79 100644 --- a/index.php +++ b/index.php @@ -88,7 +88,7 @@ if (! isset($GLOBALS['db']) || ! strlen($GLOBALS['db'])) { $url_query = PMA_generate_common_url($_GET); -if (!empty($GLOBALS['target']) && in_array($GLOBALS['target'], $goto_whitelist)) { +if (is_string($GLOBALS['target']) && !empty($GLOBALS['target']) && in_array($GLOBALS['target'], $goto_whitelist)) { $main_target = $GLOBALS['target']; } diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 7d3462787..6c8cbcbfc 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -543,7 +543,7 @@ function PMA_arrayWalkRecursive(&$array, $function, $apply_to_keys_also = false) */ function PMA_checkPageValidity(&$page, $whitelist) { - if (! isset($page)) { + if (! isset($page) || !is_string($page)) { return false; } @@ -2885,7 +2885,7 @@ if (PMA_checkPageValidity($_REQUEST['back'], $goto_whitelist)) { * Check whether user supplied token is valid, if not remove any * possibly dangerous stuff from request. */ -if (empty($_REQUEST['token']) || $_SESSION[' PMA_token '] != $_REQUEST['token']) { +if (!is_string($_REQUEST['token']) || empty($_REQUEST['token']) || $_SESSION[' PMA_token '] != $_REQUEST['token']) { /* List of parameters which are allowed from unsafe source */ $allow_list = array( 'db', 'table', 'lang', 'server', 'convcharset', 'collation_connection', 'target', @@ -2909,8 +2909,27 @@ if (empty($_REQUEST['token']) || $_SESSION[' PMA_token '] != $_REQUEST['token']) unset($_POST[$key]); unset($GLOBALS[$key]); } else { - // allowed stuff could be compromised so escape it - $_REQUEST[$key] = htmlspecialchars($_REQUEST[$key], ENT_QUOTES); + // we require it to be a string + if (is_string($_REQUEST[$key])) { + $_REQUEST[$key] = htmlspecialchars($_REQUEST[$key], ENT_QUOTES); + } else { + unset($_REQUEST[$key]); + } + if (is_string($_POST[$key])) { + $_POST[$key] = htmlspecialchars($_POST[$key], ENT_QUOTES); + } else { + unset($_POST[$key]); + } + if (is_string($_COOKIE[$key])) { + $_COOKIE[$key] = htmlspecialchars($_COOKIE[$key], ENT_QUOTES); + } else { + unset($_COOKIE[$key]); + } + if (is_string($_GET[$key])) { + $_GET[$key] = htmlspecialchars($_GET[$key], ENT_QUOTES); + } else { + unset($_GET[$key]); + } } } } @@ -3148,7 +3167,7 @@ if (! defined('PMA_MINIMUM_COMMON')) { * present a choice of servers in the case that there are multiple servers * and '$cfg['ServerDefault'] = 0' is set. */ - if (!empty($_REQUEST['server']) && !empty($cfg['Servers'][$_REQUEST['server']])) { + if (is_string($_REQUEST['sever']) && ! empty($_REQUEST['server']) && ! empty($cfg['Servers'][$_REQUEST['server']])) { $GLOBALS['server'] = $_REQUEST['server']; $cfg['Server'] = $cfg['Servers'][$GLOBALS['server']]; } else { diff --git a/libraries/select_lang.lib.php b/libraries/select_lang.lib.php index 1495b0466..d2cee41bd 100644 --- a/libraries/select_lang.lib.php +++ b/libraries/select_lang.lib.php @@ -39,6 +39,9 @@ function PMA_langCheck() if (! empty($_POST['lang'])) { if (PMA_langSet($_POST['lang'])) { return true; + } elseif (!is_string($_POST['lang'])) { + /* Faked request, don't care on localisation */ + $GLOBALS['lang_failed_request'] = 'Yes'; } else { $GLOBALS['lang_failed_request'] = $_POST['lang']; } @@ -48,6 +51,9 @@ function PMA_langCheck() if (! empty($_GET['lang'])) { if (PMA_langSet($_GET['lang'])) { return true; + } elseif (!is_string($_GET['lang'])) { + /* Faked request, don't care on localisation */ + $GLOBALS['lang_failed_request'] = 'Yes'; } else { $GLOBALS['lang_failed_request'] = $_GET['lang']; } @@ -57,6 +63,9 @@ function PMA_langCheck() if (! empty($_COOKIE['pma_lang'])) { if (PMA_langSet($_COOKIE['pma_lang'])) { return true; + } elseif (!is_string($_COOKIE['lang'])) { + /* Faked request, don't care on localisation */ + $GLOBALS['lang_failed_request'] = 'Yes'; } else { $GLOBALS['lang_failed_cookie'] = $_COOKIE['pma_lang']; } @@ -95,7 +104,7 @@ function PMA_langCheck() */ function PMA_langSet(&$lang) { - if (empty($lang) || empty($GLOBALS['available_languages'][$lang])) { + if (!is_string($lang) || empty($lang) || empty($GLOBALS['available_languages'][$lang])) { return false; } $GLOBALS['lang'] = $lang; diff --git a/libraries/url_generating.lib.php b/libraries/url_generating.lib.php index 118be3cde..11a7553dc 100644 --- a/libraries/url_generating.lib.php +++ b/libraries/url_generating.lib.php @@ -186,7 +186,10 @@ function PMA_generate_common_url ($db = '', $table = '', $delim = '&') $param_strings = array(); foreach ($params as $key => $val) { - $param_strings[] = urlencode($key) . '=' . urlencode($val); + /* We ignore arrays as we don't use them! */ + if (!is_array($val)) { + $param_strings[] = urlencode($key) . '=' . urlencode($val); + } } if (empty($param_strings)) { From 663eb2b85ed30c1226c5d617bb06c5afe1d3caf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 17 Nov 2006 09:52:52 +0000 Subject: [PATCH 18/27] Trust only listed proxies for IP Allow/Deny. --- ChangeLog | 3 +++ Documentation.html | 15 +++++++++++++-- libraries/config.default.php | 2 ++ libraries/ip_allow_deny.lib.php | 4 +++- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 11e27642c..09e60ef2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,9 @@ $Source$ * index.php, libraries/url_generating.lib.php, libraries/common.lib.php, libraries/select_lang.lib.php: Fix path disclossure while passing array as some params. + * Documentation.html, libraries/ip_allow_deny.lib.php, + libraries/config.default.php: Trust only listed proxies for IP + Allow/Deny. 2006-11-09 Marc Delisle ### 2.9.1 released from MAINT_2_9_1 diff --git a/Documentation.html b/Documentation.html index d8838cbfa..b71ef3b47 100644 --- a/Documentation.html +++ b/Documentation.html @@ -501,7 +501,7 @@ GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real suggested, perhaps a .htaccess file with the HTTP-AUTH directive or disallowing incoming HTTP requests at one’s router or firewall will suffice (both of which - are beyond the scope of this manual but easily searchable with Google). + are beyond the scope of this manual but easily searchable with Google).
    @@ -976,7 +976,11 @@ ALTER TABLE `pma_column_comments` listed in the allow rules, and not listed in the deny rules. This is the most secure means of using Allow/Deny rules, and was available in Apache by specifying allow and deny rules without - setting any order. + setting any order.

    + + Please also see $cfg['TrustedProxies'] for detecting IP + address behind proxies.
    $cfg['Servers'][$i]['AllowDeny']['rules'] array of strings @@ -1399,6 +1403,13 @@ ALTER TABLE `pma_column_comments` Character sets will be shown in same order as here listed, so if you frequently use some of these move them to the top. +
    $cfg['TrustedProxies'] array
    +
    Lists proxies which are trusted for IP Allow/Deny. This list is by + default empty, you need to fill in some trusted proxy servers if you + want to use rules for IP addresses behind proxy. +
    +
    $cfg['GD2Available'] string
    Specifies whether GD >= 2 is available. If yes it can be used for MIME transformations.
    diff --git a/libraries/config.default.php b/libraries/config.default.php index f90c80cab..b17691fac 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -604,6 +604,8 @@ $cfg['GD2Available'] = 'auto'; // Is GD >= 2 available? Set to yes/ // does autodetection, which is a bit expensive for // php < 4.3.0, but it is the only safe vay how to // determine GD version. +$cfg['TrustedProxies'] = array(); // List of trusted proxies for IP allow/deny + /** * SQL Parser Settings */ diff --git a/libraries/ip_allow_deny.lib.php b/libraries/ip_allow_deny.lib.php index 0244946f0..c0bcbf886 100644 --- a/libraries/ip_allow_deny.lib.php +++ b/libraries/ip_allow_deny.lib.php @@ -50,6 +50,8 @@ function PMA_getIp() // Gets the default ip sent by the user if (!empty($REMOTE_ADDR)) { $direct_ip = $REMOTE_ADDR; + } else { + $direct_ip = ''; } // Gets the proxy ip sent by the user @@ -71,7 +73,7 @@ function PMA_getIp() } // end if... elseif... // Returns the true IP if it has been found, else false - if (empty($proxy_ip)) { + if (empty($proxy_ip) || !in_array($direct_ip, $GLOBALS['cfg']['TrustedProxies'])) { // True IP without proxy return $direct_ip; } else { From b46c6bd295dac15c93ae142cc2592187ef83ac35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 17 Nov 2006 10:05:59 +0000 Subject: [PATCH 19/27] We will have 2.9.1.1. --- Documentation.html | 4 ++-- README | 4 ++-- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation.html b/Documentation.html index b71ef3b47..1737f68ed 100644 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,7 @@ - phpMyAdmin 2.9.1 - Documentation + phpMyAdmin 2.9.1.1 - Documentation @@ -33,7 +33,7 @@
  • Glossary
  • -

    phpMyAdmin 2.9.1 Documentation

    +

    phpMyAdmin 2.9.1.1 Documentation

    • phpMyAdmin homepage
    • diff --git a/README b/README index 4f7ad828d..2ab97bdf9 100644 --- a/README +++ b/README @@ -5,8 +5,8 @@ phpMyAdmin - Readme A set of PHP-scripts to manage MySQL over the web. - Version 2.9.1 - ------------- + Version 2.9.1.1 + --------------- http://www.phpmyadmin.net/ Copyright (C) 1998-2000 Tobias Ratschiller diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 28283d5d6..6343c5b93 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -80,7 +80,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '2.9.1'); + $this->set('PMA_VERSION', '2.9.1.1'); /** * @deprecated */ diff --git a/translators.html b/translators.html index a5603bf28..5222d35ee 100644 --- a/translators.html +++ b/translators.html @@ -8,7 +8,7 @@ - phpMyAdmin 2.9.1 - Official translators + phpMyAdmin 2.9.1.1 - Official translators @@ -31,7 +31,7 @@
    • Glossary
    -

    phpMyAdmin 2.9.1 official translators list

    +

    phpMyAdmin 2.9.1.1 official translators list

    Here is the list of the "official translators" of phpMyAdmin.

    From 565d5770e8c71dd7ed444117fc9fb6b3c3023cfe Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 18 Nov 2006 11:21:43 +0000 Subject: [PATCH 20/27] undefined index --- ChangeLog | 3 +++ index.php | 2 +- libraries/common.lib.php | 12 ++++++------ 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 09e60ef2d..10b830fd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog $Id$ $Source$ +2006-11-18 Marc Delisle + * index.php, libraries/common.lib.php: undefined index + 2006-11-17 Michal Čihař * sql.php, libraries/display_tbl.lib.php: Force pos to be integer to avoid XSS. diff --git a/index.php b/index.php index 6da60af79..f30ebaf88 100644 --- a/index.php +++ b/index.php @@ -88,7 +88,7 @@ if (! isset($GLOBALS['db']) || ! strlen($GLOBALS['db'])) { $url_query = PMA_generate_common_url($_GET); -if (is_string($GLOBALS['target']) && !empty($GLOBALS['target']) && in_array($GLOBALS['target'], $goto_whitelist)) { +if (isset($GLOBALS['target']) && is_string($GLOBALS['target']) && !empty($GLOBALS['target']) && in_array($GLOBALS['target'], $goto_whitelist)) { $main_target = $GLOBALS['target']; } diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 6c8cbcbfc..ad0c4bb64 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -2885,7 +2885,7 @@ if (PMA_checkPageValidity($_REQUEST['back'], $goto_whitelist)) { * Check whether user supplied token is valid, if not remove any * possibly dangerous stuff from request. */ -if (!is_string($_REQUEST['token']) || empty($_REQUEST['token']) || $_SESSION[' PMA_token '] != $_REQUEST['token']) { +if ((isset($_REQUEST['token']) && !is_string($_REQUEST['token'])) || empty($_REQUEST['token']) || $_SESSION[' PMA_token '] != $_REQUEST['token']) { /* List of parameters which are allowed from unsafe source */ $allow_list = array( 'db', 'table', 'lang', 'server', 'convcharset', 'collation_connection', 'target', @@ -2910,22 +2910,22 @@ if (!is_string($_REQUEST['token']) || empty($_REQUEST['token']) || $_SESSION[' P unset($GLOBALS[$key]); } else { // we require it to be a string - if (is_string($_REQUEST[$key])) { + if (isset($_REQUEST[$key]) && is_string($_REQUEST[$key])) { $_REQUEST[$key] = htmlspecialchars($_REQUEST[$key], ENT_QUOTES); } else { unset($_REQUEST[$key]); } - if (is_string($_POST[$key])) { + if (isset($_POST[$key]) && is_string($_POST[$key])) { $_POST[$key] = htmlspecialchars($_POST[$key], ENT_QUOTES); } else { unset($_POST[$key]); } - if (is_string($_COOKIE[$key])) { + if (isset($_COOKIE[$key]) && is_string($_COOKIE[$key])) { $_COOKIE[$key] = htmlspecialchars($_COOKIE[$key], ENT_QUOTES); } else { unset($_COOKIE[$key]); } - if (is_string($_GET[$key])) { + if (isset($_GET[$key]) && is_string($_GET[$key])) { $_GET[$key] = htmlspecialchars($_GET[$key], ENT_QUOTES); } else { unset($_GET[$key]); @@ -3167,7 +3167,7 @@ if (! defined('PMA_MINIMUM_COMMON')) { * present a choice of servers in the case that there are multiple servers * and '$cfg['ServerDefault'] = 0' is set. */ - if (is_string($_REQUEST['sever']) && ! empty($_REQUEST['server']) && ! empty($cfg['Servers'][$_REQUEST['server']])) { + if (isset($_REQUEST['server']) && is_string($_REQUEST['server']) && ! empty($_REQUEST['server']) && ! empty($cfg['Servers'][$_REQUEST['server']])) { $GLOBALS['server'] = $_REQUEST['server']; $cfg['Server'] = $cfg['Servers'][$GLOBALS['server']]; } else { From b0b9eee13e667235dab6b143fd34a6597b1fbfe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sat, 18 Nov 2006 12:59:41 +0000 Subject: [PATCH 21/27] Define headers which to trust in configuration, thanks for help with this to Christian Schmidt, Peytz & Co. --- ChangeLog | 5 +++ Documentation.html | 11 ++++- libraries/ip_allow_deny.lib.php | 74 ++++++--------------------------- 3 files changed, 26 insertions(+), 64 deletions(-) diff --git a/ChangeLog b/ChangeLog index 10b830fd7..294f7ef38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - ChangeLog $Id$ $Source$ +2006-11-18 Michal Čihař + * Documentation.html, libraries/ip_allow_deny.lib.php: Define headers + which to trust in configuration, thanks for help with this to Christian + Schmidt, Peytz & Co. + 2006-11-18 Marc Delisle * index.php, libraries/common.lib.php: undefined index diff --git a/Documentation.html b/Documentation.html index 1737f68ed..40635b72a 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1404,10 +1404,17 @@ ALTER TABLE `pma_column_comments` frequently use some of these move them to the top.
    $cfg['TrustedProxies'] array
    -
    Lists proxies which are trusted for Lists proxies and HTTP headers which are trusted for IP Allow/Deny. This list is by default empty, you need to fill in some trusted proxy servers if you - want to use rules for IP addresses behind proxy. + want to use rules for IP addresses behind proxy.

    + Following example enables use of X-Forwarded-For header for proxy + 1.2.3.4 and Coming-From header from 5.6.7.8: +
    +$cfg['TrustedProxyVariables'] =
    +	array('1.2.3.4' => 'HTTP_X_FORWARDED_FOR',
    +	      '5.6.7.8' => 'HTTP_COMING_FROM');
    +        
    $cfg['GD2Available'] string
    diff --git a/libraries/ip_allow_deny.lib.php b/libraries/ip_allow_deny.lib.php index c0bcbf886..12493c2d5 100644 --- a/libraries/ip_allow_deny.lib.php +++ b/libraries/ip_allow_deny.lib.php @@ -17,76 +17,26 @@ */ function PMA_getIp() { - global $REMOTE_ADDR; - global $HTTP_X_FORWARDED_FOR, $HTTP_X_FORWARDED, $HTTP_FORWARDED_FOR, $HTTP_FORWARDED; - global $HTTP_VIA, $HTTP_X_COMING_FROM, $HTTP_COMING_FROM; - - // Get some server/environment variables values - if (empty($REMOTE_ADDR) && PMA_getenv('REMOTE_ADDR')) { - $REMOTE_ADDR = PMA_getenv('REMOTE_ADDR'); - } - if (empty($HTTP_X_FORWARDED_FOR) && PMA_getenv('HTTP_X_FORWARDED_FOR')) { - $HTTP_X_FORWARDED_FOR = PMA_getenv('HTTP_X_FORWARDED_FOR'); - } - if (empty($HTTP_X_FORWARDED) && PMA_getenv('HTTP_X_FORWARDED')) { - $HTTP_X_FORWARDED = PMA_getenv('HTTP_X_FORWARDED'); - } - if (empty($HTTP_FORWARDED_FOR) && PMA_getenv('HTTP_FORWARDED_FOR')) { - $HTTP_FORWARDED_FOR = PMA_getenv('HTTP_FORWARDED_FOR'); - } - if (empty($HTTP_FORWARDED) && PMA_getenv('HTTP_FORWARDED')) { - $HTTP_FORWARDED = PMA_getenv('HTTP_FORWARDED'); - } - if (empty($HTTP_VIA) && PMA_getenv('HTTP_VIA')) { - $HTTP_VIA = PMA_getenv('HTTP_VIA'); - } - if (empty($HTTP_X_COMING_FROM) && PMA_getenv('HTTP_X_COMING_FROM')) { - $HTTP_X_COMING_FROM = PMA_getenv('HTTP_X_COMING_FROM'); - } - if (empty($HTTP_COMING_FROM) && PMA_getenv('HTTP_COMING_FROM')) { - $HTTP_COMING_FROM = PMA_getenv('HTTP_COMING_FROM'); - } - - // Gets the default ip sent by the user - if (!empty($REMOTE_ADDR)) { - $direct_ip = $REMOTE_ADDR; + /* Get the address of user */ + if (!empty($_SERVER['REMOTE_ADDR'])) { + $direct_ip = $_SERVER['REMOTE_ADDR']; } else { - $direct_ip = ''; + /* We do not know remote IP */ + return false; } - // Gets the proxy ip sent by the user - $proxy_ip = ''; - if (!empty($HTTP_X_FORWARDED_FOR)) { - $proxy_ip = $HTTP_X_FORWARDED_FOR; - } elseif (!empty($HTTP_X_FORWARDED)) { - $proxy_ip = $HTTP_X_FORWARDED; - } elseif (!empty($HTTP_FORWARDED_FOR)) { - $proxy_ip = $HTTP_FORWARDED_FOR; - } elseif (!empty($HTTP_FORWARDED)) { - $proxy_ip = $HTTP_FORWARDED; - } elseif (!empty($HTTP_VIA)) { - $proxy_ip = $HTTP_VIA; - } elseif (!empty($HTTP_X_COMING_FROM)) { - $proxy_ip = $HTTP_X_COMING_FROM; - } elseif (!empty($HTTP_COMING_FROM)) { - $proxy_ip = $HTTP_COMING_FROM; - } // end if... elseif... - - // Returns the true IP if it has been found, else false - if (empty($proxy_ip) || !in_array($direct_ip, $GLOBALS['cfg']['TrustedProxies'])) { - // True IP without proxy - return $direct_ip; - } else { + /* Do we trust this IP as a proxy? If yes we will use it's header. */ + if (isset($GLOBALS['cfg']['TrustedProxies'][$direct_ip])) { + $proxy_ip = PMA_getenv($GLOBALS['cfg']['TrustedProxies'][$direct_ip]); $is_ip = preg_match('|^([0-9]{1,3}\.){3,3}[0-9]{1,3}|', $proxy_ip, $regs); if ($is_ip && (count($regs) > 0)) { // True IP behind a proxy return $regs[0]; - } else { - // Can't define IP: there is a proxy but we don't have - // information about the true IP - return false; } - } // end if... else... + } + + /* Return true IP */ + return $direct_ip; } // end of the 'PMA_getIp()' function From 7eb6cf3c349e8b948e93ae044bc192c2eb603598 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 18 Nov 2006 13:41:43 +0000 Subject: [PATCH 22/27] typo --- Documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.html b/Documentation.html index 40635b72a..0685c885d 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1411,7 +1411,7 @@ ALTER TABLE `pma_column_comments` Following example enables use of X-Forwarded-For header for proxy 1.2.3.4 and Coming-From header from 5.6.7.8:
    -$cfg['TrustedProxyVariables'] =
    +$cfg['TrustedProxies'] =
     	array('1.2.3.4' => 'HTTP_X_FORWARDED_FOR',
     	      '5.6.7.8' => 'HTTP_COMING_FROM');
             
    From 6215e201eb98226837954059f6c99c9aa1c55a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sat, 18 Nov 2006 19:33:17 +0000 Subject: [PATCH 23/27] =?UTF-8?q?Fix=20XSS=20on=20database=20comment,=20th?= =?UTF-8?q?anks=20to=20laurent=20gaffi=C3=A9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog | 2 ++ libraries/common.lib.php | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 294f7ef38..2c71eb090 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,8 @@ $Source$ * Documentation.html, libraries/ip_allow_deny.lib.php: Define headers which to trust in configuration, thanks for help with this to Christian Schmidt, Peytz & Co. + * libraries/common.lib.php: Fix XSS on database comment, thanks to laurent + gaffié. 2006-11-18 Marc Delisle * index.php, libraries/common.lib.php: undefined index diff --git a/libraries/common.lib.php b/libraries/common.lib.php index ad0c4bb64..77e0741fe 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -180,11 +180,11 @@ function PMA_getHtmlSelectDb($selected = '') } foreach ($dbs as $db) { $return .= '