Git
Threads by month
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- 9 participants
- 38706 discussions
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-3751-gf33f823
by Michal Čihař 24 May '10
by Michal Čihař 24 May '10
24 May '10
The branch, master has been updated
via f33f82386e37590594238347371430df4806849c (commit)
via ac2087a3e88f6451f7a0a195d86fb57ec02d8cc4 (commit)
via 1a923fe9c6555b89f313df7634549a41bdbf7b33 (commit)
via 019a34b707117ba44e7cb145cb50d09099525a2f (commit)
via cc06b6df97b5d7e5edd36ab6c1d0226cf58308a4 (commit)
from 9cfb68b99aa1ac458a520916b0b6b76e1e83a09b (commit)
- Log -----------------------------------------------------------------
commit f33f82386e37590594238347371430df4806849c
Author: Michal Čihař <mcihar(a)novell.com>
Date: Mon May 24 11:23:29 2010 +0200
Use correct message and escape for js.
commit ac2087a3e88f6451f7a0a195d86fb57ec02d8cc4
Author: Michal Čihař <mcihar(a)novell.com>
Date: Mon May 24 11:18:25 2010 +0200
Gettext usage.
commit 1a923fe9c6555b89f313df7634549a41bdbf7b33
Author: Michal Čihař <mcihar(a)novell.com>
Date: Mon May 24 11:13:18 2010 +0200
Proper escaping.
commit 019a34b707117ba44e7cb145cb50d09099525a2f
Author: Michal Čihař <mcihar(a)novell.com>
Date: Mon May 24 11:08:54 2010 +0200
Remove all message strings not present anywhere in the code.
commit cc06b6df97b5d7e5edd36ab6c1d0226cf58308a4
Author: Michal Čihař <mcihar(a)novell.com>
Date: Mon May 24 11:08:43 2010 +0200
Adjust to work better with current master.
-----------------------------------------------------------------------
Summary of changes:
libraries/export/sql.php | 21 +-
libraries/messages.inc.php | 896 -------------------------------------
libraries/replication_gui.lib.php | 18 +-
scripts/find_unused_messages.sh | 2 +-
tbl_tracking.php | 2 +-
5 files changed, 23 insertions(+), 916 deletions(-)
diff --git a/libraries/export/sql.php b/libraries/export/sql.php
index 1b2b1d1..31f35c4 100644
--- a/libraries/export/sql.php
+++ b/libraries/export/sql.php
@@ -26,8 +26,7 @@ if (isset($plugin_list)) {
'extension' => 'sql',
'mime_type' => 'text/x-sql',
'options' => array(
- array('type' => 'text', 'name' => 'header_comment', 'text' => __('Add custom comment into header (
- splits lines)')),
+ array('type' => 'text', 'name' => 'header_comment', 'text' => __('Add custom comment into header (\\n splits lines)')),
array('type' => 'bool', 'name' => 'include_comments', 'text' => __('Comments')),
array('type' => 'bool', 'name' => 'use_transaction', 'text' => __('Enclose export in a transaction')),
array('type' => 'bool', 'name' => 'disable_fk', 'text' => __('Disable foreign key checks')),
@@ -153,7 +152,7 @@ function PMA_exportComment($text = '')
/**
* Possibly outputs CRLF
*
- * @return string $crlf or nothing
+ * @return string $crlf or nothing
*/
function PMA_possibleCRLF()
{
@@ -723,7 +722,7 @@ function PMA_getTableComments($db, $table, $crlf, $do_relation = false, $do_mim
}
if (isset($mime_map) && count($mime_map) > 0) {
- $schema_create .= PMA_possibleCRLF()
+ $schema_create .= PMA_possibleCRLF()
. PMA_exportComment()
. PMA_exportComment(__('MIME TYPES FOR TABLE'). ' ' . PMA_backquote($table, $sql_backquotes) . ':');
@reset($mime_map);
@@ -735,7 +734,7 @@ function PMA_getTableComments($db, $table, $crlf, $do_relation = false, $do_mim
}
if ($have_rel) {
- $schema_create .= PMA_possibleCRLF()
+ $schema_create .= PMA_possibleCRLF()
. PMA_exportComment()
. PMA_exportComment(__('RELATIONS FOR TABLE'). ' ' . PMA_backquote($table, $sql_backquotes) . ':');
foreach ($res_rel AS $rel_field => $rel) {
@@ -776,9 +775,9 @@ function PMA_exportStructure($db, $table, $crlf, $error_url, $relation = FALSE,
$formatted_table_name = (isset($GLOBALS['sql_backquotes']))
? PMA_backquote($table)
: '\'' . $table . '\'';
- $dump = PMA_possibleCRLF()
+ $dump = PMA_possibleCRLF()
. PMA_exportComment(str_repeat('-', 56))
- . PMA_possibleCRLF()
+ . PMA_possibleCRLF()
. PMA_exportComment();
switch($export_mode) {
@@ -789,10 +788,10 @@ function PMA_exportStructure($db, $table, $crlf, $error_url, $relation = FALSE,
$dump .= PMA_getTableComments($db, $table, $crlf, $relation, $mime);
break;
case 'triggers':
- $dump = '';
+ $dump = '';
$triggers = PMA_DBI_get_triggers($db, $table);
if ($triggers) {
- $dump .= PMA_possibleCRLF()
+ $dump .= PMA_possibleCRLF()
. PMA_exportComment()
. PMA_exportComment(__('Triggers') . ' ' . $formatted_table_name)
. PMA_exportComment();
@@ -863,7 +862,7 @@ function PMA_exportData($db, $table, $crlf, $error_url, $sql_query)
// Do not export data for a VIEW
// (For a VIEW, this is called only when exporting a single VIEW)
if (PMA_Table::isView($db, $table)) {
- $head = PMA_possibleCRLF()
+ $head = PMA_possibleCRLF()
. PMA_exportComment()
. PMA_exportComment('VIEW ' . ' ' . $formatted_table_name)
. PMA_exportComment(__('Data') . ': ' . __('None'))
@@ -877,7 +876,7 @@ function PMA_exportData($db, $table, $crlf, $error_url, $sql_query)
}
// it's not a VIEW
- $head = PMA_possibleCRLF()
+ $head = PMA_possibleCRLF()
. PMA_exportComment()
. PMA_exportComment(__('Dumping data for table') . ' ' . $formatted_table_name)
. PMA_exportComment();
diff --git a/libraries/messages.inc.php b/libraries/messages.inc.php
index 1e46591..f411b9f 100644
--- a/libraries/messages.inc.php
+++ b/libraries/messages.inc.php
@@ -18,686 +18,33 @@ $charset = 'utf-8';
/* l10n: Text direction, use either ltr or rtl */
$text_dir = __('ltr');
-$strDanish = __('Danish');
-$strDatabase = __('Database');
-$strDatabaseEmpty = __('The database name is empty!');
-$strDatabaseExportOptions = __('Database export options');
-$strDatabaseHasBeenCreated = __('Database %1$s has been created.');
-$strDatabaseHasBeenDropped = __('Database %s has been dropped.');
-$strDatabaseNotExisting = __('\'%s\' database does not exist.');
-$strDatabases = __('Databases');
-$strDatabasesDropped = __('%s databases have been dropped successfully.');
-$strDatabase_src = __('Source database');
-$strDatabasesStats = __('Databases statistics');
-$strDatabasesStatsDisable = __('Disable Statistics');
-$strDatabasesStatsEnable = __('Enable Statistics');
-$strDatabasesStatsHeavyTraffic = __('Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.');
-$strDatabase_trg = __('Target database');
-$strData = __('Data');
-$strDataDict = __('Data Dictionary');
-$strDataDiff = __('Data Difference');
-$strDataOnly = __('Data only');
-$strDataPages = __('Pages containing data');
-$strDataSyn = __('Data Synchronization');
-$strDBComment = __('Database comment: ');
-$strDBCopy = __('Copy database to');
-$strDbIsEmpty = __('Database seems to be empty!');
-$strDbPrivileges = __('Database-specific privileges');
-$strDBRename = __('Rename database to');
-$strDbSpecific = __('database-specific');
-$strDefault = __('Default');
-$strDefaultEngine = __('%s is the default storage engine on this MySQL server.');
-$strDefaultValueHelp = __('For default values, please enter just a single value, without backslash escaping or quotes, using this format: a');
-$strDefragment = __('Defragment table');
-$strDelayedInserts = __('Use delayed inserts');
-$strDelete = __('Delete');
-$strDeleted = __('The row has been deleted');
-$strDeleteNoUsersSelected = __('No users selected for deleting!');
-$strDeleteRelation = __('Delete relation');
-$strDeleteTrackingData = __('Delete tracking data for this table');
-$strDeleting = __('Deleting %s');
-$strDelimiter = __('Delimiter');
-$strDelOld = __('The current page has references to tables that no longer exist. Would you like to delete those references?');
-$strDescending = __('Descending');
-$strDescription = __('Description');
-$strDesigner = __('Designer');
-$strDesignerHelpDisplayField = __('The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.');
-$strDetails = __('Details...');
-$strDictionary = __('dictionary');
-$strDifference = __('Difference');
-$strDirectLinks = __('Direct links');
-$strDirtyPages = __('Dirty pages');
$strDisabled = __('Disabled');
-$strDisableForeignChecks = __('Disable foreign key checks');
-$strDisplayFeat = __('Display Features');
-$strDisplayOrder = __('Display order:');
-$strDisplayPDF = __('Display PDF schema');
-$strDoAQuery = __('Do a "query by example" (wildcard: "%")');
-$strDocSQL = __('DocSQL');
$strDocu = __('Documentation');
-$strDoNotAutoIncrementZeroValues = __('Do not use AUTO_INCREMENT for zero values');
-$strDownloadFile = __('Download file');
-$strDoYouReally = __('Do you really want to ');
-$strDropDatabaseStrongWarning = __('You are about to DESTROY a complete database!');
-$strDrop = __('Drop');
-$strDropUsersDb = __('Drop the databases that have the same names as the users.');
-$strDumpAllRows = __('Dump all rows');
-$strDumpingData = __('Dumping data for table');
-$strDumpSaved = __('Dump has been saved to file %s.');
-$strDumpXRows = __('Dump %s row(s) starting at record # %s');
-$strDynamic = __('dynamic');
-$strEdit = __('Edit');
-$strEditPDFPages = __('Edit PDF Pages');
-$strEditPrivileges = __('Edit Privileges');
-$strEffective = __('Effective');
-$strEmpty = __('Empty');
-$strEmptyResultSet = __('MySQL returned an empty result set (i.e. zero rows).');
-$strEnabled = __('Enabled');
-$strEncloseInTransaction = __('Enclose export in a transaction');
-$strEndCut = __('END CUT');
-$strEnd = __('End');
-$strEndRaw = __('END RAW');
-$strEngineAvailable = __('%s is available on this MySQL server.');
-$strEngineDisabled = __('%s has been disabled for this MySQL server.');
-$strEngines = __('Engines');
-$strEngineUnsupported = __('This MySQL server does not support the %s storage engine.');
-$strEnglish = __('English');
-$strEnglishPrivileges = __(' Note: MySQL privilege names are expressed in English ');
$strError = __('Error');
-$strErrorInZipFile = __('Error in ZIP archive:');
-$strErrorRelationAdded = __('Error: Relation not added.');
-$strErrorRelationExists = __('Error: relation already exists.');
-$strErrorRenamingTable = __('Error renaming table %1$s to %2$s');
$strErrorSaveTable = __('Error saving coordinates for Designer.');
-$strEsperanto = __('Esperanto');
-$strEstonian = __('Estonian');
-$strEvent = __('Event');
-$strEvents = __('Events');
-$strExcelEdition = __('Excel edition');
-$strExecuteBookmarked = __('Execute bookmarked query');
-$strExplain = __('Explain SQL');
-$strExport = __('Export');
-$strExportImportToScale = __('Export/Import to scale');
-$strExportMustBeFile = __('Selected export type has to be saved in file!');
-$strExtendedInserts = __('Extended inserts');
-$strExtra = __('Extra');
-$strFailedAttempts = __('Failed attempts');
-$strField = __('Field');
-$strFieldHasBeenDropped = __('Field %s has been dropped');
-$strFieldInsertFromFileTempDirNotExists = __('Error moving the uploaded file, see [a@./Documentation.html#faq1_11@Documentation]FAQ 1.11[/a]');
-$strFieldsEnclosedBy = __('Fields enclosed by');
-$strFieldsEscapedBy = __('Fields escaped by');
-$strFields = __('Fields');
-$strFieldsTerminatedBy = __('Fields terminated by');
-$strFileAlreadyExists = __('File %s already exists on server, change filename or check overwrite option.');
-$strFileCouldNotBeRead = __('File could not be read');
-$strFileNameTemplateDescriptionDatabase = __('database name');
-$strFileNameTemplateDescriptionServer = __('server name');
-$strFileNameTemplateDescriptionTable = __('table name');
-$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.');
-$strFileNameTemplate = __('File name template');
-$strFileNameTemplateRemember = __('remember template');
-$strFiles = __('Files');
-$strFileToImport = __('File to import');
-$strFlushPrivilegesNote = __('Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses, if they have been changed manually. In this case, you should %sreload the privileges%s before you continue.');
-$strFlushQueryCache = __('Flush query cache');
-$strFlushTable = __('Flush the table ("FLUSH")');
-$strFlushTables = __('Flush (close) all tables');
-$strFontSize = __('Font size');
-$strForeignKeyError = __('Error creating foreign key on %1$s (check data types)');
-$strForeignKeyRelationAdded = __('FOREIGN KEY relation added');
-$strFormat = __('Format');
$strFormEmpty = __('Missing value in the form!');
-$strFreePages = __('Free pages');
-$strFullStart = __('Full start');
-$strFullStop = __('Full stop');
-$strFullText = __('Full Texts');
-$strFunction = __('Function');
-$strFunctions = __('Functions');
-$strGenBy = __('Generated by');
$strGeneralRelationFeat = __('General relation features');
-$strGenerate = __('Generate');
-$strGeneratePassword = __('Generate Password');
-$strGenTime = __('Generation Time');
-$strGeorgian = __('Georgian');
-$strGerman = __('German');
-$strGetMoreThemes = __('Get more themes!');
-$strGlobal = __('global');
-$strGlobalPrivileges = __('Global privileges');
-$strGlobalValue = __('Global value');
-$strGo = __('Go');
-$strGoToDatabase = __('Go to database');
-$strGoToTable = __('Go to table');
-$strGoToView = __('Go to view');
-$strGrantOption = __('Grant');
-$strGreek = __('Greek');
-$strGzip = __('"gzipped"');
-$strHandler = __('Handler');
-$strHaveBeenSynchronized = __('Selected target tables have been synchronized with source tables.');
-$strHaveToShow = __('You have to choose at least one column to display');
-$strHebrew = __('Hebrew');
-$strHelp = __('Help');
-$strHexForBLOB = __('Use hexadecimal for BLOB');
$strHide = __('Hide');
-$strHideShowAll = __('Hide/Show all');
-$strHideShowNoRelation = __('Hide/Show Tables with no relation');
-$strHome = __('Home');
-$strHomepageOfficial = __('Official Homepage');
-$strHostEmpty = __('The host name is empty!');
-$strHost = __('Host');
-$strHostTableExplanation = __('When Host table is used, this field is ignored and values stored in Host table are used instead.');
-$strHTMLWord = __('Microsoft Word 2000');
-$strHungarian = __('Hungarian');
-$strIcelandic = __('Icelandic');
-$strId = __('ID');
-$strIdxFulltext = __('Fulltext');
-$strIgnoreDuplicates = __('Ignore duplicate rows');
-$strIgnore = __('Ignore');
-$strIgnoreInserts = __('Use ignore inserts');
-$strImportColNames = __('Column names in first row');
-$strImportEmptyRows = __('Do not import empty rows');
-$strImportExportCoords = __('Import/Export coordinates for PDF schema');
-$strImportFiles = __('Import files');
-$strImportFormat = __('Format of imported file');
-$strImport = __('Import');
-$strImportLargeFileUploading = __('The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.');
-$strImportNoticePt1 = __('The following structures have either been created or altered. Here you can:');
-$strImportNoticePt2 = __('View a structure`s contents by clicking on its name');
-$strImportNoticePt3 = __('Change any of its settings by clicking the corresponding "Options" link');
-$strImportNoticePt4 = __('Edit its structure by following the "Structure" link');
-$strImportODSCurrency = __('Import currencies ($5.00 to 5.00)');
-$strImportODS = __('Open Document Spreadsheet');
-$strImportODSPercents = __('Import percentages as proper decimals (12.00% to .12)');
-$strImportProceedingFile = __('The file is being processed, please be patient.');
-$strImportSuccessfullyFinished = __('Import has been successfully finished, %d queries executed.');
-$strImportUploadInfoNotAvailable = __('Please be patient, the file is being uploaded. Details about the upload are not available.');
-$strImportXLS = __('Excel 97-2003 XLS Workbook');
-$strImportXLSX = __('Excel 2007 XLSX Workbook');
-$strIndexes = __('Indexes');
-$strIndexesSeemEqual = __('The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.');
-$strIndexHasBeenDropped = __('Index %s has been dropped');
-$strIndex = __('Index');
-$strIndexName = __('Index name:');
-$strIndexType = __('Index type:');
-$strIndexWarningTable = __('Problems with indexes of table `%s`');
-$strInnoDBAutoextendIncrement = __('Autoextend increment');
-$strInnoDBAutoextendIncrementDesc = __(' The increment size for extending the size of an autoextending tablespace when it becomes full.');
-$strInnoDBBufferPoolSize = __('Buffer pool size');
-$strInnoDBBufferPoolSizeDesc = __('The size of the memory buffer InnoDB uses to cache data and indexes of its tables.');
-$strInnoDBDataFilePath = __('Data files');
-$strInnoDBDataHomeDir = __('Data home directory');
-$strInnoDBDataHomeDirDesc = __('The common part of the directory path for all InnoDB data files.');
-$strInnoDBPages = __('pages');
-$strInnodbStat = __('InnoDB Status');
-$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 by setting a password for user \'root\'.');
-$strInsertAsNewRow = __('Insert as new row');
-$strInsertedRowId = __('Inserted row id: %1$d');
-$strInsertIgnoreAsNewRow = __('Insert as new row and ignore errors');
-$strInsert = __('Insert');
-$strInterface = __('Interface');
-$strInternalAndForeign = __('An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.');
-$strInternalRelationAdded = __('Internal relation added');
-$strInternalRelations = __('Internal relations');
-$strInUse = __('in use');
-$strInvalidAuthMethod = __('Invalid authentication method set in configuration:');
-$strInvalidColumnCount = __('Column count has to be larger than zero.');
-$strInvalidColumn = __('Invalid column (%s) specified!');
-$strInvalidCSVFieldCount = __('Invalid field count in CSV input on line %d.');
-$strInvalidCSVFormat = __('Invalid format of CSV input on line %d.');
-$strInvalidCSVParameter = __('Invalid parameter for CSV import: %s');
-$strInvalidDatabase = __('Invalid database');
-$strInvalidFieldAddCount = __('You have to add at least one field.');
-$strInvalidFieldCount = __('Table must have at least one field.');
-$strInvalidLDIImport = __('This plugin does not support compressed imports!');
-$strInvalidRowNumber = __('%d is not valid row number.');
-$strInvalidServerHostname = __('Invalid hostname for server %1$s. Please review your configuration.');
-$strInvalidServerIndex = __('Invalid server index: "%s"');
-$strInvalidTableName = __('Invalid table name');
-$strJapanese = __('Japanese');
-$strJavascriptDisabled = __('Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.');
-$strJoins = __('Joins');
-$strJumpToDB = __('Jump to database "%s".');
-$strKeepPass = __('Do not change the password');
-$strKeyCache = __('Key cache');
-$strKeyname = __('Keyname');
-$strKill = __('Kill');
-$strKnownExternalBug = __('The %s functionality is affected by a known bug, see %s');
-$strKorean = __('Korean');
-$strLandscape = __('Landscape');
-$strLanguage = __('Language');
-$strLanguageUnknown = __('Unknown language: %1$s.');
-$strLatchedPages = __('Latched pages');
-$strLatexCaption = __('Table caption');
$strLatexContent = __('Content of table __TABLE__');
-$strLatexContinuedCaption = __('Continued table caption');
$strLatexContinued = __('(continued)');
-$strLatexIncludeCaption = __('Include table caption');
-$strLatexLabel = __('Label key');
-$strLaTeX = __('LaTeX');
$strLatexStructure = __('Structure of table __TABLE__');
-$strLatvian = __('Latvian');
-$strLDI = __('CSV using LOAD DATA');
-$strLDILocal = __('Use LOCAL keyword');
-$strLengthSet = __('Length/Values');
-$strLimitNumRows = __('Number of rows per page');
-$strLinesTerminatedBy = __('Lines terminated by');
-$strLinkNotFound = __('Link not found');
-$strLinksTo = __('Links to');
-$strLithuanian = __('Lithuanian');
-$strLocalhost = __('Local');
-$strLocationTextfile = __('Location of the text file');
-$strLoginInformation = __('Login Information');
-$strLogin = __('Log in');
-$strLoginWithoutPassword = __('Login without a password is forbidden by configuration (see AllowNoPassword)');
-$strLogout = __('Log out');
-$strLogPassword = __('Password:');
-$strLogServerHelp = __('You can enter hostname/IP address and port separated by space.');
-$strLogServer = __('Server:');
-$strLogUsername = __('Username:');
-$strLongOperation = __('This operation could take a long time. Proceed anyway?');
-$strMaxConnects = __('max. concurrent connections');
-$strMaximalQueryLength = __('Maximal length of created query');
-$strMaximumSize = __('Max: %s%s');
-$strMbExtensionMissing = __('The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.');
-$strMbOverloadWarning = __('You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause some data to be corrupted!');
-$strMediaWiki = __('MediaWiki Table');
-$strMIME_available_mime = __('Available MIME types');
-$strMIME_available_transform = __('Available transformations');
-$strMIME_description = _pgettext('$strMIME_description', 'Description');
-$strMIME_MIMEtype = __('MIME type');
-$strMIME_nodescription = __('No description is available for this transformation.<br />Please ask the author what %s does.');
-$strMIME_transformation = __('Browser transformation');
-$strMIME_transformation_note = __('For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s');
-$strMIME_transformation_options_note = __('Please enter the values for transformation options using this format: \'a\', 100, b,\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').');
-$strMIME_transformation_options = __('Transformation options');
-$strMIMETypesForTable = __('MIME TYPES FOR TABLE');
-$strMIME_without = __('MIME types printed in italics do not have a separate transformation function');
-$strModifications = __('Modifications have been saved');
-$strModifyIndexTopic = __('Modify an index');
-$strModify = __('Modify');
-$strMoveMenu = __('Move Menu');
-$strMoveTable = __('Move table to (database<b>.</b>table):');
-$strMoveTableOK = __('Table %s has been moved to %s.');
-$strMoveTableSameNames = __('Can\'t move table to same one!');
-$strMultilingual = __('multilingual');
-$strMyISAMDataPointerSize = __('Data pointer size');
-$strMyISAMDataPointerSizeDesc = __('The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.');
-$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.');
-$strMyISAMMaxExtraSortFileSize = __('Maximum size for temporary files on index creation');
-$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).');
-$strMyISAMMaxSortFileSize = __('Maximum size for temporary sort files');
-$strMyISAMRecoverOptions = __('Automatic recovery mode');
-$strMyISAMRecoverOptionsDesc = __('The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.');
-$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.');
-$strMyISAMRepairThreads = __('Repair threads');
-$strMyISAMSortBufferSizeDesc = __('The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.');
-$strMyISAMSortBufferSize = __('Sort buffer size');
-$strMySQLCharset = __('MySQL charset');
-$strMysqlClientVersion = __('MySQL client version');
-$strMySQLConnectionCollation = __('MySQL connection collation');
-$strMysqlLibDiffersServerVersion = __('Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.');
-$strMySQLSaid = __('MySQL said: ');
-$strMySQLShowProcess = __('Show processes');
-$strName = __('Name');
-$strNewTable = __('New table');
-$strNext = __('Next');
-$strNoActivity = __('No activity within %s seconds; please log in again');
-$strNoDatabases = __('No databases');
-$strNoDatabasesSelected = __('No databases selected.');
-$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 [a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a].');
-$strNoDescription = __('no description');
-$strNoDetailsForEngine = __('There is no detailed status information available for this storage engine.');
-$strNoDropDatabases = __('"DROP DATABASE" statements are disabled.');
-$strNoExplain = __('Skip Explain SQL');
-$strNoFilesFoundInZip = __('No files found inside ZIP archive!');
-$strNoFrames = __('phpMyAdmin is more friendly with a <b>frames-capable</b> browser.');
-$strNoIndex = __('No index defined!');
-$strNoIndexPartsDefined = __('No index parts defined!');
-$strNoModification = __('No change');
-$strNoneDefault = _pgettext('$strNoneDefault', 'None');
-$strNone = __('None');
-$strNo = __('No');
-$strNoOptions = __('This format has no options');
-$strNoPassword = __('No Password');
-$strNoPermission = __('The web server does not have permission to save the file %s.');
-$strNoPhp = __('Without PHP Code');
-$strNoPrivileges = __('No Privileges');
-$strNoRights = __('You don\'t have sufficient privileges to be here right now!');
-$strNoRowsSelected = __('No rows selected');
-$strNoSpace = __('Insufficient space to save the file %s.');
-$strNoTablesFound = __('No tables found in database.');
-$strNoThemeSupport = __('No themes support; please check your configuration and/or your themes in directory %s.');
-$strNotNumber = __('This is not a number!');
-$strNotOK = __('not OK');
-$strNotPresent = __('not present');
-$strNotSet = __('<b>%s</b> table not found or not set in %s');
-$strNoUsersFound = __('No user(s) found.');
-$strNoValidateSQL = __('Skip Validate SQL');
-$strNull = __('Null');
-$strNumberOfFields = __('Number of fields');
-$strNumberOfTables = __('Number of tables');
-$strNumSearchResultsInTable = __('%s match(es) inside table <i>%s</i>');
-$strNumSearchResultsTotal = __('<b>Total:</b> <i>%s</i> match(es)');
-$strNumTables = __('Tables');
-$strOK = __('OK');
-$strOpenDocumentSpreadsheet = __('Open Document Spreadsheet');
-$strOpenDocumentText = __('Open Document Text');
-$strOpenNewWindow = __('Open new phpMyAdmin window');
-$strOperations = __('Operations');
-$strOperator = __('Operator');
-$strOptimize = __('Optimize');
-$strOptimizeTable = __('Optimize table');
-$strOptions = __('Options');
-$strOr = __('Or');
-$strOverhead = __('Overhead');
-$strOverwriteExisting = __('Overwrite existing file(s)');
-$strPacked = __('Packed');
-$strPageNumber = __('Page number:');
-$strPagesToBeFlushed = __('Pages to be flushed');
-$strPaperSize = __('Paper size');
-$strPartialImport = __('Partial import');
-$strPartialText = __('Partial Texts');
-$strPartitionDefinition = __('PARTITION definition');
-$strPartitioned = __('partitioned');
-$strPartitionMaintenance = __('Partition maintenance');
-$strPartition = __('Partition %s');
-$strPasswordChanged = __('The password for %s was changed successfully.');
-$strPasswordEmpty = __('The password is empty!');
-$strPasswordHashing = __('Password Hashing');
-$strPasswordNotSame = __('The passwords aren\'t the same!');
-$strPassword = __('Password');
-$strPBXTCheckpointFrequency = __('Checkpoint frequency');
-$strPBXTCheckpointFrequencyDesc = __('The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.');
-$strPBXTDataFileGrowSize = __('Data file grow size');
-$strPBXTDataFileGrowSizeDesc = __('The grow size of the handle data (.xtd) files.');
-$strPBXTDataLogThreshold = __('Data log threshold');
-$strPBXTDataLogThresholdDesc = __('The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.');
-$strPBXTGarbageThresholdDesc = __('The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.');
-$strPBXTGarbageThreshold = __('Garbage threshold');
-$strPBXTIndexCacheSizeDesc = __('This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.');
-$strPBXTIndexCacheSize = __('Index cache size');
-$strPBXTLogBufferSizeDesc = __('The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.');
-$strPBXTLogBufferSize = __('Log buffer size');
-$strPBXTLogCacheSizeDesc = __('The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.');
-$strPBXTLogCacheSize = __('Log cache size');
-$strPBXTLogFileCountDesc = __('This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.');
-$strPBXTLogFileCount = __('Log file count');
-$strPBXTLogFileThresholdDesc = __('The size of a transaction log before rollover, and a new log is created. The default value is 16MB.');
-$strPBXTLogFileThreshold = __('Log file threshold');
-$strPBXTRecordCacheSizeDesc = __('This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.');
-$strPBXTRecordCacheSize = __('Record cache size');
-$strPBXTRowFileGrowSizeDesc = __('The grow size of the row pointer (.xtr) files.');
-$strPBXTRowFileGrowSize = __('Row file grow size');
-$strPBXTTransactionBufferSizeDesc = __('The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.');
-$strPBXTTransactionBufferSize = __('Transaction buffer size');
-$strPdfDbSchema = __('Schema of the "%s" database - Page %s');
-$strPdfInvalidTblName = __('The "%s" table doesn\'t exist!');
-$strPdfNoTables = __('No tables');
-$strPDFPageCreated = __('Page has been created');
-$strPDFPageCreateFailed = __('Page creation failed');
-$strPDF = __('PDF');
-$strPDFReportExplanation = __('(Generates a report containing the data of a single table)');
-$strPDFReportTitle = __('Report title');
-$strPerHour = __('per hour');
-$strPerMinute = __('per minute');
-$strPerSecond = __('per second');
-$strPersian = __('Persian');
-$strPhoneBook = __('phone book');
-$strPhpArray = __('PHP array');
-$strPhp = __('Create PHP Code');
-$strPHPExtension = __('PHP extension');
-$strPHPVersion = __('PHP Version');
-$strPlayAudio = __('Play audio');
-$strPleaseSelectPrimaryOrUniqueKey = __('Please select the primary key or a unique key');
-$strPmadbCreateConfig = __('Enable advanced features in configuration file (<code>config.inc.php</code>), for example by starting from <code>config.sample.inc.php</code>.');
-$strPmadbCreateHelp = __('Quick steps to setup advanced features:');
-$strPmadbCreateTables = __('Create the needed tables with the <code>script/create_tables.sql</code>.');
-$strPmadbCreateUser = __('Create a pma user and give access to these tables.');
-$strPmadbReLoginToEnable = __('Re-login to phpMyAdmin to load the updated configuration file.');
-$strPmaDocumentation = __('phpMyAdmin documentation');
-$strPmaUriError = __('The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!');
-$strPolish = __('Polish');
-$strPort = __('Port');
-$strPortrait = __('Portrait');
-$strPos1 = __('Begin');
-$strPrevious = __('Previous');
-$strPrimaryKeyHasBeenDropped = __('The primary key has been dropped');
-$strPrimaryKeyName = __('The name of the primary key must be "PRIMARY"!');
-$strPrimaryKeyWarning = __('("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)');
-$strPrimary = __('Primary');
-$strPrint = __('Print');
-$strPrintViewFull = __('Print view (with full texts)');
-$strPrintView = __('Print view');
-$strPrivDescAllPrivileges = __('Includes all privileges except GRANT.');
-$strPrivDescAlter = __('Allows altering the structure of existing tables.');
-$strPrivDescAlterRoutine = __('Allows altering and dropping stored routines.');
-$strPrivDescCreateDb = __('Allows creating new databases and tables.');
-$strPrivDescCreateRoutine = __('Allows creating stored routines.');
-$strPrivDescCreateTbl = __('Allows creating new tables.');
-$strPrivDescCreateTmpTable = __('Allows creating temporary tables.');
-$strPrivDescCreateUser = __('Allows creating, dropping and renaming user accounts.');
-$strPrivDescCreateView = __('Allows creating new views.');
-$strPrivDescDelete = __('Allows deleting data.');
-$strPrivDescDropDb = __('Allows dropping databases and tables.');
-$strPrivDescDropTbl = __('Allows dropping tables.');
-$strPrivDescEvent = __('Allows to set up events for the event scheduler');
-$strPrivDescExecute = __('Allows executing stored routines.');
-$strPrivDescFile = __('Allows importing data from and exporting data into files.');
-$strPrivDescGrant = __('Allows adding users and privileges without reloading the privilege tables.');
-$strPrivDescIndex = __('Allows creating and dropping indexes.');
-$strPrivDescInsert = __('Allows inserting and replacing data.');
-$strPrivDescLockTables = __('Allows locking tables for the current thread.');
-$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.');
-$strPrivDescMaxUserConnections = __('Limits the number of simultaneous connections the user may have.');
-$strPrivDescProcess = __('Allows viewing processes of all users');
-$strPrivDescReferences = __('Has no effect in this MySQL version.');
-$strPrivDescReload = __('Allows reloading server settings and flushing the server\'s caches.');
-$strPrivDescReplClient = __('Allows the user to ask where the slaves / masters are.');
-$strPrivDescReplSlave = __('Needed for the replication slaves.');
-$strPrivDescSelect = __('Allows reading data.');
-$strPrivDescShowDb = __('Gives access to the complete list of databases.');
-$strPrivDescShowView = __('Allows performing SHOW CREATE VIEW queries.');
-$strPrivDescShutdown = __('Allows shutting down the server.');
-$strPrivDescSuper = __('Allows connecting, even if maximum number of connections is reached; required for most administrative operations like setting global variables or killing threads of other users.');
-$strPrivDescTrigger = __('Allows creating and dropping triggers');
-$strPrivDescUpdate = __('Allows changing data.');
-$strPrivDescUsage = __('No privileges.');
-$strPrivileges = __('Privileges');
-$strPrivilegesReloaded = __('The privileges were reloaded successfully.');
-$strProcedures = __('Procedures');
-$strProcesses = __('Processes');
-$strProfiling = __('Profiling');
-$strProtocolVersion = __('Protocol version');
-$strPutColNames = __('Put fields names in the first row');
-$strQBEDel = __('Del');
-$strQBEIns = __('Ins');
-$strQBE = __('Query');
-$strQueriesExecuted = __('The following queries have been executed:');
-$strQueryCache = __('Query cache');
-$strQueryFrame = __('Query window');
-$strQueryOnDb = __('SQL query on database <b>%s</b>:');
-$strQueryResultsOperations = __('Query results operations');
-$strQuerySQLHistory = __('SQL history');
-$strQueryStatistics = __('<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.');
-$strQueryTime = __('Query took %01.4f sec');
-$strQueryType = __('Query type');
-$strQueryWindowLock = __('Do not overwrite this query from outside the window');
-$strReadRequests = __('Read requests');
-$strRebuild = __('Rebuild');
-$strReceived = __('Received');
-$strRecommended = __('recommended');
-$strRecords = __('Records');
-$strReferentialIntegrity = __('Check referential integrity:');
-$strRefresh = __('Refresh');
-$strRelationalDisplayField = __('Relational display field');
-$strRelationalKey = __('Relational key');
-$strRelationalSchema = __('Relational schema');
-$strRelationDeleted = __('Relation deleted');
-$strRelationNotWorking = __('The additional features for working with linked tables have been deactivated. To find out why click %shere%s.');
-$strRelationsForTable = __('RELATIONS FOR TABLE');
-$strRelations = __('Relations');
-$strRelationView = __('Relation view');
-$strReloadingThePrivileges = __('Reloading the privileges');
-$strReloadNavi = __('Reload navigation frame');
-$strReload = __('Reload');
-$strRemoteServer = __('Remote server');
-$strRemoveCRLF = __('Remove CRLF characters within fields');
-$strRemovePartitioning = __('Remove partitioning');
-$strRemoveSelectedUsers = __('Remove selected users');
-$strRenameDatabaseOK = __('Database %s has been renamed to %s');
-$strRenameTableOK = __('Table %s has been renamed to %s');
-$strRenameTable = __('Rename table to');
-$strRenameView = __('Rename view to');
-$strRepair = __('Repair');
-$strRepairTable = __('Repair table');
-$strReplaceNULLBy = __('Replace NULL by');
-$strReplaceTable = __('Replace table data with file');
-$strReplicationAddLines = __('Now, add the following lines at the end of [mysqld] section in your my.cnf and please restart the MySQL server afterwards.');
-$strReplicationAddSlaveUser = __('Add slave replication user');
-$strReplicationChangedSuccesfully = __('Master server changed succesfully to %s');
-$strReplicationConfiguredMaster = __('This server is configured as master in a replication process.');
-$strReplicationControlSlave = __('Control slave:');
-$strReplicationErrorGetPosition = __('Unable to read master log position. Possible privilege problem on master.');
-$strReplicationErrorMasterConnect = __('Unable to connect to master %s.');
-$strReplicationMasterChooseAll = __('Replicate all databases; Ignore:');
-$strReplicationMasterChooseIgn = __('Ignore all databases; Replicate:');
-$strReplicationMasterChooseMode = __('This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:');
-$strReplicationMasterConfiguration = __('Master configuration');
$strReplicationMaster = __('Master replication');
-$strReplication = __('Replication');
-$strReplicationRestartServer = __('Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server <b>is</b> configured as master');
-$strReplicationSelectDatabases = __('Please select databases:');
-$strReplicationServernConfiguredMaster = __('This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?');
-$strReplicationShowConnectedSlavesNote = __('Only slaves started with the --report-host=host_name option are visible in this list.');
-$strReplicationShowConnectedSlaves = __('Show connected slaves');
-$strReplicationShowMasterStatus = __('Show master status');
-$strReplicationSkippingErrorWarn = __('Skipping error(s) might lead into unsynchronized master and slave!');
-$strReplicationSlaveChangeMaster = __('Change or reconfigure master server');
-$strReplicationSlaveConfiguration = __('Slave configuration');
-$strReplicationSlaveConfigured = __('Server is configured as slave in a replication process. Would you like to:');
-$strReplicationSlaveErrorManagement = __('Error management:');
-$strReplicationSlaveIOThread = __('IO Thread %s only');
-$strReplicationSlaveIOThreadNotRunning = __('Slave IO Thread not running!');
-$strReplicationSlaveNotConfigured = __('This server is not configured as slave in a replication process. Would you like to <a href="%s">configure</a> it?');
-$strReplicationSlaveReset = __('Reset slave');
-$strReplicationSlaveSeeStatus = __('See slave status table');
-$strReplicationSlaveSkipCurrentError = __('Skip current error');
-$strReplicationSlaveSkipNextErrors = __('errors.');
-$strReplicationSlaveSkipNext = __('Skip next');
$strReplicationSlave = __('Slave replication');
-$strReplicationSlaveSQLThreadNotRunning = __('Slave SQL Thread not running!');
-$strReplicationSlaveSQLThread = __('SQL Thread %s only');
-$strReplicationStatusInfo = __('This MySQL server works as %s in <b>replication</b> process. For further information about replication status on the server, please visit the <a href="#replication">replication section</a>.');
-$strReplicationStatus_master = __('Master status');
-$strReplicationStatus = __('Replication status');
-$strReplicationStatus_slave = __('Slave status');
-$strReplicationSynchronize = __('Synchronize databases with master');
-$strReplicationUnableToChange = __('Unable to change master');
-$strReplicationUnknownError = __('Unknown error');
-$strReset = __('Reset');
-$strResourceLimits = __('Resource limits');
-$strRestartInsertion = __('Restart insertion with %s rows');
-$strReType = __('Re-type');
-$strRevokeAndDelete = __('Revoke all active privileges from the users and delete them afterwards.');
-$strRevokeMessage = __('You have revoked the privileges for %s');
-$strRevoke = __('Revoke');
-$strRomanian = __('Romanian');
-$strRoutineReturnType = __('Return type');
-$strRoutines = __('Routines');
-$strRowLength = __('Row length');
-$strRowsFrom = __('row(s) starting from record #');
-$strRowSize = __(' Row size ');
-$strRowsModeFlippedHorizontal = __('horizontal (rotated headers)');
-$strRowsModeHorizontal = __('horizontal');
-$strRowsModeOptions = __('in %s mode and repeat headers after %s cells');
-$strRowsModeVertical = __('vertical');
-$strRows = __('Rows');
-$strRowsStatistic = __('Row Statistics');
-$strRunning = __('running on %s');
-$strRunQuery = __('Submit Query');
-$strRunSQLQueryOnServer = __('Run SQL query/queries on server %s');
-$strRunSQLQuery = __('Run SQL query/queries on database %s');
-$strRussian = __('Russian');
-$strSaveOnServer = __('Save on server in %s directory');
-$strSavePosition = __('Save position');
-$strSave = __('Save');
-$strScaleFactorSmall = __('The scale factor is too small to fit the schema on one page');
-$strSearchFormTitle = __('Search in database');
-$strSearchInField = __('Inside field:');
-$strSearchInTables = __('Inside table(s):');
-$strSearchNeedle = __('Word(s) or value(s) to search for (wildcard: "%"):');
-$strSearchOption1 = __('at least one of the words');
-$strSearchOption2 = __('all words');
-$strSearchOption3 = __('the exact phrase');
-$strSearchOption4 = __('as regular expression');
-$strSearchResultsFor = __('Search results for "<i>%s</i>" %s:');
-$strSearch = __('Search');
-$strSearchType = __('Find:');
-$strSecretRequired = __('The configuration file now needs a secret passphrase (blowfish_secret).');
-$strSelectADb = __('Please select a database');
-$strSelectAll = __('Select All');
-$strSelectBinaryLog = __('Select binary log to view');
-$strSelectFields = __('Select fields (at least one):');
-$strSelectForeignKey = __('Select Foreign Key');
-$strSelectNumRows = __('in query');
-$strSelectReferencedKey = __('Select referenced key');
-$strSelectTables = __('Select Tables');
-$strSend = __('Save as file');
-$strSent = __('Sent');
-$strServerChoice = __('Server Choice');
-$strServerNotResponding = __('The server is not responding');
-$strServer = __('Server');
-$strServers = __('Servers');
-$strServerStatusDelayedInserts = __('Delayed inserts');
-$strServerStatus = __('Runtime Information');
-$strServerStatusUptime = __('This MySQL server has been running for %s. It started up on %s.');
-$strServerTabVariables = __('Variables');
-$strServerTrafficNotes = __('<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.');
-$strServerVars = __('Server variables and settings');
-$strServerVersion = __('Server version');
-$strSessionGCWarning = __('Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.');
-$strSessionStartupErrorGeneral = __('Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.');
-$strSessionValue = __('Session value');
-$strSetEnumVal = __('If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').');
-$strSettings = __('settings');
-$strShowAll = __('Show all');
-$strShowBinaryContentsAsHex = __('Show binary contents as HEX');
-$strShowBinaryContents = __('Show binary contents');
-$strShowBLOBContents = __('Show BLOB contents');
-$strShowColor = __('Show color');
-$strShowDatadictAs = __('Data Dictionary Format');
-$strShowFullQueries = __('Show Full Queries');
-$strShowGrid = __('Show grid');
-$strShowHideLeftMenu = __('Show/Hide left menu');
-$strShowingBookmark = __('Showing bookmark');
-$strShowingPhp = __('Showing as PHP code');
-$strShowingRecords = __('Showing rows');
-$strShowingSQL = __('Showing SQL query');
-$strShowInsert = __('Show insert query');
-$strShowKeys = __('Only show keys');
-$strShowMasterStatus = __('Show master status');
-$strShowOpenTables = __('Show open tables');
-$strShowPHPInfo = __('Show PHP information');
-$strShow = __('Show');
-$strShowSlaveHosts = __('Show slave hosts');
-$strShowSlaveStatus = __('Show slave status');
$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.');
$strShowStatusBinlog_cache_useDescr = __('The number of transactions that used the temporary binary log cache.');
$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.');
@@ -805,174 +152,8 @@ $strShowStatusThreads_cachedDescr = __('The number of threads in the thread cach
$strShowStatusThreads_connectedDescr = __('The number of currently open connections.');
$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.)');
$strShowStatusThreads_runningDescr = __('The number of threads that are not sleeping.');
-$strShowTableDimension = __('Show dimension of tables');
-$strShowTables = __('Show tables');
-$strShowThisQuery = __(' Show this query here again ');
-$strSimplifiedChinese = __('Simplified Chinese');
-$strSingly = __('(singly)');
-$strSize = __('Size');
-$strSkipQueries = __('Number of records (queries) to skip from start');
-$strSlaveConfigure = __('Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:');
-$strSlovak = __('Slovak');
-$strSlovenian = __('Slovenian');
-$strSmallBigAll = __('Small/Big All');
-$strSnapToGrid = __('Snap to grid');
-$strSocketProblem = __('(or the local MySQL server\'s socket is not correctly configured)');
-$strSocket = __('Socket');
-$strSortByKey = __('Sort by key');
-$strSorting = __('Sorting');
-$strSort = __('Sort');
-$strSpaceUsage = __('Space usage');
-$strSpanish = __('Spanish');
-$strSplitWordsWithSpace = __('Words are separated by a space character (" ").');
-$strSQLCompatibility = __('SQL compatibility mode');
-$strSQLExportType = __('Export type');
-$strSQLExportUTC = __('Export time in UTC');
-$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:');
-$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');
-$strSQLQuery = __('SQL query');
-$strSQLResult = __('SQL result');
-$strSQL = __('SQL');
-$strSQPBugInvalidIdentifer = __('Invalid Identifer');
-$strSQPBugUnclosedQuote = __('Unclosed quote');
-$strSQPBugUnknownPunctuation = __('Unknown Punctuation String');
-$strStandInStructureForView = __('Stand-in structure for view');
-$strStart = __('Start');
-$strStatCheckTime = __('Last check');
-$strStatCreateTime = __('Creation');
-$strStatement = __('Statements');
-$strStatic = __('static');
-$strStatisticsOverrun = __('On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.');
-$strStatUpdateTime = __('Last update');
-$strStatus = __('Status');
-$strStop = __('Stop');
-$strStorageEngines = __('Storage Engines');
-$strStorageEngine = __('Storage Engine');
-$strStrucData = __('Structure and data');
-$strStrucExcelCSV = __('CSV for MS Excel');
-$strStrucOnly = __('Structure only');
-$strStructPropose = __('Propose table structure');
-$strStructureDiff = __('Structure Difference');
-$strStructureForView = __('Structure for view');
-$strStructureLC = __('structure');
-$strStructure = __('Structure');
-$strStructureSyn = __('Structure Synchronization');
-$strSubmit = __('Submit');
$strSuccess = __('Your SQL query has been executed successfully');
-$strSuhosin = __('Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.');
-$strSum = __('Sum');
-$strSwedish = __('Swedish');
-$strSwekeyAuthenticating = __('Authenticating...');
-$strSwekeyAuthFailed = __('Hardware authentication failed');
-$strSwekeyNoKeyId = __('File %s does not contain any key id');
-$strSwekeyNoKey = __('No valid authentication key plugged');
-$strSwitchToDatabase = __('Switch to copied database');
-$strSwitchToTable = __('Switch to copied table');
-$strSynchronizationNote = __('Target database will be completely synchronized with source database. Source database will remain unchanged.');
-$strSynchronizeDb = __('Synchronize Databases');
-$strSynchronize = __('Synchronize');
-$strTableAddColumn = __('Add column(s)');
-$strTableAlreadyExists = __('Table %s already exists!');
-$strTableAlterColumn = __('Alter column(s)');
-$strTableAlteredSuccessfully = __('Table %1$s has been altered successfully');
-$strTableApplyIndex = __('Apply index(s)');
-$strTableComments = __('Table comments');
-$strTableDeleteRows = __('Would you like to delete all the previous rows from target tables?');
-$strTableEmpty = __('The table name is empty!');
-$strTableHasBeenCreated = __('Table %1$s has been created.');
-$strTableHasBeenDropped = __('Table %s has been dropped');
-$strTableHasBeenEmptied = __('Table %s has been emptied');
-$strTableHasBeenFlushed = __('Table %s has been flushed');
-$strTableInsertRow = __('Insert row(s)');
-$strTableIsEmpty = __('Table seems to be empty!');
-$strTableMaintenance = __('Table maintenance');
-$strTableName = __('Table name');
-$strTableOfContents = __('Table of contents');
-$strTableOptions = __('Table options');
-$strTableRemoveColumn = __('Remove column(s)');
-$strTableRemoveIndex = __('Remove index(s)');
-$strTables = __('%s table(s)');
-$strTableStructure = __('Table structure for table');
-$strTable = __('Table');
-$strTableUpdateRow = __('Update row(s)');
-$strTakeIt = __('take it');
-$strTargetDatabaseHasBeenSynchronized = __('Target database has been synchronized with source database');
-$strTblPrivileges = __('Table-specific privileges');
-$strTempData = __('Temporary data');
-$strTextAreaLength = __(' Because of its length,<br /> this field might not be editable ');
-$strTexyText = __('Texy! text');
-$strThai = __('Thai');
-$strThemeDefaultNotFound = __('Default theme %s not found!');
-$strThemeNoPreviewAvailable = __('No preview available.');
-$strThemeNotFound = __('Theme %s not found!');
-$strThemeNoValidImgPath = __('No valid image path for theme %s found!');
-$strThemePathNotFound = __('Theme path not found for theme %s!');
-$strTheme = __('Theme / Style');
-$strThisHost = __('This Host');
-$strThreads = __('Threads');
-$strThreadSuccessfullyKilled = __('Thread %s was successfully killed.');
-$strTimeoutInfo = __('Previous import timed out, after resubmitting will continue from position %d.');
-$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.');
-$strTimeoutPassed = __('Script timeout passed, if you want to finish import, please resubmit same file and import will resume.');
-$strTime = __('Time');
-$strToFromPage = __('to/from page');
-$strToggleScratchboard = __('Toggle scratchboard');
-$strToggleSmallBig = __('Toggle small/big');
-$strToSelectRelation = __('To select relation, click :');
-$strTotal = __('total');
-$strTotalUC = __('Total');
-$strTrackingActivated = __('Tracking of %s.%s is activated.');
-$strTrackingActivateNow = __('Activate now');
-$strTrackingActivateTrackingFor = __('Activate tracking for %s.%s');
-$strTrackingCommentOut = __('Comment out these two lines if you do not need them.');
-$strTrackingCreateVersion = __('Create version');
-$strTrackingCreateVersionOf = __('Create version %s of %s.%s');
-$strTrackingDatabaseLog = __('Database Log');
-$strTrackingDataDefinitionStatement = __('Data definition statement');
-$strTrackingDataManipulationStatement = __('Data manipulation statement');
-$strTrackingDate = __('Date');
-$strTrackingDeactivateNow = __('Deactivate now');
-$strTrackingDeactivateTrackingFor = __('Deactivate tracking for %s.%s');
-$strTrackingExportAs = __('Export as %s');
-$strTrackingIsActive = __('Tracking is active.');
-$strTrackingIsNotActive = __('Tracking is not active.');
-$strTrackingReportClose = __('Close');
-$strTrackingReportForTable = __('Tracking report for table `%s`');
-$strTrackingReport = __('Tracking report');
-$strTrackingShowLogDateUsers = __('Show %s with dates from %s to %s by user %s %s');
-$strTrackingShowVersions = __('Show versions');
-$strTrackingSQLDumpFile = __('SQL dump (file download)');
-$strTrackingSQLDump = __('SQL dump');
-$strTrackingSQLExecuted = __('SQL statements executed.');
-$strTrackingSQLExecutionAlert = __('This option will replace your table and contained data.');
-$strTrackingSQLExecution = __('SQL execution');
-$strTrackingSQLExported = __('SQL statements exported. Please copy the dump or execute it.');
-$strTrackingStatements = __('Tracking statements');
-$strTrackingStatusActive = __('active');
-$strTrackingStatusNotActive = __('not active');
-$strTrackingStructureSnapshot = __('Structure snapshot');
-$strTrackingThCreated = __('Created');
-$strTrackingThLastVersion = __('Last version');
-$strTrackingThUpdated = __('Updated');
-$strTrackingThVersion = __('Version');
-$strTrackingTrackDDStatements = __('Track these data definition statements:');
-$strTrackingTrackDMStatements = __('Track these data manipulation statements:');
-$strTrackingTrackedTables = __('Tracked tables');
-$strTracking = __('Tracking');
-$strTrackingTrackTable = __('Track table');
-$strTrackingUntrackedTables = __('Untracked tables');
-$strTrackingUsername = __('Username');
-$strTrackingVersionActivated = __('Tracking for %s.%s , version %s is activated.');
-$strTrackingVersionCreated = __('Version %s is created, tracking for %s.%s is activated.');
-$strTrackingVersionDeactivated = __('Tracking for %s.%s , version %s is deactivated.');
-$strTrackingVersionSnapshotSQL = __('Version %s snapshot (SQL code)');
-$strTrackingVersions = __('Versions');
-$strTrackingYouCanExecute = __('You can execute the dump by creating and using a temporary database. Please ensure that you have the privileges to do so.');
-$strTraditionalChinese = __('Traditional Chinese');
-$strTraditionalSpanish = __('Traditional Spanish');
-$strTraffic = __('Traffic');
-$strTransactionCoordinator = __('Transaction coordinator');
$strTransformation_application_octetstream__download = __('Displays a link to download the binary data of the field. You can use the first option to specify the filename, or use the second option as the name of a field which contains the filename. If you use the second option, you need to set the first option to the empty string.');
$strTransformation_application_octetstream__hex = __('Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).');
$strTransformation_image_jpeg__inline = __('Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved.');
@@ -985,88 +166,11 @@ $strTransformation_text_plain__imagelink = __('Displays an image and a link; the
$strTransformation_text_plain__link = __('Displays a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second option is a title for the link.');
$strTransformation_text_plain__sql = __('Formats text as SQL query with syntax highlighting.');
$strTransformation_text_plain__substr = __('Displays a part of a string. The first option is the number of characters to skip from the beginning of the string (Default 0). The second option is the number of characters to return (Default: until end of string). The third option is the string to append and/or prepend when truncation occurs (Default: "...").');
-$strTriggers = __('Triggers');
-$strTruncateQueries = __('Truncate Shown Queries');
-$strTurkish = __('Turkish');
-$strType = __('Type');
-$strUkrainian = __('Ukrainian');
-$strUncheckAll = __('Uncheck All');
-$strUnicode = __('Unicode');
-$strUnique = __('Unique');
-$strUnknown = __('unknown');
-$strUnselectAll = __('Unselect All');
-$strUnsupportedCompressionDetected = __('You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.');
-$strUpdatePrivMessage = __('You have updated the privileges for %s.');
-$strUpdateProfileMessage = __('The profile has been updated.');
-$strUpdateQuery = __('Update Query');
-$strUpdComTab = __('Please see the documentation on how to update your column_comments table');
-$strUpgrade = __('You should upgrade to %s %s or later.');
-$strUploadErrorCantWrite = __('Failed to write file to disk.');
-$strUploadErrorExtension = __('File upload stopped by extension.');
-$strUploadErrorFormSize = __('The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.');
-$strUploadErrorIniSize = __('The uploaded file exceeds the upload_max_filesize directive in php.ini.');
-$strUploadErrorNoTempDir = __('Missing a temporary folder.');
-$strUploadErrorPartial = __('The uploaded file was only partially uploaded.');
-$strUploadErrorUnknown = __('Unknown error in file upload.');
-$strUploadLimit = __('You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.');
-$strUploadsNotAllowed = __('File uploads are not allowed on this server.');
-$strUsage = __('Usage');
-$strUseBackquotes = __('Enclose table and field names with backquotes');
-$strUseHostTable = __('Use Host Table');
-$strUserAlreadyExists = __('The user %s already exists!');
-$strUserEmpty = __('The user name is empty!');
-$strUserName = __('User name');
-$strUserNotFound = __('The selected user was not found in the privilege table.');
-$strUserOverview = __('User overview');
-$strUsersDeleted = __('The selected users have been deleted successfully.');
-$strUsersHavingAccessToDb = __('Users having access to "%s"');
-$strUser = __('User');
-$strUseTabKey = __('Use TAB key to move from value to value, or CTRL+arrows to move anywhere');
-$strUseTables = __('Use Tables');
-$strUseTextField = __('Use text field');
-$strUseThisValue = __('Use this value');
-$strValidateSQL = __('Validate SQL');
-$strValidatorError = __('The SQL validator could not be initialized. Please check if you have installed the necessary PHP extensions as described in the %sdocumentation%s.');
-$strValue = __('Value');
-$strVar = __('Variable');
-$strVersionInformation = __('Version information');
-$strViewDumpDatabases = __('View dump (schema) of databases');
-$strViewDumpDB = __('View dump (schema) of database');
-$strViewDump = __('View dump (schema) of table');
-$strViewHasAtLeast = __('This view has at least this number of rows. Please refer to %sdocumentation%s.');
-$strViewHasBeenDropped = __('View %s has been dropped');
-$strViewImage = __('View image');
-$strViewName = __('VIEW name');
-$strViewVideo = __('View video');
-$strView = __('View');
-$strWebServerUploadDirectoryError = __('The directory you set for upload work cannot be reached');
-$strWebServerUploadDirectory = __('web server upload directory');
-$strWebServer = __('Web server');
-$strWelcome = __('Welcome to %s');
-$strWestEuropean = __('West European');
-$strWiki = __('Wiki');
-$strWildcard = __('wildcard');
-$strWindowNotFound = __('The target browser window could not be updated. Maybe you have closed the parent window, or your browser\'s security settings are configured to block cross-window updates.');
-$strWithChecked = __('With selected:');
-$strWriteRequests = __('Write requests');
-$strWrongUser = __('Wrong username/password. Access denied.');
-$strXMLError = __('The XML file specified was either malformed or incomplete. Please correct the issue and try again.');
-$strXMLExportContents = __('Export contents');
-$strXMLExportFunctions = __('Export functions');
-$strXMLExportProcedures = __('Export procedures');
-$strXMLExportStructs = __('Export Structure Schemas (recommended)');
-$strXMLExportTables = __('Export tables');
-$strXMLExportTriggers = __('Export triggers');
-$strXMLExportViews = __('Export views');
-$strXML = __('XML');
-$strYes = __('Yes');
-$strZeroRemovesTheLimit = __('Note: Setting these options to 0 (zero) removes the limit.');
-$strZip = __('"zipped"');
?>
diff --git a/libraries/replication_gui.lib.php b/libraries/replication_gui.lib.php
index 4e85e32..db41b20 100644
--- a/libraries/replication_gui.lib.php
+++ b/libraries/replication_gui.lib.php
@@ -38,7 +38,7 @@ function PMA_replication_db_multibox()
/**
* prints out code for changing master
*
- * @param String $submitname - submit button name
+ * @param String $submitname - submit button name
*/
function PMA_replication_gui_changemaster($submitname) {
@@ -46,7 +46,7 @@ function PMA_replication_gui_changemaster($submitname) {
list($username_length, $hostname_length) = PMA_replication_get_username_hostname_length();
echo '<form method="post" action="server_replication.php">';
- echo PMA_generate_common_hidden_inputs('', '');
+ echo PMA_generate_common_hidden_inputs('', '');
echo ' <fieldset id="fieldset_add_user_login">';
echo ' <legend>' . __('Slave configuration') . ' - ' . __('Change or reconfigure master server') . '</legend>';
echo __('Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:') . '<br />';
@@ -99,7 +99,11 @@ function PMA_replication_print_status_table($type, $hidden = false, $title = tru
echo '<div id="replication_' . $type . '_section" style="' . ($hidden ? 'display: none;' : '') . '"> ';
if ($title) {
- echo '<h4><a name="replication_' . $type . '"></a>' . ${"strReplicationStatus_{$type}"} . '</h4>';
+ if ($type == 'master') {
+ echo '<h4><a name="replication_' . $type . '"></a>' . __('Master status') . '</h4>';
+ } else {
+ echo '<h4><a name="replication_' . $type . '"></a>' . __('Slave status') . '</h4>';
+ }
} else {
echo '<br />';
}
@@ -123,19 +127,19 @@ function PMA_replication_print_status_table($type, $hidden = false, $title = tru
// TODO change to regexp or something, to allow for negative match
- if (isset(${"{$type}_variables_alerts"}[$variable])
+ if (isset(${"{$type}_variables_alerts"}[$variable])
&& ${"{$type}_variables_alerts"}[$variable] == ${"server_{$type}_replication"}[0][$variable]
) {
echo '<span class="attention">';
- } elseif (isset(${"{$type}_variables_oks"}[$variable])
+ } elseif (isset(${"{$type}_variables_oks"}[$variable])
&& ${"{$type}_variables_oks"}[$variable] == ${"server_{$type}_replication"}[0][$variable]
) {
echo '<span class="allfine">';
} else {
echo '<span>';
}
- echo ${"server_{$type}_replication"}[0][$variable];
+ echo ${"server_{$type}_replication"}[0][$variable];
echo '</span>';
echo ' </td>';
@@ -159,7 +163,7 @@ function PMA_replication_print_status_table($type, $hidden = false, $title = tru
function PMA_replication_print_slaves_table($hidden = false) {
// Fetch data
- $data = PMA_DBI_fetch_result('SHOW SLAVE HOSTS', null, null);
+ $data = PMA_DBI_fetch_result('SHOW SLAVE HOSTS', null, null);
echo ' <br />';
echo ' <div id="replication_slaves_section" style="' . ($hidden ? 'display: none;' : '') . '"> ';
diff --git a/scripts/find_unused_messages.sh b/scripts/find_unused_messages.sh
index c557c0d..ea8394b 100755
--- a/scripts/find_unused_messages.sh
+++ b/scripts/find_unused_messages.sh
@@ -10,7 +10,7 @@ tmp2=`mktemp`
grep -o '^\$\<str[A-Z][a-zA-Z0-9_]*\>' libraries/messages.inc.php \
| tr -d '$' \
| grep -Ev '^str(Transformation_|ShowStatus)' | sort -u > $tmp1
-grep -ho '\<str[A-Z][a-zA-Z0-9_]*\>' `find . -type f -a -name '*.php' -a -not -path '*/libraries/messages.inc.php'` \
+grep -ho '\<str[A-Z][a-zA-Z0-9_]*\>' `find . -type f -a -name '*.php' -a -not -path '*/libraries/messages.inc.php' -a -not -path '*/js/messages.php' -a -not -path '*.js'` \
| grep -Ev '^str(Transformation_|ShowStatus|Setup)' | sort -u > $tmp2
echo Please note that you need to check results of this script, it doesn\'t
diff --git a/tbl_tracking.php b/tbl_tracking.php
index 1d93117..5f2b905 100644
--- a/tbl_tracking.php
+++ b/tbl_tracking.php
@@ -506,7 +506,7 @@ if (isset($_REQUEST['report']) || isset($_REQUEST['report_export'])) {
$str_export1 = '<select name="export_type">' .
'<option value="sqldumpfile">' . __('SQL dump (file download)') . '</option>' .
'<option value="sqldump">' . __('SQL dump') . '</option>' .
- '<option value="execution" onclick="alert(\'' . __('SQL execution') .'\')">' . __('SQL execution') . '</option>' .
+ '<option value="execution" onclick="alert(\'' . PMA_escapeJsString(__('This option will replace your table and contained data.')) .'\')">' . __('SQL execution') . '</option>' .
'</select>';
$str_export2 = '<input type="submit" name="report_export" value="' . __('Go') .'" />';
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-3746-g9cfb68b
by Michal Čihař 24 May '10
by Michal Čihař 24 May '10
24 May '10
The branch, master has been updated
via 9cfb68b99aa1ac458a520916b0b6b76e1e83a09b (commit)
from ff00107f1e744aad9f839461cbe6f1bb76a03a4b (commit)
- Log -----------------------------------------------------------------
commit 9cfb68b99aa1ac458a520916b0b6b76e1e83a09b
Author: Michal Čihař <mcihar(a)novell.com>
Date: Mon May 24 11:02:43 2010 +0200
Remove unused message strings from messages.inc.php (C).
-----------------------------------------------------------------------
Summary of changes:
libraries/messages.inc.php | 89 --------------------------------------------
1 files changed, 0 insertions(+), 89 deletions(-)
diff --git a/libraries/messages.inc.php b/libraries/messages.inc.php
index 873e7d2..1e46591 100644
--- a/libraries/messages.inc.php
+++ b/libraries/messages.inc.php
@@ -18,95 +18,6 @@ $charset = 'utf-8';
/* l10n: Text direction, use either ltr or rtl */
$text_dir = __('ltr');
-$strCalendar = __('Calendar');
-$strCancel = __('Cancel');
-$strCanNotLoadExportPlugins = __('Could not load export plugins, please check your installation!');
-$strCanNotLoadImportPlugins = __('Could not load import plugins, please check your installation!');
-$strCannotLogin = __('Cannot log in to the MySQL server');
-$strCantLoad = __('Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] extension. Please check your PHP configuration.');
-$strCantLoadRecodeIconv = __('Couldn\'t load the iconv or recode extension needed for charset conversion. Either configure PHP to enable these extensions or disable charset conversion in phpMyAdmin.');
-$strCantRenameIdxToPrimary = __('Can\'t rename index to PRIMARY!');
-$strCantUseRecodeIconv = __('Couldn\'t use the iconv, libiconv, or recode_string functions, although the necessary extensions appear to be loaded. Check your PHP configuration.');
-$strCardinality = __('Cardinality');
-$strCaseInsensitive = __('case-insensitive');
-$strCaseSensitive = __('case-sensitive');
-$strCentralEuropean = __('Central European');
-$strChange = __('Change');
-$strChangeCopyModeCopy = __('... keep the old one.');
-$strChangeCopyMode = __('Create a new user with the same privileges and ...');
-$strChangeCopyModeDeleteAndReload = __(' ... delete the old one from the user tables and reload the privileges afterwards.');
-$strChangeCopyModeJustDelete = __(' ... delete the old one from the user tables.');
-$strChangeCopyModeRevoke = __(' ... revoke all active privileges from the old one and delete it afterwards.');
-$strChangeCopyUser = __('Change Login Information / Copy User');
-$strChangeDisplay = __('Choose field to display');
-$strChangePassword = __('Change password');
-$strCharset = __('Charset');
-$strCharsetOfFile = __('Character set of the file:');
-$strCharsetsAndCollations = __('Character Sets and Collations');
-$strCharsets = __('Charsets');
-$strCheckAll = __('Check All');
-$strCheck = __('Check');
-$strCheckOverhead = __('Check tables having overhead');
-$strCheckPrivs = __('Check Privileges');
-$strCheckPrivsLong = __('Check privileges for database "%s".');
-$strCheckTable = __('Check table');
-$strChoosePage = __('Please choose a page to edit');
-$strClickToSelect = __('Click to select');
-$strClickToUnselect = __('Click to unselect');
-$strColComFeat = __('Displaying Column Comments');
-$strCollation = __('Collation');
-$strColumnNames = __('Column names');
-$strColumnPrivileges = __('Column-specific privileges');
-$strCommand = __('Command');
-$strComment = __('Comment');
-$strComments = __('Comments');
-$strCompatibleHashing = __('MySQL 4.0 compatible');
-$strCompleteInserts = __('Complete inserts');
-$strCompression = __('Compression');
-$strCompressionWillBeDetected = __('Imported file compression will be automatically detected from: %s');
-$strConfigDefaultFileError = __('Could not load default configuration from: "%1$s"');
-$strConfigDirectoryWarning = __('Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.');
-$strConfigFileError = __('phpMyAdmin was unable to read your configuration file!<br />This might happen if PHP finds a parse error in it or PHP cannot find the file.<br />Please call the configuration file directly using the link below and read the PHP error message(s) that you receive. In most cases a quote or a semicolon is missing somewhere.<br />If you receive a blank page, everything is fine.');
-$strConfigureTableCoord = __('Please configure the coordinates for table %s');
-$strConnectionError = __('Cannot connect: invalid settings.');
-$strConnections = __('Connections');
-$strConstraintsForDumped = __('Constraints for dumped tables');
-$strConstraintsForTable = __('Constraints for table');
-$strControluserFailed = __('Connection for controluser as defined in your configuration failed.');
-$strCookiesRequired = __('Cookies must be enabled past this point.');
-$strCopyDatabaseOK = __('Database %s has been copied to %s');
-$strCopyTable = __('Copy table to (database<b>.</b>table):');
-$strCopyTableOK = __('Table %s has been copied to %s.');
-$strCopyTableSameNames = __('Can\'t copy table to same one!');
-$strCouldNotConnectSource = __('Could not connect to the source');
-$strCouldNotConnectTarget = __('Could not connect to the target');
-$strCouldNotKill = __('phpMyAdmin was unable to kill thread %s. It probably has already been closed.');
-$strCreate = __('Create');
-$strCreateDatabaseBeforeCopying = __('CREATE DATABASE before copying');
-$strCreateIndex = __('Create an index on %s columns');
-$strCreateIndexTopic = __('Create a new index');
-$strCreateNewDatabase = __('Create new database');
-$strCreateNewTable = __('Create table on database %s');
-$strCreatePage = __('Create a page');
-$strCreatePdfFeat = __('Creation of PDFs');
-$strCreateRelation = __('Create relation');
-$strCreateTable = __('Create table');
-$strCreateTableShort = _pgettext('$strCreateTableShort', 'Create table');
-$strCreateUserDatabase = __('Database for user');
-$strCreateUserDatabaseName = __('Create database with same name and grant all privileges');
-$strCreateUserDatabaseNone = _pgettext('$strCreateUserDatabaseNone', 'None');
-$strCreateUserDatabasePrivileges = __('Grant all privileges on database "%s"');
-$strCreateUserDatabaseWildcard = __('Grant all privileges on wildcard name (username\_%)');
-$strCreationDates = __('Creation/Update/Check dates');
-$strCriteria = __('Criteria');
-$strCroatian = __('Croatian');
-$strCSV = __('CSV');
-$strCurrentServer = __('Current server');
-$strCustomColor = __('Custom color');
-$strCyrillic = __('Cyrillic');
-$strCzech = __('Czech');
-$strCzechSlovak = __('Czech-Slovak');
-
$strDanish = __('Danish');
$strDatabase = __('Database');
$strDatabaseEmpty = __('The database name is empty!');
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-3745-gff00107
by Michal Čihař 24 May '10
by Michal Čihař 24 May '10
24 May '10
The branch, master has been updated
via ff00107f1e744aad9f839461cbe6f1bb76a03a4b (commit)
via 72c82d8acff71035b7f7cd4a81ec31ad00f2e24a (commit)
from a04e9abd3f3cf92dc167a7ea341e9a3cade8a727 (commit)
- Log -----------------------------------------------------------------
commit ff00107f1e744aad9f839461cbe6f1bb76a03a4b
Author: Michal Čihař <mcihar(a)novell.com>
Date: Mon May 24 10:57:30 2010 +0200
Remove unused message strings from messages.inc.php (B).
commit 72c82d8acff71035b7f7cd4a81ec31ad00f2e24a
Author: Michal Čihař <mcihar(a)novell.com>
Date: Mon May 24 10:55:18 2010 +0200
Convert to gettext and adjust coding style.
-----------------------------------------------------------------------
Summary of changes:
import_status.php | 9 +++++--
libraries/messages.inc.php | 46 --------------------------------------------
2 files changed, 6 insertions(+), 49 deletions(-)
diff --git a/import_status.php b/import_status.php
index dccd41f..4125ead 100644
--- a/import_status.php
+++ b/import_status.php
@@ -18,14 +18,17 @@ if (isset($GLOBALS["message"]) && $GLOBALS["message"]) {
header('Content-type: text/html');
- usleep(300000); // wait 0.3 sec before we check for $_SESSION variable, which is set inside import.php
- while ($_SESSION['Import_message']['message'] == null) { // wait until message is available
+ // wait 0.3 sec before we check for $_SESSION variable, which is set inside import.php
+ usleep(300000);
+
+ // wait until message is available
+ while ($_SESSION['Import_message']['message'] == null) {
usleep(250000); // 0.25 sec
}
echo $_SESSION['Import_message']['message'];
echo '<fieldset class="tblFooters">' . "\n";
- echo ' [ <a href="' . $_SESSION['Import_message']['go_back_url'] . '">' . $GLOBALS["strBack"] . '</a> ]' . "\n";
+ echo ' [ <a href="' . $_SESSION['Import_message']['go_back_url'] . '">' . __('Back') . '</a> ]' . "\n";
echo '</fieldset>'."\n";
} else {
diff --git a/libraries/messages.inc.php b/libraries/messages.inc.php
index 223aea2..873e7d2 100644
--- a/libraries/messages.inc.php
+++ b/libraries/messages.inc.php
@@ -18,52 +18,6 @@ $charset = 'utf-8';
/* l10n: Text direction, use either ltr or rtl */
$text_dir = __('ltr');
-$strBack = __('Back');
-$strBaltic = __('Baltic');
-$strBeginCut = __('BEGIN CUT');
-$strBeginRaw = __('BEGIN RAW');
-$strBinary = __('Binary');
-$strBinaryDoNotEdit = __('Binary - do not edit');
-$strBinaryLog = __('Binary log');
-$strBinLogEventType = __('Event type');
-$strBinLogInfo = __('Information');
-$strBinLogName = __('Log name');
-$strBinLogOriginalPosition = __('Original position');
-$strBinLogPosition = __('Position');
-$strBinLogServerId = __('Server ID');
-$strBLOBRepository = __('BLOB Repository');
-$strBLOBRepositoryDamaged = __('Damaged');
-$strBLOBRepositoryDisableAreYouSure = __('Are you sure you want to disable all BLOB references for database %s?');
-$strBLOBRepositoryDisabled = _pgettext('$strBLOBRepositoryDisabled', 'Disabled');
-$strBLOBRepositoryDisable = __('Disable');
-$strBLOBRepositoryDisableStrongWarning = __('You are about to DISABLE a BLOB Repository!');
-$strBLOBRepositoryEnabled = _pgettext('$strBLOBRepositoryEnabled', 'Enabled');
-$strBLOBRepositoryEnable = __('Enable');
-$strBLOBRepositoryRemove = __('Remove BLOB Repository Reference');
-$strBLOBRepositoryRepair = _pgettext('$strBLOBRepositoryRepair', 'Repair');
-$strBLOBRepositoryUpload = __('Upload to BLOB repository');
-$strBookmarkAllUsers = __('Let every user access this bookmark');
-$strBookmarkCreated = __('Bookmark %s created');
-$strBookmarkDeleted = __('The bookmark has been deleted.');
-$strBookmarkLabel = __('Label');
-$strBookmarkQuery = __('Bookmarked SQL query');
-$strBookmarkReplace = __('Replace existing bookmark of same name');
-$strBookmarkThis = __('Bookmark this SQL query');
-$strBookmarkView = __('View only');
-$strBrowse = __('Browse');
-$strBrowseDistinctValues = __('Browse distinct values');
-$strBrowseForeignValues = __('Browse foreign values');
-$strBufferPoolActivity = __('Buffer Pool Activity');
-$strBufferPool = __('Buffer Pool');
-$strBufferPoolUsage = __('Buffer Pool Usage');
-$strBufferReadMissesInPercent = __('Read misses in %');
-$strBufferReadMisses = __('Read misses');
-$strBufferWriteWaitsInPercent = __('Write waits in %');
-$strBufferWriteWaits = __('Write waits');
-$strBulgarian = __('Bulgarian');
-$strBusyPages = __('Busy pages');
-$strBzip = __('"bzipped"');
-
$strCalendar = __('Calendar');
$strCancel = __('Cancel');
$strCanNotLoadExportPlugins = __('Could not load export plugins, please check your installation!');
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-3743-ga04e9ab
by Michal Čihař 24 May '10
by Michal Čihař 24 May '10
24 May '10
The branch, master has been updated
via a04e9abd3f3cf92dc167a7ea341e9a3cade8a727 (commit)
via e0118af1e396b6fbe18d0cfad3db35b65ea778f5 (commit)
from 6d73f7b4264333225a73e20e025a54f0893213c4 (commit)
- Log -----------------------------------------------------------------
commit a04e9abd3f3cf92dc167a7ea341e9a3cade8a727
Author: Michal Čihař <mcihar(a)novell.com>
Date: Mon May 24 10:51:54 2010 +0200
Revert messages back to original form.
commit e0118af1e396b6fbe18d0cfad3db35b65ea778f5
Author: Michal Čihař <mcihar(a)novell.com>
Date: Mon May 24 10:50:50 2010 +0200
Remove unused message strings from messages.inc.php (A).
-----------------------------------------------------------------------
Summary of changes:
libraries/display_export.lib.php | 6 ++--
libraries/messages.inc.php | 51 --------------------------------------
2 files changed, 3 insertions(+), 54 deletions(-)
diff --git a/libraries/display_export.lib.php b/libraries/display_export.lib.php
index a3ba84e..ec7affc 100644
--- a/libraries/display_export.lib.php
+++ b/libraries/display_export.lib.php
@@ -244,19 +244,19 @@ if ($is_zip || $is_gzip || $is_bzip) { ?>
id="radio_compression_zip"
onclick="document.getElementById('checkbox_dump_asfile').checked = true;"
<?php PMA_exportIsActive('compression', 'zip'); ?> />
- <label for="radio_compression_zip"><?php echo __('zipped'); ?></label>
+ <label for="radio_compression_zip"><?php echo __('"zipped"'); ?></label>
<?php } if ($is_gzip) { ?>
<input type="radio" name="compression" value="gzip"
id="radio_compression_gzip"
onclick="document.getElementById('checkbox_dump_asfile').checked = true;"
<?php PMA_exportIsActive('compression', 'gzip'); ?> />
- <label for="radio_compression_gzip"><?php echo __('gzipped'); ?></label>
+ <label for="radio_compression_gzip"><?php echo __('"gzipped"'); ?></label>
<?php } if ($is_bzip) { ?>
<input type="radio" name="compression" value="bzip"
id="radio_compression_bzip"
onclick="document.getElementById('checkbox_dump_asfile').checked = true;"
<?php PMA_exportIsActive('compression', 'bzip2'); ?> />
- <label for="radio_compression_bzip"><?php echo __('bzipped'); ?></label>
+ <label for="radio_compression_bzip"><?php echo __('"bzipped"'); ?></label>
<?php } ?>
</div>
<?php } else { ?>
diff --git a/libraries/messages.inc.php b/libraries/messages.inc.php
index cfdd4b6..223aea2 100644
--- a/libraries/messages.inc.php
+++ b/libraries/messages.inc.php
@@ -18,57 +18,6 @@ $charset = 'utf-8';
/* l10n: Text direction, use either ltr or rtl */
$text_dir = __('ltr');
-$strAbortedClients = __('Aborted');
-$strAccessDenied = __('Access denied');
-$strAction = __('Action');
-$strActions = __('Actions');
-$strAddAutoIncrement = __('Add AUTO_INCREMENT value');
-$strAddClause = __('Add %s');
-$strAddConstraints = __('Add constraints');
-$strAddDeleteColumn = __('Add/Delete Field Columns');
-$strAddDeleteRow = __('Add/Delete Criteria Row');
-$strAddFields = __('Add %s field(s)');
-$strAddHeaderComment = __('Add custom comment into header (\\n splits lines)');
-$strAddIntoComments = __('Add into comments');
-$strAddNewField = __('Add new field');
-$strAddPrivilegesOnDb = __('Add privileges on the following database');
-$strAddPrivilegesOnTbl = __('Add privileges on the following table');
-$strAddSearchConditions = __('Add search conditions (body of the "where" clause):');
-$strAddToIndex = __('Add to index %s column(s)');
-$strAddUser = __('Add a new User');
-$strAddUserMessage = __('You have added a new user.');
-$strAdministration = __('Administration');
-$strAfter = __('After %s');
-$strAfterInsertBack = __('Go back to previous page');
-$strAfterInsertNewInsert = __('Insert another new row');
-$strAfterInsertNext = __('Edit next row');
-$strAfterInsertSame = __('Go back to this page');
-$strAll = __('All');
-$strAllowInterrupt = __('Allow the interruption of an import in case the script detects it is close to the PHP timeout limit. This might be good way to import large files, however it can break transactions.');
-$strAllTableSameWidth = __('Display all tables with the same width');
-$strAlterOrderBy = __('Alter table order by');
-$strAnalyze = __('Analyze');
-$strAnalyzeTable = __('Analyze table');
-$strAnd = __('And');
-$strAndSmall = __('and');
-$strAndThen = __('and then');
-$strAngularLinks = __('Angular links');
-$strAnIndex = __('An index has been added on %s');
-$strAny = __('Any');
-$strAnyHost = __('Any host');
-$strAnyUser = __('Any user');
-$strApplyChanges = __('Apply Selected Changes');
-$strApproximateCount = __('May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ 3.11[/a]');
-$strAPrimaryKey = __('A primary key has been added on %s');
-$strArabic = __('Arabic');
-$strArmenian = __('Armenian');
-$strAscending = __('Ascending');
-$strAsDefined = __('As defined:');
-$strAtBeginningOfTable = __('At Beginning of Table');
-$strAtEndOfTable = __('At End of Table');
-$strAttr = __('Attributes');
-$strAutomaticLayout = __('Automatic layout');
-
$strBack = __('Back');
$strBaltic = __('Baltic');
$strBeginCut = __('BEGIN CUT');
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-3741-g6d73f7b
by Michal Čihař 24 May '10
by Michal Čihař 24 May '10
24 May '10
The branch, master has been updated
via 6d73f7b4264333225a73e20e025a54f0893213c4 (commit)
via 98705f9261d858dd62f1a80471a73ba6db69a0b9 (commit)
via 8609ce851cb7d67f0fe5db657a2c6d0dfc4b3100 (commit)
via 8f58897ba834d7dbc35e0fb7585294c52572d8f4 (commit)
via 09aba487cc5e6f3d5485106507f334073c368801 (commit)
via 8bd518cbfd256fff6aef5f833547983d94624305 (commit)
via 830a5233771353a4c58f5d26f9b296582d0d865d (commit)
via 5fa2e51a8c9a0e06fb2a1958e8e5182e4393a7a8 (commit)
via cbfd0c6411afc2fe3ebc3a8fa64a4b6c93f9e83d (commit)
via 2bcae6fc7812e4c41164d73122b29de45c03b3d7 (commit)
via d74480c9ac34d9e1264563aef9ca79b16a6aecec (commit)
via 2b7e1ee5eb1340811bb4927d80f93db2defe742b (commit)
via 5dbf7143b5d3dbadb43ba31fa01933d941a592a3 (commit)
via 4bd9664336e7d91f9c8fea0925151339ed91c528 (commit)
via beb57e4bb871aa5193770671d7896979d2ef3578 (commit)
via deade305cd9ae10e3318763400947c5757bfee06 (commit)
via 85403a648be8cfe9ff118c863aea7ba7146f735c (commit)
via 1046fd4ddd36e184622d682145fa0c074537d6af (commit)
via 7fbfd0bb7b3a9e3e0f34a271e9159db0380af892 (commit)
via c6c9bd5d7602fd753a6dc1acf5f702c6608fad36 (commit)
via 9129bcfb723752d7758d9cc92fb1ac79eb9aafeb (commit)
via 42d68af75dac66a033a1e8af2d368230b1292175 (commit)
via 8c7e0dc5ab00a4257415d1dd84ab1b16fbf5c6e0 (commit)
via a3e938c562722980fe6e911faaf8f73d43aeaeb8 (commit)
via f3ea77751b7b774bcabae6505e15bda30b8d7ae4 (commit)
via 5f5b6faa592620012c900101a2e627e6921bd477 (commit)
via 32844ed1f4913f63627de09ad7fa78202676ff67 (commit)
via 37268daf644e4f11921d73a04774ad00c1748b56 (commit)
via 82832286ea0b2bdc9c53359744b9b13bd7210b2d (commit)
via 692ac2a2e044db5d2965f2329942fbf912787f00 (commit)
via 611221200a84b1547483b838ae94e2907e5b269a (commit)
via aa0a051920aa70d6bbfabfc062c4631bc9339245 (commit)
via 77bd4f991df85919e308d687d38036522e6e986d (commit)
via 9f79ace7e8dc9b644b368ac8628b1e7285c11fe0 (commit)
via 954fc6cc7feacfbc77c8f22f697b556d588fca91 (commit)
via 8f28af1f31dace26bfc28e25b66bfe375f91f84a (commit)
via 4081e7c7ce8a71689d190dfd3fbff2bcbbba07bb (commit)
via a08ff971ba7d1d809caa833594d2b86523947792 (commit)
via f885fcfaf9028d9ba96cb38917fb6e7bbf04cb95 (commit)
via 1e41bbb0910c8c3af1bd9d4aca0367646390554a (commit)
via 7fbff840ad36e2305eee9e25e8cc40a52e937f46 (commit)
via 00199c8fb7d9a4377186b8056fd7c2ba2decaa6e (commit)
via 8c10614488882efc60d764ef4b75432300cb40d0 (commit)
via c68010ed996806d603f155bbfb7f932e3f0bbd94 (commit)
via 2805aefd27950ad2cf01b0a22c40e6eef6c32355 (commit)
via 6328c64ee47321ad64e2074d8a00e01207849379 (commit)
via 084fb570398ce31efe74edb64b7529bf4ee5ae07 (commit)
via 7682abc3c774f9fae1215f46e5c50d3e331d331f (commit)
via 6541192936c1878386b79765ffe2ba760b091cb6 (commit)
via 12e30b91399ac263a07447a7fd16edc0a6586829 (commit)
via 607aa12c521e42f91112342caca8909c699a68c7 (commit)
via 8c9ac885cbfdac1ce68b973ab211a4c2dc8ca4a1 (commit)
via b3ecc7767bbf9d2e97631c3230046c7d315d913d (commit)
via 2cbefd09c963db723c3c5dcdb626e85f49d9aec5 (commit)
via a168f27f5793b90a32aacf9002c65f7ce29fc7e7 (commit)
via 06c93dbe1455d6260b4ffa4245891c2593aa6926 (commit)
via 54dbb831a23b7ba3319b83c14f344ff0e5a017cf (commit)
via 6cc2372c52fbfdbc7be897f2ca271ba506669a07 (commit)
via 34160b1b584b5f80c64a9e228adf2abc6ddbc7a6 (commit)
via e748431b52c42942c383d7a345c29c96ffbd117f (commit)
via 04c1ca2c009c844484a09191111d50f7db6560bb (commit)
via 76bf9a4a9e5794ecd35a4a5248886d3a4461b729 (commit)
via 9c2b49e7c84e39556254c98ed85af85a8d918a08 (commit)
via c958c98393af6895b6d2a32b426bd1891756e1e1 (commit)
via a31c4c8121fcceaa1be86e7538ade3039b131386 (commit)
via b47f836b0d0755ed89f47174617b13c0b7b6ed61 (commit)
via 076d2b81aae2ca3941307e588869b3fdbfdb7559 (commit)
via d3708d63b7ebc66b0b80c93c5de6499517af596b (commit)
via 9adb1ffba5d4a0b73913361022b31bc8ed2061d2 (commit)
via 8ce4d2b96364d2c2af32447808ab7902d68ca580 (commit)
via 982b9c8a7f4a718766243b2485059a0b0efed567 (commit)
via b75a7b14d0eeb3d4a4363d033b374859e7d77d6c (commit)
via 315236b4b1b2d899d04a5747c44873bf525130cc (commit)
via 64f1b69dc28778bd1d3928b7c023f09e77fe62b1 (commit)
via f4f415274f64477c7b373286436734d4837bd93a (commit)
via 51c02fe677de51805b4d3e585fa5245279a6373f (commit)
via 62ad3957418e1bde4c245487736ba6801e5a6385 (commit)
via 4cbcf5bb773a7f450ba566ffedfd9ac5d2abf52a (commit)
via b3fe30cf8fc7b697ecbb3ddc446a899095160593 (commit)
via 9436355e336bcb0ca8ce40df0dd9e85ce27fca20 (commit)
via 199d446d0f830f88d3c805053bf8944866f8e8c6 (commit)
via bdd778183bbf80d3a997ba2a41195e675689c717 (commit)
via f586e70cdd9e46c5096a852a8543917e3fd687e5 (commit)
via b0a6b49b48420a6f4ce81e38df2a44a602844383 (commit)
via 6524bc05f2fb02a1a606d29db453305b2b338ab1 (commit)
from b4598190d0c189f74043f6b3f58fd2bcee3bd181 (commit)
- Log -----------------------------------------------------------------
commit 6d73f7b4264333225a73e20e025a54f0893213c4
Merge: 98705f9261d858dd62f1a80471a73ba6db69a0b9 b4598190d0c189f74043f6b3f58fd2bcee3bd181
Author: Pootle server <pootle(a)cihar.com>
Date: Sun May 23 16:40:10 2010 +0200
Merge remote branch 'origin/master'
commit 98705f9261d858dd62f1a80471a73ba6db69a0b9
Merge: 8609ce851cb7d67f0fe5db657a2c6d0dfc4b3100 abc229d0b055d7328bedfc1d2eed916335b2310a
Author: Pootle server <pootle(a)cihar.com>
Date: Sun May 23 14:40:12 2010 +0200
Merge remote branch 'origin/master'
commit 8609ce851cb7d67f0fe5db657a2c6d0dfc4b3100
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:36:12 2010 +0200
Translation update done using Pootle.
commit 8f58897ba834d7dbc35e0fb7585294c52572d8f4
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:35:53 2010 +0200
Translation update done using Pootle.
commit 09aba487cc5e6f3d5485106507f334073c368801
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:35:03 2010 +0200
Translation update done using Pootle.
commit 8bd518cbfd256fff6aef5f833547983d94624305
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:34:49 2010 +0200
Translation update done using Pootle.
commit 830a5233771353a4c58f5d26f9b296582d0d865d
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:34:26 2010 +0200
Translation update done using Pootle.
commit 5fa2e51a8c9a0e06fb2a1958e8e5182e4393a7a8
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:33:43 2010 +0200
Translation update done using Pootle.
commit cbfd0c6411afc2fe3ebc3a8fa64a4b6c93f9e83d
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:33:38 2010 +0200
Translation update done using Pootle.
commit 2bcae6fc7812e4c41164d73122b29de45c03b3d7
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:33:31 2010 +0200
Translation update done using Pootle.
commit d74480c9ac34d9e1264563aef9ca79b16a6aecec
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:33:25 2010 +0200
Translation update done using Pootle.
commit 2b7e1ee5eb1340811bb4927d80f93db2defe742b
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:33:10 2010 +0200
Translation update done using Pootle.
commit 5dbf7143b5d3dbadb43ba31fa01933d941a592a3
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:33:00 2010 +0200
Translation update done using Pootle.
commit 4bd9664336e7d91f9c8fea0925151339ed91c528
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:32:50 2010 +0200
Translation update done using Pootle.
commit beb57e4bb871aa5193770671d7896979d2ef3578
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:32:33 2010 +0200
Translation update done using Pootle.
commit deade305cd9ae10e3318763400947c5757bfee06
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:32:16 2010 +0200
Translation update done using Pootle.
commit 85403a648be8cfe9ff118c863aea7ba7146f735c
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:31:33 2010 +0200
Translation update done using Pootle.
commit 1046fd4ddd36e184622d682145fa0c074537d6af
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:31:08 2010 +0200
Translation update done using Pootle.
commit 7fbfd0bb7b3a9e3e0f34a271e9159db0380af892
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:30:57 2010 +0200
Translation update done using Pootle.
commit c6c9bd5d7602fd753a6dc1acf5f702c6608fad36
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:30:37 2010 +0200
Translation update done using Pootle.
commit 9129bcfb723752d7758d9cc92fb1ac79eb9aafeb
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:30:24 2010 +0200
Translation update done using Pootle.
commit 42d68af75dac66a033a1e8af2d368230b1292175
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:30:08 2010 +0200
Translation update done using Pootle.
commit 8c7e0dc5ab00a4257415d1dd84ab1b16fbf5c6e0
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:29:46 2010 +0200
Translation update done using Pootle.
commit a3e938c562722980fe6e911faaf8f73d43aeaeb8
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:29:24 2010 +0200
Translation update done using Pootle.
commit f3ea77751b7b774bcabae6505e15bda30b8d7ae4
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:28:48 2010 +0200
Translation update done using Pootle.
commit 5f5b6faa592620012c900101a2e627e6921bd477
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:28:11 2010 +0200
Translation update done using Pootle.
commit 32844ed1f4913f63627de09ad7fa78202676ff67
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:28:05 2010 +0200
Translation update done using Pootle.
commit 37268daf644e4f11921d73a04774ad00c1748b56
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:27:43 2010 +0200
Translation update done using Pootle.
commit 82832286ea0b2bdc9c53359744b9b13bd7210b2d
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:27:16 2010 +0200
Translation update done using Pootle.
commit 692ac2a2e044db5d2965f2329942fbf912787f00
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:27:11 2010 +0200
Translation update done using Pootle.
commit 611221200a84b1547483b838ae94e2907e5b269a
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:27:07 2010 +0200
Translation update done using Pootle.
commit aa0a051920aa70d6bbfabfc062c4631bc9339245
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:27:02 2010 +0200
Translation update done using Pootle.
commit 77bd4f991df85919e308d687d38036522e6e986d
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:26:58 2010 +0200
Translation update done using Pootle.
commit 9f79ace7e8dc9b644b368ac8628b1e7285c11fe0
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:26:54 2010 +0200
Translation update done using Pootle.
commit 954fc6cc7feacfbc77c8f22f697b556d588fca91
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:26:49 2010 +0200
Translation update done using Pootle.
commit 8f28af1f31dace26bfc28e25b66bfe375f91f84a
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:26:17 2010 +0200
Translation update done using Pootle.
commit 4081e7c7ce8a71689d190dfd3fbff2bcbbba07bb
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:26:04 2010 +0200
Translation update done using Pootle.
commit a08ff971ba7d1d809caa833594d2b86523947792
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:25:53 2010 +0200
Translation update done using Pootle.
commit f885fcfaf9028d9ba96cb38917fb6e7bbf04cb95
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:25:47 2010 +0200
Translation update done using Pootle.
commit 1e41bbb0910c8c3af1bd9d4aca0367646390554a
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:25:40 2010 +0200
Translation update done using Pootle.
commit 7fbff840ad36e2305eee9e25e8cc40a52e937f46
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:25:35 2010 +0200
Translation update done using Pootle.
commit 00199c8fb7d9a4377186b8056fd7c2ba2decaa6e
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun May 23 01:25:24 2010 +0200
Translation update done using Pootle.
commit 8c10614488882efc60d764ef4b75432300cb40d0
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:51:10 2010 +0200
Translation update done using Pootle.
commit c68010ed996806d603f155bbfb7f932e3f0bbd94
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:50:59 2010 +0200
Translation update done using Pootle.
commit 2805aefd27950ad2cf01b0a22c40e6eef6c32355
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:49:55 2010 +0200
Translation update done using Pootle.
commit 6328c64ee47321ad64e2074d8a00e01207849379
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:49:43 2010 +0200
Translation update done using Pootle.
commit 084fb570398ce31efe74edb64b7529bf4ee5ae07
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:48:09 2010 +0200
Translation update done using Pootle.
commit 7682abc3c774f9fae1215f46e5c50d3e331d331f
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:47:37 2010 +0200
Translation update done using Pootle.
commit 6541192936c1878386b79765ffe2ba760b091cb6
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:47:00 2010 +0200
Translation update done using Pootle.
commit 12e30b91399ac263a07447a7fd16edc0a6586829
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:46:29 2010 +0200
Translation update done using Pootle.
commit 607aa12c521e42f91112342caca8909c699a68c7
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:45:35 2010 +0200
Translation update done using Pootle.
commit 8c9ac885cbfdac1ce68b973ab211a4c2dc8ca4a1
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:44:37 2010 +0200
Translation update done using Pootle.
commit b3ecc7767bbf9d2e97631c3230046c7d315d913d
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:44:20 2010 +0200
Translation update done using Pootle.
commit 2cbefd09c963db723c3c5dcdb626e85f49d9aec5
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:44:17 2010 +0200
Translation update done using Pootle.
commit a168f27f5793b90a32aacf9002c65f7ce29fc7e7
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:42:16 2010 +0200
Translation update done using Pootle.
commit 06c93dbe1455d6260b4ffa4245891c2593aa6926
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:40:12 2010 +0200
Translation update done using Pootle.
commit 54dbb831a23b7ba3319b83c14f344ff0e5a017cf
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:39:11 2010 +0200
Translation update done using Pootle.
commit 6cc2372c52fbfdbc7be897f2ca271ba506669a07
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:38:51 2010 +0200
Translation update done using Pootle.
commit 34160b1b584b5f80c64a9e228adf2abc6ddbc7a6
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:38:37 2010 +0200
Translation update done using Pootle.
commit e748431b52c42942c383d7a345c29c96ffbd117f
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:38:33 2010 +0200
Translation update done using Pootle.
commit 04c1ca2c009c844484a09191111d50f7db6560bb
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:38:10 2010 +0200
Translation update done using Pootle.
commit 76bf9a4a9e5794ecd35a4a5248886d3a4461b729
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:37:51 2010 +0200
Translation update done using Pootle.
commit 9c2b49e7c84e39556254c98ed85af85a8d918a08
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:37:16 2010 +0200
Translation update done using Pootle.
commit c958c98393af6895b6d2a32b426bd1891756e1e1
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:37:08 2010 +0200
Translation update done using Pootle.
commit a31c4c8121fcceaa1be86e7538ade3039b131386
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:36:54 2010 +0200
Translation update done using Pootle.
commit b47f836b0d0755ed89f47174617b13c0b7b6ed61
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:36:29 2010 +0200
Translation update done using Pootle.
commit 076d2b81aae2ca3941307e588869b3fdbfdb7559
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:36:10 2010 +0200
Translation update done using Pootle.
commit d3708d63b7ebc66b0b80c93c5de6499517af596b
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:35:17 2010 +0200
Translation update done using Pootle.
commit 9adb1ffba5d4a0b73913361022b31bc8ed2061d2
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:33:34 2010 +0200
Translation update done using Pootle.
commit 8ce4d2b96364d2c2af32447808ab7902d68ca580
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:32:23 2010 +0200
Translation update done using Pootle.
commit 982b9c8a7f4a718766243b2485059a0b0efed567
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:30:29 2010 +0200
Translation update done using Pootle.
commit b75a7b14d0eeb3d4a4363d033b374859e7d77d6c
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:30:22 2010 +0200
Translation update done using Pootle.
commit 315236b4b1b2d899d04a5747c44873bf525130cc
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:28:24 2010 +0200
Translation update done using Pootle.
commit 64f1b69dc28778bd1d3928b7c023f09e77fe62b1
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:28:17 2010 +0200
Translation update done using Pootle.
commit f4f415274f64477c7b373286436734d4837bd93a
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:27:39 2010 +0200
Translation update done using Pootle.
commit 51c02fe677de51805b4d3e585fa5245279a6373f
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:26:45 2010 +0200
Translation update done using Pootle.
commit 62ad3957418e1bde4c245487736ba6801e5a6385
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:26:34 2010 +0200
Translation update done using Pootle.
commit 4cbcf5bb773a7f450ba566ffedfd9ac5d2abf52a
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:24:09 2010 +0200
Translation update done using Pootle.
commit b3fe30cf8fc7b697ecbb3ddc446a899095160593
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:22:20 2010 +0200
Translation update done using Pootle.
commit 9436355e336bcb0ca8ce40df0dd9e85ce27fca20
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:21:55 2010 +0200
Translation update done using Pootle.
commit 199d446d0f830f88d3c805053bf8944866f8e8c6
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:21:37 2010 +0200
Translation update done using Pootle.
commit bdd778183bbf80d3a997ba2a41195e675689c717
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:19:50 2010 +0200
Translation update done using Pootle.
commit f586e70cdd9e46c5096a852a8543917e3fd687e5
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:18:49 2010 +0200
Translation update done using Pootle.
commit b0a6b49b48420a6f4ce81e38df2a44a602844383
Author: dbc334 <dbc334(a)gmail.com>
Date: Sat May 22 22:15:43 2010 +0200
Translation update done using Pootle.
commit 6524bc05f2fb02a1a606d29db453305b2b338ab1
Author: Michal Čihař <michal(a)cihar.com>
Date: Sat May 22 14:33:34 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/cs.po | 9 +----
po/it.po | 108 ++++++++++++++++++++++++--------------------------------------
po/sl.po | 83 ++++++++++++++++++++++++++---------------------
3 files changed, 90 insertions(+), 110 deletions(-)
diff --git a/po/cs.po b/po/cs.po
index d6a9791..9be689c 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,13 +5,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-05-22 14:11+0200\n"
-"PO-Revision-Date: 2010-05-22 14:09+0200\n"
+"PO-Revision-Date: 2010-05-22 14:33+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
+"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.0.1\n"
@@ -8656,8 +8656,3 @@ msgstr "Vytvořit index na %s sloupcích"
msgctxt "for MIME transformation"
msgid "Description"
msgstr "Popis"
-
-#, fuzzy
-#~| msgid "Import currencies ($5.00 to 5.00)"
-#~ msgid "Import currencies (.00 to 5.00)"
-#~ msgstr "Importovat měny (5.00 místo $5.00)"
diff --git a/po/it.po b/po/it.po
index d7b3ddb..aa9c3fe 100644
--- a/po/it.po
+++ b/po/it.po
@@ -4,13 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-05-22 14:11+0200\n"
-"PO-Revision-Date: 2010-05-20 08:39+0200\n"
+"PO-Revision-Date: 2010-05-23 01:36+0200\n"
"Last-Translator: Fabio <fantonifabio(a)tiscali.it>\n"
"Language-Team: italian <it(a)li.org>\n"
+"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -1223,40 +1223,36 @@ msgid "Dec"
msgstr "dic"
#: js/messages.php:122
-#, fuzzy
#| msgid "Sun"
msgid "Sunday"
-msgstr "Dom"
+msgstr "Domenica"
#: js/messages.php:123
-#, fuzzy
#| msgid "Mon"
msgid "Monday"
-msgstr "Lun"
+msgstr "Lunedì"
#: js/messages.php:124
-#, fuzzy
#| msgid "Tue"
msgid "Tuesday"
-msgstr "Mar"
+msgstr "Martedì"
#: js/messages.php:125
msgid "Wednesday"
-msgstr ""
+msgstr "Mercoledì"
#: js/messages.php:126
msgid "Thursday"
-msgstr ""
+msgstr "Giovedì"
#: js/messages.php:127
-#, fuzzy
#| msgid "Fri"
msgid "Friday"
-msgstr "Ven"
+msgstr "Venerdì"
#: js/messages.php:128
msgid "Saturday"
-msgstr ""
+msgstr "Sabato"
#. l10n: Short week day name
#: js/messages.php:132 libraries/common.lib.php:1580
@@ -1295,52 +1291,45 @@ msgstr "Sab"
#. l10n: Minimal week day name
#: js/messages.php:148
-#, fuzzy
#| msgid "Sun"
msgid "Su"
-msgstr "Dom"
+msgstr "Do"
#. l10n: Minimal week day name
#: js/messages.php:150
-#, fuzzy
#| msgid "Mon"
msgid "Mo"
-msgstr "Lun"
+msgstr "Lu"
#. l10n: Minimal week day name
#: js/messages.php:152
-#, fuzzy
#| msgid "Tue"
msgid "Tu"
-msgstr "Mar"
+msgstr "Ma"
#. l10n: Minimal week day name
#: js/messages.php:154
-#, fuzzy
#| msgid "Wed"
msgid "We"
-msgstr "Mer"
+msgstr "Me"
#. l10n: Minimal week day name
#: js/messages.php:156
-#, fuzzy
#| msgid "Thu"
msgid "Th"
-msgstr "Gio"
+msgstr "Gi"
#. l10n: Minimal week day name
#: js/messages.php:158
-#, fuzzy
#| msgid "Fri"
msgid "Fr"
-msgstr "Ven"
+msgstr "Ve"
#. l10n: Minimal week day name
#: js/messages.php:160
-#, fuzzy
#| msgid "Sat"
msgid "Sa"
-msgstr "Sab"
+msgstr "Sa"
#. l10n: Column header for week of the year in calendar
#: js/messages.php:162
@@ -1351,19 +1340,17 @@ msgstr "Wiki"
#: js/messages.php:164
msgid "Hour"
-msgstr ""
+msgstr "Ora"
#: js/messages.php:165
-#, fuzzy
#| msgid "in use"
msgid "Minute"
-msgstr "in uso"
+msgstr "Minuto"
#: js/messages.php:166
-#, fuzzy
#| msgid "per second"
msgid "Second"
-msgstr "al secondo"
+msgstr "Secondo"
#: libraries/Config.class.php:1015 libraries/messages.inc.php:334
msgid "Font size"
@@ -1746,10 +1733,10 @@ msgstr ""
">Se ricevete una pagina bianca, allora è tutto a posto."
#: libraries/common.inc.php:594
-#, fuzzy, php-format
+#, php-format
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not load default configuration from: %1$s"
-msgstr "Non posso leggere la configurazione da: \"%1$s\""
+msgstr "Non posso caricare la configurazione predefinita da: %1$s"
#: libraries/common.inc.php:599 libraries/messages.inc.php:656
msgid ""
@@ -1760,10 +1747,10 @@ msgstr ""
"di configurazione!"
#: libraries/common.inc.php:629
-#, fuzzy, php-format
+#, php-format
#| msgid "Invalid server index: \"%s\""
msgid "Invalid server index: %s"
-msgstr "Server index non valido: \"%s\""
+msgstr "Indice server non valido: %s"
#: libraries/common.inc.php:636 libraries/messages.inc.php:444
#, php-format
@@ -2101,7 +2088,6 @@ msgid "Password Hashing"
msgstr "Password Hashing"
#: libraries/display_change_password.lib.php:66
-#, fuzzy
#| msgid "MySQL 4.0 compatible"
msgid "MySQL 4.0 compatible"
msgstr "Compatibile con MySQL 4.0"
@@ -2224,22 +2210,19 @@ msgid "None"
msgstr "Nessuno"
#: libraries/display_export.lib.php:247
-#, fuzzy
#| msgid "\"zipped\""
msgid "zipped"
-msgstr "\"compresso con zip\""
+msgstr "zippato"
#: libraries/display_export.lib.php:253
-#, fuzzy
#| msgid "\"gzipped\""
msgid "gzipped"
-msgstr "\"compresso con gzip\""
+msgstr "gzippato"
#: libraries/display_export.lib.php:259
-#, fuzzy
#| msgid "\"bzipped\""
msgid "bzipped"
-msgstr "\"compresso con bzip\""
+msgstr "bzippato"
#: libraries/display_export.lib.php:274 libraries/export/sql.php:44
#: libraries/import/sql.php:32 libraries/messages.inc.php:1014
@@ -2408,15 +2391,15 @@ msgstr "Mosta il campo relazionale"
#: libraries/display_tbl.lib.php:595 libraries/messages.inc.php:868
msgid "Show binary contents"
-msgstr ""
+msgstr "Mostra contenuti binari"
#: libraries/display_tbl.lib.php:597 libraries/messages.inc.php:869
msgid "Show BLOB contents"
-msgstr ""
+msgstr "Mostra contenuti BLOB"
#: libraries/display_tbl.lib.php:599 libraries/messages.inc.php:867
msgid "Show binary contents as HEX"
-msgstr ""
+msgstr "Mostra contenuti binati come esadecimali"
#: libraries/display_tbl.lib.php:607 libraries/messages.inc.php:371
#: pmd_general.php:141 tbl_change.php:314 tbl_change.php:320
@@ -3068,7 +3051,7 @@ msgstr "Usa dati esadecimali per BLOB"
#: libraries/export/sql.php:121 libraries/messages.inc.php:1016
msgid "Export time in UTC"
-msgstr ""
+msgstr "Esporta ora in UTC"
#: libraries/export/sql.php:123 libraries/messages.inc.php:1015
msgid "Export type"
@@ -3136,31 +3119,27 @@ msgstr ""
#: libraries/export/xml.php:31 libraries/messages.inc.php:1245
msgid "Export functions"
-msgstr ""
+msgstr "Funzioni di esportazione"
#: libraries/export/xml.php:33 libraries/messages.inc.php:1246
msgid "Export procedures"
-msgstr ""
+msgstr "Esporta procedure"
#: libraries/export/xml.php:35 libraries/messages.inc.php:1248
-#, fuzzy
msgid "Export tables"
-msgstr "Tipo di esportazione"
+msgstr "Esporta tabelle"
#: libraries/export/xml.php:37 libraries/messages.inc.php:1249
-#, fuzzy
msgid "Export triggers"
-msgstr "Tipo di esportazione"
+msgstr "Esporta trigger"
#: libraries/export/xml.php:39 libraries/messages.inc.php:1250
-#, fuzzy
msgid "Export views"
-msgstr "Tipo di esportazione"
+msgstr "Esporta visualizzazione"
#: libraries/export/xml.php:45 libraries/messages.inc.php:1244
-#, fuzzy
msgid "Export contents"
-msgstr "Tipo di esportazione"
+msgstr "Esporta contenuti"
#: libraries/footer.inc.php:184 libraries/footer.inc.php:195
#: libraries/footer.inc.php:198 libraries/messages.inc.php:582
@@ -3218,16 +3197,15 @@ msgstr "Vai al database"
#: libraries/import.lib.php:1087 libraries/import.lib.php:1111
#: libraries/messages.inc.php:865
msgid "settings"
-msgstr ""
+msgstr "impostazioni"
#: libraries/import.lib.php:1106 libraries/messages.inc.php:359
msgid "Go to table"
msgstr "Vai alla tabella"
#: libraries/import.lib.php:1109 libraries/messages.inc.php:1043
-#, fuzzy
msgid "structure"
-msgstr "Struttura"
+msgstr "struttura"
#: libraries/import.lib.php:1115 libraries/messages.inc.php:360
msgid "Go to view"
@@ -3305,11 +3283,11 @@ msgstr "Non importare righe vuote"
#: libraries/import/ods.php:27 libraries/messages.inc.php:401
msgid "Import percentages as proper decimals (12.00% to .12)"
-msgstr ""
+msgstr "Importa percentuali come propri decimali (12.00% to .12)"
#: libraries/import/ods.php:28 libraries/messages.inc.php:399
msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
+msgstr "Importa valute ($5.00 to 5.00)"
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
msgid "Do not use AUTO_INCREMENT for zero values"
@@ -3331,7 +3309,6 @@ msgstr "Usa versione leggera"
#. l10n: This is currently used only in Japanese locales
#: libraries/kanji-encoding.lib.php:145
-#, fuzzy
#| msgid "None"
msgctxt "None encoding conversion"
msgid "None"
@@ -4944,7 +4921,7 @@ msgstr "Versione protocollo"
#: libraries/messages.inc.php:716 server_synchronize.php:1003
msgid "The following queries have been executed:"
-msgstr ""
+msgstr "Le seguenti query sono state eseguite:"
#: libraries/messages.inc.php:717 server_status.php:251
msgid "Query cache"
@@ -5018,9 +4995,8 @@ msgstr "Ricarica"
#: libraries/messages.inc.php:745 libraries/server_synchronize.lib.php:1345
#: libraries/server_synchronize.lib.php:1371
-#, fuzzy
msgid "Remote server"
-msgstr "Nuovo server"
+msgstr "Server remoto"
#: libraries/messages.inc.php:747 tbl_operations.php:676
msgid "Remove partitioning"
diff --git a/po/sl.po b/po/sl.po
index c66ce56..8a7c1bb 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -4,15 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-05-22 14:11+0200\n"
-"PO-Revision-Date: 2010-05-21 22:27+0200\n"
+"PO-Revision-Date: 2010-05-22 22:51+0200\n"
"Last-Translator: <dbc334(a)gmail.com>\n"
"Language-Team: slovenian <sl(a)li.org>\n"
+"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: sl\n"
-"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
-"%100==4 ? 2 : 3);\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
+"n%100==4 ? 2 : 3);\n"
"X-Generator: Pootle 2.0.1\n"
#: browse_foreigners.php:38 browse_foreigners.php:59
@@ -644,7 +644,7 @@ msgstr "Struktura"
#: tbl_structure.php:27 tbl_structure.php:151 tbl_structure.php:152
#: tbl_structure.php:472
msgid "Drop"
-msgstr "Zavrži"
+msgstr "Zavrzi"
#: db_structure.php:86 db_structure.php:87 db_structure.php:99
#: db_structure.php:100 db_structure.php:112 db_structure.php:113
@@ -1643,18 +1643,18 @@ msgstr "Napačno uporabniško ime/geslo. Dostop zavrnjen."
#: libraries/messages.inc.php:1053
#, php-format
msgid "File %s does not contain any key id"
-msgstr "Datoteka %s ne vsebuje nobenega ključa id"
+msgstr "Datoteka %s ne vsebuje nobenega identifikacijskega ključa"
#: libraries/auth/swekey/swekey.auth.lib.php:157
#: libraries/auth/swekey/swekey.auth.lib.php:180
#: libraries/messages.inc.php:1052
msgid "Hardware authentication failed"
-msgstr "Potrjevanje strojne opreme je spodletelo"
+msgstr "Overitev strojne opreme je spodletelo"
#: libraries/auth/swekey/swekey.auth.lib.php:166
#: libraries/messages.inc.php:1054
msgid "No valid authentication key plugged"
-msgstr ""
+msgstr "Vstavljen ni noben overitveni ključ"
#: libraries/auth/swekey/swekey.auth.lib.php:202
#: libraries/messages.inc.php:1051
@@ -2066,7 +2066,7 @@ msgstr "Ponovno vnesi"
#: libraries/display_change_password.lib.php:52 libraries/messages.inc.php:604
msgid "Password Hashing"
-msgstr ""
+msgstr "Šifriranje gesel"
#: libraries/display_change_password.lib.php:66
msgid "MySQL 4.0 compatible"
@@ -2539,7 +2539,7 @@ msgstr ""
#: libraries/engines/innodb.lib.php:260 libraries/messages.inc.php:1240
msgid "Write requests"
-msgstr "Zapiši prošnje"
+msgstr ""
#: libraries/engines/innodb.lib.php:266 libraries/messages.inc.php:111
msgid "Read misses"
@@ -2607,7 +2607,7 @@ msgstr ""
#: libraries/engines/myisam.lib.php:42 libraries/messages.inc.php:527
msgid "Repair threads"
-msgstr ""
+msgstr "Popravi niti"
#: libraries/engines/myisam.lib.php:43 libraries/messages.inc.php:526
msgid ""
@@ -2617,17 +2617,19 @@ msgstr ""
#: libraries/engines/myisam.lib.php:47 libraries/messages.inc.php:529
msgid "Sort buffer size"
-msgstr ""
+msgstr "Velikost medpomnilnika razvrščanja"
#: libraries/engines/myisam.lib.php:48 libraries/messages.inc.php:528
msgid ""
"The buffer that is allocated when sorting MyISAM indexes during a REPAIR "
"TABLE or when creating indexes with CREATE INDEX or ALTER TABLE."
msgstr ""
+"Medpomnilnik, ki je dodeljen razvrščanju indeksov MyISAM med REPAIR TABLE "
+"ali ustvarjanju indeksov s CREATE INDEX ali ALTER TABLE."
#: libraries/engines/pbxt.lib.php:23 libraries/messages.inc.php:616
msgid "Index cache size"
-msgstr ""
+msgstr "Velikost predpomnilnika indeksov"
#: libraries/engines/pbxt.lib.php:24 libraries/messages.inc.php:615
msgid ""
@@ -6833,11 +6835,11 @@ msgstr "Napačna vrednost"
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
-msgstr ""
+msgstr "Določi vrednost: %s"
#: setup/lib/FormDisplay.tpl.php:187 setup/lib/messages.inc.php:234
msgid "Restore default value"
-msgstr ""
+msgstr "Povrni privzeto vrednost"
#: setup/lib/form_processing.lib.php:43 setup/lib/messages.inc.php:377
msgid "Warning"
@@ -6869,7 +6871,7 @@ msgstr "Dovoli prijavo v kateri koli strežnik MySQL"
#: setup/lib/messages.inc.php:20
msgid "Show "Drop database" link to normal users"
msgstr ""
-"Pokaži povezavo "Zavrži zbirko podatkov" normalnim uporabnikom"
+"Pokaži povezavo »Zavrzi zbirko podatkov« normalnim uporabnikom"
#: setup/lib/messages.inc.php:21
msgid "Key should contain letters, numbers [em]and[/em] special characters"
@@ -6880,6 +6882,8 @@ msgid ""
"Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] "
"authentication"
msgstr ""
+"Skrivno geslo, ki se uporabi pri šifriranju piškotkov v overovitvi "
+"[kbd]cookie[/kbd]"
#: setup/lib/messages.inc.php:23
msgid "Key is too short, it should have at least 8 characters"
@@ -6891,10 +6895,13 @@ msgid ""
"so a key was automatically generated for you. It is used to encrypt cookies; "
"you don't need to remember it."
msgstr ""
+"Ker niste določili skrivnega gesla (blowfish) in imate omogočeno overovitev "
+"s piškotki, je bil ključ za vas samodejno ustvarjen. Uporablja se pri "
+"šifriranju piškotkov; ne rabite si ga zapomniti."
#: setup/lib/messages.inc.php:25
msgid "Blowfish secret"
-msgstr ""
+msgstr "Skrivno geslo (blowfish)"
#: setup/lib/messages.inc.php:26
msgid "Highlight selected rows"
@@ -6910,7 +6917,7 @@ msgstr "Poudari vrstico, na katero kaže kazalec miške"
#: setup/lib/messages.inc.php:29
msgid "Highlight pointer"
-msgstr ""
+msgstr "Poudari kazalec"
#: setup/lib/messages.inc.php:30
msgid ""
@@ -6986,10 +6993,13 @@ msgid ""
"Compress gzip/bzip2 exports on the fly without the need for much memory; if "
"you encounter problems with created gzip/bzip2 files disable this feature"
msgstr ""
+"Stisne izvoze gzip/bzip2 med izvajanjem, brez večje porabe spomina; če "
+"naletite na težave z ustvarjenimi datotekami gzip/bzip2, to funkcijo "
+"onemogočite."
#: setup/lib/messages.inc.php:44
msgid "Compress on the fly"
-msgstr ""
+msgstr "Stisni med izvajanjem"
#: setup/lib/messages.inc.php:46
msgid ""
@@ -7066,23 +7076,23 @@ msgstr "Ne morem se povezati s strežnikom MySQL"
#: setup/lib/messages.inc.php:68
msgid "Empty phpMyAdmin control user password while using pmadb"
-msgstr ""
+msgstr "Počisti geslo krmilnega uporabnika phpMyAdmin med uporabo pmadb"
#: setup/lib/messages.inc.php:69
msgid "Empty phpMyAdmin control user while using pmadb"
-msgstr ""
+msgstr "Počisti krmilnega uporabnika phpMyAdmin med uporabo pmadb"
#: setup/lib/messages.inc.php:70
msgid "Empty signon session name while using signon authentication method"
-msgstr ""
+msgstr "Počisti ime seje signon med uporabo overitvenega načina signon"
#: setup/lib/messages.inc.php:71
msgid "Empty signon URL while using signon authentication method"
-msgstr ""
+msgstr "Počisti URL signon med uporabo overitvenega načina signon"
#: setup/lib/messages.inc.php:72
msgid "Empty username while using config authentication method"
-msgstr ""
+msgstr "Počisti uporabniško ime med uporabo overitvenega načina config"
#: setup/lib/messages.inc.php:73
msgid "Submitted form contains errors"
@@ -7725,11 +7735,11 @@ msgstr "Privzet zavihek okna za poizvedbe"
#: setup/lib/messages.inc.php:232
msgid "Select which functions will be used for character set conversion"
-msgstr ""
+msgstr "Določi katere funkcije bodo uporabljene za pretvorbo nabora znakov"
#: setup/lib/messages.inc.php:233
msgid "Recoding engine"
-msgstr ""
+msgstr "Pogon rekodiranja"
#: setup/lib/messages.inc.php:235
msgid "Try to revert erroneous fields to their default values"
@@ -7834,15 +7844,16 @@ msgstr ""
#: setup/lib/messages.inc.php:258
msgid "Compress connection to MySQL server"
-msgstr ""
+msgstr "Stisni povezavo s strežnikom MySQL"
#: setup/lib/messages.inc.php:259
msgid "Compress connection"
-msgstr ""
+msgstr "Stisni povezavo"
#: setup/lib/messages.inc.php:260
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
msgstr ""
+"Način povezave s strežnikom; pustite [kbd]tcp[/kbd], če niste prepričani"
#: setup/lib/messages.inc.php:261
msgid "Connection type"
@@ -7850,17 +7861,19 @@ msgstr "Vrsta povezave"
#: setup/lib/messages.inc.php:262
msgid "Control user password"
-msgstr ""
+msgstr "Geslo krmilnega uporabnika"
#: setup/lib/messages.inc.php:263
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]"
msgstr ""
+"Posebni uporabnik MySQL, konfiguriran z omejenimi dovoljenji; več informacij "
+"je na voljo na [a@http://wiki.phpmyadmin.net/pma/controluser]wikiji[/a]"
#: setup/lib/messages.inc.php:264
msgid "Control user"
-msgstr ""
+msgstr "Krmilni uporabnik"
#: setup/lib/messages.inc.php:265
msgid "Count tables when showing database list"
@@ -8174,11 +8187,11 @@ msgstr "Pokaži obrazec"
#: setup/lib/messages.inc.php:335
msgid "Display the function fields in edit/insert mode"
-msgstr ""
+msgstr "Prikaže polja funkcij v načinu urejanja/vstavljanja"
#: setup/lib/messages.inc.php:336
msgid "Show function fields"
-msgstr ""
+msgstr "Prikaži polja funkcij"
#: setup/lib/messages.inc.php:338
msgid ""
@@ -8276,7 +8289,7 @@ msgstr ""
#: setup/lib/messages.inc.php:361
msgid "List of trusted proxies for IP allow/deny"
-msgstr ""
+msgstr "Seznam zaupanja vrednih proxyjev za sprejetje/zavrnitev IP"
#: setup/lib/messages.inc.php:362
msgid "Directory on server where you can upload files for import"
@@ -8406,7 +8419,3 @@ msgstr "Ustvari indeks na %s stolpcih"
msgctxt "for MIME transformation"
msgid "Description"
msgstr "Opis"
-
-#~| msgid "Import currencies ($5.00 to 5.00)"
-#~ msgid "Import currencies (.00 to 5.00)"
-#~ msgstr "Uvozi denarne enote (.00 v 5.00)"
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-3656-gb459819
by Marc Delisle 23 May '10
by Marc Delisle 23 May '10
23 May '10
The branch, master has been updated
via b4598190d0c189f74043f6b3f58fd2bcee3bd181 (commit)
from abc229d0b055d7328bedfc1d2eed916335b2310a (commit)
- Log -----------------------------------------------------------------
commit b4598190d0c189f74043f6b3f58fd2bcee3bd181
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sun May 23 08:44:58 2010 -0400
style is already in theme CSS
-----------------------------------------------------------------------
Summary of changes:
db_operations.php | 12 ++++++------
db_qbe.php | 4 ++--
tbl_relation.php | 2 +-
tbl_select.php | 2 +-
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/db_operations.php b/db_operations.php
index fad0d00..8ba13a2 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -463,18 +463,18 @@ if (!$is_information_schema) {
?>
<input type="checkbox" name="create_database_before_copying" value="1"
id="checkbox_create_database_before_copying"
- style="vertical-align: middle" checked="checked" />
+ checked="checked" />
<label for="checkbox_create_database_before_copying">
<?php echo __('CREATE DATABASE before copying'); ?></label><br />
<input type="checkbox" name="drop_if_exists" value="true"
- id="checkbox_drop" style="vertical-align: middle" />
+ id="checkbox_drop" />
<label for="checkbox_drop"><?php echo sprintf(__('Add %s'), $drop_clause); ?></label><br />
<input type="checkbox" name="sql_auto_increment" value="1" checked="checked"
- id="checkbox_auto_increment" style="vertical-align: middle" />
+ id="checkbox_auto_increment" />
<label for="checkbox_auto_increment">
<?php echo __('Add AUTO_INCREMENT value'); ?></label><br />
<input type="checkbox" name="add_constraints" value="1"
- id="checkbox_constraints" style="vertical-align: middle" />
+ id="checkbox_constraints" />
<label for="checkbox_constraints">
<?php echo __('Add constraints'); ?></label><br />
<?php
@@ -488,7 +488,7 @@ if (!$is_information_schema) {
<input type="checkbox" name="switch_to_new" value="true"
id="checkbox_switch"
<?php echo ((isset($pma_switch_to_new) && $pma_switch_to_new == 'true') ? ' checked="checked"' : ''); ?>
- style="vertical-align: middle" />
+ />
<label for="checkbox_switch"><?php echo __('Switch to copied database'); ?></label>
</fieldset>
<fieldset class="tblFooters">
@@ -600,7 +600,7 @@ if (!$is_information_schema) {
. PMA_generateCharsetDropdownBox(PMA_CSDROPDOWN_COLLATION,
'db_collation', 'select_db_collation', $db_collation, false, 3)
. ' <input type="submit" name="submitcollation"'
- . ' value="' . __('Go') . '" style="vertical-align: middle" />' . "\n"
+ . ' value="' . __('Go') . '" />' . "\n"
. '</fieldset>' . "\n"
. '</form>' . "\n";
diff --git a/db_qbe.php b/db_qbe.php
index 984180a..dce1c67 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -582,7 +582,7 @@ echo PMA_generate_common_hidden_inputs($url_params);
<tr>
<td nowrap="nowrap">
<?php echo __('Add/Delete Criteria Row'); ?>:
- <select size="1" name="add_row" style="vertical-align: middle">
+ <select size="1" name="add_row">
<option value="-3">-3</option>
<option value="-2">-2</option>
<option value="-1">-1</option>
@@ -594,7 +594,7 @@ echo PMA_generate_common_hidden_inputs($url_params);
</td>
<td width="10"> </td>
<td nowrap="nowrap"><?php echo __('Add/Delete Field Columns'); ?>:
- <select size="1" name="add_col" style="vertical-align: middle">
+ <select size="1" name="add_col">
<option value="-3">-3</option>
<option value="-2">-2</option>
<option value="-1">-1</option>
diff --git a/tbl_relation.php b/tbl_relation.php
index 4a9afa9..c9dbc43 100644
--- a/tbl_relation.php
+++ b/tbl_relation.php
@@ -546,7 +546,7 @@ if ($col_rs && PMA_DBI_num_rows($col_rs) > 0) {
?>
<fieldset>
<label><?php echo __('Choose field to display') . ': '; ?></label>
- <select name="display_field" style="vertical-align: middle">
+ <select name="display_field">
<option value="">---</option>
<?php
foreach ($save_row AS $row) {
diff --git a/tbl_select.php b/tbl_select.php
index f4eb39f..67ff8a8 100644
--- a/tbl_select.php
+++ b/tbl_select.php
@@ -299,7 +299,7 @@ $(function() {
<fieldset id="fieldset_display_order">
<legend><?php echo __('Display order:'); ?></legend>
- <select name="orderField" style="vertical-align: middle">
+ <select name="orderField">
<option value="--nil--"></option>
<?php
foreach ($fields_list as $each_field) {
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-3655-gabc229d
by Marc Delisle 23 May '10
by Marc Delisle 23 May '10
23 May '10
The branch, master has been updated
via abc229d0b055d7328bedfc1d2eed916335b2310a (commit)
from 96bcf83996b1d796fc4486633a6813dfed488a51 (commit)
- Log -----------------------------------------------------------------
commit abc229d0b055d7328bedfc1d2eed916335b2310a
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sun May 23 08:27:27 2010 -0400
bug #3004216 Field attributes use inline CSS
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 +
tbl_structure.php | 11 +++++------
themes/darkblue_orange/css/theme_right.css.php | 9 ++++++++-
themes/original/css/theme_right.css.php | 9 ++++++++-
4 files changed, 22 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 9351e07..160d5f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -81,6 +81,7 @@ $Id$
to Muhammad Adnan.
+ [doc] Incorporate synchronisation docs into main document.
+ [core] Include Content Security Policy HTTP headers.
+- bug #3004216 [CSS] Field attributes use inline CSS
3.3.4.0 (not yet released)
- bug #2996161 [import] properly escape import value
diff --git a/tbl_structure.php b/tbl_structure.php
index ae90d6b..c255cde 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -327,9 +327,8 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) {
// underline commented fields and display a hover-title (CSS only)
- $comment_style = '';
if (isset($comments_map[$row['Field']])) {
- $displayed_field_name = '<span style="border-bottom: 1px dashed black;" title="' . htmlspecialchars($comments_map[$row['Field']]) . '">' . $field_name . '</span>';
+ $displayed_field_name = '<span class="commented_column" title="' . htmlspecialchars($comments_map[$row['Field']]) . '">' . $field_name . '</span>';
}
if ($primary && $primary->hasColumn($field_name)) {
@@ -347,7 +346,7 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) {
<th nowrap="nowrap"><label for="checkbox_row_<?php echo $rownum; ?>"><?php echo $displayed_field_name; ?></label></th>
<td<?php echo $type_nowrap; ?>><bdo dir="ltr" xml:lang="en"><?php echo $type; echo $type_mime; ?></bdo></td>
<td><?php echo (empty($field_charset) ? '' : '<dfn title="' . PMA_getCollationDescr($field_charset) . '">' . $field_charset . '</dfn>'); ?></td>
- <td nowrap="nowrap" style="font-size: 70%"><?php echo $attribute; ?></td>
+ <td nowrap="nowrap" class="column_attribute"><?php echo $attribute; ?></td>
<td><?php echo (($row['Null'] == 'YES') ? __('Yes') : __('No')); ?></td>
<td nowrap="nowrap"><?php
if (isset($row['Default'])) {
@@ -540,11 +539,11 @@ if (! $tbl_is_view && ! $db_is_information_schema) {
if ($cfg['PropertiesIconic']) {
echo '<img class="icon" src="' . $pmaThemeImage . 'b_insrow.png" width="16" height="16" alt="' . __('Add new field') . '"/>';
}
- echo sprintf(__('Add %s field(s)'), '<input type="text" name="num_fields" size="2" maxlength="2" value="1" style="vertical-align: middle" onfocus="this.select()" />');
+ echo sprintf(__('Add %s field(s)'), '<input type="text" name="num_fields" size="2" maxlength="2" value="1" onfocus="this.select()" />');
// I tried displaying the drop-down inside the label but with Firefox
// the drop-down was blinking
- $fieldOptions = '<select name="after_field" style="vertical-align: middle" onclick="this.form.field_where[2].checked=true" onchange="this.form.field_where[2].checked=true">';
+ $fieldOptions = '<select name="after_field" onclick="this.form.field_where[2].checked=true" onchange="this.form.field_where[2].checked=true">';
foreach ($aryFields as $fieldname) {
$fieldOptions .= '<option value="' . htmlspecialchars($fieldname) . '">' . htmlspecialchars($fieldname) . '</option>' . "\n";
}
@@ -560,7 +559,7 @@ if (! $tbl_is_view && ! $db_is_information_schema) {
echo $fieldOptions;
unset($fieldOptions, $choices);
?>
-<input type="submit" value="<?php echo __('Go'); ?>" style="vertical-align: middle" />
+<input type="submit" value="<?php echo __('Go'); ?>" />
</form>
<hr />
<?php
diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php
index 38743e3..c4b8cda 100644
--- a/themes/darkblue_orange/css/theme_right.css.php
+++ b/themes/darkblue_orange/css/theme_right.css.php
@@ -595,6 +595,13 @@ form.login label {
font-weight: bolder;
}
+.commented_column {
+ border-bottom: 1px dashed black;
+}
+
+.column_attribute {
+ font-size: 70%;
+}
/******************************************************************************/
/* specific elements */
@@ -1288,4 +1295,4 @@ table#serverconnection_trg_local {
* Validation error message styles
*/
.invalid_value
-{background:#F00;}
\ No newline at end of file
+{background:#F00;}
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 34c5052..b3c5101 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -570,6 +570,13 @@ form.login label {
font-weight: bolder;
}
+.commented_column {
+ border-bottom: 1px dashed black;
+}
+
+.column_attribute {
+ font-size: 70%;
+}
/******************************************************************************/
/* specific elements */
@@ -1220,4 +1227,4 @@ table#serverconnection_trg_local {
* Validation error message styles
*/
.invalid_value
-{background:#F00;}
\ No newline at end of file
+{background:#F00;}
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-3654-g96bcf83
by Michal Čihař 22 May '10
by Michal Čihař 22 May '10
22 May '10
The branch, master has been updated
via 96bcf83996b1d796fc4486633a6813dfed488a51 (commit)
via 7e954f0736b0777acfea108cd5beb548f97f5904 (commit)
via 6d6338735d5f72600893c96056d592501912ab07 (commit)
via efee9c5a69a5cec8256b91b010a528a58246d824 (commit)
via 19572475776f50496274edbd6c26b728f2f1151b (commit)
via 4429201233f1e6614ca001b1d847fd0de714ad82 (commit)
via cd4216e71628708f790e01e7c3ff3f3dfd668a6f (commit)
via c73d833bd413a4728e1717ec783c8686ef710765 (commit)
via b5585a18fdf168155a190a0277ff1992b721c53b (commit)
via ade30dc625f9498e5925f9c1d8541b716c63cd2f (commit)
via 9af9e8d62d62f6954c4ca0ef44a8e1f56e24af87 (commit)
from 89adf5778fc583e71847b8240da4e4b2d8692ef4 (commit)
- Log -----------------------------------------------------------------
commit 96bcf83996b1d796fc4486633a6813dfed488a51
Author: Michal Čihař <michal(a)cihar.com>
Date: Sat May 22 14:13:09 2010 +0200
Refresh po files.
commit 7e954f0736b0777acfea108cd5beb548f97f5904
Author: Michal Čihař <michal(a)cihar.com>
Date: Sat May 22 14:11:17 2010 +0200
Fix message.
commit 6d6338735d5f72600893c96056d592501912ab07
Author: Michal Čihař <michal(a)cihar.com>
Date: Sat May 22 14:09:11 2010 +0200
Translation update done using Pootle.
commit efee9c5a69a5cec8256b91b010a528a58246d824
Author: dbc334 <dbc334(a)gmail.com>
Date: Fri May 21 22:27:17 2010 +0200
Translation update done using Pootle.
commit 19572475776f50496274edbd6c26b728f2f1151b
Author: dbc334 <dbc334(a)gmail.com>
Date: Fri May 21 22:27:07 2010 +0200
Translation update done using Pootle.
commit 4429201233f1e6614ca001b1d847fd0de714ad82
Author: dbc334 <dbc334(a)gmail.com>
Date: Fri May 21 22:26:29 2010 +0200
Translation update done using Pootle.
commit cd4216e71628708f790e01e7c3ff3f3dfd668a6f
Author: dbc334 <dbc334(a)gmail.com>
Date: Fri May 21 22:26:09 2010 +0200
Translation update done using Pootle.
commit c73d833bd413a4728e1717ec783c8686ef710765
Author: dbc334 <dbc334(a)gmail.com>
Date: Fri May 21 22:25:50 2010 +0200
Translation update done using Pootle.
commit b5585a18fdf168155a190a0277ff1992b721c53b
Author: dbc334 <dbc334(a)gmail.com>
Date: Fri May 21 22:25:17 2010 +0200
Translation update done using Pootle.
commit ade30dc625f9498e5925f9c1d8541b716c63cd2f
Author: Marc Delisle <marc(a)infomarc.info>
Date: Fri May 21 19:27:44 2010 +0200
Translation update done using Pootle.
commit 9af9e8d62d62f6954c4ca0ef44a8e1f56e24af87
Author: Marc Delisle <marc(a)infomarc.info>
Date: Fri May 21 19:27:09 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
libraries/import/ods.php | 34 +++++++-------
po/af.po | 61 ++++++++++++-----------
po/ar.po | 61 ++++++++++++-----------
po/az.po | 61 ++++++++++++-----------
po/be.po | 61 ++++++++++++-----------
po/be(a)latin.po | 61 ++++++++++++-----------
po/bg.po | 61 ++++++++++++-----------
po/bn.po | 61 ++++++++++++-----------
po/bs.po | 61 ++++++++++++-----------
po/ca.po | 68 ++++++++++++++------------
po/cs.po | 85 ++++++++++++++------------------
po/da.po | 61 ++++++++++++-----------
po/de.po | 61 ++++++++++++-----------
po/el.po | 69 ++++++++++++++------------
po/en_GB.po | 88 +++++++++++++++-------------------
po/es.po | 61 ++++++++++++-----------
po/et.po | 61 ++++++++++++-----------
po/eu.po | 61 ++++++++++++-----------
po/fa.po | 66 ++++++++++++-------------
po/fi.po | 68 ++++++++++++++------------
po/fr.po | 66 +++++++++++++------------
po/gl.po | 68 ++++++++++++++------------
po/he.po | 61 ++++++++++++-----------
po/hi.po | 121 ++++++++++++++++++----------------------------
po/hr.po | 61 ++++++++++++-----------
po/hu.po | 61 ++++++++++++-----------
po/id.po | 61 ++++++++++++-----------
po/it.po | 77 ++++++++++++-----------------
po/ja.po | 61 ++++++++++++-----------
po/ka.po | 61 ++++++++++++-----------
po/ko.po | 61 ++++++++++++-----------
po/lt.po | 61 ++++++++++++-----------
po/lv.po | 61 ++++++++++++-----------
po/mk.po | 61 ++++++++++++-----------
po/mn.po | 61 ++++++++++++-----------
po/ms.po | 61 ++++++++++++-----------
po/nb.po | 71 ++++++++++++++-------------
po/nl.po | 68 ++++++++++++++------------
po/phpmyadmin.pot | 61 ++++++++++++-----------
po/pl.po | 61 ++++++++++++-----------
po/pt.po | 61 ++++++++++++-----------
po/pt_BR.po | 61 ++++++++++++-----------
po/ro.po | 61 ++++++++++++-----------
po/ru.po | 68 ++++++++++++++------------
po/si.po | 61 ++++++++++++-----------
po/sk.po | 61 ++++++++++++-----------
po/sl.po | 96 ++++++++++++++++---------------------
po/sq.po | 65 ++++++++++++-------------
po/sr.po | 61 ++++++++++++-----------
po/sr(a)latin.po | 61 ++++++++++++-----------
po/sv.po | 61 ++++++++++++-----------
po/ta.po | 61 ++++++++++++-----------
po/te.po | 61 ++++++++++++-----------
po/th.po | 61 ++++++++++++-----------
po/tr.po | 68 ++++++++++++++------------
po/tt.po | 61 ++++++++++++-----------
po/uk.po | 61 ++++++++++++-----------
po/ur.po | 61 ++++++++++++-----------
po/uz.po | 68 ++++++++++++++------------
po/uz(a)latin.po | 68 ++++++++++++++------------
po/zh_CN.po | 68 ++++++++++++++------------
po/zh_TW.po | 61 ++++++++++++-----------
62 files changed, 2014 insertions(+), 1998 deletions(-)
diff --git a/libraries/import/ods.php b/libraries/import/ods.php
index 729c55e..395a8fc 100644
--- a/libraries/import/ods.php
+++ b/libraries/import/ods.php
@@ -4,7 +4,7 @@
* OpenDocument Spreadsheet import plugin for phpMyAdmin
*
* @todo Pretty much everything
- * @todo Importing of accented characters seems to fail
+ * @todo Importing of accented characters seems to fail
* @version 0.5-beta
* @package phpMyAdmin-Import
*/
@@ -25,7 +25,7 @@ if (isset($plugin_list)) {
array('type' => 'bool', 'name' => 'col_names', 'text' => __('Column names in first row')),
array('type' => 'bool', 'name' => 'empty_rows', 'text' => __('Do not import empty rows')),
array('type' => 'bool', 'name' => 'recognize_percentages', 'text' => __('Import percentages as proper decimals (12.00% to .12)')),
- array('type' => 'bool', 'name' => 'recognize_currency', 'text' => __('Import currencies (.00 to 5.00)')),
+ array('type' => 'bool', 'name' => 'recognize_currency', 'text' => __('Import currencies ($5.00 to 5.00)')),
),
'options_text' => __('Options'),
);
@@ -89,7 +89,7 @@ $rows = array();
/* Iterate over tables */
foreach ($sheets as $sheet) {
$col_names_in_first_row = $_REQUEST['ods_col_names'];
-
+
/* Iterate over rows */
foreach ($sheet as $row) {
$type = $row->getName();
@@ -98,7 +98,7 @@ foreach ($sheets as $sheet) {
foreach ($row as $cell) {
$text = $cell->children('text', true);
$cell_attrs = $cell->attributes('office', true);
-
+
if (count($text) != 0) {
if (! $col_names_in_first_row) {
if ($_REQUEST['ods_recognize_percentages'] && !strcmp('percentage', $cell_attrs['value-type'])) {
@@ -117,14 +117,14 @@ foreach ($sheets as $sheet) {
$col_names[] = (string)$text;
}
}
-
+
++$col_count;
} else {
/* Number of blank columns repeated */
if ($col_count < count($row->children('table', true)) - 1) {
$attr = $cell->attributes('table', true);
$num_null = (int)$attr['number-columns-repeated'];
-
+
if ($num_null) {
if (! $col_names_in_first_row) {
for ($i = 0; $i < $num_null; ++$i) {
@@ -143,18 +143,18 @@ foreach ($sheets as $sheet) {
} else {
$col_names[] = PMA_getColumnAlphaName($col_count + 1);
}
-
+
++$col_count;
}
}
}
}
-
+
/* Find the widest row */
if ($col_count > $max_cols) {
$max_cols = $col_count;
}
-
+
/* Don't include a row that is full of NULL values */
if (! $col_names_in_first_row) {
if ($_REQUEST['ods_empty_rows']) {
@@ -168,13 +168,13 @@ foreach ($sheets as $sheet) {
$tempRows[] = $tempRow;
}
}
-
+
$col_count = 0;
$col_names_in_first_row = false;
$tempRow = array();
}
}
-
+
/* Skip over empty sheets */
if (count($tempRows) == 0 || count($tempRows[0]) == 0) {
$col_names = array();
@@ -182,18 +182,18 @@ foreach ($sheets as $sheet) {
$tempRows = array();
continue;
}
-
+
/**
* Fill out each row as necessary to make
* every one exactly as wide as the widest
* row. This included column names.
*/
-
+
/* Fill out column names */
for ($i = count($col_names); $i < $max_cols; ++$i) {
$col_names[] = PMA_getColumnAlphaName($i + 1);
}
-
+
/* Fill out all rows */
$num_rows = count($tempRows);
for ($i = 0; $i < $num_rows; ++$i) {
@@ -201,11 +201,11 @@ foreach ($sheets as $sheet) {
$tempRows[$i][] = 'NULL';
}
}
-
+
/* Store the table name so we know where to place the row set */
$tbl_attr = $sheet->attributes('table', true);
$tables[] = array((string)$tbl_attr['name']);
-
+
/* Store the current sheet in the accumulator */
$rows[] = array((string)$tbl_attr['name'], $col_names, $tempRows);
$tempRows = array();
@@ -229,7 +229,7 @@ for ($i = 0; $i < $num_tbls; ++$i) {
if (! isset($tables[$i][COL_NAMES])) {
$tables[$i][] = $rows[$j][COL_NAMES];
}
-
+
$tables[$i][ROWS] = $rows[$j][ROWS];
}
}
diff --git a/po/af.po b/po/af.po
index a7669cb..4d3b74a 100644
--- a/po/af.po
+++ b/po/af.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-30 23:04+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: afrikaans <af(a)li.org>\n"
@@ -36,7 +36,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Soek"
@@ -579,9 +580,10 @@ msgstr "%s resultate binne tabel <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Beloer Data"
@@ -625,12 +627,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Voeg by"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1947,6 +1951,20 @@ msgstr ""
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operasies"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1976,13 +1994,6 @@ msgstr "Databasis %s is verwyder."
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2004,12 +2015,6 @@ msgstr ""
msgid "Import"
msgstr "Export"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operasies"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3232,8 +3237,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4144,10 +4149,6 @@ msgstr ""
msgid "Import files"
msgstr ""
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6784,6 +6785,10 @@ msgstr ""
msgid "Add a new server"
msgstr "Voeg 'n nuwe gebruiker by"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7036,10 +7041,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/ar.po b/po/ar.po
index d227175..29d0692 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: arabic <ar(a)li.org>\n"
@@ -36,7 +36,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "ابحث"
@@ -571,9 +572,10 @@ msgstr "%s مطابقة في الجدول <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "استعراض"
@@ -617,12 +619,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "إدخال"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1940,6 +1944,20 @@ msgstr "إذهب إلى قاعدة بيانات "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "عمليات"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1969,13 +1987,6 @@ msgstr "قاعدة بيانات %s محذوفه."
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -1996,12 +2007,6 @@ msgstr ""
msgid "Import"
msgstr "استورد"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "عمليات"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3208,8 +3213,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4110,10 +4115,6 @@ msgstr ""
msgid "Import files"
msgstr "استورد الملفات"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6745,6 +6746,10 @@ msgstr ""
msgid "Add a new server"
msgstr ""
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -6997,10 +7002,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/az.po b/po/az.po
index 3c1b19b..0f8aefa 100644
--- a/po/az.po
+++ b/po/az.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: azerbaijani <az(a)li.org>\n"
@@ -34,7 +34,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Axtarış"
@@ -575,9 +576,10 @@ msgstr "%s uyğunluq tapıldı (<i>%s</i> cedvelinde)"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "İçindekiler"
@@ -621,12 +623,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Elave et"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1954,6 +1958,20 @@ msgstr ""%s" me'lumat bazasına keç."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Emeliyyatlar"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1985,13 +2003,6 @@ msgstr "%s bazası leğv edildi."
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2013,12 +2024,6 @@ msgstr ""
msgid "Import"
msgstr "Eksport"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Emeliyyatlar"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3243,8 +3248,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4171,10 +4176,6 @@ msgstr ""
msgid "Import files"
msgstr "Faylları import et"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6849,6 +6850,10 @@ msgstr ""
msgid "Add a new server"
msgstr "Yeni İstifadeçi elave Et"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7102,10 +7107,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/be.po b/po/be.po
index dfa54de..ea41d9d 100644
--- a/po/be.po
+++ b/po/be.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: belarusian_cyrillic <be(a)li.org>\n"
@@ -37,7 +37,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Пошук"
@@ -574,9 +575,10 @@ msgstr "%s супадзеньняў у табліцы <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Прагляд"
@@ -620,12 +622,14 @@ msgstr "Унутры поля:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Уставіць"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1992,6 +1996,20 @@ msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
"Існуе вядомая памылка з выкарыстаньнем парамэтра %s, глядзіце апісаньне на %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Апэрацыі"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2022,13 +2040,6 @@ msgstr "База дадзеных %s была выдаленая."
msgid "Database seems to be empty!"
msgstr "База дадзеных — пустая!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2049,12 +2060,6 @@ msgstr "Дызайнэр"
msgid "Import"
msgstr "Імрарт"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Апэрацыі"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3333,8 +3338,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4254,10 +4259,6 @@ msgstr "Імпартаваць/Экспартаваць каардынаты т
msgid "Import files"
msgstr "Імпартаваць файлы"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7111,6 +7112,10 @@ msgstr "Вэб-сэрвэр"
msgid "Add a new server"
msgstr "Дадаць новага карыстальніка"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7367,10 +7372,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index df5398a..0d670c6 100644
--- a/po/be(a)latin.po
+++ b/po/be(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-30 23:09+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: belarusian_latin <be@latin@li.org>\n"
@@ -40,7 +40,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Pošuk"
@@ -575,9 +576,10 @@ msgstr "%s supadzieńniaŭ u tablicy %s"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Prahlad"
@@ -621,12 +623,14 @@ msgstr "Unutry pola:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Ustavić"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1987,6 +1991,20 @@ msgstr ""
"Isnuje viadomaja pamyłka z vykarystańniem parametra %s, hladzicie apisańnie "
"na %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Aperacyi"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2017,13 +2035,6 @@ msgstr "Baza dadzienych %s była vydalenaja."
msgid "Database seems to be empty!"
msgstr "Baza dadzienych — pustaja!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2044,12 +2055,6 @@ msgstr "Dyzajner"
msgid "Import"
msgstr "Imrart"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Aperacyi"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3324,8 +3329,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4235,10 +4240,6 @@ msgstr "Impartavać/Ekspartavać kaardynaty tablic ŭ PDF-schiemu"
msgid "Import files"
msgstr "Impartavać fajły"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7074,6 +7075,10 @@ msgstr ""
msgid "Add a new server"
msgstr ""
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7326,10 +7331,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/bg.po b/po/bg.po
index 272f40d..9193e0d 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bulgarian <bg(a)li.org>\n"
@@ -37,7 +37,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Търсене"
@@ -573,9 +574,10 @@ msgstr "%s съвпадение(я) в таблица <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Прелистване"
@@ -619,12 +621,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Вмъкване"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1964,6 +1968,20 @@ msgstr "Скочи към база от данни "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Операции"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1994,13 +2012,6 @@ msgstr "Базата данни %s беше изтрита."
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2021,12 +2032,6 @@ msgstr ""
msgid "Import"
msgstr "Импортиране"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Операции"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3252,8 +3257,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4180,10 +4185,6 @@ msgstr ""
msgid "Import files"
msgstr "Импортиране на файлове"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6885,6 +6886,10 @@ msgstr ""
msgid "Add a new server"
msgstr "Добавяне на нов потребител."
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7139,10 +7144,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/bn.po b/po/bn.po
index 29bc009..91a13c3 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bangla <bn(a)li.org>\n"
@@ -37,7 +37,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "খুঁজুন"
@@ -573,9 +574,10 @@ msgstr "%s match(es) inside table <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "ব্রাউজ করুন"
@@ -619,12 +621,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Insert"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1971,6 +1975,20 @@ msgstr "Jump to database "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operations"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2005,13 +2023,6 @@ msgstr "%s ডাটাবেজ মুছে ফেলা হয়েছে"
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2032,12 +2043,6 @@ msgstr ""
msgid "Import"
msgstr "ইম্পোর্ট কর"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operations"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3288,8 +3293,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4219,10 +4224,6 @@ msgstr ""
msgid "Import files"
msgstr "ফাইল ইম্পোর্ট কর"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7026,6 +7027,10 @@ msgstr ""
msgid "Add a new server"
msgstr "একটি নতুন ইউজার যোগ করুন"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7282,10 +7287,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/bs.po b/po/bs.po
index f233c2b..eb265c9 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bosnian <bs(a)li.org>\n"
@@ -37,7 +37,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Pretraživanje"
@@ -577,9 +578,10 @@ msgstr "%s pogodaka unutar tabele <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Pregled"
@@ -623,12 +625,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Novi zapis"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1955,6 +1959,20 @@ msgstr "Pređi na bazu "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operacije"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1985,13 +2003,6 @@ msgstr "Baza %s je odbačena."
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2013,12 +2024,6 @@ msgstr ""
msgid "Import"
msgstr "Izvoz"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operacije"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3240,8 +3245,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4167,10 +4172,6 @@ msgstr ""
msgid "Import files"
msgstr "Uvoz fajlova"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6843,6 +6844,10 @@ msgstr ""
msgid "Add a new server"
msgstr "Dodaj novog korisnika"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7096,10 +7101,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/ca.po b/po/ca.po
index 3919c99..de92284 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: catalan <ca(a)li.org>\n"
@@ -37,7 +37,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Cerca"
@@ -572,9 +573,10 @@ msgstr "%s resultat(s) a la taula <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Navega"
@@ -618,12 +620,14 @@ msgstr "Camp interior:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Insereix"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1980,6 +1984,20 @@ msgstr "Vés a la Base de Dades "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "La funcionalitat %s es veu afectada per un error conegut, veieu %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operacions"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2009,13 +2027,6 @@ msgstr "La Base de Dades %s s'ha eliminat."
msgid "Database seems to be empty!"
msgstr "La base de dades sembla buida!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2036,12 +2047,6 @@ msgstr "Dissenyador"
msgid "Import"
msgstr "Importa"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operacions"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3321,10 +3326,8 @@ msgstr "No importis files buides"
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr "Importar percentatges amb els decimals adients (12.00% a .12)"
-#: libraries/import/ods.php:28
-#, fuzzy
-#| msgid "Import currencies ($5.00 to 5.00)"
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr "Importar monedes ($5.00 a 5.00)"
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4249,10 +4252,6 @@ msgstr "Importa/Exporta coordenades per a esquema PDF"
msgid "Import files"
msgstr "Importa arxius"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr "Importar monedes ($5.00 a 5.00)"
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7124,6 +7123,10 @@ msgstr "Editar servidor"
msgid "Add a new server"
msgstr "Afegir un nou servidor"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "Valor incorrecte"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7410,10 +7413,6 @@ msgstr "Adreça IP incorrecta: %s"
msgid "Not a valid port number"
msgstr "Numero de port incorrecte"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "Valor incorrecte"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
@@ -8851,6 +8850,11 @@ msgid "Description"
msgstr "Descripció"
#, fuzzy
+#~| msgid "Import currencies ($5.00 to 5.00)"
+#~ msgid "Import currencies (.00 to 5.00)"
+#~ msgstr "Importar monedes ($5.00 a 5.00)"
+
+#, fuzzy
#~| msgid ""
#~| "However on last run no data has been parsed, this usually means "
#~| "phpMyAdmin won't be able to finish this import unless you increase php "
diff --git a/po/cs.po b/po/cs.po
index f2144d7..d6a9791 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
-"PO-Revision-Date: 2010-05-10 14:24+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
+"PO-Revision-Date: 2010-05-22 14:09+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -40,7 +40,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Vyhledávání"
@@ -569,9 +570,10 @@ msgstr "%s odpovídající(ch) záznam(ů) v tabulce <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Projít"
@@ -615,12 +617,14 @@ msgstr "Uvnitř pole:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Vložit"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1916,6 +1920,20 @@ msgstr "Přejít na databázi „%s“."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Funkčnost %s je omezena známou chybou, viz %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Úpravy"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1947,13 +1965,6 @@ msgstr "Databáze %s byla zrušena."
msgid "Database seems to be empty!"
msgstr "Databáze se zdá být prázdná!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -1974,12 +1985,6 @@ msgstr "Návrhář"
msgid "Import"
msgstr "Import"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Úpravy"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -2952,12 +2957,12 @@ msgid "PHP array"
msgstr "PHP pole"
#: libraries/export/sql.php:29
-#, fuzzy
-#| msgid "Add custom comment into header (\\n splits lines)"
msgid ""
"Add custom comment into header (\n"
" splits lines)"
-msgstr "Přidat vlastní komentář do hlavičky (\\n odděluje řádky)"
+msgstr ""
+"Přidat vlastní komentář do hlavičky (\n"
+"odděluje řádky)"
#: libraries/export/sql.php:32 libraries/messages.inc.php:283
msgid "Enclose export in a transaction"
@@ -3242,10 +3247,8 @@ msgstr "Neimportovat prázdné řádky"
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr "Importovat procenta jako desetinná čísla (0.12 místo 12.00%)"
-#: libraries/import/ods.php:28
-#, fuzzy
-#| msgid "Import currencies ($5.00 to 5.00)"
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr "Importovat měny (5.00 místo $5.00)"
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4156,10 +4159,6 @@ msgstr "Import/Export souřadnic pro PDF schéma"
msgid "Import files"
msgstr "Importovat soubory"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr "Importovat měny (5.00 místo $5.00)"
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6964,6 +6963,10 @@ msgstr "Upravit server"
msgid "Add a new server"
msgstr "Přidat nový server"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "Nesprávná hodnota"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7250,10 +7253,6 @@ msgstr "Nesprávná IP adresa: %s"
msgid "Not a valid port number"
msgstr "Neplatné číslo portu"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "Nesprávná hodnota"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
@@ -8659,14 +8658,6 @@ msgid "Description"
msgstr "Popis"
#, fuzzy
-#~| msgid ""
-#~| "However on last run no data has been parsed, this usually means "
-#~| "phpMyAdmin won't be able to finish this import unless you increase php "
-#~| "time limits."
-#~ msgid ""
-#~ "However on last run no data has been parsed, this usually means "
-#~ "phpMyAdmin won"
-#~ msgstr ""
-#~ "Bohužel během posledního pokusu nebyla žádná data načtena. Toto obvykle "
-#~ "znamená, že phpMyAdmin nebude schopen načíst tento soubor, pokud "
-#~ "nezvýšíte časové limity v PHP."
+#~| msgid "Import currencies ($5.00 to 5.00)"
+#~ msgid "Import currencies (.00 to 5.00)"
+#~ msgstr "Importovat měny (5.00 místo $5.00)"
diff --git a/po/da.po b/po/da.po
index da61ad6..267c696 100644
--- a/po/da.po
+++ b/po/da.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: danish <da(a)li.org>\n"
@@ -37,7 +37,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Søg"
@@ -572,9 +573,10 @@ msgstr "%s hit(s) i tabel <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Vis"
@@ -618,12 +620,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Indsæt"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1967,6 +1971,20 @@ msgstr "Hop til database "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Funktionaliteten af %s er påvirket af en kendt fejl, se %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operationer"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1998,13 +2016,6 @@ msgstr "Database %s er slettet."
msgid "Database seems to be empty!"
msgstr "Database ser ud til at være tom!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2025,12 +2036,6 @@ msgstr "Designer"
msgid "Import"
msgstr "Import"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operationer"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3268,8 +3273,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4180,10 +4185,6 @@ msgstr "Importer/Eksporter koordinater for PDF-opstilling"
msgid "Import files"
msgstr "Importér filer"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6984,6 +6985,10 @@ msgstr ""
msgid "Add a new server"
msgstr ""
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7236,10 +7241,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/de.po b/po/de.po
index e797bec..b980cb2 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-05-11 15:22+0200\n"
"Last-Translator: <osw(a)ldism.de>\n"
"Language-Team: german <de(a)li.org>\n"
@@ -39,7 +39,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Suche"
@@ -568,9 +569,10 @@ msgstr "%s Treffer in der Tabelle <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Anzeigen"
@@ -614,12 +616,14 @@ msgstr "Im Feld:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Einfügen"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1932,6 +1936,20 @@ msgstr ""
"Die Funktion \"%s\" wird durch einen bekannten Fehler beeinträchtigt, siehe "
"%s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operationen"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1963,13 +1981,6 @@ msgstr "Datenbank %s wurde gelöscht."
msgid "Database seems to be empty!"
msgstr "Die Datenbank scheint leer zu sein!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -1990,12 +2001,6 @@ msgstr "Designer"
msgid "Import"
msgstr "Importieren"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operationen"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3272,8 +3277,8 @@ msgstr "Keine leeren Zeilen importieren"
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr "Prozentwerte importieren (12.00% wird zu .12)"
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4193,10 +4198,6 @@ msgstr "Import/Export Koordinaten für das PDF Schema"
msgid "Import files"
msgstr "Dateiimport"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.
inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7082,6 +7083,10 @@ msgstr "Server editieren"
msgid "Add a new server"
msgstr "Server hinzufügen"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "Ungültiger Wert"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7369,10 +7374,6 @@ msgstr "Ungültige IP-Adresse: %s"
msgid "Not a valid port number"
msgstr "Keine gültige Portnummer"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "Ungültiger Wert"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/el.po b/po/el.po
index 2c87cd8..95cfbd4 100644
--- a/po/el.po
+++ b/po/el.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-30 23:16+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: greek <el(a)li.org>\n"
@@ -39,7 +39,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Αναζήτηση"
@@ -571,9 +572,10 @@ msgstr "%s αποτελέσματα στον πίνακα <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Περιήγηση"
@@ -617,12 +619,14 @@ msgstr "Εσωτερικό πεδίο:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Προσθήκη"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1956,6 +1960,20 @@ msgstr "Μεταπήδηση στην βάση «%s»."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Η λειτουργία %s έχει επηρρεαστεί από ένα γνωστό σφάλμα. Δείτε %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "Κώδικας SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Λειτουργίες"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1987,13 +2005,6 @@ msgstr "Η βάση δεδομένων %s διεγράφη."
msgid "Database seems to be empty!"
msgstr "Η βάση δεδομένων φαίνεται να είναι άδεια!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "Κώδικας SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2014,12 +2025,6 @@ msgstr "Σχεδιαστής"
msgid "Import"
msgstr "Εισαγωγή"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Λειτουργίες"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -2192,7 +2197,8 @@ msgid ""
msgstr ""
"Αυτή η τιμή μετατρέπεται με χρήση της συνάρτησης %1$sstrftime%2$s, έτσι "
"μπορείτε να χρησιμοποιήσετε φράσεις μορφής χρόνου. Επιπρόσθετα, θα γίνουν "
-"και οι ακόλουθες μετατροπές: %3$s. Το υπόλοιπο κείμενο θα παραμείνει όπως είναι."
+"και οι ακόλουθες μετατροπές: %3$s. Το υπόλοιπο κείμενο θα παραμείνει όπως "
+"είναι."
#: libraries/display_export.lib.php:202 libraries/messages.inc.php:327
msgid "remember template"
@@ -3292,9 +3298,8 @@ msgstr "Να μην γίνει εισαγωγή άδειων γραμμών"
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr "Εισαγωγή ποσοστών ως κανονικά δεκαδικά (12.00% αντί .12)"
-#: libraries/import/ods.php:28
-#, fuzzy
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr "Εισαγωγή νομισμάτων (€5,00 αντί 5,00)"
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4216,10 +4221,6 @@ msgstr "Εισαγωγή/Εξαγωγή συντεταγμένων για σχέ
msgid "Import files"
msgstr "Εισαγωγή αρχείων"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr "Εισαγωγή νομισμάτων (€5,00 αντί 5,00)"
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7136,6 +7137,10 @@ msgstr "Επεξεργασία διακομιστή"
msgid "Add a new server"
msgstr "Προσθήκη ενός νέου διακομιστή"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "Εσφαλμένη τιμή"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7429,10 +7434,6 @@ msgstr "Εσφαλμένη διεύθυνση IP: %s"
msgid "Not a valid port number"
msgstr "Μη έγκυρος αριθμός θύρας"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "Εσφαλμένη τιμή"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
@@ -8862,6 +8863,10 @@ msgctxt "for MIME transformation"
msgid "Description"
msgstr "Περιγραφή"
+#, fuzzy
+#~ msgid "Import currencies (.00 to 5.00)"
+#~ msgstr "Εισαγωγή νομισμάτων (€5,00 αντί 5,00)"
+
#~ msgid ""
#~ "However on last run no data has been parsed, this usually means "
#~ "phpMyAdmin won"
diff --git a/po/en_GB.po b/po/en_GB.po
index e94f7db..e7f1667 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
-"PO-Revision-Date: 2010-05-10 14:24+0200\n"
-"Last-Translator: Michal <michal(a)cihar.com>\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
+"PO-Revision-Date: 2010-05-21 19:27+0200\n"
+"Last-Translator: Marc <marc(a)infomarc.info>\n"
"Language-Team: english-gb <en_GB(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -39,7 +39,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Search"
@@ -568,9 +569,10 @@ msgstr "%s match(es) inside table <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Browse"
@@ -614,12 +616,14 @@ msgstr "Inside field:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Insert"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1910,6 +1914,20 @@ msgstr "Jump to database "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "The %s functionality is affected by a known bug, see %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operations"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1941,13 +1959,6 @@ msgstr "Database %s has been dropped."
msgid "Database seems to be empty!"
msgstr "Database seems to be empty!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -1968,12 +1979,6 @@ msgstr "Designer"
msgid "Import"
msgstr "Import"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operations"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -2944,12 +2949,12 @@ msgid "PHP array"
msgstr "PHP array"
#: libraries/export/sql.php:29
-#, fuzzy
-#| msgid "Add custom comment into header (\\n splits lines)"
msgid ""
"Add custom comment into header (\n"
" splits lines)"
-msgstr "Add custom comment into header (\\n splits lines)"
+msgstr ""
+"Add custom comment into header (\n"
+" splits lines)"
#: libraries/export/sql.php:32 libraries/messages.inc.php:283
msgid "Enclose export in a transaction"
@@ -3236,10 +3241,8 @@ msgstr "Do not import empty rows"
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr "Import percentages as proper decimals (12.00% to .12)"
-#: libraries/import/ods.php:28
-#, fuzzy
-#| msgid "Import currencies ($5.00 to 5.00)"
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr "Import currencies ($5.00 to 5.00)"
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4153,10 +4156,6 @@ msgstr "Import/Export coordinates for PDF schema"
msgid "Import files"
msgstr "Import files"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr "Import currencies ($5.00 to 5.00)"
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6971,6 +6970,10 @@ msgstr "Edit server"
msgid "Add a new server"
msgstr "Add a new server"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "Incorrect value"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7252,10 +7255,6 @@ msgstr "Incorrect IP address: %s"
msgid "Not a valid port number"
msgstr "Not a valid port number"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "Incorrect value"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
@@ -8655,15 +8654,6 @@ msgctxt "for MIME transformation"
msgid "Description"
msgstr "Description"
-#, fuzzy
-#~| msgid ""
-#~| "However on last run no data has been parsed, this usually means "
-#~| "phpMyAdmin won't be able to finish this import unless you increase php "
-#~| "time limits."
-#~ msgid ""
-#~ "However on last run no data has been parsed, this usually means "
-#~ "phpMyAdmin won"
-#~ msgstr ""
-#~ "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."
+#~| msgid "Import currencies ($5.00 to 5.00)"
+#~ msgid "Import currencies (.00 to 5.00)"
+#~ msgstr "Import currencies (.00 to 5.00)"
diff --git a/po/es.po b/po/es.po
index 7d349d2..62eacf6 100644
--- a/po/es.po
+++ b/po/es.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 11:23+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: spanish <es(a)li.org>\n"
@@ -39,7 +39,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Buscar"
@@ -574,9 +575,10 @@ msgstr "%s resultado(s) en la tabla <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Examinar"
@@ -620,12 +622,14 @@ msgstr "Dentro del campo:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Insertar"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -2000,6 +2004,20 @@ msgstr "Saltar a la base de datos "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "La funcionalidad %s está afectada por un fallo conocido, vea %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operaciones"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2031,13 +2049,6 @@ msgstr "La base de datos %s ha sido eliminada."
msgid "Database seems to be empty!"
msgstr "La base de datos, ¡parece estar vacía!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2058,12 +2069,6 @@ msgstr "Diseñador"
msgid "Import"
msgstr "Importar"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operaciones"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3359,8 +3364,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4293,10 +4298,6 @@ msgstr "Importar/Exportar coordenadas para el esquema PDF"
msgid "Import files"
msgstr "Importar archivos"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7174,6 +7175,10 @@ msgstr "Editar los parámetros del servidor"
msgid "Add a new server"
msgstr "Añadir un nuevo servidor"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "Valor incorrecto"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7468,10 +7473,6 @@ msgstr "La dirección IP es incorrecta: %s"
msgid "Not a valid port number"
msgstr "No es un número de puerto válido"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "Valor incorrecto"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/et.po b/po/et.po
index 91a78a0..1009992 100644
--- a/po/et.po
+++ b/po/et.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: estonian <et(a)li.org>\n"
@@ -37,7 +37,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Otsi"
@@ -573,9 +574,10 @@ msgstr "%s vaste(t) tabelis <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Vaata"
@@ -619,12 +621,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Lisa"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1971,6 +1975,20 @@ msgstr "Hüppa andmebaasile "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "See %s funktionaalsus on mõjutatud tuntud viga, vaata %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Tegevused"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2002,13 +2020,6 @@ msgstr "Andmebaas %s kustutatud."
msgid "Database seems to be empty!"
msgstr "Andmebaas tundub olevat tühi!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2029,12 +2040,6 @@ msgstr "Kujundaja"
msgid "Import"
msgstr "Import"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Tegevused"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3281,8 +3286,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4205,10 +4210,6 @@ msgstr "Impordi/Ekspordi kordinaadid PDF skeemile"
msgid "Import files"
msgstr "Importige failid"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7008,6 +7009,10 @@ msgstr ""
msgid "Add a new server"
msgstr "Lisa uus kasutaja"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7264,10 +7269,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/eu.po b/po/eu.po
index ed36949..2886699 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-31 10:40+0200\n"
"Last-Translator: <hey_neken(a)mundurat.net>\n"
"Language-Team: basque <eu(a)li.org>\n"
@@ -39,7 +39,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Bilatu"
@@ -579,9 +580,10 @@ msgstr "%s emaitza(k) <i>%s</i> taulan"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Arakatu"
@@ -625,12 +627,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Txertatu"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1958,6 +1962,20 @@ msgstr ""%s" datu-basera joan."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Eragiketak"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1989,13 +2007,6 @@ msgstr "%s datu-basea ezabatua izan da."
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2017,12 +2028,6 @@ msgstr ""
msgid "Import"
msgstr "Esportatu"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Eragiketak"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3246,8 +3251,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4173,10 +4178,6 @@ msgstr ""
msgid "Import files"
msgstr "Fitxategiak inportatu"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6870,6 +6871,10 @@ msgstr ""
msgid "Add a new server"
msgstr "Erabiltzaile berria gehitu"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7123,10 +7128,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/fa.po b/po/fa.po
index 88592cb..6b05ef4 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-05-19 03:54+0200\n"
"Last-Translator: <ahmad_usa2007(a)yahoo.com>\n"
"Language-Team: persian <fa(a)li.org>\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
@@ -36,7 +36,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "جستجو"
@@ -302,7 +303,6 @@ msgid "Status"
msgstr ""
#: db_operations.php:544
-#| msgid "Enabled"
msgctxt "BLOB repository"
msgid "Enabled"
msgstr "فعال شده"
@@ -577,9 +577,10 @@ msgstr ""
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "مشاهده"
@@ -623,12 +624,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "درج"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1360,12 +1363,10 @@ msgid "Hour"
msgstr "ساعت"
#: js/messages.php:165
-#| msgid "in use"
msgid "Minute"
msgstr "دقیقه"
#: js/messages.php:166
-#| msgid "per second"
msgid "Second"
msgstr " ثانیه"
@@ -1944,6 +1945,20 @@ msgstr ""
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "عمليات"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1973,13 +1988,6 @@ msgstr "پايگاه داده %s حذف گرديد."
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2001,12 +2009,6 @@ msgstr ""
msgid "Import"
msgstr "صدور"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "عمليات"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3226,8 +3228,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4140,10 +4142,6 @@ msgstr ""
msgid "Import files"
msgstr ""
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6764,6 +6762,10 @@ msgstr ""
msgid "Add a new server"
msgstr "افزودن يك كاربر جديد"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7016,10 +7018,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/fi.po b/po/fi.po
index 364d599..fc7f4b3 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-04-30 18:08+0200\n"
"Last-Translator: <kajouni(a)gmail.com>\n"
"Language-Team: finnish <fi(a)li.org>\n"
@@ -39,7 +39,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Etsi"
@@ -574,9 +575,10 @@ msgstr "%s hakutulosta taulussa <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Selaa"
@@ -620,12 +622,14 @@ msgstr "Kentän sisältä:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Lisää rivi"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1978,6 +1982,20 @@ msgstr "Siirry tietokantaan "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Toimintoon %s vaikuttaa tunnettu vika, katso %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Toiminnot"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2007,13 +2025,6 @@ msgstr "Tietokanta %s on poistettu."
msgid "Database seems to be empty!"
msgstr "Tietokanta on tyhjä!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2034,12 +2045,6 @@ msgstr "Suunnittelija"
msgid "Import"
msgstr "Tuonti"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Toiminnot"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3311,10 +3316,8 @@ msgstr "Älä tuo tyhjiä riviä"
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr "Tuo prosenttiyksiköt sopivin desimaaliluvuin (12.00% muotoon .12)"
-#: libraries/import/ods.php:28
-#, fuzzy
-#| msgid "Import currencies ($5.00 to 5.00)"
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr "Tuo valuutta-arvot ($5.00 muotoon 5.00)"
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4238,10 +4241,6 @@ msgstr "Tuo/vie PDF-skeeman koordinaatit"
msgid "Import files"
msgstr "Tuo tiedostoja"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr "Tuo valuutta-arvot ($5.00 muotoon 5.00)"
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7109,6 +7108,10 @@ msgstr "Muokkaa palvelinta"
msgid "Add a new server"
msgstr "Lisää uusi palvelin"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "Virheellinen arvo"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7394,10 +7397,6 @@ msgstr "Virheellinen IP-osoite: %s"
msgid "Not a valid port number"
msgstr "Virheellinen porttinumero"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "Virheellinen arvo"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
@@ -8828,6 +8827,11 @@ msgid "Description"
msgstr "Kuvaus"
#, fuzzy
+#~| msgid "Import currencies ($5.00 to 5.00)"
+#~ msgid "Import currencies (.00 to 5.00)"
+#~ msgstr "Tuo valuutta-arvot ($5.00 muotoon 5.00)"
+
+#, fuzzy
#~| msgid ""
#~| "However on last run no data has been parsed, this usually means "
#~| "phpMyAdmin won't be able to finish this import unless you increase php "
diff --git a/po/fr.po b/po/fr.po
index 8d8f6c7..c753113 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-05-16 13:33+0200\n"
"Last-Translator: Marc <marc(a)infomarc.info>\n"
"Language-Team: french <fr(a)li.org>\n"
@@ -39,7 +39,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Rechercher"
@@ -568,9 +569,10 @@ msgstr "%s occurence(s) dans la table <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Afficher"
@@ -614,12 +616,14 @@ msgstr "Dans la colonne:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Insérer"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1932,6 +1936,20 @@ msgstr "Aller à la base de données "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "La fonctionnalité %s est affectée par une anomalie connue, voir %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Opérations"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1963,13 +1981,6 @@ msgstr "La base de données %s a été effacée."
msgid "Database seems to be empty!"
msgstr "La base de données semble vide!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -1990,12 +2001,6 @@ msgstr "Concepteur"
msgid "Import"
msgstr "Importer"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Opérations"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3272,9 +3277,9 @@ msgstr "Ne pas importer les lignes vides"
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr "Importer les pourcentages en tant que décimales (12.00% devient .12)"
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
-msgstr "Importer les valeurs de monnaie (de .00 à 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
+msgstr "Importer les valeurs de monnaie ($5.00 devient 5.00)"
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
msgid "Do not use AUTO_INCREMENT for zero values"
@@ -4192,10 +4197,6 @@ msgstr "Importer/Exporter les coordonnées pour le schéma PDF"
msgid "Import files"
msgstr "Importe les fichiers"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr "Importer les valeurs de monnaie ($5.00 devient 5.00)"
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7064,6 +7065,10 @@ msgstr "Modifier serveur"
msgid "Add a new server"
msgstr "Ajouter un serveur"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "Valeur incorrecte"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7348,10 +7353,6 @@ msgstr "Adresse IP incorrecte : %s"
msgid "Not a valid port number"
msgstr "Numéro de port invalide"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "Valeur incorrecte"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
@@ -8760,3 +8761,6 @@ msgstr "Créer un index sur %s colonnes"
msgctxt "for MIME transformation"
msgid "Description"
msgstr "Description"
+
+#~ msgid "Import currencies (.00 to 5.00)"
+#~ msgstr "Importer les valeurs de monnaie (de .00 à 5.00)"
diff --git a/po/gl.po b/po/gl.po
index 56fef27..367ba75 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: galician <gl(a)li.org>\n"
@@ -38,7 +38,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Procurar"
@@ -573,9 +574,10 @@ msgstr "%s ocorrencias(s) dentro da táboa <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Visualizar"
@@ -619,12 +621,14 @@ msgstr "No campo:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Inserir"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1983,6 +1987,20 @@ msgstr "Saltar à base de datos "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "A función %s vese afectada por un erro descoñecido; consulte %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operacións"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2013,13 +2031,6 @@ msgstr "Eliminouse a base de datos %s."
msgid "Database seems to be empty!"
msgstr "Parece ser que a táboa está baleira!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2040,12 +2051,6 @@ msgstr "Deseñador"
msgid "Import"
msgstr "Importar"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operacións"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3325,10 +3330,8 @@ msgstr "Non importar as fileiras baleiras"
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr "Importar as porcentaxes como decimais correctos (12.00% a .12)"
-#: libraries/import/ods.php:28
-#, fuzzy
-#| msgid "Import currencies ($5.00 to 5.00)"
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr "Importar as moedas ($5.00 a 5.00)"
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4253,10 +4256,6 @@ msgstr "Importar/Exportar coordenadas para esquema PDF"
msgid "Import files"
msgstr "Importar ficheiros"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr "Importar as moedas ($5.00 a 5.00)"
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7131,6 +7130,10 @@ msgstr "Modificar o servidor"
msgid "Add a new server"
msgstr "Engadir un servidor novo"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "O valor é incorrecto"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7428,10 +7431,6 @@ msgstr "O enderezo IP é incorrecto: %s"
msgid "Not a valid port number"
msgstr "Non é un número de porto válido"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "O valor é incorrecto"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
@@ -8882,6 +8881,11 @@ msgid "Description"
msgstr "Descrición"
#, fuzzy
+#~| msgid "Import currencies ($5.00 to 5.00)"
+#~ msgid "Import currencies (.00 to 5.00)"
+#~ msgstr "Importar as moedas ($5.00 a 5.00)"
+
+#, fuzzy
#~| msgid ""
#~| "However on last run no data has been parsed, this usually means "
#~| "phpMyAdmin won't be able to finish this import unless you increase php "
diff --git a/po/he.po b/po/he.po
index 4d73de9..f224cf8 100644
--- a/po/he.po
+++ b/po/he.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: hebrew <he(a)li.org>\n"
@@ -34,7 +34,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "חיפוש"
@@ -569,9 +570,10 @@ msgstr ""
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "עיון"
@@ -615,12 +617,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "הכנסה"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1945,6 +1949,20 @@ msgstr "קפיצה אל מאגר נתונים "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "פעולות"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1974,13 +1992,6 @@ msgstr "מסד הנתונים %s נמחק."
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2002,12 +2013,6 @@ msgstr ""
msgid "Import"
msgstr "ייצוא"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "פעולות"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3232,8 +3237,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4149,10 +4154,6 @@ msgstr ""
msgid "Import files"
msgstr "קבצי ייבוא"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6779,6 +6780,10 @@ msgstr ""
msgid "Add a new server"
msgstr "הוספת משתמש חדש"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7033,10 +7038,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/hi.po b/po/hi.po
index 0fea539..b139c41 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-05-21 05:48+0200\n"
"Last-Translator: <u4663530(a)anu.edu.au>\n"
"Language-Team: hindi <hi(a)li.org>\n"
-"Language: hi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: hi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -33,13 +33,13 @@ msgid ""
"parent window, or your browser's security settings are configured to block "
"cross-window updates."
msgstr ""
-"लक्ष्य ब्राउज़र विंडो को अद्यतन नहीं किया जा सकता है. शायद आपने मूल विंडो "
-"बंद कर दिया है,या अपनी ब्राउसर की सिक्यूरिटी सेट्टिंग को क्रोस-विंडो अद्यतन "
-"के लिए कांफिगुर कर रखा है."
+"लक्ष्य ब्राउज़र विंडो को अद्यतन नहीं किया जा सकता है. शायद आपने मूल विंडो बंद कर दिया है,"
+"या अपनी ब्राउसर की सिक्यूरिटी सेट्टिंग को क्रोस-विंडो अद्यतन के लिए कांफिगुर कर रखा है."
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "खोजें"
@@ -568,9 +568,10 @@ msgstr "<i>%s</i> तालिका के अंदर %s मैच हैं.
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "ब्राउज़"
@@ -614,12 +615,14 @@ msgstr "क्षेत्र के अंदर:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "इनसर्ट"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -903,10 +906,9 @@ msgid ""
"file size exceeded the maximum size permitted by your PHP configuration. See "
"[a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]."
msgstr ""
-"कोई डेटा आयात करने के लिए प्राप्त नहीं किया गया. या तो कोई फ़ाइल नाम "
-"प्रस्तुत नहीं किया गया या फ़ाइल का आकार अधिकतम PHP विन्यास द्वारा अनुमति "
-"आकार के पार हो गई है. [a @. \"Documentation.html # @ faq1_16 प्रलेखन] अकसर "
-"किये गए सवाल 1.16 [/ a] देखें."
+"कोई डेटा आयात करने के लिए प्राप्त नहीं किया गया. या तो कोई फ़ाइल नाम प्रस्तुत नहीं किया "
+"गया या फ़ाइल का आकार अधिकतम PHP विन्यास द्वारा अनुमति आकार के पार हो गई है. [a @. "
+"\"Documentation.html # @ faq1_16 प्रलेखन] अकसर किये गए सवाल 1.16 [/ a] देखें."
#: import.php:372 libraries/display_import.lib.php:24
#: libraries/messages.inc.php:121
@@ -936,16 +938,15 @@ msgid ""
"Script timeout passed, if you want to finish import, please resubmit same "
"file and import will resume."
msgstr ""
-"स्क्रिप्ट मध्यांतर पारित की गयी है, आयात खत्म करने के लिए वही फाइल फिर से "
-"जमा करें."
+"स्क्रिप्ट मध्यांतर पारित की गयी है, आयात खत्म करने के लिए वही फाइल फिर से जमा करें."
#: import.php:426 libraries/messages.inc.php:1102
msgid ""
"However on last run no data has been parsed, this usually means phpMyAdmin "
"won't be able to finish this import unless you increase php time limits."
msgstr ""
-"पिछले भाग पर कोई डेटा विश्लेषित नहीं किया गया, इसका मतलब है की जब तक आप php "
-"समय सीमा नहीं बढ़ाते तब तक phpMyAdmin आयात के लिए सक्षम नहीं है."
+"पिछले भाग पर कोई डेटा विश्लेषित नहीं किया गया, इसका मतलब है की जब तक आप php समय "
+"सीमा नहीं बढ़ाते तब तक phpMyAdmin आयात के लिए सक्षम नहीं है."
#: index.php:190 libraries/messages.inc.php:549
msgid "phpMyAdmin is more friendly with a <b>frames-capable</b> browser."
@@ -1098,7 +1099,6 @@ msgid "Today"
msgstr "आज"
#: js/messages.php:82
-#| msgid "Binary"
msgid "January"
msgstr "जनवरी"
@@ -1107,12 +1107,10 @@ msgid "February"
msgstr "फरवरी"
#: js/messages.php:84
-#| msgid "Mar"
msgid "March"
msgstr "मार्च"
#: js/messages.php:85
-#| msgid "Apr"
msgid "April"
msgstr "अप्रैल"
@@ -1121,17 +1119,14 @@ msgid "May"
msgstr "मई"
#: js/messages.php:87
-#| msgid "Jun"
msgid "June"
msgstr "जून"
#: js/messages.php:88
-#| msgid "Jul"
msgid "July"
msgstr "जुलाई"
#: js/messages.php:89
-#| msgid "Aug"
msgid "August"
msgstr "अगस्त"
@@ -1140,7 +1135,6 @@ msgid "September"
msgstr "सितम्बर"
#: js/messages.php:91
-#| msgid "Oct"
msgid "October"
msgstr "अक्तूबर"
@@ -1174,7 +1168,6 @@ msgstr "अप्रैल"
#. l10n: Short month name
#: js/messages.php:105 libraries/common.lib.php:1563
-#| msgid "May"
msgctxt "Short month name"
msgid "May"
msgstr "मई"
@@ -1215,17 +1208,14 @@ msgid "Dec"
msgstr "दिसमबर"
#: js/messages.php:122
-#| msgid "Sun"
msgid "Sunday"
msgstr "रविवार"
#: js/messages.php:123
-#| msgid "Mon"
msgid "Monday"
msgstr "सोमवार"
#: js/messages.php:124
-#| msgid "Tue"
msgid "Tuesday"
msgstr "मन्गलवार"
@@ -1238,7 +1228,6 @@ msgid "Thursday"
msgstr "गुरूवार"
#: js/messages.php:127
-#| msgid "Fri"
msgid "Friday"
msgstr "शुक्रवार"
@@ -1283,43 +1272,36 @@ msgstr "शनिवार"
#. l10n: Minimal week day name
#: js/messages.php:148
-#| msgid "Sun"
msgid "Su"
msgstr "रविवार"
#. l10n: Minimal week day name
#: js/messages.php:150
-#| msgid "Mon"
msgid "Mo"
msgstr "सोमवार"
#. l10n: Minimal week day name
#: js/messages.php:152
-#| msgid "Tue"
msgid "Tu"
msgstr "मन्गलवार"
#. l10n: Minimal week day name
#: js/messages.php:154
-#| msgid "Wed"
msgid "We"
msgstr "बुधवार"
#. l10n: Minimal week day name
#: js/messages.php:156
-#| msgid "Thu"
msgid "Th"
msgstr "गुरुवार"
#. l10n: Minimal week day name
#: js/messages.php:158
-#| msgid "Fri"
msgid "Fr"
msgstr "शुक्रवार"
#. l10n: Minimal week day name
#: js/messages.php:160
-#| msgid "Sat"
msgid "Sa"
msgstr "शनिवार"
@@ -1358,9 +1340,7 @@ msgstr "अपलोड की गई फ़ाइल php.ini में upload_m
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form."
-msgstr ""
-"अपलोड की गई फ़ाइल, HTML के रूप में निर्दिष्ट MAX_FILE_SIZE की सीमा से अधिक "
-"है."
+msgstr "अपलोड की गई फ़ाइल, HTML के रूप में निर्दिष्ट MAX_FILE_SIZE की सीमा से अधिक है."
#: libraries/File.class.php:420 libraries/messages.inc.php:1196
msgid "The uploaded file was only partially uploaded."
@@ -1484,7 +1464,7 @@ msgid ""
msgstr "इस भंडारण इंजन स्थिति के लिए कोई विस्तृत जानकारी उपलब्ध नहीं है."
#: libraries/StorageEngine.class.php:359 libraries/messages.inc.php:287
-#, php-format, fuzzy
+#, fuzzy, php-format
msgid "%s is available on this MySQL server."
msgstr "%s इस MySQL सर्वर पर उपलब्ध है."
@@ -1567,8 +1547,8 @@ msgid ""
"You probably did not create a configuration file. You might want to use the %"
"1$ssetup script%2$s to create one."
msgstr ""
-"आपने शायद एक विन्यास फाइल नहीं बने थी. विन्यास फाइल बनाने के लिए %1$ssetup "
-"script%2$s का उपयोग करें."
+"आपने शायद एक विन्यास फाइल नहीं बने थी. विन्यास फाइल बनाने के लिए %1$ssetup script%2"
+"$s का उपयोग करें."
#: libraries/auth/config.auth.lib.php:116
msgid ""
@@ -1577,10 +1557,9 @@ msgid ""
"configuration and make sure that they correspond to the information given by "
"the administrator of the MySQL server."
msgstr ""
-"phpMyAdmin ने सर्वर से कोन्नेक्ट करने की कोशिश की है पर सर्वर ने उसे "
-"अस्वीकार किया है. आप अपने मेजबान विन्यास में, उपयोगकर्ता नाम और पासवर्ड की "
-"जाँच करें और इत्मीनान कर ले की ये उपयोगकरता नाम और पासवर्ड MySQL सर्वर के "
-"व्यवस्थापक द्वारा दी गई जानकारी के अनुरूप हैं."
+"phpMyAdmin ने सर्वर से कोन्नेक्ट करने की कोशिश की है पर सर्वर ने उसे अस्वीकार किया है. आप "
+"अपने मेजबान विन्यास में, उपयोगकर्ता नाम और पासवर्ड की जाँच करें और इत्मीनान कर ले की ये "
+"उपयोगकरता नाम और पासवर्ड MySQL सर्वर के व्यवस्थापक द्वारा दी गई जानकारी के अनुरूप हैं."
#: libraries/auth/cookie.auth.lib.php:244 libraries/messages.inc.php:484
msgid "Log in"
@@ -1623,8 +1602,7 @@ msgstr "कुकीज़ इस बिंदु अतीत सक्षम
#: libraries/auth/signon.auth.lib.php:181 libraries/messages.inc.php:485
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
-msgstr ""
-"पासवर्ड के बिना लॉग इन विन्यास से मना किया गया है (AllowNoPassword देखें)."
+msgstr "पासवर्ड के बिना लॉग इन विन्यास से मना किया गया है (AllowNoPassword देखें)."
#: libraries/auth/cookie.auth.lib.php:675
#: libraries/auth/signon.auth.lib.php:185 libraries/messages.inc.php:540
@@ -1911,6 +1889,20 @@ msgstr ""
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr ""
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "कार्रवाई"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1940,13 +1932,6 @@ msgstr "डाटाबेस %s को ड्रोप कर दिया ।"
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr ""
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -1967,12 +1952,6 @@ msgstr ""
msgid "Import"
msgstr ""
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "कार्रवाई"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3180,8 +3159,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4077,10 +4056,6 @@ msgstr ""
msgid "Import files"
msgstr ""
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6663,6 +6638,10 @@ msgstr ""
msgid "Add a new server"
msgstr ""
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -6915,10 +6894,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/hr.po b/po/hr.po
index ad65bb8..6faf865 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: croatian <hr(a)li.org>\n"
@@ -37,7 +37,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Traži"
@@ -574,9 +575,10 @@ msgstr "%s poklapanja unutar tablice <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Pretraživanje"
@@ -620,12 +622,14 @@ msgstr "Unutar polja:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sq
l_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Umetni"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1985,6 +1989,20 @@ msgstr "Skoči do baze podataka \"%s\"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Na funkcionalnost %s utječe poznati nedostatak. Pogledajte %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operacije"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2016,13 +2034,6 @@ msgstr "Baza podataka %s je odbačena."
msgid "Database seems to be empty!"
msgstr "Baza podataka izgleda praznom!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2043,12 +2054,6 @@ msgstr "Kreator"
msgid "Import"
msgstr "Uvoz"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operacije"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3326,8 +3331,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4246,10 +4251,6 @@ msgstr "Uvoz / Izvoz koordinate iz PDF sheme"
msgid "Import files"
msgstr "Uvezi datoteke"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7087,6 +7088,10 @@ msgstr "Web poslužitelj"
msgid "Add a new server"
msgstr "Dodaj novog korisnika"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7343,10 +7348,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/hu.po b/po/hu.po
index 1594d0e..dcd96e8 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: hungarian <hu(a)li.org>\n"
@@ -37,7 +37,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Keresés"
@@ -572,9 +573,10 @@ msgstr "%s találat a(z) <i>%s</i> táblában"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Tartalom"
@@ -618,12 +620,14 @@ msgstr "Mezőben:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Beszúrás"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1987,6 +1991,20 @@ msgstr "Ugrás a(z) "%s" adatbázishoz."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "A(z) %s funkcióra egy ismert hiba van hatással, lásd itt: %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Műveletek"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2018,13 +2036,6 @@ msgstr "A(z) %s adatbázis eldobása megtörtént."
msgid "Database seems to be empty!"
msgstr "Üresnek tűnik az adatbázis!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2045,12 +2056,6 @@ msgstr "Tervező"
msgid "Import"
msgstr "Importálás"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Műveletek"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3331,8 +3336,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4262,10 +4267,6 @@ msgstr "A PDF-séma importálási/exportálási koordinátái"
msgid "Import files"
msgstr "Fájlok importálása"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7124,6 +7125,10 @@ msgstr "Szerver módosítása"
msgid "Add a new server"
msgstr "Új szerver hozzáadása"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "Az érték pontatlan"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7421,10 +7426,6 @@ msgstr "A következő IP-cím hibás: %s"
msgid "Not a valid port number"
msgstr "A portszám nem érvényes"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "Az érték pontatlan"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/id.po b/po/id.po
index 383fe1e..9d93012 100644
--- a/po/id.po
+++ b/po/id.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-04-17 21:14+0200\n"
"Last-Translator: Azhari Harahap <azhari.harahap(a)yahoo.com>\n"
"Language-Team: indonesian <id(a)li.org>\n"
@@ -39,7 +39,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Cari"
@@ -573,9 +574,10 @@ msgstr "%s catatan dalam tabel <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Browse"
@@ -619,12 +621,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Sisipkan"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1959,6 +1963,20 @@ msgstr "Lompat langsung ke database "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operasi"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1988,13 +2006,6 @@ msgstr "Database %s telah dihapus."
msgid "Database seems to be empty!"
msgstr "Database kelihatannya kosong"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2016,12 +2027,6 @@ msgstr "Perancang"
msgid "Import"
msgstr "Ekspor"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operasi"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3265,8 +3270,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4180,10 +4185,6 @@ msgstr ""
msgid "Import files"
msgstr "Impor file"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6898,6 +6899,10 @@ msgstr ""
msgid "Add a new server"
msgstr "Menambahkan pengguna baru"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7152,10 +7157,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/it.po b/po/it.po
index 02f12b0..d7b3ddb 100644
--- a/po/it.po
+++ b/po/it.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-05-20 08:39+0200\n"
"Last-Translator: Fabio <fantonifabio(a)tiscali.it>\n"
"Language-Team: italian <it(a)li.org>\n"
-"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -40,7 +40,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Cerca"
@@ -302,7 +303,6 @@ msgid "Status"
msgstr "Stato"
#: db_operations.php:544
-#| msgid "Enabled"
msgctxt "BLOB repository"
msgid "Enabled"
msgstr "Attivato"
@@ -316,13 +316,11 @@ msgid "Damaged"
msgstr "Danneggiato"
#: db_operations.php:562
-#| msgid "Repair"
msgctxt "BLOB repository"
msgid "Repair"
msgstr "Riparazione"
#: db_operations.php:570
-#| msgid "Disabled"
msgctxt "BLOB repository"
msgid "Disabled"
msgstr "Disabilitato"
@@ -572,9 +570,10 @@ msgstr "%s corrisponde/ono nella tabella <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Mostra"
@@ -618,12 +617,14 @@ msgstr "Campi contenuti:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Inserisci"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1091,13 +1092,11 @@ msgstr "Scegli il campo da mostrare"
#. l10n: Display text for calendar close link
#: js/messages.php:73
-#| msgid "Donate"
msgid "Done"
msgstr "Fatto"
#. l10n: Display text for previous month link in calendar
#: js/messages.php:75
-#| msgid "Previous"
msgid "Prev"
msgstr "Precedente"
@@ -1111,12 +1110,10 @@ msgstr "Prossimo"
#. l10n: Display text for current month link in calendar
#: js/messages.php:79
-#| msgid "Total"
msgid "Today"
msgstr "Oggi"
#: js/messages.php:82
-#| msgid "Binary"
msgid "January"
msgstr "Gennaio"
@@ -1125,12 +1122,10 @@ msgid "February"
msgstr "Febbraio"
#: js/messages.php:84
-#| msgid "Mar"
msgid "March"
msgstr "Marzo"
#: js/messages.php:85
-#| msgid "Apr"
msgid "April"
msgstr "Aprile"
@@ -1139,17 +1134,14 @@ msgid "May"
msgstr "Maggio"
#: js/messages.php:87
-#| msgid "Jun"
msgid "June"
msgstr "Giugno"
#: js/messages.php:88
-#| msgid "Jul"
msgid "July"
msgstr "Luglio"
#: js/messages.php:89
-#| msgid "Aug"
msgid "August"
msgstr "Agosto"
@@ -1158,7 +1150,6 @@ msgid "September"
msgstr "Setttembre"
#: js/messages.php:91
-#| msgid "Oct"
msgid "October"
msgstr "Ottobre"
@@ -1192,7 +1183,6 @@ msgstr "Apr"
#. l10n: Short month name
#: js/messages.php:105 libraries/common.lib.php:1563
-#| msgid "May"
msgctxt "Short month name"
msgid "May"
msgstr "Mag"
@@ -1968,6 +1958,20 @@ msgstr "Passa al database \"%s\"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "La %s funzionalità è affetta da un bug noto, vedi %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operazioni"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1999,13 +2003,6 @@ msgstr "Il Database %s è stato eliminato."
msgid "Database seems to be empty!"
msgstr "Il databse sembra essere vuoto!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2026,12 +2023,6 @@ msgstr "Designer"
msgid "Import"
msgstr "Importa"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operazioni"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3316,8 +3307,8 @@ msgstr "Non importare righe vuote"
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4239,10 +4230,6 @@ msgstr "Importa/esporta le coordinate per PDF schema"
msgid "Import files"
msgstr "Importa file"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7108,6 +7095,10 @@ msgstr "Modifica server"
msgid "Add a new server"
msgstr "Aggiungi un nuovo server"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "Valore non corretto"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7364,10 +7355,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "Valore non corretto"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/ja.po b/po/ja.po
index b388caf..e3ef7cd 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 11:22+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: japanese <jp(a)li.org>\n"
@@ -39,7 +39,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "検索"
@@ -574,9 +575,10 @@ msgstr "%s 件(テーブル <i>%s</i>)"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "表示"
@@ -620,12 +622,14 @@ msgstr "検索するフィールド:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "挿入"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1963,6 +1967,20 @@ msgstr ""%s" データベースに移動"
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "%s の機能には既知のバグがあります。%s をご覧ください"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "操作"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1994,13 +2012,6 @@ msgstr "データベース %s を削除しました"
msgid "Database seems to be empty!"
msgstr "データベースが空のようです!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2021,12 +2032,6 @@ msgstr "デザイナ"
msgid "Import"
msgstr "インポート"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "操作"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3289,8 +3294,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4199,10 +4204,6 @@ msgstr "PDF スキーマの座標をインポート/エクスポートする"
msgid "Import files"
msgstr "インポートファイル"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6966,6 +6967,10 @@ msgstr ""
msgid "Add a new server"
msgstr ""
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7218,10 +7223,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/ka.po b/po/ka.po
index f49cbc2..a37a22e 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: georgian <ka(a)li.org>\n"
@@ -37,7 +37,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "ძებნა"
@@ -572,9 +573,10 @@ msgstr "%s match(es) inside table <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "არჩევა"
@@ -618,12 +620,14 @@ msgstr "ველში:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "ჩასმა"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1979,6 +1983,20 @@ msgstr "Jump to database "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "The %s functionality is affected by a known bug, see %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "მოქმედებები"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2010,13 +2028,6 @@ msgstr "Database %s has been dropped."
msgid "Database seems to be empty!"
msgstr "Database seems to be empty!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2037,12 +2048,6 @@ msgstr "შემქნელი"
msgid "Import"
msgstr "შემოტანა"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "მოქმედებები"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3316,8 +3321,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4242,10 +4247,6 @@ msgstr "Import/Export coordinates for PDF schema"
msgid "Import files"
msgstr "ფაილების შემოტანა"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7063,6 +7064,10 @@ msgstr "სერვერის რედაქტირება"
msgid "Add a new server"
msgstr "ახალი სერვერის დამატება"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "არასწორი მნიშვნელობა"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7344,10 +7349,6 @@ msgstr "IP მისამართი არასწორია: %s"
msgid "Not a valid port number"
msgstr "პორტის ნომერი არასწორია"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "არასწორი მნიშვნელობა"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/ko.po b/po/ko.po
index 5248f97..9a1f982 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: korean <ko(a)li.org>\n"
@@ -34,7 +34,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "검색"
@@ -579,9 +580,10 @@ msgstr ""
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "보기"
@@ -625,12 +627,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "삽입"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1942,6 +1946,20 @@ msgstr "데이터베이스 "%s" 로 이동."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "테이블 작업"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1971,13 +1989,6 @@ msgstr "데이터베이스 %s 를 제거했습니다."
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -1999,12 +2010,6 @@ msgstr ""
msgid "Import"
msgstr "내보내기"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "테이블 작업"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3225,8 +3230,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4144,10 +4149,6 @@ msgstr ""
msgid "Import files"
msgstr "파일 가져오기"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6777,6 +6778,10 @@ msgstr ""
msgid "Add a new server"
msgstr "새 사용자 추가"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7030,10 +7035,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/lt.po b/po/lt.po
index 7723a8c..89aae30 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-04-16 19:52+0200\n"
"Last-Translator: Rytis <rytis.s(a)gmail.com>\n"
"Language-Team: lithuanian <lt(a)li.org>\n"
@@ -39,7 +39,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Paieška"
@@ -574,9 +575,10 @@ msgstr "%s atitikmuo(enys) lentelėje <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Peržiūrėti"
@@ -620,12 +622,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Įterpti"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1961,6 +1965,20 @@ msgstr "Pereiti į "%s" duombazę."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Veiksmai"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1993,13 +2011,6 @@ msgstr "Duombazė %s ištrinta."
msgid "Database seems to be empty!"
msgstr "Lentelė atrodo tuščia!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2020,12 +2031,6 @@ msgstr ""
msgid "Import"
msgstr "Importuoti"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Veiksmai"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3262,8 +3267,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4181,10 +4186,6 @@ msgstr ""
msgid "Import files"
msgstr "Importuoti failus"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6897,6 +6898,10 @@ msgstr "Naujas serveris"
msgid "Add a new server"
msgstr "Sukurti naują vartotoją"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "Neteisinga reikšmė"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7152,10 +7157,6 @@ msgstr "Neteisingas IP adresas: %s"
msgid "Not a valid port number"
msgstr "Neteisingas jungties skaičius"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "Neteisinga reikšmė"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/lv.po b/po/lv.po
index e1345f3..fea4ce0 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: latvian <lv(a)li.org>\n"
@@ -37,7 +37,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Meklēt"
@@ -573,9 +574,10 @@ msgstr "%s rezultāti tabulā <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Apskatīt"
@@ -619,12 +621,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Pievienot"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1956,6 +1960,20 @@ msgstr "pāriet pie datubāzes "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Darbības"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1986,13 +2004,6 @@ msgstr "Datubāze %s tika izdzēsta."
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2014,12 +2025,6 @@ msgstr ""
msgid "Import"
msgstr "Eksports"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Darbības"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3245,8 +3250,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4170,10 +4175,6 @@ msgstr ""
msgid "Import files"
msgstr "Importēt failus"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6858,6 +6859,10 @@ msgstr ""
msgid "Add a new server"
msgstr "Pievienot jaunu lietotāju"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7112,10 +7117,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/mk.po b/po/mk.po
index 93bea3d..c234789 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: macedonian_cyrillic <mk(a)li.org>\n"
@@ -37,7 +37,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Пребарување"
@@ -573,9 +574,10 @@ msgstr "%s погодоци во табелата <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Преглед"
@@ -619,12 +621,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Нов запис"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1961,6 +1965,20 @@ msgstr "Премин на базата "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Операции"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1992,13 +2010,6 @@ msgstr "Базата на податоци %s не е прифатена"
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2020,12 +2031,6 @@ msgstr ""
msgid "Import"
msgstr "Извоз"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Операции"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3271,8 +3276,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4196,10 +4201,6 @@ msgstr ""
msgid "Import files"
msgstr "Увоз на податотека"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6902,6 +6903,10 @@ msgstr ""
msgid "Add a new server"
msgstr "Додади нов корисник"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7156,10 +7161,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/mn.po b/po/mn.po
index 3050211..f28527b 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: mongolian <mn(a)li.org>\n"
@@ -36,7 +36,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Хайх"
@@ -571,9 +572,10 @@ msgstr "%s олдоц(ууд) хүснэгт <i>%s</i>-д"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Хөтлөх"
@@ -617,12 +619,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Оруулах"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1941,6 +1945,20 @@ msgstr ""%s" өгөгдлийн сан руу үсрэх."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Үйлдлүүд"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1970,13 +1988,6 @@ msgstr "%s өгөгдлийн сан устгагдсан."
msgid "Database seems to be empty!"
msgstr "Өгөгдлийн сан хоосон санагдаж байна!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -1997,12 +2008,6 @@ msgstr "Дизайнч"
msgid "Import"
msgstr "Оруулах"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Үйлдлүүд"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3236,8 +3241,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4141,10 +4146,6 @@ msgstr "Оруулах/Гаргах PDF схемийн координат"
msgid "Import files"
msgstr "Файл оруулах"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6849,6 +6850,10 @@ msgstr ""
msgid "Add a new server"
msgstr ""
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7101,10 +7106,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/ms.po b/po/ms.po
index e265984..16fdbb2 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: malay <ms(a)li.org>\n"
@@ -34,7 +34,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Cari"
@@ -576,9 +577,10 @@ msgstr "%s padanan di dalam jadual <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Lungsur"
@@ -622,12 +624,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Selit"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1948,6 +1952,20 @@ msgstr ""
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operasi"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1977,13 +1995,6 @@ msgstr "angkalan data %s telah digugurkan."
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2005,12 +2016,6 @@ msgstr ""
msgid "Import"
msgstr "Eksport"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operasi"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3232,8 +3237,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4150,10 +4155,6 @@ msgstr ""
msgid "Import files"
msgstr ""
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6794,6 +6795,10 @@ msgstr ""
msgid "Add a new server"
msgstr "Tambah Pengguna Baru"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7047,10 +7052,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/nb.po b/po/nb.po
index 73b2b78..e62f95e 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-05-18 10:59+0200\n"
"Last-Translator: <sven.erik.andersen(a)gmail.com>\n"
"Language-Team: norwegian <no(a)li.org>\n"
-"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: nb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -38,7 +38,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Søk"
@@ -567,9 +568,10 @@ msgstr "%s treff i tabell <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Se på"
@@ -613,12 +615,14 @@ msgstr "I felt:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Sett inn"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1910,6 +1914,20 @@ msgstr "Hopp til databasen "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Funksjonaliteten %s er påvirket av en kjent feil, se %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operasjoner"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1940,13 +1958,6 @@ msgstr "Databasen %s har blitt slettet"
msgid "Database seems to be empty!"
msgstr "Databasen ser ut til å være tom!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -1967,12 +1978,6 @@ msgstr "Designer"
msgid "Import"
msgstr "Importer"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operasjoner"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -2942,7 +2947,6 @@ msgid "PHP array"
msgstr "PHP array"
#: libraries/export/sql.php:29
-#| msgid "Add custom comment into header (\\n splits lines)"
msgid ""
"Add custom comment into header (\n"
" splits lines)"
@@ -3236,10 +3240,9 @@ msgstr "Ikke importer tomme rader"
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr "Importer prosenter som ekte desimaler (12.00% til .12)"
-#: libraries/import/ods.php:28
-#| msgid "Import currencies ($5.00 to 5.00)"
-msgid "Import currencies (.00 to 5.00)"
-msgstr "Importer valuta (.00 til 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
+msgstr "Importer valuta ($5.00 til 5.00)"
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
msgid "Do not use AUTO_INCREMENT for zero values"
@@ -4153,10 +4156,6 @@ msgstr "Importer/Eksporter koordinater for PDF skjema"
msgid "Import files"
msgstr "Importer filer"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr "Importer valuta ($5.00 til 5.00)"
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6985,6 +6984,10 @@ msgstr "Rediger tjener"
msgid "Add a new server"
msgstr "Legg til en ny tjener"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "Ugyldig verdi"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7269,10 +7272,6 @@ msgstr "Ugyldig IP addresse: %s"
msgid "Not a valid port number"
msgstr "Ikke et gyldig portnummer"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "Ugyldig verdi"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
@@ -8670,3 +8669,7 @@ msgstr "Lag en indeks på %s kolonner"
msgctxt "for MIME transformation"
msgid "Description"
msgstr "Beskrivelse"
+
+#~| msgid "Import currencies ($5.00 to 5.00)"
+#~ msgid "Import currencies (.00 to 5.00)"
+#~ msgstr "Importer valuta (.00 til 5.00)"
diff --git a/po/nl.po b/po/nl.po
index 907dc3b..6e5e095 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-26 15:46+0200\n"
"Last-Translator: <rink(a)initfour.nl>\n"
"Language-Team: dutch <nl(a)li.org>\n"
@@ -38,7 +38,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Zoeken"
@@ -573,9 +574,10 @@ msgstr "%s overeenkomst(en) in de tabel <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Verkennen"
@@ -619,12 +621,14 @@ msgstr "In het veld:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Invoegen"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1987,6 +1991,20 @@ msgstr "Ga naar database "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "De %s functionaliteit heeft last van een bekend probleem, zie %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 li
braries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Handelingen"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2018,13 +2036,6 @@ msgstr "Database %s is vervallen."
msgid "Database seems to be empty!"
msgstr "Database lijkt leeg!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2045,12 +2056,6 @@ msgstr "Designer"
msgid "Import"
msgstr "Importeer"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Handelingen"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3333,10 +3338,8 @@ msgstr "Lege rijen niet importeren"
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr "Percentages als decimalen importeren (12.00% naar .12)"
-#: libraries/import/ods.php:28
-#, fuzzy
-#| msgid "Import currencies ($5.00 to 5.00)"
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr "Valuta importeren ($5.00 naar 5.00)"
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4260,10 +4263,6 @@ msgstr "Importeer/Exporteer coördinaten voor PDF-schema"
msgid "Import files"
msgstr "Bestanden importeren"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr "Valuta importeren ($5.00 naar 5.00)"
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7150,6 +7149,10 @@ msgstr "Wijzig server"
msgid "Add a new server"
msgstr "Een server toevoegen"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "Foutieve waarde"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7444,10 +7447,6 @@ msgstr "Foutief IP adres: %s"
msgid "Not a valid port number"
msgstr "Geen geldig poortnummer"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "Foutieve waarde"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
@@ -8894,6 +8893,11 @@ msgid "Description"
msgstr "Beschrijving"
#, fuzzy
+#~| msgid "Import currencies ($5.00 to 5.00)"
+#~ msgid "Import currencies (.00 to 5.00)"
+#~ msgstr "Valuta importeren ($5.00 naar 5.00)"
+
+#, fuzzy
#~| msgid ""
#~| "However on last run no data has been parsed, this usually means "
#~| "phpMyAdmin won't be able to finish this import unless you increase php "
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index 4fc9dbe..7a1459c 100644
--- a/po/phpmyadmin.pot
+++ b/po/phpmyadmin.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -39,7 +39,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr ""
@@ -566,9 +567,10 @@ msgstr ""
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr ""
@@ -612,12 +614,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr ""
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1866,6 +1870,20 @@ msgstr ""
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr ""
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr ""
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, possible-php-format
@@ -1895,13 +1913,6 @@ msgstr ""
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr ""
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -1922,12 +1933,6 @@ msgstr ""
msgid "Import"
msgstr ""
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr ""
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3128,8 +3133,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4019,10 +4024,6 @@ msgstr ""
msgid "Import files"
msgstr ""
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6588,6 +6589,10 @@ msgstr ""
msgid "Add a new server"
msgstr ""
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, possible-php-format
msgid "Set value: %s"
@@ -6840,10 +6845,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, possible-php-format
msgid "Missing data for %s"
diff --git a/po/pl.po b/po/pl.po
index e134846..f808a27 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: polish <pl(a)li.org>\n"
@@ -37,7 +37,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Szukaj"
@@ -572,9 +573,10 @@ msgstr "%s trafień wewnątrz tabeli <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Przeglądaj"
@@ -618,12 +620,14 @@ msgstr "Wewnątrz pola:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Dodaj"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1985,6 +1989,20 @@ msgstr "Skok do bazy danych "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Funkcja %s jest dotknięta przez znany błąd, zobacz %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operacje"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2015,13 +2033,6 @@ msgstr "Baza danych %s została usunięta."
msgid "Database seems to be empty!"
msgstr "Baza danych wydaje się pusta!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2042,12 +2053,6 @@ msgstr "Projektant"
msgid "Import"
msgstr "Import"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operacje"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3319,8 +3324,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4244,10 +4249,6 @@ msgstr "Importuj/eksportuj współrzędne schematu PDF"
msgid "Import files"
msgstr "Import plików"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7080,6 +7081,10 @@ msgstr "Edytuj serwer"
msgid "Add a new server"
msgstr "Dodaj nowy serwer"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "Nieprawidłowa wartość"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7363,10 +7368,6 @@ msgstr "Nieprawidłowy adres IP: %s"
msgid "Not a valid port number"
msgstr "Nieprawdiłowy numer portu"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "Nieprawidłowa wartość"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/pt.po b/po/pt.po
index 38556db..cb729a5 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: portuguese <pt(a)li.org>\n"
@@ -34,7 +34,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Pesquisar"
@@ -575,9 +576,10 @@ msgstr "%s resultado(s) na tabela <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Visualiza"
@@ -621,12 +623,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Insere"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1960,6 +1964,20 @@ msgstr "Saltar para a Base de Dados "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operações"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1992,13 +2010,6 @@ msgstr "A base de dados %s foi eliminada."
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2020,12 +2031,6 @@ msgstr ""
msgid "Import"
msgstr "Exportar"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operações"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3255,8 +3260,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4180,10 +4185,6 @@ msgstr ""
msgid "Import files"
msgstr "Importar"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6847,6 +6848,10 @@ msgstr ""
msgid "Add a new server"
msgstr "Acrescenta um utilizador"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7101,10 +7106,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index e7b5820..6060957 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-21 05:17+0200\n"
"Last-Translator: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>\n"
"Language-Team: brazilian_portuguese <pt_BR(a)li.org>\n"
@@ -39,7 +39,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Procurar"
@@ -574,9 +575,10 @@ msgstr "%s resultado(s) dentro da tabela <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Visualizar"
@@ -620,12 +622,14 @@ msgstr "Dentro do campo:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Inserir"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1980,6 +1984,20 @@ msgstr "Ir para o Banco de Dados "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "A funcionalidade %s é afetada por um bug conhecido, veja %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operações"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2009,13 +2027,6 @@ msgstr "Banco de Dados %s foi eliminado."
msgid "Database seems to be empty!"
msgstr "Banco de Dados parece estar vazio!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2036,12 +2047,6 @@ msgstr "Designer"
msgid "Import"
msgstr "Importar"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operações"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3293,8 +3298,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4209,10 +4214,6 @@ msgstr "Importar/Exportar coordenadas para esquema PDF"
msgid "Import files"
msgstr "Importar arquivos"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7038,6 +7039,10 @@ msgstr ""
msgid "Add a new server"
msgstr "Adicionar novo usuário"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7294,10 +7299,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/ro.po b/po/ro.po
index 633354f..3a66fb9 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-05-16 01:40+0200\n"
"Last-Translator: <ssuceveanu(a)yahoo.com>\n"
"Language-Team: romanian <ro(a)li.org>\n"
@@ -40,7 +40,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Caută"
@@ -571,9 +572,10 @@ msgstr "%s rezultat(e) în interiorul tabelului <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Navigare"
@@ -617,12 +619,14 @@ msgstr "În cîmpul:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Inserare"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1986,6 +1990,20 @@ msgstr "Sari la baza de date "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Funcționalitatea %s este afectată de o eroare cunoscută, vedeți %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operații"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2017,13 +2035,6 @@ msgstr "Baza de date %s a fost aruncată."
msgid "Database seems to be empty!"
msgstr "Baza de date pare a fi goală!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2044,12 +2055,6 @@ msgstr "Designer"
msgid "Import"
msgstr "Importă"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operații"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3323,8 +3328,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4248,10 +4253,6 @@ msgstr "Import/Export coordinates for PDF schema"
msgid "Import files"
msgstr "Import fișiere"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7076,6 +7077,10 @@ msgstr "Redactează serverul"
msgid "Add a new server"
msgstr "Adaugă un server nou"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7333,10 +7338,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/ru.po b/po/ru.po
index 1f70bdf..6fd6aa1 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-30 23:23+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: russian <ru(a)li.org>\n"
@@ -40,7 +40,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Поиск"
@@ -576,9 +577,10 @@ msgstr "%s вхождения(ий) в таблице <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Обзор"
@@ -622,12 +624,14 @@ msgstr "Внутри поля:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Вставить"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1984,6 +1988,20 @@ msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
"Работа параметра "%s" подвержена ошибке, описание смотрите на %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Операции"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2015,13 +2033,6 @@ msgstr "База данных %s была удалена."
msgid "Database seems to be empty!"
msgstr "База данных - пуста!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2042,12 +2053,6 @@ msgstr "Дизайнер"
msgid "Import"
msgstr "Импорт"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Операции"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3325,10 +3330,8 @@ msgstr "Пропускать пустые строки"
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr "Импортировать проценты в виде десятичных значений (12.00% в .12)"
-#: libraries/import/ods.php:28
-#, fuzzy
-#| msgid "Import currencies ($5.00 to 5.00)"
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr "Импортировать денежные единицы ($5.00 в 5.00)"
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4253,10 +4256,6 @@ msgstr "Импорт/экспорт координат таблиц в/из PDF-
msgid "Import files"
msgstr "Импорт файлов"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr "Импортировать денежные единицы ($5.00 в 5.00)"
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7151,6 +7150,10 @@ msgstr "Редактировать сервер"
msgid "Add a new server"
msgstr "Добавить новый сервер"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "Некорректное значение"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7448,10 +7451,6 @@ msgstr "Некорректно введен IP адрес: %s"
msgid "Not a valid port number"
msgstr "Некорректно установлен номер порта"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "Некорректное значение"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
@@ -8901,6 +8900,11 @@ msgid "Description"
msgstr "Описание"
#, fuzzy
+#~| msgid "Import currencies ($5.00 to 5.00)"
+#~ msgid "Import currencies (.00 to 5.00)"
+#~ msgstr "Импортировать денежные единицы ($5.00 в 5.00)"
+
+#, fuzzy
#~| msgid ""
#~| "However on last run no data has been parsed, this usually means "
#~| "phpMyAdmin won't be able to finish this import unless you increase php "
diff --git a/po/si.po b/po/si.po
index cd87b0d..eeb52bf 100644
--- a/po/si.po
+++ b/po/si.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-30 23:09+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: sinhala <si(a)li.org>\n"
@@ -38,7 +38,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "සෙවීම"
@@ -574,9 +575,10 @@ msgstr "%s match(es) inside table <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "බ්රවුස් කරන්න"
@@ -620,12 +622,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "ඇතුල් කරන්න"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1971,6 +1975,20 @@ msgstr ""%s" දත්තගබඩාව වෙත යන්න ."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "මෙහෙයුම්"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2003,13 +2021,6 @@ msgstr "%s දත්තගබඩාව හලන ලදි."
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2030,12 +2041,6 @@ msgstr ""
msgid "Import"
msgstr "ආනයනය"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "මෙහෙයුම්"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3286,8 +3291,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4209,10 +4214,6 @@ msgstr ""
msgid "Import files"
msgstr "ගොනු ආනයනය"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7012,6 +7013,10 @@ msgstr ""
msgid "Add a new server"
msgstr "නව භාවිතා කරන්නේක් එක් කරන්න"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7268,10 +7273,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/sk.po b/po/sk.po
index e2c9029..e10165f 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-30 23:47+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: slovak <sk(a)li.org>\n"
@@ -39,7 +39,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Hľadať"
@@ -576,9 +577,10 @@ msgstr "%s výskyt(ov)v tabuľke <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Prechádzať"
@@ -623,12 +625,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Vložiť"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1976,6 +1980,20 @@ msgstr "Na databázu "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Funkčnosť %s je ovplyvnená známou chybou, pozri %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operácie"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2005,13 +2023,6 @@ msgstr "Databáza %s bola zmazaná."
msgid "Database seems to be empty!"
msgstr "Databáza vyzerá prázdna!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2032,12 +2043,6 @@ msgstr "Dizajnér"
msgid "Import"
msgstr "Import"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operácie"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3287,8 +3292,8 @@ msgstr "Neimportovať prázdne riadky"
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4207,10 +4212,6 @@ msgstr "Import/Export koordináty pre PDF schému"
msgid "Import files"
msgstr "Importovať súbory"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7044,6 +7045,10 @@ msgstr "Webový server"
msgid "Add a new server"
msgstr "Pridať nového používateľa"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7302,10 +7307,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/sl.po b/po/sl.po
index 17a0f7d..c66ce56 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
-"PO-Revision-Date: 2010-05-07 23:30+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
+"PO-Revision-Date: 2010-05-21 22:27+0200\n"
"Last-Translator: <dbc334(a)gmail.com>\n"
"Language-Team: slovenian <sl(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -39,7 +39,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Iskanje"
@@ -568,9 +569,10 @@ msgstr "%s zadetek(ov) v tabeli <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Prebrskaj"
@@ -614,12 +616,14 @@ msgstr "V polju:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Vstavi"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1919,6 +1923,20 @@ msgstr "Preskoči na podatkovno zbirko "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Na funkcionalnost %s vpliva znan hrošč, glej %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operacije"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1950,13 +1968,6 @@ msgstr "Podatkovna zbirka %s je zavržena."
msgid "Database seems to be empty!"
msgstr "Zbirka podatkov se zdi prazna!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -1977,12 +1988,6 @@ msgstr "Oblikovalnik"
msgid "Import"
msgstr "Uvozi"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operacije"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -2923,12 +2928,12 @@ msgid "PHP array"
msgstr "PHP-polje"
#: libraries/export/sql.php:29
-#, fuzzy
-#| msgid "Add custom comment into header (\\n splits lines)"
msgid ""
"Add custom comment into header (\n"
" splits lines)"
-msgstr "Dodaj prilagojen komentar v glavo (\\n prelomi vrstice)"
+msgstr ""
+"Dodaj prilagojen komentar v glavo (\n"
+" prelomi vrstice)"
#: libraries/export/sql.php:32 libraries/messages.inc.php:283
msgid "Enclose export in a transaction"
@@ -3093,7 +3098,7 @@ msgstr "Ustvaril"
#: server_databases.php:122 tbl_printview.php:394 tbl_structure.php:366
#: tbl_structure.php:778
msgid "Rows"
-msgstr "Vrstice"
+msgstr "vrstic"
#: libraries/import.lib.php:150 libraries/messages.inc.php:281 sql.php:520
#: tbl_change.php:181 tbl_get_field.php:35
@@ -3216,10 +3221,8 @@ msgstr "Ne uvozi praznih vrstic"
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr "Uvozi odstotke kot ustrezne decimalne vrednosti (12.00% v ,12)"
-#: libraries/import/ods.php:28
-#, fuzzy
-#| msgid "Import currencies ($5.00 to 5.00)"
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr "Uvozi denarne enote ($5.00 v 5.00)"
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -3237,18 +3240,14 @@ msgstr ""
#. l10n: This is currently used only in Japanese locales
#: libraries/kanji-encoding.lib.php:143
-#, fuzzy
-#| msgid "Use light version"
msgid "Encoding conversion"
-msgstr "Uporabi lahko različico"
+msgstr "Pretvorba kodiranja"
#. l10n: This is currently used only in Japanese locales
#: libraries/kanji-encoding.lib.php:145
-#, fuzzy
-#| msgid "None"
msgctxt "None encoding conversion"
msgid "None"
-msgstr "Brez"
+msgstr "Nobeno"
#. l10n: This is currently used only in Japanese locales
#: libraries/kanji-encoding.lib.php:151
@@ -4134,10 +4133,6 @@ msgstr "Uvozi/Izvozi koordinate za PDF-shemo"
msgid "Import files"
msgstr "Uvozi datoteke"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr "Uvozi denarne enote ($5.00 v 5.00)"
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6831,6 +6826,10 @@ msgstr "Uredi strežnik"
msgid "Add a new server"
msgstr "Dodaj nov strežnik"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "Napačna vrednost"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7098,10 +7097,6 @@ msgstr "Napačen IP-naslov: %s"
msgid "Not a valid port number"
msgstr "Neveljavna številka vrat"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "Napačna vrednost"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
@@ -8412,15 +8407,6 @@ msgctxt "for MIME transformation"
msgid "Description"
msgstr "Opis"
-#, fuzzy
-#~| msgid ""
-#~| "However on last run no data has been parsed, this usually means "
-#~| "phpMyAdmin won't be able to finish this import unless you increase php "
-#~| "time limits."
-#~ msgid ""
-#~ "However on last run no data has been parsed, this usually means "
-#~ "phpMyAdmin won"
-#~ msgstr ""
-#~ "Kakor koli, ob zadnjem zagonu ni bilo razčlenjenih nič podatkov, kar po "
-#~ "navadi pomeni, da phpMyAdmin ne bo mogel dokončati tega uvoza, razen če "
-#~ "povečate vaše časovne omejitve PHP."
+#~| msgid "Import currencies ($5.00 to 5.00)"
+#~ msgid "Import currencies (.00 to 5.00)"
+#~ msgstr "Uvozi denarne enote (.00 v 5.00)"
diff --git a/po/sq.po b/po/sq.po
index 9dbdaa2..0098d88 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-05-19 13:02+0200\n"
"Last-Translator: Laurent <laurenti(a)alblinux.net>\n"
"Language-Team: albanian <sq(a)li.org>\n"
-"Language: sq\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: sq\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -39,7 +39,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Kërko"
@@ -301,7 +302,6 @@ msgid "Status"
msgstr "Gjendja"
#: db_operations.php:544
-#| msgid "Enabled"
msgctxt "BLOB repository"
msgid "Enabled"
msgstr "Aktivizuar"
@@ -320,7 +320,6 @@ msgid "Repair"
msgstr "Riparo"
#: db_operations.php:570
-#| msgid "Disabled"
msgctxt "BLOB repository"
msgid "Disabled"
msgstr "Çaktivizuar"
@@ -571,9 +570,10 @@ msgstr "%s korrispondon(jnë) tek tabela <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Shfleto"
@@ -617,12 +617,14 @@ msgstr "Tek fusha:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Shto"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1949,6 +1951,20 @@ msgstr "Kalo tek databaza "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operacione"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1979,13 +1995,6 @@ msgstr "Databaza %s u eleminua."
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2007,12 +2016,6 @@ msgstr ""
msgid "Import"
msgstr "Eksporto"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operacione"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3236,8 +3239,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4162,10 +4165,6 @@ msgstr ""
msgid "Import files"
msgstr "Importo files"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6858,6 +6857,10 @@ msgstr ""
msgid "Add a new server"
msgstr "Shto një përdorues të ri"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7112,10 +7115,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/sr.po b/po/sr.po
index 9c8a4ca..fb7844e 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-30 23:47+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: serbian_cyrillic <sr(a)li.org>\n"
@@ -40,7 +40,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Претраживање"
@@ -576,9 +577,10 @@ msgstr "%s погодака унутар табеле <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Преглед"
@@ -622,12 +624,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Нови запис"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1975,6 +1979,20 @@ msgstr "Пређи на базу "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Ова функционалност %s је погођена познатом грешком, видите %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Операције"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2006,13 +2024,6 @@ msgstr "База %s је одбачена."
msgid "Database seems to be empty!"
msgstr "База је изгледа празна!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2033,12 +2044,6 @@ msgstr "Дизајнер"
msgid "Import"
msgstr "Увоз"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Операције"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3290,8 +3295,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4211,10 +4216,6 @@ msgstr "Извоз/увоз координата за PDF схему"
msgid "Import files"
msgstr "Увоз датотека"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7018,6 +7019,10 @@ msgstr ""
msgid "Add a new server"
msgstr "Додај новог корисника"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7274,10 +7279,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/sr(a)latin.po b/po/sr(a)latin.po
index 2637544..de107d3 100644
--- a/po/sr(a)latin.po
+++ b/po/sr(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-30 23:47+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: serbian_latin <sr@latin@li.org>\n"
@@ -40,7 +40,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Pretraživanje"
@@ -576,9 +577,10 @@ msgstr "%s pogodaka unutar tabele <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Pregled"
@@ -622,12 +624,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Novi zapis"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1975,6 +1979,20 @@ msgstr "Pređi na bazu "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Ova funkcionalnost %s je pogođena poznatom greškom, vidite %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operacije"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2006,13 +2024,6 @@ msgstr "Baza %s je odbačena."
msgid "Database seems to be empty!"
msgstr "Baza je izgleda prazna!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2033,12 +2044,6 @@ msgstr "Dizajner"
msgid "Import"
msgstr "Uvoz"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operacije"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3290,8 +3295,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4211,10 +4216,6 @@ msgstr "Izvoz/uvoz koordinata za PDF shemu"
msgid "Import files"
msgstr "Uvoz datoteka"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7023,6 +7024,10 @@ msgstr ""
msgid "Add a new server"
msgstr "Dodaj novog korisnika"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7279,10 +7284,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/sv.po b/po/sv.po
index 9e561f0..537cc76 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: swedish <sv(a)li.org>\n"
@@ -37,7 +37,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Sök"
@@ -572,9 +573,10 @@ msgstr "%s träff(ar) i tabell <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Visa"
@@ -618,12 +620,14 @@ msgstr "I fält:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Lägg till"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1981,6 +1985,20 @@ msgstr "Hoppa till databas "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Funktionaliteten för %s påverkas av en känd bugg, se %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operationer"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2011,13 +2029,6 @@ msgstr "Databasen %s har tagits bort."
msgid "Database seems to be empty!"
msgstr "Databasen verkar vara tom!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2038,12 +2049,6 @@ msgstr "Designer"
msgid "Import"
msgstr "Importera"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operationer"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3320,8 +3325,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4248,10 +4253,6 @@ msgstr "Importera/exportera koordinater för PDF-schema"
msgid "Import files"
msgstr "Importera filer"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7082,6 +7083,10 @@ msgstr "Ändra server"
msgid "Add a new server"
msgstr "Lägg till en ny server"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "Felaktigt värde"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7366,10 +7371,6 @@ msgstr "Felaktig IP-adress: %s"
msgid "Not a valid port number"
msgstr "Inte ett giltigt portnummer"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "Felaktigt värde"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/ta.po b/po/ta.po
index 4076e25..117d26b 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-04-16 10:43+0200\n"
"Last-Translator: Sutharshan <sutharshan02(a)gmail.com>\n"
"Language-Team: Tamil <ta(a)li.org>\n"
@@ -39,7 +39,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr ""
@@ -566,9 +567,10 @@ msgstr ""
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr ""
@@ -612,12 +614,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr ""
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1909,6 +1913,20 @@ msgstr ""
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr ""
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr ""
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1938,13 +1956,6 @@ msgstr ""
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr ""
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -1965,12 +1976,6 @@ msgstr ""
msgid "Import"
msgstr ""
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr ""
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3171,8 +3176,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4062,10 +4067,6 @@ msgstr ""
msgid "Import files"
msgstr ""
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6631,6 +6632,10 @@ msgstr ""
msgid "Add a new server"
msgstr ""
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -6883,10 +6888,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/te.po b/po/te.po
index e22e037..6393bc7 100644
--- a/po/te.po
+++ b/po/te.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-04-02 12:04+0200\n"
"Last-Translator: <veeven(a)gmail.com>\n"
"Language-Team: Telugu <te(a)li.org>\n"
@@ -40,7 +40,8 @@ msgstr ""
# Research అంటే పరిశోధన, అందువల్లన ఇది శోధనైంది
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "శోధించు"
@@ -576,9 +577,10 @@ msgstr ""
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr ""
@@ -623,12 +625,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr ""
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1939,6 +1943,20 @@ msgstr ""
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr ""
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr ""
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1968,13 +1986,6 @@ msgstr ""
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr ""
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -1995,12 +2006,6 @@ msgstr ""
msgid "Import"
msgstr ""
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr ""
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3207,8 +3212,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4116,10 +4121,6 @@ msgstr ""
msgid "Import files"
msgstr ""
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6719,6 +6720,10 @@ msgstr ""
msgid "Add a new server"
msgstr ""
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -6971,10 +6976,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/th.po b/po/th.po
index 93b3fde..d5a7005 100644
--- a/po/th.po
+++ b/po/th.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: thai <th(a)li.org>\n"
@@ -34,7 +34,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "ค้นหา"
@@ -572,9 +573,10 @@ msgstr "พบ %s ผลลัพธ์ที่ตรงในตาราง <
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "เปิดดู"
@@ -618,12 +620,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "แทรก"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1942,6 +1946,20 @@ msgstr "กระโดดไปที่ฐานข้อมูล "%s&qu
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "กระบวนการ"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1971,13 +1989,6 @@ msgstr "โยนฐานข้อมูล %s ทิ้งไปเรีย
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -1999,12 +2010,6 @@ msgstr ""
msgid "Import"
msgstr "ส่งออก"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "กระบวนการ"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3226,8 +3231,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4141,10 +4146,6 @@ msgstr ""
msgid "Import files"
msgstr "นำเข้าไฟล์"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6783,6 +6784,10 @@ msgstr ""
msgid "Add a new server"
msgstr "เพิ่มผู้ใช้ใหม่"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7037,10 +7042,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/tr.po b/po/tr.po
index 67c0702..7eef514 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-04-03 11:44+0200\n"
"Last-Translator: <hitowerdigit(a)hotmail.com>\n"
"Language-Team: turkish <tr(a)li.org>\n"
@@ -39,7 +39,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Ara"
@@ -574,9 +575,10 @@ msgstr "%s eşleşme, <i>%s</i> tablosu içinde"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Gözat"
@@ -620,12 +622,14 @@ msgstr "İç alan:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Ekle"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1975,6 +1979,20 @@ msgstr ""%s" veritabanına git."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "%s işlevselliği bilinen bir hata tarafından zarar görmüş, bakınız %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "İşlemler"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2006,13 +2024,6 @@ msgstr "%s veritabanı kaldırıldı."
msgid "Database seems to be empty!"
msgstr "Veritabanı boş olarak görünüyor!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2033,12 +2044,6 @@ msgstr "Tasarımcı"
msgid "Import"
msgstr "İçeri Aktar"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "İşlemler"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3318,10 +3323,8 @@ msgstr "Boş sıraları içeri aktarma"
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr "Yüzdeleri doğru ondalık olarak içeri aktar (%12.00'dan .12'ye)"
-#: libraries/import/ods.php:28
-#, fuzzy
-#| msgid "Import currencies ($5.00 to 5.00)"
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr "Parasalları içeri aktar ($5.00'dan 5.00'a)"
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4243,10 +4246,6 @@ msgstr "PDF şeması için düzenlemeleri İçeri/Dışarı Aktar"
msgid "Import files"
msgstr "Dosyaları içeri aktar"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr "Parasalları içeri aktar ($5.00'dan 5.00'a)"
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7115,6 +7114,10 @@ msgstr "Sunucuyu düzenle"
msgid "Add a new server"
msgstr "Yeni sunucu ekle"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "Yanlış değer"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7403,10 +7406,6 @@ msgstr "Yanlış IP adresi: %s"
msgid "Not a valid port number"
msgstr "Geçerli bağlantı noktası numarası değil"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "Yanlış değer"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
@@ -8845,6 +8844,11 @@ msgid "Description"
msgstr "Açıklama"
#, fuzzy
+#~| msgid "Import currencies ($5.00 to 5.00)"
+#~ msgid "Import currencies (.00 to 5.00)"
+#~ msgstr "Parasalları içeri aktar ($5.00'dan 5.00'a)"
+
+#, fuzzy
#~| msgid ""
#~| "However on last run no data has been parsed, this usually means "
#~| "phpMyAdmin won't be able to finish this import unless you increase php "
diff --git a/po/tt.po b/po/tt.po
index 9a17329..19c0edc 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-30 23:14+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: tatarish <tt(a)li.org>\n"
@@ -39,7 +39,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Ezläw"
@@ -575,9 +576,10 @@ msgstr "%s kileşü bar, <i>%s</i> atlı tüşämädä"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Küzätü"
@@ -621,12 +623,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Östäw"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1960,6 +1964,20 @@ msgstr ""%s" biremlegenä küç."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Eşkärtü"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1990,13 +2008,6 @@ msgstr "%s biremlege beterelde."
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2017,12 +2028,6 @@ msgstr ""
msgid "Import"
msgstr "Yökläw"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Eşkärtü"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3266,8 +3271,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4191,10 +4196,6 @@ msgstr ""
msgid "Import files"
msgstr "Biremdän alu"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6886,6 +6887,10 @@ msgstr ""
msgid "Add a new server"
msgstr "Yaña qullanuçı östäw"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7142,10 +7147,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/uk.po b/po/uk.po
index 6e400f0..5a419c8 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: ukrainian <uk(a)li.org>\n"
@@ -34,7 +34,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Шукати"
@@ -569,9 +570,10 @@ msgstr "%s співпадіння у таблиці <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Переглянути"
@@ -615,12 +617,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Вставити"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1938,6 +1942,20 @@ msgstr "Перейти до бази даних "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Операцій"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1967,13 +1985,6 @@ msgstr "Базу даних %s знищено."
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -1994,12 +2005,6 @@ msgstr ""
msgid "Import"
msgstr ""
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Операцій"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3206,8 +3211,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4113,10 +4118,6 @@ msgstr ""
msgid "Import files"
msgstr "Імпорт файлів"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6765,6 +6766,10 @@ msgstr ""
msgid "Add a new server"
msgstr ""
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7017,10 +7022,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/ur.po b/po/ur.po
index 2d8fc95..990e4aa 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-05-14 12:35+0200\n"
"Last-Translator: <monymirza(a)gmail.com>\n"
"Language-Team: Urdu <ur(a)li.org>\n"
@@ -42,7 +42,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "تلاش"
@@ -571,9 +572,10 @@ msgstr "%s match(es) inside table <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Browse"
@@ -617,12 +619,14 @@ msgstr "فیلڈ کے اندر:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "داخل کریں"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1883,6 +1887,20 @@ msgstr ""
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr ""
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr ""
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1912,13 +1930,6 @@ msgstr ""
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr ""
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -1939,12 +1950,6 @@ msgstr ""
msgid "Import"
msgstr ""
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr ""
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3145,8 +3150,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4036,10 +4041,6 @@ msgstr ""
msgid "Import files"
msgstr ""
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6605,6 +6606,10 @@ msgstr ""
msgid "Add a new server"
msgstr ""
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -6857,10 +6862,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
diff --git a/po/uz.po b/po/uz.po
index c5eee9e..da4cea3 100644
--- a/po/uz.po
+++ b/po/uz.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:20+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: uzbek_cyrillic <uz(a)li.org>\n"
@@ -36,7 +36,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Қидириш"
@@ -571,9 +572,10 @@ msgstr "<i>\"%s\"</i> жадвалида ўхшашликлар сони \"%s\"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Кўриб чиқиш"
@@ -617,12 +619,14 @@ msgstr "Қуйидаги майдон(лар)да қидириш: "
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Қўйиш"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1988,6 +1992,20 @@ msgstr ""
" \"%s\" параметрининг иши маълум хатоликка олиб келиши мумкин, батафсил "
"маълумот учун қаранг \"%s\""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Операциялар"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2019,13 +2037,6 @@ msgstr " \"%s\" маълумотлар омбори ўчирилди."
msgid "Database seems to be empty!"
msgstr "Маълумотлар базаси бўш!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2046,12 +2057,6 @@ msgstr "Дизайнер"
msgid "Import"
msgstr "Импорт"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Операциялар"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3334,10 +3339,8 @@ msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
"Фоизларни мос ўнли касрлар каби импорт қилиш (масалан, 12.00% ўрнига 0.12)"
-#: libraries/import/ods.php:28
-#, fuzzy
-#| msgid "Import currencies ($5.00 to 5.00)"
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr "Пул бирликларини импорт қилиш (масалан, $5.00 ни 5.00 га)"
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4261,10 +4264,6 @@ msgstr "PDF-схемага/схемадан жадвал координатал
msgid "Import files"
msgstr "Файлларни импорт қилиш"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr "Пул бирликларини импорт қилиш (масалан, $5.00 ни 5.00 га)"
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7156,6 +7155,10 @@ msgstr "Серверларни таҳрирлаш"
msgid "Add a new server"
msgstr "Янги фойдаланувчи қўшиш"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "Нотўғри қиймат"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7457,10 +7460,6 @@ msgstr "Нотўғри IP-адрес: \"%s\""
msgid "Not a valid port number"
msgstr "Нотўғри порт номери"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "Нотўғри қиймат"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
@@ -8902,6 +8901,11 @@ msgid "Description"
msgstr "Тавсифи"
#, fuzzy
+#~| msgid "Import currencies ($5.00 to 5.00)"
+#~ msgid "Import currencies (.00 to 5.00)"
+#~ msgstr "Пул бирликларини импорт қилиш (масалан, $5.00 ни 5.00 га)"
+
+#, fuzzy
#~| msgid ""
#~| "However on last run no data has been parsed, this usually means "
#~| "phpMyAdmin won't be able to finish this import unless you increase php "
diff --git a/po/uz(a)latin.po b/po/uz(a)latin.po
index c93f7f4..cc24d8f 100644
--- a/po/uz(a)latin.po
+++ b/po/uz(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:20+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: uzbek_latin <uz@latin@li.org>\n"
@@ -37,7 +37,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "Qidirish"
@@ -572,9 +573,10 @@ msgstr "<i>\"%s\"</i> jadvalida o‘xshashliklar soni \"%s\" ta"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "Ko‘rib chiqish"
@@ -619,12 +621,14 @@ msgstr "Quyidagi maydon(lar)da qidirish: "
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "Qo‘yish"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1995,6 +1999,20 @@ msgstr ""
" \"%s\" parametrining ishi ma`lum xatolikka olib kelishi mumkin, batafsil "
"ma`lumot uchun qarang \"%s\""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "Operatsiyalar"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -2026,13 +2044,6 @@ msgstr " \"%s\" ma`lumotlar ombori o‘chirildi."
msgid "Database seems to be empty!"
msgstr "Ma`lumotlar bazasi bo‘sh!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2053,12 +2064,6 @@ msgstr "Dizayner"
msgid "Import"
msgstr "Import"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "Operatsiyalar"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3349,10 +3354,8 @@ msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
"Foizlarni mos o‘nli kasrlar kabi import qilish (masalan, 12.00% o‘rniga 0.12)"
-#: libraries/import/ods.php:28
-#, fuzzy
-#| msgid "Import currencies ($5.00 to 5.00)"
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr "Pul birliklarini import qilish (masalan, $5.00 ni 5.00 ga)"
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4281,10 +4284,6 @@ msgstr "PDF-sxemaga/sxemadan jadval koordinatalarini import/eksport qilish"
msgid "Import files"
msgstr "Fayllarni import qilish"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr "Pul birliklarini import qilish (masalan, $5.00 ni 5.00 ga)"
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -7209,6 +7208,10 @@ msgstr "Serverlarni tahrirlash"
msgid "Add a new server"
msgstr "Yangi foydalanuvchi qo‘shish"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "Noto‘g‘ri qiymat"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7512,10 +7515,6 @@ msgstr "Noto‘g‘ri IP-adres: \"%s\""
msgid "Not a valid port number"
msgstr "Noto‘g‘ri port nomeri"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "Noto‘g‘ri qiymat"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
@@ -8970,6 +8969,11 @@ msgid "Description"
msgstr "Tavsifi"
#, fuzzy
+#~| msgid "Import currencies ($5.00 to 5.00)"
+#~ msgid "Import currencies (.00 to 5.00)"
+#~ msgstr "Pul birliklarini import qilish (masalan, $5.00 ni 5.00 ga)"
+
+#, fuzzy
#~| msgid ""
#~| "However on last run no data has been parsed, this usually means "
#~| "phpMyAdmin won't be able to finish this import unless you increase php "
diff --git a/po/zh_CN.po b/po/zh_CN.po
index b3556dd..ef6d2f2 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-05-17 04:57+0200\n"
"Last-Translator: shanyan baishui <Siramizu(a)gmail.com>\n"
"Language-Team: chinese_simplified <zh_CN(a)li.org>\n"
@@ -38,7 +38,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "搜索"
@@ -565,9 +566,10 @@ msgstr "%s 个匹配 - 于表 <i>%s</i> 中"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "浏览"
@@ -611,12 +613,14 @@ msgstr "包含字段:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "插入"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1880,6 +1884,20 @@ msgstr "跳转到数据库“%s”。"
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "%s 功能受到一个已知的缺陷 (bug) 影响,参见 %s"
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "操作"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1911,13 +1929,6 @@ msgstr "已被删除数据库 %s 。"
msgid "Database seems to be empty!"
msgstr "数据库是空的!"
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -1938,12 +1949,6 @@ msgstr "设计器"
msgid "Import"
msgstr "导入"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "操作"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3172,10 +3177,8 @@ msgstr "不导入空行"
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr "转换百分数 (如: 12.00% 将被转换为 .12)"
-#: libraries/import/ods.php:28
-#, fuzzy
-#| msgid "Import currencies ($5.00 to 5.00)"
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr "转换货币 (如: $5.00 将被转换为 5.00)"
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4073,10 +4076,6 @@ msgstr "为 PDF 大纲导入/导出坐标"
msgid "Import files"
msgstr "导入文件"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr "转换货币 (如: $5.00 将被转换为 5.00)"
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6772,6 +6771,10 @@ msgstr "编辑服务器"
msgid "Add a new server"
msgstr "添加服务器"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr "输入的值不正确"
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7042,10 +7045,6 @@ msgstr "%s 是一个错误的 IP 地址"
msgid "Not a valid port number"
msgstr "非法的端口号"
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr "输入的值不正确"
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
@@ -8377,3 +8376,8 @@ msgstr "在第 %s 个字段创建索引"
msgctxt "for MIME transformation"
msgid "Description"
msgstr "说明"
+
+#, fuzzy
+#~| msgid "Import currencies ($5.00 to 5.00)"
+#~ msgid "Import currencies (.00 to 5.00)"
+#~ msgstr "转换货币 (如: $5.00 将被转换为 5.00)"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index ed0e564..cb5262b 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-05-17 11:36+0200\n"
+"POT-Creation-Date: 2010-05-22 14:11+0200\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: chinese_traditional <zh_TW(a)li.org>\n"
@@ -36,7 +36,8 @@ msgstr ""
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
-#: db_structure.php:106 libraries/db_links.inc.php:75
+#: db_structure.php:106 libraries/common.lib.php:2822
+#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/messages.inc.php:837 libraries/tbl_links.inc.php:63
msgid "Search"
msgstr "搜索"
@@ -570,9 +571,10 @@ msgstr "%s 項資料符合 - 於資料表 <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
-#: db_structure.php:105 libraries/messages.inc.php:104
-#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
-#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:468
+#: db_structure.php:105 libraries/common.lib.php:2824
+#: libraries/messages.inc.php:104 libraries/mult_submits.inc.php:116
+#: libraries/tbl_links.inc.php:50 tbl_structure.php:37 tbl_structure.php:49
+#: tbl_structure.php:468
msgid "Browse"
msgstr "瀏覽"
@@ -616,12 +618,14 @@ msgstr ""
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
-#: libraries/messages.inc.php:427 libraries/sql_query_form.lib.php:334
-#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
+#: libraries/common.lib.php:2823 libraries/messages.inc.php:427
+#: libraries/sql_query_form.lib.php:334 libraries/sql_query_form.lib.php:337
+#: libraries/tbl_links.inc.php:76
msgid "Insert"
msgstr "新增"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
+#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
#: libraries/db_links.inc.php:63 libraries/export/htmlword.php:23
#: libraries/export/latex.php:33 libraries/export/latex.php:337
#: libraries/export/odt.php:32 libraries/export/sql.php:61
@@ -1946,6 +1950,20 @@ msgstr "跳到資料庫 "%s"."
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
+#: libraries/common.lib.php:2821 libraries/common.lib.php:2828
+#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
+#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
+#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
+#: querywindow.php:99 test/theme.php:97
+msgid "SQL"
+msgstr "SQL"
+
+#: libraries/common.lib.php:2830 libraries/db_links.inc.php:104
+#: libraries/messages.inc.php:583 libraries/tbl_links.inc.php:95
+#: libraries/tbl_links.inc.php:117 view_operations.php:89
+msgid "Operations"
+msgstr "管理"
+
#: libraries/core.lib.php:286 libraries/dbg/setup.php:22
#: libraries/messages.inc.php:123
#, php-format
@@ -1975,13 +1993,6 @@ msgstr "資料庫 %s 已被刪除"
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/db_links.inc.php:68 libraries/export/sql.php:25
-#: libraries/import/sql.php:18 libraries/messages.inc.php:1021
-#: libraries/server_links.inc.php:45 libraries/tbl_links.inc.php:60
-#: querywindow.php:99 test/theme.php:97
-msgid "SQL"
-msgstr "SQL"
-
#: libraries/db_links.inc.php:81 libraries/messages.inc.php:1148
#: libraries/relation.lib.php:155 libraries/tbl_links.inc.php:69
msgid "Tracking"
@@ -2002,12 +2013,6 @@ msgstr ""
msgid "Import"
msgstr "載入"
-#: libraries/db_links.inc.php:104 libraries/messages.inc.php:583
-#: libraries/tbl_links.inc.php:95 libraries/tbl_links.inc.php:117
-#: view_operations.php:89
-msgid "Operations"
-msgstr "管理"
-
#: libraries/db_links.inc.php:111 libraries/messages.inc.php:705
#: libraries/server_links.inc.php:66 server_privileges.php:72
#: server_privileges.php:1683 server_privileges.php:2032 test/theme.php:117
@@ -3240,8 +3245,8 @@ msgstr ""
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr ""
-#: libraries/import/ods.php:28
-msgid "Import currencies (.00 to 5.00)"
+#: libraries/import/ods.php:28 libraries/messages.inc.php:399
+msgid "Import currencies ($5.00 to 5.00)"
msgstr ""
#: libraries/import/sql.php:42 libraries/messages.inc.php:264
@@ -4152,10 +4157,6 @@ msgstr ""
msgid "Import files"
msgstr "輸入檔案"
-#: libraries/messages.inc.php:399
-msgid "Import currencies ($5.00 to 5.00)"
-msgstr ""
-
#: libraries/messages.inc.php:410 libraries/mult_submits.inc.php:98
#: libraries/tbl_properties.inc.php:116 libraries/tbl_properties.inc.php:525
#: tbl_printview.php:326 tbl_structure.php:31 tbl_structure.php:154
@@ -6795,6 +6796,10 @@ msgstr ""
msgid "Add a new server"
msgstr "新增使用者"
+#: setup/lib/FormDisplay.class.php:458 setup/lib/messages.inc.php:76
+msgid "Incorrect value"
+msgstr ""
+
#: setup/lib/FormDisplay.tpl.php:182 setup/lib/messages.inc.php:328
#, php-format
msgid "Set value: %s"
@@ -7049,10 +7054,6 @@ msgstr ""
msgid "Not a valid port number"
msgstr ""
-#: setup/lib/messages.inc.php:76
-msgid "Incorrect value"
-msgstr ""
-
#: setup/lib/messages.inc.php:77
#, php-format
msgid "Missing data for %s"
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] Planet phpMyAdmin branch, master, updated. 40eea30f7b2f348463516006d543bbb9b86efadf
by Michal Čihař 21 May '10
by Michal Čihař 21 May '10
21 May '10
The branch, master has been updated
via 40eea30f7b2f348463516006d543bbb9b86efadf (commit)
via ed376648dc131f6b40fb4c0bcc413594ec8ed56f (commit)
from 5a7d80a5093cf79e6623daaeea4a54a17a85f152 (commit)
- Log -----------------------------------------------------------------
commit 40eea30f7b2f348463516006d543bbb9b86efadf
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri May 21 09:54:30 2010 +0200
Fix feed URL.
commit ed376648dc131f6b40fb4c0bcc413594ec8ed56f
Author: Adnan <hiddenpearls(a)gmail.com>
Date: Fri May 21 12:36:33 2010 +0500
patch for planet twitter
-----------------------------------------------------------------------
Summary of changes:
planet.ini | 2 +-
theme/index.html.tmpl | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+), 1 deletions(-)
diff --git a/planet.ini b/planet.ini
index 7d93d81..bfaeb21 100644
--- a/planet.ini
+++ b/planet.ini
@@ -37,7 +37,7 @@ name = Martynas Mickevičius
[http://lorilee1.wordpress.com/feed/]
name = Lori Lee
-[http://www.imblog.info/feed/]
+[http://www.imblog.info/feed]
name = Adnan Mughal
[http://crackpl.eu/blog/feed/]
diff --git a/theme/index.html.tmpl b/theme/index.html.tmpl
index 087c9df..bcda699 100644
--- a/theme/index.html.tmpl
+++ b/theme/index.html.tmpl
@@ -115,6 +115,45 @@ Planet phpMyAdmin aggregates blogs of following phpMyAdmin contributors.
</TMPL_LOOP>
</ul>
+<p>
+<!--
+Twitter Search widget generated by Adnan
+http://www.imblog.info
+-->
+<script src="http://widgets.twimg.com/j/2/widget.js"></script>
+<script>
+new TWTR.Widget({
+ version: 2,
+ type: 'search',
+ search: 'pma-gsoc',
+ interval: 6000,
+ title: 'Developers at phpMyAdmin',
+ subject: 'PMA GSOC',
+ width: 250,
+ height: 300,
+ theme: {
+ shell: {
+ background: '#036',
+ color: '#ffffff'
+ },
+ tweets: {
+ background: '#ffffff',
+ color: '#444444',
+ links: '#1985b5'
+ }
+ },
+ features: {
+ scrollbar: false,
+ loop: true,
+ live: true,
+ hashtags: true,
+ timestamp: true,
+ avatars: true,
+ behavior: 'default'
+ }
+}).render().start();
+</script>
+</p>
<h3>Last updated</h3>
<p>
<TMPL_VAR date><br />
hooks/post-receive
--
Planet phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-3643-g89adf57
by Michal Čihař 21 May '10
by Michal Čihař 21 May '10
21 May '10
The branch, master has been updated
via 89adf5778fc583e71847b8240da4e4b2d8692ef4 (commit)
from c78ee96697b8f5119c06e0689395dbd24f9cd69e (commit)
- Log -----------------------------------------------------------------
commit 89adf5778fc583e71847b8240da4e4b2d8692ef4
Author: u4663530 <u4663530(a)anu.edu.au>
Date: Fri May 21 05:48:21 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/hi.po | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/po/hi.po b/po/hi.po
index d75002b..0fea539 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-05-17 11:36+0200\n"
-"PO-Revision-Date: 2010-05-20 07:50+0200\n"
+"PO-Revision-Date: 2010-05-21 05:48+0200\n"
"Last-Translator: <u4663530(a)anu.edu.au>\n"
"Language-Team: hindi <hi(a)li.org>\n"
"Language: hi\n"
@@ -33,8 +33,9 @@ msgid ""
"parent window, or your browser's security settings are configured to block "
"cross-window updates."
msgstr ""
-"लक्ष्य ब्राउज़र विंडो को अद्यतन नहीं किया जा सकता है. शायद तुमने मूल विंडो बंद कर दिया है,"
-"या अपनी ब्राउसर की सिक्यूरिटी सेट्टिंग को क्रोस-विंडो अद्यतन के लिए कांफिगुर कर रखा है."
+"लक्ष्य ब्राउज़र विंडो को अद्यतन नहीं किया जा सकता है. शायद आपने मूल विंडो "
+"बंद कर दिया है,या अपनी ब्राउसर की सिक्यूरिटी सेट्टिंग को क्रोस-विंडो अद्यतन "
+"के लिए कांफिगुर कर रखा है."
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
hooks/post-receive
--
phpMyAdmin
1
0